IBM Tivoli Monitoring, Version 6.3

Backing up a UNIX or Linux installation

Follow the steps in this section to back up a UNIX or Linux installation.

Before you begin

Normally an enterprise has a standard process for preserving a backup image of all computer systems, including the IBM Tivoli Monitoring environment. In most cases, the standard process for your enterprise is preferable to the processes described in this section. Use the instructions in this section only when a standard backup process is not available.

Procedure

  1. Close the Tivoli Enterprise Portal browser and desktop clients.
  2. Stop the Tivoli Enterprise Portal Server, the Tivoli Enterprise Monitoring Server, the Eclipse Help Server, and all the monitoring agents running on the system.
  3. If the Tivoli Enterprise Portal Server is installed, run the following command:
    ./itmcmd execute cq "runscript.sh migrate-export.sh"
  4. Use the tar command to compress the contents of CANDLE_HOME (the directory where IBM Tivoli Monitoring is installed), using a command that is similar to the following:
    tar -cvf /tmp/CANDLE_HOME.backup.tar CANDLE_HOME
  5. Add the following files to the tar file created in step 4 above:
    • On AIX®:
      /etc/rc.itm*
      tar -uvf /tmp/CANDLE_HOME.backup.tar /etc/rc.itm*
    • On HP-UX:
      /sbin/init.d/ITMAgents*
      tar -uvf /tmp/ITMinstall_dir.backup.tar /etc/init.d/ITMAgents*
    • On other UNIX or Linux systems:
      /etc/initd/ITMAgents*
      tar -uvf /tmp/CANDLE_HOME.backup.tar /etc/init.d/ITMAgents*
  6. Use the appropriate database commands to back up the Tivoli® Data Warehouse databases.

    For more information, see Backing up your portal server and Tivoli Data Warehouse databases.

Results

You are ready to proceed with the upgrade on this computer.

What to do next

Always contact IBM® Software Support before attempting to use the files generated in this procedure to restore the IBM Tivoli Monitoring environment. The support staff can help ensure success of the restoration. Otherwise, errors made during the modification of the Windows registry could lead to a corrupted operating system.


Feedback