Summary
Version 4.0 enables snapshotting the workspace and configuring tracking settings directly from the console. If there's a configuration error in the console, try setting it from the command line.
1) Snapshot work area settings
#cd /opt/Actiphy
#./mkaiptmp setup
The displayed message indicates the size of the file you wish to set as the snapshot work area. Usually, the process continues without any issues.
Input size of temporary file in MB (minimum 16MB): [2299]
* The 'makeitmp' command accepts setup and removal arguments.
* Using 'remove' with './mksetup' explicitly deletes the snapshot work area.
2) Tracking settings
#cd /opt/Actiphy
#./setuptr
* All data on the specified device (volume) is completely cleared.
* To utilize the volume configured as a dedicated device, you need to specify the release and format.
In this case, /dev/sdb1 is used as a sustainable tracking-only device. The process continues as usual.
[root@localhost Actiphy]# ./setuptr
Setting up tracking device…
If you've already configured it as a dedicated device, the message "Would you like to use /dev/sdb1 for tracking? [Y/n] n" is displayed.
Please input a block device for tracking bitmap (or 'no' for temporary change tracking): /dev/sdb1.
Would you like to format the tracking device now? [y/N] y.
Stopping Snapshot/Tracking driver [OK]
Clearing entire device… This may take a long time.
Device size: 107374018560
%===+====+====+====+===50%===+====+====+====+100%
…………………………………………..
Tracking device has now set up.
Next, set up the tracking table. Only devices (volumes) listed in the /etc/fstab are displayed in the tracking table. The process continues as usual.
Setting up tracking table…
Would you like to add /dev/sda2? [Y/n] y
Would you like to add /dev/sda1? [Y/n] y
Currently saving configuration and restarting aipsnap if needed. Formatting if not already formatted and creating the tracking table.
New table:
tracker _BEGIN_ nil 0 0 added_by_setuptr
tracker tr1 UUID=43797302-37e3-4cc3-bf0e-acb35a00c7f2 8 4528 off
tracker tr2 UUID=4f4c7394-2693-4a19-a45b-ef521faa7e30 4536 32 off
tracker __END__ nil 0 0 added_by_setuptr
Starting Snapshot/Tracking driver
excluding /var/opt/aipsnap/aiptmpfile.img …
number of fragments is 3 [OK]
[root@localhost Actiphy]#
Affected Products
AIP 3.5 Linux Edition
AIP 4.0 Linux Edition
AIP 4.1 Linux Edition
(13451076729881)
Comments
0 comments
Article is closed for comments.