Performing the post-upgrade steps for integrating Infrastructure Management with the Presentation Server manually
This procedure is applicable only for child server and single server.
Before you begin
Ensure that the server upgrade is completed successfully:
- Windows - Upgrading-to-Infrastructure-Management-Server-10-0-on-Microsoft-Windows
- Linux/Solaris - Upgrading-to-Infrastructure-Management-Server-10-0-on-Solaris-or-Linux
Integrating Infrastructure Management with the Presentation Server manually
- (Windows) In Services.msc, stop the BMC TrueSight Infrastructure management Impact Manager <cellName> service and change it to MANUAL.
- In the TrueSight console, go to Administration > Components and register the Infrastructure Management server to the Presentation Server. For more information, see Adding-and-editing-components.
Log in to the host computer where the Infrastructure Management Server is installed. Wait for a couple of minutes and then run the mgetinfo command again to check the cell activity status for ensuring whether all events are re-propagated to the Presentation Server: mgetinfo -n <cellName> -v activity
Run the following migration commands to migrate the Infrastructure Management data to the Presentation Server:
For Server type
Run the following commands
To migrate
Child Server
migration export_users -sso_host <sso_host> -sso_port <sso_port> -sso_user <sso_user>
-sso_tenant <sso_tenant> -presentation_host <presentation_hostname>
-presentation_username <presentation_adminuser> -presentation_port <presentation_port>Users and user groups
Single Server
migration export_policies -presentation_host <presentation_hostname>
-presentation_username <presentation_adminuser> -sso_tenant <sso_tenant>
-presentation_port <presentation_port> -d <inputPoliciesDirectory>Central Monitoring Administration policies
migration export_users -sso_host <sso_host> -sso_port <sso_port> -sso_user <sso_user>
-sso_tenant <sso_tenant> -presentation_host <presentation_hostname>
-presentation_username <presentation_adminuser> -presentation_port <presentation_port>Users and user groups
migration export_files -file_list_xml <list_file_in_ xml> -sso_tenant <sso_tenant>
-presentation_host <presentation_hostname>
-presentation_username <presentation_adminuser> -presentation_port <presentation_port>Agent Query Tool (AQT) commands, Monitoring Installation Packages
- Run the mkill command to stop the cell:
mkill -n <cellName> - (WIndows) In Services.msc, change the BMC TrueSight Infrastructure management Impact Manager <cellName> service to AUTOMATIC and start it.
- Restart the Infrastructure Management server.
- Ensure that all processes are up and running using the pw-process-list command.
- In the TrueSight console, go to Administration > Components and check the Infrastructure Management server connection status.
- If the status is disconnected, restart the Presentation Server service.
- Verify the data points by running the following commands from the <Presentation Server installation directory>\truesightpserver\bin folder:
tssh component list
From the component list that is displayed, identify the component ID that corresponds to the Infrastructure Management server.
tssh component sync <component ID> SYNC_DEVICES
Related topic