This subsection describes the procedures for backing up configuration information of objects within class Class1.
1) Saving configuration information
Save outputs of the sdxinfo command to a file. In this example, the path to a file is "/var/tmp/Class1.info".
# sdxinfo -c Class1 -e long > /var/tmp/Class1.info |
2) Creating a configuration file
Output the object configuration within Class1 to a file in configuration table format. In this example, the path to a file is "/var/tmp/Class1.conf".
# sdxconfig Backup -c Class1 -o /var/tmp/Class1.conf |
3) Backing up the configuration file and configuration information
Save the files created in steps 1) and 2) to tape and so on.