Top
ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3 Migration Guide
ETERNUS

A.16 Backing up the common control repository (for Solaris, Linux)

Save the common control repository.

Information

About the notation in procedure

Directory name

Explanation

$BAK_DIR

Backup destination directory.

  1. Stop the ETERNUS SF Manager Web service.
    Execute the following shell script to stop the service.

    /opt/FJSVesfcm/bin/stop-webservice.sh
  2. Create backup data.

    1. Create the following backup directories:

      mkdir -p $BAK_DIR/Common
    2. From a user with OS Administrator privilege, execute the following command to create backup data.

      If you did not change the port number, specify 15432 for portNumber. If you did change the port number, specify the changed port number for portNumber.
      The file name of the created backup data is backupFileName.

      /opt/FJSVesfcm/postgres/bin/pg_dump -U esfpostgres -C --attribute-inserts -p portNumber -f $BAK_DIR/Common/backupFileName esfdb
    3. The prompt is displayed, and waiting for input. Input the following strings.

      master01!
  3. Start the ETERNUS SF Manager Web service.

    Execute the following shell script to start the service.

    /opt/FJSVesfcm/bin/start-webservice.sh