Setup guide
- The specified path should have proper security settings
[Linux]
For safer administration, it is recommended to use either the following permissions settings for each ancestor directory of the
image files directory.
- Give write permissions only to system administrators
- Use the sticky bit to prevent other users from renaming or deleting image files
If permissions are not set as above, this command may fail to change the image files folder location.
When changing the image files folder location, image files are copied to the new location, which may take some time to complete.
-attr {backup|clone}.maxversion=value
Changes the maximum number of image file versions.
- To change the maximum number of system image versions
Specify backup.
- To change the maximum number of cloning image versions
Specify clone.
Specify a new maximum number of image file versions in
value
.
Enter a numerical value between 1 and 10 in
value
.
Requirements
Permissions
OS Administrator
Location
Admin server
The manager should be stopped when changing the image files folder location. For information on stopping managers, refer to "7.2
Starting and Stopping the Manager" of the "Setup Guide VE".
If the ROR console was opened, the Web browser should be refreshed after changing the maximum number of image file versions.
Examples
- Change the image file storage folder.
[Windows]
When changing to C:\temp
>rcxadm imagemgr set -attr imagedir=C:\temp <RETURN>
[Linux]
When changing to /tmp
# rcxadm imagemgr set -attr imagedir=/tmp <RETURN>
Exit Status
This command returns the following values:
0
The command executed successfully.
- 32 -