If any problem occurs in a system that uses this software, collect troubleshooting information according to "B.1 Collecting Troubleshooting Information".
Back up (save) the environment for the Storage Cruiser's manager if an error has occurred in the Management Server.
All of the tasks for backup of Manager are performed in the Management Server.
Perform the procedure below to save the environment for the Storage Cruiser's manager.
Information
Notation in Procedure:
"$BAK_DIR" signifies the backup destination directory.
Stop the ETERNUS SF Manager Tomcat Service.
Execute the following shell script to stop the service.
# /opt/FJSVesfcm/bin/stop-webservice.sh
Create the backup data.
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/Common
Execute the following command to create the backup data. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber. The file name of the created backup data is fileName.
# /opt/FJSVesfcm/postgres/bin/pg_dump -U esfpostgres -C --attribute-inserts -p portNumber -f $BAK_DIR/Common/fileName esfdb
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Execute the following shell script to stop ETERNUS SF Manager services.
# /opt/FJSVesfcm/bin/stopesf.sh
Information
When the shell script is executed, the message that ETERNUS SF Manager Web Service has been already stopped is displayed many times. Ignore because there is no problem.
Back up files related to the performance management function.
This step can be skipped if you are not using the performance management function. A backup is not required if there are no subdirectories or files.
Point
If a large amount of files related to the performance management function exists, calculate the backup time according to the amount of files.
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current # mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current/perfconf # mkdir -p $BAK_DIR/var/opt/FJSVssmgr/current/perf
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -p /etc/opt/FJSVssmgr/current/perf.conf $BAK_DIR/etc/opt/FJSVssmgr/current/ # cp -Rp /etc/opt/FJSVssmgr/current/perfconf/* $BAK_DIR/etc/opt/FJSVssmgr/current/perfconf/ # cp -Rp /var/opt/FJSVssmgr/current/perf/* $BAK_DIR/var/opt/FJSVssmgr/current/perf/
Back up files related to the capacity management function.
Backup is not required if there are no subdirectories or files.
Point
If a large amount of files that are related to the capacity graph exists, calculate the backup time according to the amount of files.
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/var/opt/FJSVssmgr/current/thinprovisioning # mkdir -p $BAK_DIR/var/opt/FJSVssmgr/current/flexibletier # mkdir -p $BAK_DIR/var/opt/FJSVssmgr/current/nas
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -Rp /var/opt/FJSVssmgr/current/thinprovisioning/* $BAK_DIR/var/opt/FJSVssmgr/current/thinprovisioning/ # cp -Rp /var/opt/FJSVssmgr/current/flexibletier/* $BAK_DIR/var/opt/FJSVssmgr/current/flexibletier/ # cp -Rp /var/opt/FJSVssmgr/current/nas/* $BAK_DIR/var/opt/FJSVssmgr/current/nas/
Back up the other files which can be customized.
It is unnecessary to back up the files or the directories which do not exist.
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current # mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current/eventmail
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -p /etc/opt/FJSVssmgr/current/sanma.conf $BAK_DIR/etc/opt/FJSVssmgr/current/ # cp -p /etc/opt/FJSVssmgr/current/ssmgr.conf $BAK_DIR/etc/opt/FJSVssmgr/current/ # cp -p /etc/opt/FJSVssmgr/current/trapop.sh $BAK_DIR/etc/opt/FJSVssmgr/current/ # cp -Rp /etc/opt/FJSVssmgr/current/eventmail/* $BAK_DIR/etc/opt/FJSVssmgr/current/eventmail/
Back up the SNMP Trap XML definition files.
This step can be skipped if you have not customized the SNMP Trap XML definition files.
Below is an example for if the SNMP Trap XML definition file "1_3_6_1_1588_2_1_1_1.xml" has been customized. As shown in this example, back up each customized file one at a time.
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current/snmpth
Execute the following command to copy the file to its backup destination directory.
# cp -p /etc/opt/FJSVssmgr/current/snmpth/1_3_6_1_1588_2_1_1_1.xml $BAK_DIR/etc/opt/FJSVssmgr/current/snmpth/
Back up the device polling setting files.
This step can be skipped if you have not customized the device polling setting files.
Below is an example for if the device polling setting file "DP_config.xml" has been customized. As shown in this example, back up each customized file one at a time.
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current/devicepolling
Execute the following command to copy the file to its backup destination directory.
# cp -p /etc/opt/FJSVssmgr/current/devicepolling/DP_config.xml $BAK_DIR/etc/opt/FJSVssmgr/current/devicepolling/
Back up the polling service setting file.
This step can be skipped if you have not customized the polling service setting file. If you have customized the polling service setting file "pollingService.xml", back up this file using the step shown below.
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/etc/opt/FJSVssmgr/current/polling
Execute the following command to copy the file to its backup destination directory.
# cp -p /etc/opt/FJSVssmgr/current/polling/pollingService.xml $BAK_DIR/etc/opt/FJSVssmgr/current/polling/
Back up files related to the definition of copy groups and copy pairs.
This step is required only if you are using the Advanced Copy function.
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/CCM/etc # mkdir -p $BAK_DIR/CCM/etc/db # mkdir -p $BAK_DIR/CCM/etc/db/cg # mkdir -p $BAK_DIR/CCM/etc/prop # mkdir -p $BAK_DIR/CCM/var/micc/database
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -p /etc/opt/FJSVccm/db/eternus.xml $BAK_DIR/CCM/etc/db # cp -p /var/opt/FJSVccm/micc/database/DeviceRegList.xml $BAK_DIR/CCM/var/micc/database # cp -p /etc/opt/FJSVccm/prop/user.properties $BAK_DIR/CCM/etc/prop # cp -p /etc/opt/FJSVccm/accc/etc/stxc.alias $BAK_DIR/CCM/etc # cp -p /etc/opt/FJSVccm/accc/etc/stxc_ext.alias $BAK_DIR/CCM/etc # cp -p /etc/opt/FJSVccm/accc/etc/stxcvolinf $BAK_DIR/CCM/etc # cp -Rp /etc/opt/FJSVccm/db/cg/* $BAK_DIR/CCM/etc/db/cg
Back up the license management database.
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/LM
Execute the following command. The backup data is created using the file name specified in fileName.
# /opt/FJSVesflm/bin/esflm backup $BAK_DIR/LM/fileName
Back up files related to the Reporting function. (for the Reporting function only)
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/etc/opt/FJSVesfcm/conf/report # mkdir -p $BAK_DIR/etc/opt/FJSVesfcm/conf/scheduler # mkdir -p $BAK_DIR/var/opt/FJSVesfcm/report
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -p /etc/opt/FJSVesfcm/conf/report/* $BAK_DIR/etc/opt/FJSVesfcm/conf/report/ # cp -p /etc/opt/FJSVesfcm/conf/scheduler/* $BAK_DIR/etc/opt/FJSVesfcm/conf/scheduler/ # cp -Rp /var/opt/FJSVesfcm/report/* $BAK_DIR/var/opt/FJSVesfcm/report/
Back up files related to the Automated Storage Tiering function.
Backup is not required if there are no subdirectories or files.
Execute the following commands to create the backup destination directories.
# mkdir -p $BAK_DIR/etc/opt/FJSVssast/data # mkdir -p $BAK_DIR/var/opt/FJSVssast/data
Execute the following commands to copy the subdirectories and files to their backup destination directories.
# cp -Rp /etc/opt/FJSVssast/data/* $BAK_DIR/etc/opt/FJSVssast/data/ # cp -Rp /var/opt/FJSVssast/data/* $BAK_DIR/var/opt/FJSVssast/data/
Back up the Quality of Service Management Option environment. (for the Quality of Service Management Option only)
Execute the following command to create the backup destination directory.
# mkdir -p $BAK_DIR/etc/opt/FJSVesfcm/conf/qos
Execute the following command to copy the subdirectories and files to its backup destination directory.
# cp -p /etc/opt/FJSVesfcm/conf/qos/* $BAK_DIR/etc/opt/FJSVesfcm/conf/qos/
Execute the following shell script to start the ETERNUS SF Manager services.
# /opt/FJSVesfcm/bin/startesf.sh
In a cluster environment, perform the procedure below to save the environment for the Storage Cruiser's manager.
Stop all cluster services which the Manager belongs to.
Refer to "Cluster Transaction and Local Transaction" in the Cluster Environment Setup Guide for details about cluster transaction.
Mount the shared disk on the primary node.
Start the ETERNUS SF Manager Postgres service.
Execute the following command to start the ETERNUS SF Manager Postgres service:
For Solaris or Red Hat Enterprise Linux 6 environments
# /etc/init.d/startSFmanager start-postgres
For Red Hat Enterprise Linux 8 or Red Hat Enterprise Linux 7 environments
# /opt/FJSVesfcm/bin/startSFmanager start-postgres
Perform step 2 and step 4 to 14 of "11.1.1.2.1 Backup of Solaris OS/Linux Manager" on the primary node.
Stop the ETERNUS SF Manager Postgres service.
Execute the following command to stop the ETERNUS SF Manager Postgres service:
For Solaris or Red Hat Enterprise Linux 6 environments
# /etc/init.d/startSFmanager stop-postgres
For Red Hat Enterprise Linux 8 or Red Hat Enterprise Linux 7 environments
# /opt/FJSVesfcm/bin/startSFmanager stop-postgres
Unmount the shared disk mounted in step 2.
Start all cluster transactions which the Manager belongs to.
Perform the procedure below to save the environment for the Storage Cruiser's manager.
Information
Notation in Procedure:
$BAK_DIR means the backup destination directory.
$INS_DIR means "Program Directory" specified at the ETERNUS SF Manager installation.
$ENV_DIR means "Environment Directory" specified at the ETERNUS SF Manager installation.
$TMP_DIR means "Work Directory" specified at the ETERNUS SF Manager installation.
Stop the ETERNUS SF Manager Tomcat Service.
Open Service Control Manager and stop the following service.
ETERNUS SF Manager Tomcat Service
Create the backup data.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\Common
Execute the following command to create the backup data. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber. The backup data is created with the name specified in fileName.
> $INS_DIR\Common\sys\postgres\bin\pg_dump -U esfpostgres -C --attribute-inserts -p portNumber -f $BAK_DIR\Common\fileName esfdb
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Execute the following batch to stop the ETERNUS SF Manager services.
> $INS_DIR\Common\bin\Stop_ESFservice.bat
Information
When the batch is executed, the message that ETERNUS SF Manager Tomcat Service has been already stopped is displayed many times. Ignore because there is no problem.
Back up files related to the performance management function.
This step can be skipped if you are not using the performance management function. If there is no subdirectories or files, you do not need to back up.
Point
If a large amount of files related to the performance management function exists, calculate the backup time according to the amount of files.
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf
Using Explorer or a similar program, copy the following backup source file to its backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perf.conf | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current |
Using Explorer or a similar program, copy the subdirectories and files under the following backup source directories to their backup destination directories.
Backup Source Directory | Backup Destination Directory |
---|---|
$TMP_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf |
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf | $BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf |
Back up files related to the capacity management function.
Backup is not required if there are no subdirectories or files.
Point
If a large amount of files that are related to the capacity graph exists, calculate the backup time according to the amount of files.
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas
Using Explorer or a similar program, copy the subdirectories and files under the following backup source directories to their backup destination directories.
Backup Source Directory | Backup Destination Directory |
---|---|
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning | $BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning |
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier | $BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier |
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas | $BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas |
Back up the other files which can be customized.
It is unnecessary to back up the files or the directories which do not exist.
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\ESC\Manager\opt\FJSVssmgr\bin
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail
Using Explorer or a similar program, copy the following backup source files to their backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\sanma.conf | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current |
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\ssmgr.conf | |
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\trapop.bat |
Using Explorer or a similar program, copy the subdirectories and files under the following backup source directory to their backup destination directory.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail |
Back up the role group configuration file.
This step can be skipped if you have not customized the role group configuration file or if the file does not exist.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\Common\etc\authentication
Using Explorer or a similar program, copy the file in the following backup source directory to its backup destination directory.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\Common\etc\authentication | $BAK_DIR\Common\etc\authentication |
Back up the SNMP Trap XML definition files.
This step can be skipped if you have not customized the SNMP Trap XML definition files.
Below is an example for if the SNMP Trap XML definition file "1_3_6_1_1588_2_1_1_1.xml" is being customized. As in this example, back up each file one at a time.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth
Using Explorer or a similar program, copy the following backup source file to its backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth\1_3_6_1_1588_2_1_1_1.xml | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth |
Back up the device polling setting files.
This step can be skipped if you have not customized the device polling setting files.
Below is an example for if the device polling setting file "DP_config.xml" is being customized. As in this example, back up each file one at a time.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling
Using Explorer or a similar program, copy the following backup source file to its backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling\DP_config.xml | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling |
Back up the polling service setting file.
This step can be skipped if you have not customized the polling service setting file. If customizing the polling service setting file "pollingService.xml", back up it using the step shown below.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling
Using Explorer or a similar program, copy the following backup source file to its backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling\pollingService.xml | $BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling |
Back up the registry.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\ACM\etc
Using Explorer or a similar program, copy the following backup source files to their backup destination directory.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\ACM\etc\swnode.ini | $BAK_DIR\ACM\etc |
$ENV_DIR\ACM\etc\device.ini |
Back up files related to the definition of copy groups and copy pairs.
This step is required only if you are using the Advanced Copy function.
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\CCM\etc
$BAK_DIR\CCM\etc\db
$BAK_DIR\CCM\etc\db\cg
$BAK_DIR\CCM\etc\prop
$BAK_DIR\CCM\var\micc\database
Using Explorer or a similar program, copy the following backup source files to their backup destination directories.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\CCM\etc\db\eternus.xml | $BAK_DIR\CCM\etc\db |
$TMP_DIR\CCM\var\micc\database\DeviceRegList.xml | $BAK_DIR\CCM\var\micc\database |
If the following backup source files exist, copy them to their backup destination directories using Explorer or a similar program.
Backup Source File | Backup Destination Directory |
---|---|
$ENV_DIR\CCM\etc\prop\user.properties | $BAK_DIR\CCM\etc\prop |
$ENV_DIR\CCM\etc\stxc.alias | $BAK_DIR\CCM\etc |
$ENV_DIR\CCM\etc\stxc_ext.alias | |
$ENV_DIR\CCM\etc\stxcvolinf |
Using Explorer or a similar program, copy files under the following backup source directory to their backup destination directory.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\CCM\etc\db\cg | $BAK_DIR\CCM\etc\db\cg |
Back up the license management database.
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\LM
Execute the following command. The backup data is created with the file name specified in fileName.
> $INS_DIR\LM\bin\esflm backup $BAK_DIR\LM\fileName
Back up files related to the Reporting function. (for the Reporting function only)
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\Common\etc\report
$BAK_DIR\Common\etc\scheduler
$BAK_DIR\Common\var\report
Using Explorer or a similar program, copy files under the following backup source directories to their backup destination directories.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\Common\etc\report | $BAK_DIR\Common\etc\report |
$ENV_DIR\Common\etc\scheduler | $BAK_DIR\Common\etc\scheduler |
Using Explorer or a similar program, copy files under the following backup source directory to their backup destination directory.
Backup Source Directory | Backup Destination Directory |
---|---|
$TMP_DIR\Common\var\report | $BAK_DIR\Common\var\report |
Back up files related to the Automated Storage Tiering function.
Backup is not required if there are no subdirectories or files.
Using Explorer or a similar program, create the following backup destination directories.
$BAK_DIR\AST\Manager\etc\opt\FJSVssast\data
$BAK_DIR\AST\Manager\var\opt\FJSVssast\data
Using Explorer or a similar program, copy the subdirectories and files under the following backup source directories to their backup destination directories.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\AST\Manager\etc\opt\FJSVssast\data | $BAK_DIR\AST\Manager\etc\opt\FJSVssast\data |
$TMP_DIR\AST\Manager\var\opt\FJSVssast\data | $BAK_DIR\AST\Manager\var\opt\FJSVssast\data |
Back up the Quality of Service Management Option environment. (for the Quality of Service Management Option only)
Using Explorer or a similar program, create the following backup destination directory.
$BAK_DIR\Common\etc\qos
Using Explorer or a similar program, copy files under the following backup source directory to their backup destination directory.
Backup Source Directory | Backup Destination Directory |
---|---|
$ENV_DIR\Common\etc\qos | $BAK_DIR\Common\etc\qos |
Execute the following batch to start ETERNUS SF Manager services.
> $INS_DIR\Common\bin\Start_ESFservice.bat
In a cluster environment, perform the procedure below to save the environment for the Storage Cruiser's manager.
Stop all cluster services which the Manager belongs to.
Refer to "Cluster Transaction and Local Transaction" in the Cluster Environment Setup Guide for details about cluster transaction.
Mount the shared disk on the primary node.
Start the ETERNUS SF Manager Postgres service.
Open Service Control Manager to start the following service:
ETERNUS SF Manager Postgres Service
Perform the step 2 and steps from 4 to 16 of "11.1.1.2.3 Backup of Windows Manager" on the primary node.
Directory description in "11.1.1.2.3 Backup of Windows Manager" are replaced to the following directories.
$BAK_DIR means the backup destination directory.
$INS_DIR means "Program Directory" specified at the ETERNUS SF Manager installation.
$ENV_DIR means "Environment Directory" specified at the ETERNUS SF Manager installation.
$TMP_DIR means "Work Directory" as specified during installation.
Stop the ETERNUS SF Manager Postgres service.
Open Service Control Manager to stop the following service:
ETERNUS SF Manager Postgres Service
Unmount the shared disk mounted in the step 2.
Start all cluster transactions which the Manager belongs to.
Restore the environment for the Storage Cruiser's manager if an error has occurred in the Management Server.
All of the tasks for restoring Manager are performed in the Management Server.
Perform the procedure below to restore the environment for the Storage Cruiser's manager.
For restoration after reinstalling Manager, be sure to complete installation and setup before performing the procedure below. Refer to "Installation of ETERNUS SF Manager" and "Setup of ETERNUS SF Manager" in the Installation and Setup Guide for the procedure of installation and setup.
Information
Notation in Procedure:
"$BAK_DIR" signifies the backup destination directory.
Reconfigure Storage Cruiser's manager.
Install the ETERNUS SF Manager and set it up as Storage Cruiser's manager.
Refer to "Installation of ETERNUS SF Manager" and "Setup of ETERNUS SF Manager" in the Installation and Setup Guide for installation and setup.
Stop the ETERNUS SF Manager Tomcat Service.
Execute the following shell script to stop the service.
# /opt/FJSVesfcm/bin/stop-webservice.sh
Restore the backup data.
Execute the following command. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber.
# /opt/FJSVesfcm/postgres/bin/psql -U esfpostgres -p portNumber postgres
The prompt is displayed, and waiting for input. Input the following strings in order.
master01! drop database esfdb; \q
Execute the following command to restore the backup data. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber. For fileName, input the file name which was specified when the backup data was created.
# /opt/FJSVesfcm/postgres/bin/psql -U esfpostgres -p portNumber -f $BAK_DIR/Common/fileName postgres
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Execute the following shell script to stop the ETERNUS SF Manager services.
# /opt/FJSVesfcm/bin/stopesf.sh
Information
When the shell script is executed, the message that ETERNUS SF Manager Web Service has been already stopped is displayed many times. Ignore because there is no problem.
Restore files related to the performance management function.
This step can be skipped if you are not using the performance management function or if you are not backing up files related to the performance management function.
Delete the subdirectories and files under the restore destination directory "/etc/opt/FJSVssmgr/current".
However, do not delete the restore destination directory itself.
# rm -f /etc/opt/FJSVssmgr/current/perf.conf # rm -rf /etc/opt/FJSVssmgr/current/perfconf/* # rm -rf /var/opt/FJSVssmgr/current/perf/*
If the restore destination directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/perf.conf /etc/opt/FJSVssmgr/current/ # cp -Rp $BAK_DIR/etc/opt/FJSVssmgr/current/perfconf/* /etc/opt/FJSVssmgr/current/perfconf/ # cp -Rp $BAK_DIR/var/opt/FJSVssmgr/current/perf/* /var/opt/FJSVssmgr/current/perf/
Restore files related to the capacity management function.
This step can be skipped if you are not backing up files related to the capacity management function.
Delete the subdirectories and files under the restore destination directory "/var/opt/FJSVssmgr/current".
However, do not delete the restore destination directory itself.
# rm -rf /var/opt/FJSVssmgr/current/thinprovisioning/* # rm -rf /var/opt/FJSVssmgr/current/flexibletier/* # rm -rf /var/opt/FJSVssmgr/current/nas/*
If the restore destination directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -Rp $BAK_DIR/var/opt/FJSVssmgr/current/thinprovisioning/* /var/opt/FJSVssmgr/current/thinprovisioning/ # cp -Rp $BAK_DIR/var/opt/FJSVssmgr/current/flexibletier/* /var/opt/FJSVssmgr/current/flexibletier/ # cp -Rp $BAK_DIR/var/opt/FJSVssmgr/current/nas/* /var/opt/FJSVssmgr/current/nas/
Restore the other files which can be customized.
It is unnecessary to restore the files or the directories which have not been backed up.
Check whether the "/etc/opt/FJSVssmgr/current/eventmail" directory exist.
If the directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | sys | 755 |
Linux | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/sanma.conf /etc/opt/FJSVssmgr/current/ # cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/ssmgr.conf /etc/opt/FJSVssmgr/current/ # cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/trapop.sh /etc/opt/FJSVssmgr/current/ # cp -Rp $BAK_DIR/etc/opt/FJSVssmgr/current/eventmail/* /etc/opt/FJSVssmgr/current/eventmail/
Restore the SNMP Trap XML definition files.
It is unnecessary to restore the files which have not been backed up.
Check whether the "/etc/opt/FJSVssmgr/current/snmpth" directory exist.
If the directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | sys | 755 |
Execute the following command to copy files in the backup location to their restore destination directory.
# cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/snmpth/*.xml /etc/opt/FJSVssmgr/current/snmpth/
Restore the device polling setting files.
It is unnecessary to restore the files which have not been backed up.
Check whether the "/etc/opt/FJSVssmgr/current/devicepolling" directory exist.
If the directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | sys | 755 |
Execute the following command to copy files in the backup location to their restore destination directory.
# cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/devicepolling/*.xml /etc/opt/FJSVssmgr/current/devicepolling/
Restore the polling service setting file.
It is unnecessary to restore the files which have not been backed up.
Check whether the "/etc/opt/FJSVssmgr/current/polling" directory exist.
If the directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | sys | 755 |
Execute the following command to copy the file in the backup location to its restore destination directory.
# cp -p $BAK_DIR/etc/opt/FJSVssmgr/current/polling/*.xml /etc/opt/FJSVssmgr/current/polling/
Restore files related to the definition of copy groups and copy pairs.
This step is required only if you are using the Advanced Copy function.
Delete the subdirectories and files under the restore destination directories "/etc/opt/FJSVccm/db/cg", "/etc/opt/FJSVccm/prop", and "/etc/opt/FJSVccm/accc/etc".
# rm -rf /etc/opt/FJSVccm/db/cg/* # rm -f /etc/opt/FJSVccm/prop/user.properties # rm -f /etc/opt/FJSVccm/accc/etc/stxc.alias # rm -f /etc/opt/FJSVccm/accc/etc/stxc_ext.alias # rm -f /etc/opt/FJSVccm/accc/etc/stxcvolinf
If the restore destination directories do not exist, create them with the following owner, group, and access privilege.
OS Type | Restore Destination Directory | Owner | Group | Access Privilege |
---|---|---|---|---|
Solaris OS | /var/opt/FJSVccm/micc/database | root (superuser) | root | 755 |
Other than above | root (superuser) | bin | 755 | |
Linux | /etc/opt/FJSVccm/accc/etc | root (superuser) | root | 644 |
Other than above | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -p $BAK_DIR/CCM/etc/db/eternus.xml /etc/opt/FJSVccm/db # cp -p $BAK_DIR/CCM/var/micc/database/DeviceRegList.xml /var/opt/FJSVccm/micc/database # cp -p $BAK_DIR/CCM/etc/prop/user.properties /etc/opt/FJSVccm/prop # cp -p $BAK_DIR/CCM/etc/stxc.alias /etc/opt/FJSVccm/accc/etc # cp -p $BAK_DIR/CCM/etc/stxc_ext.alias /etc/opt/FJSVccm/accc/etc # cp -p $BAK_DIR/CCM/etc/stxcvolinf /etc/opt/FJSVccm/accc/etc # cp -Rp $BAK_DIR/CCM/etc/db/cg/* /etc/opt/FJSVccm/db/cg
Restore the license management database.
Execute the following command. For fileName, input the file name which was specified when the backup data was created.
# /opt/FJSVesflm/bin/esflm restore $BAK_DIR/LM/fileName
Restore files related to the Reporting function. (for the Reporting function only)
This step can be skipped if you are not backing up files related to the Reporting function.
Delete the subdirectories and files under the restore destination directories "/etc/opt/FJSVesfcm/conf/report", "/etc/opt/FJSVesfcm/conf/scheduler", and "/var/opt/FJSVesfcm/report".
However, do not delete the restore destination directories themselves.
# rm -f /etc/opt/FJSVesfcm/conf/report/* # rm -f /etc/opt/FJSVesfcm/conf/scheduler/* # rm -rf /var/opt/FJSVesfcm/report/*
If the restore destination directories do not exist, create them with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -p $BAK_DIR/etc/opt/FJSVesfcm/conf/report/* /etc/opt/FJSVesfcm/conf/report/ # cp -p $BAK_DIR/etc/opt/FJSVesfcm/conf/scheduler/* /etc/opt/FJSVesfcm/conf/scheduler/ # cp -Rp $BAK_DIR/var/opt/FJSVesfcm/report/* /var/opt/FJSVesfcm/report/
Restore files related to the Automated Storage Tiering function.
Restore is not required if there are no subdirectories or files.
Delete the subdirectories and files under the restore destination directories "/etc/opt/FJSVssast/data" and "/var/opt/FJSVssast/data".
However, do not delete the restore destination directories themselves.
# rm -rf /etc/opt/FJSVssast/data/* # rm -rf /var/opt/FJSVssast/data/*
If the restore destination directories do not exist, create them with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | sys | 755 |
Linux | root (superuser) | root | 755 |
Execute the following commands to copy the subdirectories and files in the backup locations to their restore destination directories.
# cp -Rp $BAK_DIR/etc/opt/FJSVssast/data/* /etc/opt/FJSVssast/data/ # cp -Rp $BAK_DIR/var/opt/FJSVssast/data/* /var/opt/FJSVssast/data/
Restore the Quality of Service Management Option environment. (for the Quality of Service Management Option only)
Delete the subdirectories and files under the restore destination directory "/etc/opt/FJSVesfcm/conf/qos".
However, do not delete the restore destination directory itself.
# rm -f /etc/opt/FJSVesfcm/conf/qos/*
If the restore destination directory does not exist, create it with the following owner, group, and access privilege.
OS Type | Owner | Group | Access Privilege |
---|---|---|---|
Solaris OS | root (superuser) | root | 755 |
Execute the following command to copy the subdirectories and files in the backup location to their restore destination directory.
# cp -p $BAK_DIR/etc/opt/FJSVesfcm/conf/qos/* /etc/opt/FJSVesfcm/conf/qos/
Execute the following shell script to start ETERNUS SF Manager services.
# /opt/FJSVesfcm/bin/startesf.sh
In a cluster environment, perform the procedure below to restore the environment for the Storage Cruiser's manager.
For restoration after reinstalling Manager, be sure to complete installation and customization before performing the procedure below. Refer to the Cluster Environment Setup Guide for the procedure of installation and customization.
Stop all cluster transaction which the Manager belongs to.
Refer to "Cluster Transaction and Local Transaction" in the Cluster Environment Setup Guide for details about cluster transaction.
Mount the shared disk on the primary node.
Start the ETERNUS SF Manager Postgres service.
Execute the following command to start the ETERNUS SF Manager Postgres service:
For Solaris or Red Hat Enterprise Linux 6 environments
# /etc/init.d/startSFmanager start-postgres
For Red Hat Enterprise Linux 8 or Red Hat Enterprise Linux 7 environments
# /opt/FJSVesfcm/bin/startSFmanager start-postgres
Perform steps 3 and step 5 to 15 of "11.1.1.3.1 Restoring Solaris OS/Linux Manager" on the primary node.
Stop the ETERNUS SF Manager Postgres service.
Execute the following command to stop the ETERNUS SF Manager Postgres service:
For Solaris or Red Hat Enterprise Linux 6 environments
# /etc/init.d/startSFmanager stop-postgres
For Red Hat Enterprise Linux 8 or Red Hat Enterprise Linux 7 environments
# /opt/FJSVesfcm/bin/startSFmanager stop-postgres
Unmount the shared disk mounted in step 2.
Start all cluster transactions which the Manager belongs to.
Perform the procedure below to restore the environment for Storage Cruiser's manager.
For restoration after reinstalling Manager, be sure to complete installation and setup before performing the procedure below. Refer to "Installation of ETERNUS SF Manager" and "Setup of ETERNUS SF Manager" in the Installation and Setup Guide for the procedure of installation and setup.
Information
Notation in Procedure:
$BAK_DIR means the backup destination directory.
$INS_DIR means "Program Directory" specified at the ETERNUS SF Manager installation.
$ENV_DIR means "Environment Directory" specified at the ETERNUS SF Manager installation.
$TMP_DIR means "Work Directory" specified at the ETERNUS SF Manager installation.
Reconfigure Storage Cruiser's manager.
Install ETERNUS SF Manager and set it up as Storage Cruiser's manager.
Refer to "Installation of ETERNUS SF Manager" and "Setup of ETERNUS SF Manager" in the Installation and Setup Guide for installation and setup procedures.
Stop the ETERNUS SF Manager Tomcat Service.
Open the Service Control Manager and stop the following service.
ETERNUS SF Manager Tomcat Service
Stop the ETERNUS VASA Provider if it is being used.
Open the Service Control Manager and stop the following service.
ETERNUS Information Provider
Restore the backup data.
Execute the following command. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber.
> $INS_DIR\Common\sys\postgres\bin\psql -U esfpostgres -p portNumber postgres
The prompt is displayed, and waiting for input. Input the following strings in order.
master01! drop database esfdb; \q
Execute the following command to restore the backup data. If you have not changed the port number, specify the default value 15432 to portNumber. If you have changed the port number, specify the changed port number to portNumber. For fileName, input the file name which was specified when the backup data was created.
> $INS_DIR\Common\sys\postgres\bin\psql -U esfpostgres -p portNumber -f $BAK_DIR\Common\fileName postgres
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Execute the following batch to stop the ETERNUS SF Manager services.
> $INS_DIR\Common\bin\Stop_ESFservice.bat
Information
When the batch is executed, the message that ETERNUS SF Manager Tomcat Service has been already stopped is displayed many times. Ignore because there is no problem.
Restore files related to the performance management function.
This step can be skipped if you are not using the performance management function or if you are not backing up files related to the performance management function.
Using Explorer or a similar program, delete the subdirectories and files under the following restore destination directories.
However, do not delete the restore destination directories themselves.
$TMP_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf
If the restore destination directories do not exist, create them.
Using Explorer or a similar program, copy the following restore source file to its restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perf.conf | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current |
Using Explorer or a similar program, copy the subdirectories and files under the following restore source directories to their restore destination directories.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf | $TMP_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\perfconf |
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf | $TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\perf |
Restore files related to the capacity management function.
This step can be skipped if you are not backing up files related to the capacity management function.
Using Explorer or a similar program, delete the subdirectories and files under the following restore destination directories.
However, do not delete the restore destination directories themselves.
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier
$TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas
If the restore destination directories do not exist, create them.
Using Explorer or a similar program, copy the subdirectories and files under the following restore source directories to their restore destination directories.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning | $TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\thinprovisioning |
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier | $TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\flexibletier |
$BAK_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas | $TMP_DIR\ESC\Manager\var\opt\FJSVssmgr\current\nas |
Restore the other files which can be customized.
It is unnecessary to restore the files or the directories which have not been backed up.
Using Explorer or a similar program, copy the following restore source files to their restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\sanma.conf | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current |
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\ssmgr.conf | |
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\trapop.bat |
Check whether the $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail directory exist.
If the directory does not exist, create it.
Using Explorer or a similar program, copy the subdirectories and files under the following restore source directory to their restore destination directory.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\eventmail |
Restore the role group configuration file.
If the role group configuration file is not backed up, this step is unnecessary.
Check whether the following restore destination directory exist.
If the directory does not exist, create it.
$ENV_DIR\Common\etc\authentication
Using Explorer or a similar program, copy the file in the following restore source directory to its restore destination directory.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\Common\etc\authentication | $ENV_DIR\Common\etc\authentication |
Restore the SNMP Trap XML definition files.
It is unnecessary to restore the files which have not been backed up.
Check whether the $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth directory exist.
If the directory does not exist, create it.
Using Explorer or a similar program, copy the following restore source files to their restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth\*.xml | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\snmpth |
Restore the device polling setting files.
It is unnecessary to restore the files which have not been backed up.
Check whether the $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling directory exist.
If the directory does not exist, create it.
Using Explorer or a similar program, copy the following restore source file to its restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling\DP_config.xml | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\devicepolling |
Restore the polling service setting file.
It is unnecessary to restore the files which have not been backed up.
Check whether the $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling directory exist.
If the directory does not exist, create it.
Using Explorer or a similar program, copy the following restore source file to its restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling\pollingService.xml | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\polling |
Restore the registry.
Using Explorer or a similar program, copy the following restore source files to their restore destination directory.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\ACM\etc\swnode.ini | $ENV_DIR\ACM\etc |
$BAK_DIR\ACM\etc\device.ini |
Restore files related to the definition of copy groups and copy pairs.
This step is required only if you are using the Advanced Copy function.
Using Explorer or a similar program, delete files under the following restore destination directory.
$ENV_DIR\CCM\etc\db\cg
Delete the following files if they exist.
$ENV_DIR\CCM\etc\prop\user.properties
$ENV_DIR\CCM\etc\stxc.alias
$ENV_DIR\CCM\etc\stxc_ext.alias
$ENV_DIR\CCM\etc\stxcvolinf
Check whether the following restore destination directories exist.
If the directories do not exist, create them.
$ENV_DIR\CCM\etc
$ENV_DIR\CCM\etc\db
$ENV_DIR\CCM\etc\db\cg
$ENV_DIR\CCM\etc\prop
$TMP_DIR\CCM\var\micc\database
Using Explorer or a similar program, copy the following restore source files to their restore destination directories.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\CCM\etc\db\eternus.xml | $ENV_DIR\CCM\etc\db |
$BAK_DIR\CCM\var\micc\database\DeviceRegList.xml | $TMP_DIR\CCM\var\micc\database |
If the following restore source files exist, copy them to their restore destination directories using Explorer or a similar program.
Restore Source File | Restore Destination Directory |
---|---|
$BAK_DIR\CCM\etc\prop\user.properties | $ENV_DIR\CCM\etc\prop |
$BAK_DIR\CCM\etc\stxc.alias | $ENV_DIR\CCM\etc |
$BAK_DIR\CCM\etc\stxc_ext.alias | |
$BAK_DIR\CCM\etc\stxcvolinf |
Using Explorer or a similar program, copy files under the following restore source directory to their restore destination directory.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\CCM\etc\db\cg | $ENV_DIR\CCM\etc\db\cg |
Restore the license management database.
Execute the following command. For fileName, input the file name which was specified when the backup data was created.
> $INS_DIR\LM\bin\esflm restore $BAK_DIR\LM\fileName
Restore files related to the Reporting function. (for the Reporting function only)
This step can be skipped if you are not backing up files related to the Reporting function.
Delete the subdirectories and files under the following restore destination directory.
However, do not delete the restore destination directory itself.
$TMP_DIR\Common\var\report
If the restore destination directory does not exist, create it.
Check whether the following restore destination directories exist.
If the directories do not exist, create them.
$ENV_DIR\Common\etc\report
$ENV_DIR\Common\etc\scheduler
Using Explorer or a similar program, copy files under the following restore source directories to their restore destination directories.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\Common\etc\report | $ENV_DIR\Common\etc\report |
$BAK_DIR\Common\etc\scheduler | $ENV_DIR\Common\etc\scheduler |
Using Explorer or a similar program, copy files under the following restore source directory to their restore destination directory.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\Common\var\report | $TMP_DIR\Common\var\report |
Restore files related to the Automated Storage Tiering function.
Restore is not required if there are no subdirectories or files.
Delete the subdirectories and files under the following restore destination directories.
However, do not delete the restore destination directories themselves.
$ENV_DIR\AST\Manager\etc\opt\FJSVssast\data
$TMP_DIR\AST\Manager\var\opt\FJSVssast\data
If the restore destination directories do not exist, create them.
Using Explorer or a similar program, copy the subdirectories and files under the following restore source directories to their restore destination directories.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\AST\Manager\etc\opt\FJSVssast\data | $ENV_DIR\AST\Manager\etc\opt\FJSVssast\data |
$BAK_DIR\AST\Manager\var\opt\FJSVssast\data | $TMP_DIR\AST\Manager\var\opt\FJSVssast\data |
Restore the Quality of Service Management Option environment. (for the Quality of Service Management Option only)
Check whether the following restore destination directory exists.
If the directory does not exist, create it.
$ENV_DIR\Common\etc\qos
Using Explorer or a similar program, copy files under the following restore source directory to their restore destination directory.
Restore Source Directory | Restore Destination Directory |
---|---|
$BAK_DIR\Common\etc\qos | $ENV_DIR\Common\etc\qos |
Execute the following batch to start ETERNUS SF Manager services.
> $INS_DIR\Common\bin\Start_ESFservice.bat
Start the ETERNUS VASA Provider if it is used.
Open the Service Control Manager and start the following service.
ETERNUS Information Provider
Restore the VMware vSphere Virtual Volumes environment.
This step is required only if you use the VMware vSphere Virtual Volumes function.
Reloading the configuration of ETERNUS Disk Storage system
Perform the Reload Conf. operation for all of the ETERNUS Disk storage systems using the VMware vSphere Virtual Volumes function from Web Console.
Retrieving the ETERNUS Disk storage system configuration Information
Execute the following command to retrieve the configuration information related to the VMware vSphere Virtual Volumes function from the ETERNUS Disk storage system.
> $INS_DIR\Common\bin\esfadm esfdata restore -all
This command may take some time to complete.
In a cluster environment, perform the procedure below to restore the environment for the Storage Cruiser's manager.
For restoration after reinstalling Manager, be sure to complete installation and customization before performing the procedure below. Refer to the Cluster Environment Setup Guide for the procedure of installation and customization.
Stop all cluster transactions which the Manager belongs to.
Refer to "Cluster Transaction and Local Transaction" in the Cluster Environment Setup Guide for details about cluster transaction.
Mount the shared disk on the primary node.
Start the ETERNUS SF Manager Postgres service.
Open Service Control Manager to start the following service:
ETERNUS SF Manager Postgres Service
Perform the step 4 and steps from 6 to 18 of "11.1.1.3.3 Restoring Windows Manager" on the primary node.
Directory description in "11.1.1.3.3 Restoring Windows Manager" are replaced to the following directories.
$BAK_DIR means the backup destination directory.
$INS_DIR means "Program Directory" specified at the ETERNUS SF Manager installation.
$ENV_DIR means "Environment Directory" specified at the ETERNUS SF Manager installation.
$TMP_DIR means "Work Directory" specified at the ETERNUS SF Manager installation.
Stop the ETERNUS SF Manager Postgres service.
Open Service Control Manager to stop the following service:
ETERNUS SF Manager Postgres Service
Unmount the shared disk mounted in step 2.
Start all cluster transactions which the Manager belongs to.
Perform the step 21 of "11.1.1.3.3 Restoring Windows Manager".
Execute the esfadm esfdata command on the primary node.