Top
ETERNUS SF Storage Cruiser 13.3 User's Guide

9.1.1 Maintenance of manager


9.1.1.1 Collecting data for troubleshooting

If any problem occurs in a system that uses this software, collect troubleshooting information according to "D.1 Troubleshooting information".


9.1.1.2 Backup of Manager


9.1.1.2.1 Backup of Solaris OS Manager

Perform the backup according to the procedure shown below, in which the backup destination directory is described as "backup_location". For details about backup in a cluster environment, refer to "9.1.1.2.2 Backup of Solaris OS Manager (cluster environment)".

  1. Stop the Manager.

    # /opt/FJSVssmgr/sbin/managerctl stop
  2. Perform backup of essential files.

    Create the backup directories.

    # mkdir -p backup_location/etc/opt/FJSVtrccb/2.0
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/ac
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/db
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/sr
    # mkdir -p backup_location/var/opt/FJSVssmgr/current
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/opencimom/logr
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/vsccompose

    Copy the subdirectories and files to the backup location.

    # cp -Rp /etc/opt/FJSVtrccb/2.0/* backup_location/etc/opt/FJSVtrccb/2.0/
    # cp -Rp /var/opt/FJSVtrccb/2.0/ac/* backup_location/var/opt/FJSVtrccb/2.0/ac/
    # cp -Rp /var/opt/FJSVtrccb/2.0/db/* backup_location/var/opt/FJSVtrccb/2.0/db/
    # cp -Rp /var/opt/FJSVtrccb/2.0/sr/* backup_location/var/opt/FJSVtrccb/2.0/sr/
    # cp -Rp /var/opt/FJSVssmgr/current/opencimom/logr/* backup_location/var/opt/FJSVssmgr/current/opencimom/logr/
    # cp -Rp /var/opt/FJSVssmgr/current/vsccompose/* backup_location/var/opt/FJSVssmgr/current/vsccompose/
    # cp -p /var/opt/FJSVssmgr/current/systemevent.csv backup_location/var/opt/FJSVssmgr/current/

    If there are no subdirectories or files, backup is unnecessary.

  3. Perform backup of files that are related to the performance management function.

    If you are not using the performance management function, this step is unnecessary.

    Create the backup directories.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/perf

    Copy the subdirectories and files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/perf.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -Rp /var/opt/FJSVssmgr/current/perf/* backup_location/var/opt/FJSVssmgr/current/perf/
  4. Perform backup of files for which the maximum memory that can be used is customized.

    If the maximum memory that can be used is not customized, backup is unnecessary.

    Create the backup directory.

    # mkdir -p backup_location/opt/FJSVssmgr/bin

    Copy the files to the backup location.

    # cp -p /opt/FJSVssmgr/bin/manager.ini backup_location/opt/FJSVssmgr/bin/
  5. Perform backup of other files that can be customized.

    If there are files that are not customized, backup is unnecessary. Backup is also unnecessary if these files do not exist.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current

    Copy the files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/sanma.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/ssmgr.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/trapop.sh backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/traprm.sh backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/VscCommitScript backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/FJSVssvsc.ini backup_location/etc/opt/FJSVssmgr/current/
  6. Perform backup of the SNMP trap XML definition file.

    If you have not customized the SNMP trap XML definition file, this step is unnecessary.

    In the example shown below, SNMP trap XML definition file "1_3_6_1_1588_2_1_1_1.xml" has been customized. Back up each customized file separately, as shown in the example.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current/snmpth

    Copy the files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/snmpth/1_3_6_1_1588_2_1_1_1.xml backup_location/etc/opt/FJSVssmgr/current/snmpth/
  7. Perform backup of the device pooling settings file.

    If you have not customized the device pooling settings file, this step is unnecessary.

    In the example shown below, the device pooling settings file "DP_config.xml" has been customized. Back up each customized file separately, as shown in the example.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current/devicepolling

    Copy the files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/devicepolling/DP_config.xml backup_location/etc/opt/FJSVssmgr/current/devicepolling/
  8. Restart the Manager.

    # /opt/FJSVssmgr/sbin/managerctl start

9.1.1.2.2 Backup of Solaris OS Manager (cluster environment)
  1. Stop all cluster services that the Manager belongs to.

  2. Mount the shared disk on the primary node.

  3. Perform steps 2, 3, 5, 6, and 7 of "9.1.1.2.1 Backup of Solaris OS Manager" on the primary node.

  4. Perform step 4 of "9.1.1.2.1 Backup of Solaris OS Manager" on both nodes.

  5. Unmount the shared disk that was mounted in step 2.

  6. Start all cluster services that the Manager belongs to.


9.1.1.2.3 Backup of Linux Manager

Perform the backup according to the procedure shown below, in which the backup destination directory is described as "backup_location". Refer to "9.1.1.2.4 Backup of Linux Manager (cluster environment)" for details on backing up in a cluster environment.

  1. Stop the manager.

    # /opt/FJSVssmgr/sbin/managerctl stop
  2. Perform backup of essential files.

    Create a backup directories.

    # mkdir -p backup_location/etc/opt/FJSVtrccb/2.0
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/ac
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/db
    # mkdir -p backup_location/var/opt/FJSVtrccb/2.0/sr
    # mkdir -p backup_location/var/opt/FJSVssmgr/current
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/opencimom/logr
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/vsccompose

    Copy the subdirectories and files to the backup location.

    # cp -Rp /etc/opt/FJSVtrccb/2.0/* backup_location/etc/opt/FJSVtrccb/2.0/
    # cp -Rp /var/opt/FJSVtrccb/2.0/ac/* backup_location/var/opt/FJSVtrccb/2.0/ac/
    # cp -Rp /var/opt/FJSVtrccb/2.0/db/* backup_location/var/opt/FJSVtrccb/2.0/db/
    # cp -Rp /var/opt/FJSVtrccb/2.0/sr/* backup_location/var/opt/FJSVtrccb/2.0/sr/
    # cp -Rp /var/opt/FJSVssmgr/current/opencimom/logr/* backup_location/var/opt/FJSVssmgr/current/opencimom/logr/
    # cp -Rp /var/opt/FJSVssmgr/current/vsccompose/* backup_location/var/opt/FJSVssmgr/current/vsccompose/
    # cp -p /var/opt/FJSVssmgr/current/systemevent.csv backup_location/var/opt/FJSVssmgr/current/

    If there are no subdirectories or files, backup is unnecessary.

  3. Back up the files relating to performance management functionality. When performance management functionality is not used, this procedure is unnecessary.

    Create the backup directories.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current
    # mkdir -p backup_location/var/opt/FJSVssmgr/current/perf

    Copy the subdirectories and files to the the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/perf.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -Rp /var/opt/FJSVssmgr/current/perf/* backup_location/var/opt/FJSVssmgr/current/perf/
  4. Perform a backup of the file created when memory use is customized (that is, when the maximum amount of memory that can be used is defined). If memory usage has not been customized this backup is not necessary as the file will not exist.

    Create the backup directory.

    # mkdir -p backup_location/opt/FJSVssmgr/bin

    Copy the file to the backup location.

    # cp -p /opt/FJSVssmgr/bin/manager.ini backup_location/opt/FJSVssmgr/bin/
  5. Perform the backup of other files created as a result of customization.The following procedure shows all customization files; however these files are only created when settings are made therefore some may not exist for the backup procedure.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current

    Copy the files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/sanma.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/ssmgr.conf backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/trapop.sh backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/traprm.sh backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/VscCommitScript backup_location/etc/opt/FJSVssmgr/current/
    # cp -p /etc/opt/FJSVssmgr/current/FJSVssvsc.ini backup_location/etc/opt/FJSVssmgr/current/
  6. Perform backup of the SNMP trap XML definition file.

    This step is only required if customizations have been performed.

    In the example shown below, the existence of the SNMP trap XML definition file "1_3_6_1_1588_2_1_1_1.xml" indicates SNMP has been customized. Back up each file separately, as shown in the example.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current/snmpth

    Copy the file to thebackup location.

    # cp -p /etc/opt/FJSVssmgr/current/snmpth/1_3_6_1_1588_2_1_1_1.xml backup_location/etc/opt/FJSVssmgr/current/snmpth/
  7. Perform backup of the device pooling settings file.

    This step is only required if customizations have been performed.

    In the example shown below, the existence of the device pooling settings file "DP_config.xml" indicates that device pooling has been customized. Back up each customized file separately, as shown in the example.

    Create the backup directory.

    # mkdir -p backup_location/etc/opt/FJSVssmgr/current/devicepolling

    Copy the files to the backup location.

    # cp -p /etc/opt/FJSVssmgr/current/devicepolling/DP_config.xml backup_location/etc/opt/FJSVssmgr/current/devicepolling/
  8. Restart the Manager.

    # /opt/FJSVssmgr/sbin/managerctl start

9.1.1.2.4 Backup of Linux Manager (cluster environment)
  1. Stop all cluster services that relate to the Manager.

  2. Mount a shared disk on the primary node.

  3. Perform steps 2, 3, 5 and 6 of "9.1.1.2.3 Backup of Linux Manager" on the primary node.

  4. Perform step 4 of "9.1.1.2.3 Backup of Linux Manager" on both nodes.

  5. Un-mount the disk mounted in step 2.

  6. Restart all cluster services that relate to the Manager.


9.1.1.2.5 Backup of Windows Manager

Perform the backup according to the procedure shown below.

Information

About description in the procedure

  • $BAK_DIR means the backup destination directory.

  • $INS_DIR means "Program Directory" specified at the Manager installation.

  • $ENV_DIR means "Environment Directory" specified at the Manager installation.

  • $TMP_DIR means "Work Directory" specified at the Manager installation.

  1. Stop the Manager.

    Go to [Control Panel] - [Administrative Tools] - [Services], select "ETERNUS SF Storage Cruiser Manager" and stop the service.

  2. Perform backup of essential files.

    If there are no subdirectories or files, backup is unnecessary.

    Using Explorer, create the following backup directories:

    • $BAK_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    • $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    • $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    • $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    • $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current

    • $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    • $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    Using Explorer, copy the subdirectories and files in the following directories to the backup location.

    Source directory

    Destination directory

    $ENV_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    $BAK_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    Using Explorer, copy the following file to the backup location.

    Source file

    Destination directory

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥systemevent.csv

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current

  3. Perform backup of files that are related to the performance management function.

    If you are not using the performance management function, this step is unnecessary.

    Using Explorer, create the following backup directories:

    • $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    • $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

    Using Explorer, copy the following files to the backup location.

    Source file

    Destination directory

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥perf.conf

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    Using Explorer, copy the subdirectories and files in the following directories to the backup location.

    Source directory

    Destination directory

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

  4. Perform backup of files that can be customized.

    If there are files that are not customized, backup is unnecessary. Backup is also unnecessary if these files do not exist.

    Using Explorer, create the following backup directories:

    • $BAK_DIR¥Manager¥opt¥FJSVssmgr¥bin

    • $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    Using Explorer, copy the following files to the backup location.

    Source file

    Destination directory

    $INS_DIR¥Manager¥opt¥FJSVssmgr¥bin¥manager.ini

    $BAK_DIR¥Manager¥opt¥FJSVssmgr¥bin

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥sanma.conf

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥ssmgr.conf

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥trapop.bat

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥traprm.bat

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥VscCommitScript.bat

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥FJSVssvsc.ini

  5. Perform backup of the SNMP trap XML definition file.

    If you have not customized the SNMP trap XML definition file, this step is unnecessary.

    In the example shown below, SNMP trap XML definition file "1_3_6_1_1588_2_1_1_1.xml" has been customized. Back up each customized file separately, as shown in the example.

    Using Explorer, create the following backup directory:

    • $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥snmpth

    Using Explorer, copy the file to the backup location.

    Source file

    Destination directory

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥snmpth¥1_3_6_1_1588_2_1_1_1.xml

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥snmpth

  6. Perform backup of the device pooling settings file.

    If you have not customized the device pooling settings file, this step is unnecessary.

    In the example shown below, the device pooling settings file "DP_config.xml" has been customized. Back up each customized file separately, as shown in the example.

    Using Explorer, create the following backup directory:

    • $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥devicepolling

    Using Explorer, copy the file to the backup location.

    Source file

    Destination directory

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥devicepolling¥DP_config.xml

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥devicepolling

  7. Restart the Manager.

    Go to [Control Panel] - [Administrative Tools] - [Services], select "ETERNUS SF Storage Cruiser Manager" and start the service.


9.1.1.3 Restoring Manager


9.1.1.3.1 Restoring Solaris OS Manager

Perform restore for the backup performed in "9.1.1.2.1 Backup of Solaris OS Manager" according to the procedure shown below.

To restore after reinstalling the Manager, first complete the entire installation and setup according to the description in "4.1 [Solaris OS] Manager" in the ETERNUS SF Storage Cruiser Installation Guide.

To upgrade from a Manager in a previous version, proceed according to the Notes for each procedure.

For details about restoring in a cluster environment, refer to "9.1.1.3.2 Restoring Solaris OS Manager (cluster environment)".

  1. Stop the Manager.

    # /opt/FJSVssmgr/sbin/managerctl stop
  2. Restore essential files.

    Delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    # rm -rf /etc/opt/FJSVtrccb/2.0/*
    # rm -rf /var/opt/FJSVtrccb/2.0/ac/*
    # rm -rf /var/opt/FJSVtrccb/2.0/db/*
    # rm -rf /var/opt/FJSVtrccb/2.0/sr/*
    # rm -rf /var/opt/FJSVssmgr/current/opencimom/logr/*
    # rm -rf /var/opt/FJSVssmgr/current/vsccompose/*

    Please delete systemevent.csv the restoration ahead.

    # rm -rf /var/opt/FJSVssmgr/current/systemevent.csv

    Copy the subdirectories and files from the backup location.

    # cp -Rp backup_location/etc/opt/FJSVtrccb/2.0/* /etc/opt/FJSVtrccb/2.0/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/ac/* /var/opt/FJSVtrccb/2.0/ac/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/db/* /var/opt/FJSVtrccb/2.0/db/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/sr/* /var/opt/FJSVtrccb/2.0/sr/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/opencimom/logr/* /var/opt/FJSVssmgr/current/opencimom/logr/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/vsccompose/* /var/opt/FJSVssmgr/current/vsccompose/
    # cp -p backup_location/var/opt/FJSVssmgr/current/systemevent.csv /var/opt/FJSVssmgr/current/

    If there are no subdirectories or files, restore is unnecessary.

  3. Restore files that are related to the performance management function.

    If you are not using the performance management function, this step is unnecessary.

    Delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    # rm -rf /var/opt/FJSVssmgr/current/perf/*

    Copy the subdirectories and files from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/perf.conf /etc/opt/FJSVssmgr/current/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/perf/* /var/opt/FJSVssmgr/current/perf/
  4. Restore files for which the maximum memory that can be used is customized.

    If the maximum memory that can be used is not customized, restore is unnecessary.

    Copy the files from the backup location.

    # cp -p backup_location/opt/FJSVssmgr/bin/manager.ini /opt/FJSVssmgr/bin/
  5. Restore the other files that can be customized.

    If there are files that are not customized, restore is unnecessary. Restore is also unnecessary if the files do not exist.

    Copy the files from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/sanma.conf /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/ssmgr.conf /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/trapop.sh /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/traprm.sh /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/VscCommitScript /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/FJSVssvsc.ini /etc/opt/FJSVssmgr/current/
  6. Restore the SNMP trap XML definition file.

    If you have not customized the SNMP trap XML definition file, this step is unnecessary.

    Copy the SNMP trap XML definition file from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/snmpth/*.xml /etc/opt/FJSVssmgr/current/snmpth/

    Note

    Do not copy the file if you are upgrading from a previous version. Instead, reflect the contents of the customization in the previous version, according to the description in "C.6 SNMP Trap XML Definition File".

  7. Restore the device pooling settings file.

    If you have not customized the device pooling settings file, this step is unnecessary.

    Copy the device pooling settings file from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/devicepolling/*.xml /etc/opt/FJSVssmgr/current/devicepolling/

    Note

    Do not copy the file if you are upgrading from a previous version. Instead, reflect the contents of the customization in the previous version, according to the description in "C.10 Device Polling Setting File".

  8. Restart the Manager.

    # /opt/FJSVssmgr/sbin/managerctl start

9.1.1.3.2 Restoring Solaris OS Manager (cluster environment)

Perform restore for the backup performed in "9.1.1.2.2 Backup of Solaris OS Manager (cluster environment)" according to the procedure shown below.

To restore after reinstalling the Manager, first complete the entire installation and setup according to the description in "Appendix A High-availability admin servers" in the ETERNUS SF Storage Cruiser Installation Guide.

  1. Stop all cluster services that the Manager belongs to.

  2. Mount the shared disk on the primary node.

  3. Perform steps 2, 3, 5, 6, and 7 of "9.1.1.3.1 Restoring Solaris OS Manager" on the primary node.

  4. Perform step 4 of "9.1.1.3.1 Restoring Solaris OS Manager" on both nodes.

  5. Unmount the shared disk that was mounted in step 2.

  6. Start all cluster services that the Manager belongs to.


9.1.1.3.3 Restoring Linux Manager

The following procedure explains the process to restore files that were backed up using the procedure described above in "9.1.1.2.3 Backup of Linux Manager".

If the manager is to be restored by a reinstallation process all of the steps outlined in "4.2 [Linux] Manager" in the ETERNUS SF Storage Cruiser Installation Guide must be followed.

If the manager is to be restored by an upgrade process the procedures applicable to the upgrade must be followed.

For details about restoring in a cluster environment, refer to "9.1.1.3.4 Restoring Linux Manager (cluster environment)".

  1. Execute the following command to stop the Manager.

    # /opt/FJSVssmgr/sbin/managerctl stop 
  2. Perform the following steps to restore essential files.

    Delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    # rm -rf /etc/opt/FJSVtrccb/2.0/*
    # rm -rf /var/opt/FJSVtrccb/2.0/ac/*
    # rm -rf /var/opt/FJSVtrccb/2.0/db/*
    # rm -rf /var/opt/FJSVtrccb/2.0/sr/*
    # rm -rf /var/opt/FJSVssmgr/current/opencimom/logr/*
    # rm -rf /var/opt/FJSVssmgr/current/vsccompose/*

    Delete the restore destination files.

    # rm -rf /var/opt/FJSVssmgr/current/systemevent.csv

    Copy the subdirectories and files from the backup location.

    # cp -Rp backup_location/etc/opt/FJSVtrccb/2.0/* /etc/opt/FJSVtrccb/2.0/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/ac/* /var/opt/FJSVtrccb/2.0/ac/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/db/* /var/opt/FJSVtrccb/2.0/db/
    # cp -Rp backup_location/var/opt/FJSVtrccb/2.0/sr/* /var/opt/FJSVtrccb/2.0/sr/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/opencimom/logr/* /var/opt/FJSVssmgr/current/opencimom/logr/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/vsccompose/* /var/opt/FJSVssmgr/current/vsccompose/
    # cp -p backup_location/var/opt/FJSVssmgr/current/systemevent.csv /var/opt/FJSVssmgr/current/

    Only files and subdirectories created during the backup procedure will be available to restore.

  3. Restore files that are related to the performance management function.

    This step is only required if the performance management function file was backed up.

    Delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    Copy the subdirectories and files from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/perf.conf /etc/opt/FJSVssmgr/current/
    # cp -Rp backup_location/var/opt/FJSVssmgr/current/perf/* /var/opt/FJSVssmgr/current/perf/
  4. Restore files for which the maximum memory that can be used is customized.

    This step is only required if the file was backed up.

    Copy the files from the backup location.

    # cp -p backup_location/opt/FJSVssmgr/bin/manager.ini /opt/FJSVssmgr/bin/
  5. Restore the other files that can be customized.

    This step is only required if customization had taken place and the relative file was backed up.

    Copy the files from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/sanma.conf /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/ssmgr.conf /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/trapop.sh /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/traprm.sh /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/VscCommitScript /etc/opt/FJSVssmgr/current/
    # cp -p backup_location/etc/opt/FJSVssmgr/current/FJSVssvsc.ini /etc/opt/FJSVssmgr/current/
  6. Restore the SNMP trap XML definition file.

    This step is only required if the definition file was backed up.

    Copy the SNMP trap XML definition file from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/snmpth/*.xml /etc/opt/FJSVssmgr/current/snmpth/

    Note

    Do not copy the file if you are upgrading from a previous version, refer to "C.6 SNMP Trap XML Definition File" in the manual for that version.

  7. Restore the device pooling settings file.

    This step is only necessary if the file was backed up.

    Copy the device pooling settings file from the backup location.

    # cp -p backup_location/etc/opt/FJSVssmgr/current/devicepolling/*.xml /etc/opt/FJSVssmgr/current/devicepolling/

    Note

    Do not copy the file if you are upgrading from a previous version, refer to "C.6 SNMP Trap XML Definition File" in the manual for that version.

  8. Restart the Manager.

    # /opt/FJSVssmgr/sbin/managerctl start

9.1.1.3.4 Restoring Linux Manager (cluster environment)

The following procedure explains the process to restore files that were backed up using the procedure described above in "9.1.1.2.4 Backup of Linux Manager (cluster environment)".

If the manager is to be restored by a reinstallation process all of the steps outlined in "4.2 [Linux] Manager" in the ETERNUS SF Storage Cruiser Installation Guide must be followed.

  1. Stop all cluster services that relate to the Manager.

  2. Mount a shared disk on the primary node.

  3. Perform steps 2, 3, 5, 6, 7, and 8 of "9.1.1.3.3 Restoring Linux Manager" on the primary node.

  4. Perform step 4 of "9.1.1.3.3 Restoring Linux Manager" on both nodes.

  5. Un-mount the shared disk that was mounted in step 2.

  6. Start all cluster services that relate to the Manager.


9.1.1.3.5 Restoring Windows Manager

Perform restore for the backup performed in "9.1.1.2.5 Backup of Windows Manager" according to the procedure shown below.

To restore after reinstalling the Manager, first complete the entire installation and setup according to the description in "4.3 [Windows] Manager" in the ETERNUS SF Storage Cruiser Installation Guide.

To upgrade from a Manager in a previous version, proceed according to the Notes for each procedure.

Information

About description in the procedure

  • $BAK_DIR means the backup destination directory.

  • $INS_DIR means "Program Directory" specified at the Manager installation.

  • $ENV_DIR means "Environment Directory" specified at the Manager installation.

  • $TMP_DIR means "Work Directory" specified at the Manager installation.

  1. Stop the Manager.

    Go to [Control Panel] - [Administrative Tools] - [Services], select "ETERNUS SF Storage Cruiser Manager" and stop the service.

  2. Restore essential files.

    By using Explorer, delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    • $ENV_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    • $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    • $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    • $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    • $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current

    • $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    • $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    By using Explorer, delete the following file.

    • $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥systemevent.csv

    By using Explorer, copy the subdirectories and files from the backup location.

    Source directory

    Destination directory

    $BAK_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    $ENV_DIR¥Manager¥etc¥opt¥FJSVtrccb¥2.0

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥ac

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥db

    $BAK_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    $TMP_DIR¥Manager¥var¥opt¥FJSVtrccb¥2.0¥sr

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥opencimom¥logr

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥vsccompose

    By using Explorer, copy the following file from the backup location.

    Source file

    Destination directory

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥systemevent.csv

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current

    If there are no subdirectories or files, restore is unnecessary.

  3. Restore files that are related to the performance management function.

    If you are not using the performance management function, this step is unnecessary.

    By using Explorer, delete the subdirectories and files in the restore destination directories shown below.

    Do not delete the restore destination directories themselves. If these directories do not exist, create them.

    • $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

    By using Explorer, copy the following file from the backup location.

    Source file

    Destination directory

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥perf.conf

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    By using Explorer, copy the subdirectories and files in the following directories from the backup location.

    Source directory

    Destination directory

    $BAK_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

    $TMP_DIR¥Manager¥var¥opt¥FJSVssmgr¥current¥perf

  4. Restore files that can be customized.

    If there are files that are not customized, restore is unnecessary. Restore is also unnecessary if the files do not exist.

    By using Explorer, copy the following files from the backup location.

    Source file

    Destination directory

    $BAK_DIR¥Manager¥opt¥FJSVssmgr¥bin¥manager.ini

    $INS_DIR¥Manager¥opt¥FJSVssmgr¥bin

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥sanma.conf

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥ssmgr.conf

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥trapop.bat

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥traprm.bat

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥VscCommitScript.bat

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥FJSVssvsc.ini

  5. Restore the SNMP trap XML definition file.

    If you have not customized the SNMP trap XML definition file, this step is unnecessary.

    By using Explorer, copy the SNMP trap XML definition file from the backup location.

    Source file

    Destination directory

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥snmpth¥*.xml

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥snmpth

    Note

    Do not copy the file if you are upgrading from a previous version. Instead, reflect the contents of the customization in the previous version, according to the description in "C.6 SNMP Trap XML Definition File".

  6. Restore the device pooling settings file.

    If you have not customized the device pooling settings file, this step is unnecessary.

    Using Explorer, copy the device pooling settings file from the backup location.

    Source file

    Destination directory

    $BAK_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥devicepolling¥DP_config.xml

    $ENV_DIR¥Manager¥etc¥opt¥FJSVssmgr¥current¥devicepolling

    Note

    Do not copy the file if you are upgrading from a previous version. Instead, reflect the contents of the customization in the previous version, according to the description in "C.10 Device Polling Setting File".

  7. Restart the Manager.

    Go to [Control Panel] - [Administrative Tools] - [Services], select "ETERNUS SF Storage Cruiser Manager" and start the service.