Top
Cloud Services Management V1.0.0 Operation Guide
FUJITSU Software

4.2.2 Backup and Restoration for Coordination Adapter

This section explains how to back up and restore the system of coordination adapter.

4.2.2.1 Notes on Backup and Restoration

Notes on the environments where backups and restorations are performed

When backup and restoration are performed, the environment backed up and the restored environment must be in the same condition. Therefore, the backup and restoration cannot be performed in the following conditions:

Notes on the timing of backups and restorations

Handling backup resources

Handling restoration resources

4.2.2.2 Backup

This section describes how to back up the coordination adapter environment.

Back up as following steps:

  1. Stop coordination adapter

  2. Backup LDAP resources

  3. Backup coordination adapter execution environment

  4. Start coordination adapter

4.2.2.2.1 Stop Coordination Adapter

Stop coordination adapter. For details on how to stop coordination adapter, refer to “2.1.2.2 Stopping”.

4.2.2.2.2 Backup LDAP Resources

This section explains how to back up the LDAP resources.

In the following example, the repository "fscsm" is backed up to the backup directory "X:\Backup\fscsm".

  1. Log in as the system administrator.

  2. Stop Interstage directory service.

    Stop "Interstage Directory Service(fscsm)" from [Control Panel] >> [Administrative tool] >> [Service]. Or stop it by the following command.

    net stop "Interstage Directory Service(fscsm)"
  3. Create a directory for backup. Note that there is no need to create a directory for fscsm in X:\Backup.

    mkdir X:\Backup
  4. Execute the backup command.

    %FSCSM_HOME%\SWRBA\IAPS\bin\irepbacksys -d X:\Backup\fscsm -R fscsm
  5. Start the Interstage Directory Service, if it is used.

    Click [Start] >> [Control Panel] >> [Administrative Tools], and then, double-click [Services]. From the displayed list of services, right-click Interstage Directory Service(fscsm) and click Start.

    Alternatively, start the Interstage Directory Service using the following command:

    net start "Interstage Directory Service(fscsm)"

Information

Refer to "Maintenance (Resource Backup)" in the Interstage Application Server Operator's Guide for information on how to back up the Interstage Directory Service.

4.2.2.2.3 Back up coordination adapter execution environment

This section describes how to back up the coordination execution environment.

  1. Check the space available in the backup directory.

  2. Back up resources.

Checking the space available in the backup directory

Amount of space for backup directory is estimated as the following:

Space required for the backup directory =
Total size of the files and directories under the directory "%FSCSM_HOME%\SWRBA\SWRBADB"
+ Total size of the files and directories under the directory "%FSCSM_HOME%\SWRBA\SWRBADM"
+ Total size of the files and directories under the directory "%FSCSM_HOME%\SWRBA\SWOMGR"
+100MB

Backing up resources

Describes the steps for backing up backup directory "X:\Backup\adapter".

  1. Login as a system administrator.

  2. Create back up directory.

    mkdir X:\Backup\adapter
  3. Execute back up command.

    Back up the resources of coordination adapter by executing the following command:

    %FSCSM_HOME%\SWRBA\SWRBAM\bin\swrba_backup X:\Backup\adapter

    After executing command, the message below will be displayed:

    Systemwalker Runbook Automation backup has started.
    Database backup has started.
    Database backup has completed successfully.
    File backup has started.
    File backup has completed successfully.
    Backup of the Scheduling is starting.
    Backup of the Scheduling has finished.
    Starting to back up the CMDB Manager.
    Finished backing up the CMDB Manager.
    Systemwalker Runbook Automation backup has completed successfully. 

    After completing backup, the message below will be displayed:

    Systemwalker Runbook Automation backup has completed successfully.
4.2.2.2.4 Start Coordination Adapter

Start coordination adapter. For details on how to start coordination adapter, refer to “2.1.2.1 Starting”.

4.2.2.3 Restore

This section describes how to restore the coordination adapter environment.

Restore as following steps:

  1. Restore LDAP resources.

  2. Restore coordination adapter execution environment.

4.2.2.3.1 Restoring LDAP Resources

This section explains how to restore the LDAP resources.

In the following example, the repository "fscsm" backed up to the directory "X:\Backup\fscsm" is restored.

  1. Delete the "fscsm" directory if it exists in "X:\Backup".

  2. Recovery repository by the following command.

    %FSCSM_HOME%\SWRBA\IAPS\bin\ireprestsys -d X:\Backup\fscsm -R fscsm
  3. [Click Start] >> [Control Panel] >> [Administrative Tools], and then, double-click [Services]. From the displayed list of services, right-click "Interstage Directory Service(fscsm)" and click Start.

    Alternatively, start it using the following command:

    net start "Interstage Directory Service(fscsm)"

Information

Refer to "Maintenance (Resource Backup)" in the Interstage Application Server Operator's Guide for information on how to restore the Interstage Directory Service.

Note

You may not restore if repository exists. Delete repository from Interstage Management Console.

4.2.2.3.2 Restoring Coordination Adapter Execution Environment

This section explains how to restore the coordination adapter execution environment.

In the following example, the resources backed up to the directory "X:\Backup\adapter" is restored.

  1. If the setup of coordination adapter is complete, stop coordination adapter.

    For details on how to start coordination adapter, refer to “2.1.2.2 Stopping”.

  2. Execute restore command.

    Restore the resources of coordination adapter by executing the following command:

    %FSCSM_HOME%\SWRBA\SWRBAM\bin\swrba_restore X:\Backup\adapter

    If the command is executed in a state in which the setup of coordination adapter is complete, the following message will be displayed.

    Systemwalker Runbook Automation restore has started.
    Initialization of the restoration destination directory will start.
    Initialization of the restoration destination directory has finished.
    Database restore has started.
    Database restore has completed successfully.
    File restore has started.
    File restore has completed successfully.
    Restore of the Scheduling is starting.
    Restore of the Scheduling has finished.
    Starting to restore the Interstage Business Process Manager.
    Finished restoring the Interstage Business Process Manager.
    Starting to restore the CMDB Manager.
    Finished restoring the CMDB Manager.
    Systemwalker Runbook Automation restore has completed successfully.

    If the command is executed in a state in which the setup of coordination adapter is not complete, the following message will be displayed.

    Systemwalker Runbook Automation restore has started.
    The Systemwalker Runbook Automation environment build to the restoration destination management server will start.
    Starting the Process Management Database build.
    Creating the Process Management Database has completed.
    Starting to set up the environment for Systemwalker Runbook Automation.
    Setting up the environment for Systemwalker Runbook Automation has completed.
    The CMDB environment setup will start.
    The CMDB environment setup is now complete.
    The Systemwalker Runbook Automation environment build to the restoration destination management server has finished.
    Systemwalker Runbook Automation restore has started.
    Initialization of the restoration destination directory will start.
    Initialization of the restoration destination directory has finished.
    Database restore has started.
    Database restore has completed successfully.
    File restore has started.
    File restore has completed successfully.
    Restore of the Scheduling is starting.
    Restore of the Scheduling has finished.
    Starting to restore the Interstage Business Process Manager.
    Finished restoring the Interstage Business Process Manager.
    Starting to restore the CMDB Manager.
    Finished restoring the CMDB Manager.
    Systemwalker Runbook Automation restore has completed successfully.

    If the command is executed in a state in which the previous setup of coordination adapter ended abnormally, the following message will be displayed.

    Systemwalker Runbook Automation restore has started.
    Deletion of the Systemwalker Runbook Automation environment from the restoration destination management server will start.
    The CMDB environment deletion will start.
    Deletion of the CMDB environment is now complete.
    Canceling the environment settings for Systemwalker Runbook Automation.
    The environment settings for Systemwalker Runbook Automation have been canceled.
    Deletion of the Process Management Database is about to start.
    Deletion of the Process Management Database is now complete.
    Deletion of the Systemwalker Runbook Automation environment from the restoration destination management server has finished.
    Systemwalker Runbook Automation restore has started.
    Initialization of the restoration destination directory will start.
    Initialization of the restoration destination directory has finished.
    Database restore has started.
    Database restore has completed successfully.
    File restore has started.
    File restore has completed successfully.
    Restore of the Scheduling is starting.
    Restore of the Scheduling has finished.
    Starting to restore the Interstage Business Process Manager.
    Finished restoring the Interstage Business Process Manager.
    Starting to restore the CMDB Manager.
    Finished restoring the CMDB Manager.
    Systemwalker Runbook Automation restore has completed successfully.

    Restoration is completed, then the message below displayed:

    Systemwalker Runbook Automation restore has completed successfully.
  3. Start coordination adapter.

    For details on how to start coordination adapter, refer to “2.1.2.1 Starting”.