Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Administration Guide


3.3.4 Changing and displaying the attributes of a backup box (UNIX)

In UNIX, you can change and display the attributes of a backup box by using UNIX commands.

The following examples show how to use the UNIX commands. The following examples assume that you have moved to the directory specified in the AJSBKUROOT environment setting parameter of JP1/AJS3 by executing the following command:

cd/var/opt/jplajs2/backup/shcedule (when the default installation directory is used)

Example 1: To change the owner of the BACKUP backup box to user2 so that only user2 can update the backup box, execute:

chmod 0744 BACKUP/.ajsbkup

chown user2 BACKUP/.ajsbkup

chmod 0755 BACKUP

chown user2 BACKUP

Example 2: To change the name of the BACKUP backup box to host1_BACKUP, execute:

mv BACKUP host1_BACKUP

Example 3: To list the names of backup files in the BACKUP backup box, execute:

ls -la BACKUP