To migrate the configuration of Infrastructure Management cells
Your existing KB might contain customizations, such as class definitions and rules that are unique to your environment, so you must migrate and merge these customizations with the new 10.7 standard KB. After you merge your KB, it contains the following components:
- Definitions from your existing KB
- New definitions from the latest KB
You must do this merger before you start the server upgrade because the upgrade process requires the KB to be current. You must migrate every KB in your Infrastructure Management implementation. The migration process is a combination of several configuration steps:
- Validate the KB.
Add the clone cell KB directory to the unique file path for merged KBs.
Use the mmigrate utility to migrate the cell configuration.
To install the Fix Pack on the Infrastructure Management server in HA mode
When installing the Fix Pack in a high availability cluster environment, install the Fix Pack only on the primary (active) cluster node.
You do not require to install the Fix Pack on the secondary (standby) cluster node. After the Fix Pack installation completes on the primary cluster node, the appropriate files are updated on the secondary cluster node.
Microsoft Windows
- Stop the secondary cluster node before you install the Fix Pack on the primary cluster node.
- Go to Start > All Programs > Administrative Tools > Failover Cluster Manager.
- Right-click the secondary node and under More Actions, select Stop Cluster Service.
- From a command prompt window, access the extracted installation files in the Windows\TSIMServer\Disk1 directory.
- Run the following command to start the Fix Pack installation on the primary cluster node:
install.cmd -J INSTALL_TYPE=PRIMARY
- The installation screens are similar to a stand-alone installation. For more information, see Applying feature packs or fix packs on the Infrastructure Management server.
- After the Fix Pack installation completes on the primary cluster node, run the following command from the pw command prompt window to manually restart the Infrastructure Management server processes:
pw system start
- Start the secondary cluster node:
- Go to Start > All Programs > Administrative Tools > Failover Cluster Manager.
- Right-click the secondary node and under More Actions, select Start Cluster Service.
- Scroll down to Cluster Core Resources and ensure that PnService is running.
Linux
- Change the host name of the primary node to the logical host name configured for the cluster by running the following command:
hostname <logicalHostName>
- Install the Fix Pack on the primary cluster node. For more information, see Applying feature packs or fix packs on the Infrastructure Management server.
- After the Fix Pack installation completes on the primary cluster node, change the logical host name back to the host name of the primary node by running the following command:
hostname <primaryHostName>
- On the secondary cluster node, copy the installedDirectory/TrueSight/pw/patrol/pis/security/bppmpis.plc file to the /etc/patrol.d/<underscore separated install folder> folder.
For example, if the installation directory is /sharedfs/TrueSight/pw, copy the bppmpis.plc file to /etc/patrol.d/_sharedfs_TrueSight_pw/security_policy_v3.0. - On the secondary cluster node, copy the installedDirectory/TrueSight/pw/patrol/pis/security/patrol.conf file to the /etc/patrol.d/<underscore separated install folder> folder.
For example, if the installation directory is /sharedfs/TrueSight/pw, copy the patrol.conf file to /etc/patrol.d/_sharedfs_TrueSight_pw.