Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To allocate the disk for recording, run the command as a root.

sudo su
fdisk -l

where

  • /dev/sdathe first physical disk;
  • /dev/sda1the first partition of the first physical disk;
  • /dev/sda2the second partition of the first physical disk;
  • dev/sdbthe second physical disk.

To delete the disk partition, do the following:

  1. Go to the disk on which you want to delete a partition.

    fdisk /dev/sdb
  2. Delete the partition.

    d
  3. Specify the partition number.

    2
  4. Save the changes.

    w

To create apartition, do the following:

  1. Go to the disk on which you want to create a partition.

    fdisk /dev/sdb
  2. Create the partition.

    n
  3. Specify the partition type: primary (p) or extended (e).

    p
  4. Specify the partition number.
    1
  5. Specify the partition size. Ggigabytes, Mmegabytes, Kkilobytes.

    +5G
  6. Save the changes.

    w

To create the archive as a disk, do the following:

  1. Create a new archive in the Axxon One Client (see Creating a local archive).
  2. Select the archive volume.
  3. Specify the path to partition in the address window. For example: /dev/sdb1. If it is required to use the whole disk as an archive, specify the /dev/sdc, /dev/sdd, and so on.
  4. Set the Format checkbox and click the Apply button.

    Attention!

    At this point you cannot change the archive size.

  • No labels