Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Creating a storage
where
- uid—server on which the archive is created,
- units—properties;
- storage_type—archive type (if the parameter isn't explicitly specified, then an archive of the old type is created):
- block—old archive type,
- object—new archive type (object archive).
Creating an archive volume
Possible ArchiveVolume parameters in the properties section:
Parameter | Description |
---|---|
format | true if it is necessary to format the created volume. The default value is false |
volume_size | Volume size in bytes. Applicable if format = true |
auto_mount | true if it is necessary to mount the created volume. The default value is false |
label | Volume label |
Parameters for object archive only (storage_type = object): | |
max_block_size_mb | Maximum block size in MB. The default value is 64, the range of valid values is [16; 512] |
optimal_read_size_mb | Optimal size of blocks reading in MB. The default value is 4, the range of valid values is [1; max_block_size_mb / 2] |
incoming_buffer_size_mb | The incoming buffer size in MB. The default value is 3 * max_block_size_mb. The minimum value must be greater than 2 * max_block_size_mb |
block_flush_period_seconds | Block recording period in seconds. The default value is 60, the range of valid values is [30; 300] |
index_snapshot_max_block_distance | The maximum number of blocks between indexing operations. The default value is 256, the minimum value is 16 |
sequence_flush_period_seconds | Frequency of recording sequences in seconds. The default value is 60, the minimum value is 32 |
At the ArchiveVolume level, the connection_params property is also added, with the following parameters:
Parameter | Required | Description |
---|---|---|
schema | Yes | Volume type. Possible values:
|
Parameters for the file type | ||
path | Yes | The path to the file/disk with the archive |
Parameters for the smb type | ||
host | Yes | Name of the server with remote storage |
smb_share | Yes | Remote storage |
path | Yes | Folder in remote storage, where the archive are stored |
smb_domain | No | Remote storage domain |
user | No | Username |
password | No | Password |
Parameters for the azure type (Microsoft Azure storage) | ||
protocol | Yes | Connection protocol: HTTP or HTTPS. This parameter is located in the properties of the created container |
host | Yes | Azure server address. This parameter is located in the properties of the created container |
access_key | Yes | Access key in base64. This parameter is located in the Access keys section |
container | Yes | Azure container. This parameter is located in the properties of the created container |
user | Yes | Username. This parameter is located in the Access keys section (Storage account name) |
path | No | Do not specify the location of the volume folder in Azure—the parameter must be empty |
port | No | Azure server port |
Parameters for the s3_amazon type (Amazon storage) | ||
access_key_id | Yes | Access key identifier (create access keys at https://console.aws.amazon.com/iam/home?#/security_credentials$access_key, authorization required) |
secret_access_key | Yes | Access key password (available after creating an access key) |
bucket | Yes | Archive volume in Amazon S3 account (bucket). Different volumes can be located in different regions. On the Amazon S3 server, the volume name must be unique, and for the Axxon One operation, it must be pre-created by the user according to the rules (see https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) |
region | Yes | The region where the volume is located. To reduce the delay when writing and reading an archive, specify the closest region to the Axxon One server. For the list of possible regions, see https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints |
path | Yes | Location of the Axxon One volume folder inside the bucket |
protocol | Yes | Connection protocol: HTTP or HTTPS |
host | Yes | Server address: amazonaws.com |
Parameters for the s3_wasabi type (Wasabi storage) | ||
bucket | Yes | Archive volume name (Bucket Name), predefined by the user at https://console.wasabisys.com/#/file_manager |
region | Yes | The region where the corresponding volume is located, as specified at https://console.wasabisys.com/#/file_manager |
access_key_id | Yes | Access key identifier, which must be pre-created at https://console.wasabisys.com/#/access_keys |
secret_access_key | Yes | Access key password (available after creating an access key) |
protocol | Yes | Connection protocol: HTTP or HTTPS |
path | Yes | Location of the folder created inside the bucket (Folder object in Bucket) |
host | Yes | Server address: wasabisys.com |
Parameters for the s3_seagate type (Seagate Lyve Cloud storage): | ||
bucket | Yes | Archive volume name (Bucket Name), predefined by the user. Corresponds to the Name parameter in the Bucket properties |
region | Yes | The region where the corresponding volume is located, as specified when it was created. Corresponds to the Region parameter in the Bucket properties |
access_key_id | Yes | Access key identifier, which is generated when creating an account in the Create Service Account window |
secret_access_key | Yes | Access key password (available after creating an access key) |
path | Yes | Location of the folder created inside the bucket |
protocol | Yes | Connection protocol: HTTP or HTTPS |
host | Yes | Server address: lyvecloud.seagate.com |
Parameters for the s3 type | ||
bucket | Yes | Archive volume name (Bucket Name), predefined by the user. Corresponds to the Name parameter in the Bucket properties |
bucket_endpoint | No | Domain name with a port. Attention! You must use the parameter only when using MinIO if the domain name of the MinIO server is specified instead of the server IP address. Example: http://miniopoc1.agis.xh.ar:9000 where,
|
region | Yes | The region where the volume is located |
access_key_id | Yes | Access key identifier |
secret_access_key | Yes | Access key password (available after creating an access key) |
path | No | Location of the Axxon One folder inside the bucket |
protocol | Yes | Connection protocol: HTTP or HTTPS |
host | Yes | Server address |
port | Yes | Server port |
Note
Starting with Аxxon One 2.0, you can create several volumes of the cloud archive.
Attention!
- We recommend adding new volumes of the cloud archive with the same value of archive size. Otherwise, the total depth of the archive storage can change due to the Round-robin algorithm (see General information about the Round-robin algorithm) for record distribution, which can lead to decimation of the frames of archive recordings.
When the archive size of one of the cloud archive volumes increases, the archive volumes are overwritten by the Round-robin algorithm (see General information about the Round-robin algorithm). The depth of the archive storage will gradually increase over the number of days equal to the difference between the original and the new value of the archive storage depth.
Example of creating an archive volume as files on a local disk
Example of creating an archive volume on a remote resource
Example of creating a cloud archive volume in Microsoft Azure
Example of creating a cloud archive volume in Amazon
Example of creating a cloud archive volume in Wasabi
Example of creating a cloud archive volume in Seagate Lyve Cloud
Example of creating a cloud archive volume in MinIO S3
Example of creating a cloud archive volume in MinIO S3 using the domain name
Changing an archive volume
To change the archive volume, the same parameters are used as when creating it.