Upgrading Infrastructure Management Server in HA mode on Microsoft Windows
This topic provides instructions to upgrade to BMC TrueSight Infrastructure Management Server 10.0 in high availability mode on Microsoft Windows operating system.
Before you begin
- Ensure that the cluster configuration is of node and cluster disk majority type.
- Ensure that a visible quorum disk is available.
- Ensure that the HA installer files are not copied to the shared disk.
- Ensure that Microsoft Clustering is installed on the target computer.
For Windows 2012, ensure that the PowerShell execution policy is running in the unrestricted mode.
Upgrading to Infrastructure Management Server on the primary node
This section explains the steps to upgrade Infrastructure Management Server on the primary node. Failover is automatically handled by Microsoft Clustering services.
To upgrade the Infrastructure Management Server on the primary node
- Access the installation files from the BMC Electronic Product Distribution (EPD) web site. For information about downloading the installation files, see Downloading-the-installation-files.
- Log on to a virtual node, ensuring that you are on the primary node.
- Extract the contents of the zipped distribution file to an appropriate directory on the computer where the Infrastructure Management Server is upgraded.
- Open the command prompt with the Run as administrator option. Access the <installerLocation>\Windows\TSIMServer\Disk1 directory (where installerLocation is a directory where you have downloaded installer files) and run the following command:
install.cmd -J INSTALL_TYPE=PRIMARY Perform step 4 through step 11 of Upgrading-to-Infrastructure-Management-Server-10-0-on-Microsoft-Windows.
- Ensure that the newly upgraded Infrastructure Management Server is shut down on the primary node before starting the installation on the secondary node.
Upgrading to Infrastructure Management Server on a secondary node
The following procedures explain how to upgrade the Infrastructure Management Server on a secondary node. Failover is handled automatically by Microsoft Clustering services.
To upgrade the Infrastructure Management Server on the secondary node
- Ensure that the Infrastructure Management Server is shut down on the primary node and that cluster control is moved to the secondary node computer.
- Log on to a virtual node, ensuring that you are on the secondary node.
- Extract the contents of the zipped distribution file to an appropriate directory on the computer in which the Infrastructure Management Server is upgraded.
- On the computer hosting the secondary node, open the command prompt with the Run as administrator option. Access the <installerLocation>\Windows\TSIMServer\Disk1 directory (where installerLocation is a directory where you have downloaded installer files) and run the following command:
install.cmd -J INSTALL_TYPE=SECONDARY - On the Welcome page, click Next.
On the Read the License Agreement and Select the Appropriate Option page, select I agree to the terms of the license agreement, and click Next. The upgrade routine automatically checks for the upgrade requirements. If it finds any errors, it displays them on a separate window. You can quit the upgrade process at this point, correct the indicated discrepancies, and then rerun the upgrade. The upgrade routine automatically detects the installation directory of the Infrastructure Management Server.
- On the Installation Preview window, click Next.
- On the Installation Summary window, click View Installation Logs to open the installation logs.
- Click Done to exit the upgrade on the secondary node.
- Open the registry editor by running the regedit command.
- Navigate to the following registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\BMC Software\IntegrationService\SecurityPolicy_v3.0\C__Program_Files_BMC_Software_TSIMAgent_Agent_bppmpis
Note: The highlighted part of the registry path depends on your product installation location. - Create a new String Value with name proxy_lib100 and data bin_v3.0\Windows-x86-64\bmcesi100.dll
- Save and close the registry editor.
- Ensure that dependencies are set for the Infrastructure Management Server cluster resource.
- Stop the Infrastructure Management Server by using the pw system stop command.
- Go to Start > All Programs > Administrative Tools > Failover Cluster Manager and select the cluster name.
- Scroll down to Cluster Core Resources, right-click PnService, and select Properties.
- In the PnService Properties window, on the Dependencies tab, click Insert to add a resource.
- Select the cluster name as a resource, and click Insert.
- Select the cluster resource with the AND option, and add other resources (IP address and disk where Infrastructure Management is installed) in the same way.
- Click Apply, and click OK.
- Restart the Infrastructure Management Server by using the pw system start command. You can restart the secondary node to verify that the cluster service is running on the primary node.