Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Administration Guide


12.3 Restoring data in a JP1/AO system (non-cluster configuration)

After performing tasks such as replacing the hosts in a JP1/AO system or performing database maintenance, restore the JP1/AO and JP1/Base data that you backed up.

Important note
  • When you back up and restore data in a JP1/AO system, some aspects of the data do not survive the backup process. For example, some of the detailed task information (step lists and progress information) is lost, and some task statuses are changed.

    You can output detailed task information by executing the listtasks command before backing up data. In addition, you can re-register scheduled tasks and recurring tasks as other tasks (with the same settings) in a batch by using the output detailed task information and executing the submittask command after restoration.

  • Execute the backupsystem command to create the backup data.

  • Make sure that the following items on the host from which the backup was obtained and on the host to which the backup is being restored are consistent:

    Installation folder path, host name#, IP address, mappings of JP1 users to OS users, system locale

    #

    The host name need not be consistent if you are changing the host name of the JP1/AO server or you are restoring the information as part of a migration to an environment with a different host name.

Who can perform this task:

Users who have Administrator permissions for the OS

To restore a JP1/AO system (non-cluster configuration):

  1. Make sure that there are no tasks in In Progress, Waiting for Response, Abnormal Detection, or Terminated status. If there are such tasks in the system, either stop the tasks, or wait until they enter Completed or Failed status.

  2. Shut down the JP1/AO system by executing the hcmdssrv command with the /stop option specified.

  3. Restore the JP1/Base configuration information and database information.

    When you restore a JP1/AO system while replacing hosts, if JP1/AO on the origination host is version 10-00 or later, you do not need to perform this step.

  4. Restore the JP1/AO configuration information and database information by executing the restoresystem command.

    Tip

    The files below are not restored by the restoresystem command. Relocate them manually if necessary.

    • SSL server certificate file for HTTPS connection

    • Private key file for HTTPS connection

    • Private key file for public key authentication

    Store the files for HTTPS connection in the location defined in the httpsd.conf file, and the files for public key authentication in the location defined in the property file (config_user.peroperties).

  5. Reconfigure the following definition files to suit the environment to which the data is being restored.

    These definition files are backed up but not restored.

    • Configuration file for external authentication server linkage (exauth.properties)

    • Security definition file (security.conf)

    • Port number settings (httpsd.conf, hsso.conf)

    The definition files are stored in the following folders:

    • backup-folder\HBase\base\conf

    • backup-folder\HBase\base\httpsd.conf

  6. Enable HTTPS connection if it is used for communication between JP1/AO and the Web browser.

  7. If you changed the number of the port used for communication between JP1/AO and the Web browser or the task-processing engine, reset the port number according to the procedure for changing port numbers.

  8. Start the JP1/AO system by executing the hcmdssrv command with the /start option specified.

Data is restored to the specified host.

Related topics