Top
Cloud Infrastructure Management SoftwareV1.2.0 User's Guide

4.8.2 Backing up the Admin Server

Before backing up, CIMS System (Manager) must be stopped.

At this point, also back up the Interstage Single Sign-On resources that manage user information. The following tasks apply:

  1. Stopping the CIMS Systems

  2. Backing up CIMS Resources

    1. Backing up the CIMS Resources (Resources for the Self Service Portal)

    2. Backing up the CIMS Resources (Configuration Management Resources)

    3. Backing up the CIMS Resources (Application Process Resources)

    4. Backing up the CIMS Resources (Interstage Single Sign-On Resources)

    5. Backing up the CIMS Resources (Resource Pool Management Resources)

  3. Starting the CIMS System

4.8.2.1 Stopping the CIMS Systems

Stop the CIMS System (the Manager) by executing the following command.

[Windows]
<CIMS installation folder>\cims\Manager\bin\cims mgrctl stop

The processing results are output to the standard output. If the return value is 0, the command has terminated normally and the system has stopped.

Processing result

Return value

Normal termination

0

Error

Other than 0

Checking the system status

Check that the Manager and the service from this product have stopped. Refer to "G.1.2 Manager Control Commands" for information on how to check the status.

4.8.2.2 Backing up the CIMS Resources (Resources for the Self Service Portal)

Backup the databases and various definition files relating to resources for the Self Service Portal function by executing the following command. Create a new directory (folder) to store the resources, making sure that the directory name does not include spaces.

[Windows]
<CIMS installation folder>\Systemwalker\SWCTMG\bin\swctmg_backup.bat <Storage folder>

4.8.2.3 Backing up the CIMS Resources (Configuration Management Resources)

Backing up the configuration management resources

Back up the various definition files and the database relating to configuration management resources by executing the following command. For the storage directory (folder), specify a directory that does not exist.

[Windows]
  1. Stop the database.

    net stop "Systemwalker Software Configuration Manager DB Service"
  2. Perform a backup.

    <CIMS installation folder>\Systemwalker\SWCFMG\bin\cfmg_backup <Storage folder>
  3. Start the database.

    net start "Systemwalker Software Configuration Manager DB Service"

4.8.2.4 Backing up the CIMS Resources (Application Process Resources)

Backing up the application process resources

[Windows]

The following example shows the operations for backing up resources to the folder "X:\Backup\swrba".

  1. Create the following folder.

    mkdir X:\Backup\swrba
  2. Execute the following command to back up the resources.

    <CIMS installation folder>\Systemwalker\SWRBAM\bin\swrba_backup X:\Backup\swrba

4.8.2.5 Backing up the CIMS Resources (Interstage Single Sign-On Resources)

Backing up the Interstage Sigle Sign-On resources

[Windows]
  1. Stop the Interstage Sigle Sign-On

    <CIMS installation folder>\Systemwalker\SWRBAM\sso\bin\ssoclservicectl stop
  2. Execute the following command to back up the resources.

    <CIMS installation folder>\Systemwalker\SWRBAM\sso\bin\ssoclbackup <Storage folder>
  3. Start the Interstage Sigle Sign-On

    <CIMS installation folder>\Systemwalker\SWRBAM\sso\bin\ssoclservicectl start

4.8.2.6 Backing up the CIMS Resources (Resource Pool Management Resources)

Note

  • For second and subsequent backups, the folders and configuration definition information from previous backups can be safely deleted after the new backup has been taken. Delete these folders and definition information to free up disk space if necessary

  • Do not perform backups while backing up or restoring system images, or while taking or distributing cloning masters

4.8.2.7 Starting the CIMS System

Start this product (the Manager) by executing the following command.

Note

  • The Manager starts automatically when the Admin Server is started.

[Windows]
<CIMS installation folder>\cims\Manager\bin\cims mgrctl start

The processing results are output to the standard output. If the return value is 0, the command has terminated normally and the system has started.

Processing result

Return value

Normal termination

0

Error

Other than 0

Checking the system status

Check the startup status of the Manager. Refer to "G.1.2 Manager Control Commands" for details.