IBM Storwize V7000 Maintenance Manual page 89

Table of Contents

Advertisement

where ssh_private_key_file is the name of the SSH private key file for the
superuser and cluster_ip is the IP address or DNS name of the clustered system
for which you want to back up the configuration.
4. Issue the following CLI command to remove all of the existing configuration
backup and restore files that are located on your configuration node in the /tmp
directory.
svcconfig clear -all
5. Issue the following CLI command to back up your configuration:
svcconfig backup
The following output is an example of the messages that are displayed during
the backup process:
CMMVC6112W io_grp io_grp1 has a default name
CMMVC6112W io_grp io_grp2 has a default name
CMMVC6112W mdisk mdisk14 ...
CMMVC6112W node node1 ...
CMMVC6112W node node2 ...
....................................................
The svcconfig backup CLI command creates three files that provide
information about the backup process and the configuration. These files are
created in the /tmp directory of the configuration node.
The following table describes the three files that are created by the backup
process:
File name
svc.config.backup.xml
svc.config.backup.sh
svc.config.backup.log
6. Check that the svcconfig backup command completes successfully. The
following output is an example of the message that is displayed when the
backup process is successful:
CMMVC6155I SVCCONFIG processing completed successfully.
If the process fails, resolve the errors, and run the process again.
7. Issue the following command to exit the system:
exit
8. Issue the following command to copy the backup files to a location that is not
in your system:
pscp -i ssh_private_key_file superuser@cluster_ip:/tmp/svc.config.backup.*
/offclusterstorage/
where cluster_ip is the IP address or DNS name of the system and
offclusterstorage is the location where you want to store the backup files.
Description
This file that contains your configuration
data.
This file that contains the names of the
commands that were issued to create the
backup of the system.
This file contains details about the backup,
including any error information that might
have been reported.
Chapter 7. Recovery procedures
73

Advertisement

Table of Contents
loading

Table of Contents