Downloading and installing additional instances of the Integration Service
Where you are in the Installation process
Step | Task |
---|---|
1 | Complete the planning activities |
2 | Prepare for TrueSight Operations Management installation |
3 | Install Remedy Single Sign-On |
4 | Install TrueSight Presentation Server |
5 | Install Infrastructure Management — Phases A, B, and C Tasks 1 and 2 |
Install Infrastructure Management — Phase C Task 3 (You are here) | |
6 | Install Application Visibility Manager (If licensed) |
7 | Install Real End User Experience Monitoring Software Edition (If licensed) |
8 | Install TrueSight IT Data Analytics (If licensed) |
9 | Complete the post-installation activities |
The Integration Service collects device-specific data such as CPU usage, memory usage, and other data specific to the host operating system and enables Infrastructure Management Servers to remotely gather statistical data from all supported operating systems. The Integration Service can collect data from PATROL and external products, such as HP Operations Manager and IBM Tivoli Monitoring.
You can download an installation utility for the Integration Service from the TrueSight console and install the Integration Services on additional computers in the environment that you want to monitor. However, the downloadable file for the remote cell on the HP-UX operating system is available only on the
BMC Electronic Product Distribution (EPD) website
.
Best practice
BMC recommends that you install the Integration Service and the Infrastructure Management server on separate computers.
To download the installation files
- Log in to the TrueSight console.
- In the navigation pane, expand Configuration and select Managed Devices.
- Select the Infrastructure Management server where you want to install the software.
- Click the action menu and select Launch Downloads console.
The Downloads console opens in a new browser tab. From the Infrastructure Management Integration Service Software table, select the installation file for the applicable operating system. Save the file to the computer on which you want to install the Integration Service.
You can now install the Integration Service and Remote Cell.
To install the Integration Service and Remote Cell
Do the following:
Log in to the host computer (as a root user or a non-root user if you are using Linux) on which you want to install the Integration Service and Remote Cell, and delete all the files from the temporary directory:
- (Windows) %temp%
- (Linux) /tmp
- Extract the downloaded zip files (the installer) to a temporary directory.
Save the TSIMAgent.zip file on your drive and extract its contents.
(Linux) Apply executable rights to all the installation files by running the following command:
chmod -R 755 installationDirectoryFolderName
installationDirectoryFolderName is the name of the folder that contains all the installation files.
Example:
chmod -R 755 Disk1
Navigate to the Disk1 directory of the extracted folder, and run the installer:
(Windows)
install.cmd
with the Run as administrator option- (Linux)
./install.sh
as a root user or a non-root user
Review the Welcome page, and click Next.
Read the license agreement, agree to the terms, and click Next.
The preinstallation check utility verifies whether the computer meets the requirements for installing the Integration Service. If the preinstallation check fails, the errors or warnings are listed in the Notification page. Ensure that you correct the issues, and restart the installation process.A warning is displayed if the Microsoft .NET Framework is not installed on the computer. Install Microsoft .NET Framework version 3.0.
- If you want to install an additional Integration Service, on the Existing Installed Instances Detected page, select Install a new instance of this application.
The default installation directory for the first instance is:
(Windows) \Program Files\BMC Software\TSIMAgent
(Linux) /opt/bmc/TSIMAgent
Retain the default or select a different directory, and click Next.
Note
- (Windows) Do not install the product in a root directory (for example, C: or D: ), shared drive, or directly in the Documents and Settings folder.
- (Linux) Do not install the product in the root directory.
- (Linux) The directory in which the the product is installed and all its parent directories must have 755 permissions (read, write, and execute permissions to owner, groups, and others) and must be owned by root as well as others. Without these permissions and ownership, you will not be able to log in to the TrueSight Infrastructure Management Server.
Select the components that you want to install, and click Next.
Based on your selection, the applicable configuring pages are displayed. Type the appropriate details and click Next.
Review the installation details, and click Install.
After the installation is complete, the Installation Summary page is displayed.Do the following after you complete installing as a non-root user on a Linux operating system:
Manually copy the S81pronto.<User_ID>.<Agent_Instances> file from the /pw/pronto/bin directory to the /etc/rc.d/rc<Runlevel_Directory>.d directory.
User_ID
- User ID of the logged-in userAgent_Instances
- Number of Integration service instances on the computerRunlevel_Directory
- Number of runlevel directory- Open the /etc/rc.d/rc.local file, comment the pre-existing S81pronto file entries, and add a fresh entry of S81pronto.<User_ID>.<Agent_Instances> in the /etc/rc.d/rc.local file as shown in the following example:
#/etc/rc2.d/S81pronto.0.2
#/etc/rc2.d/S81pronto.0.2
#/etc/rc2.d/S81pronto.0.2
/etc/rc2.d/S81pronto.1004.1
- Revoke the write permissions for the non-root users from the following directories:
- /etc/patrol.d
- /etc/init.d, /etc/rc.d/rc0.d, /etc/rc.d/rc1.d, /etc/rc.d/rc3.d, and /etc/rc.d/rc5.d
Select View Logs to open the installation logs.
To verify that the Integration Service is running:
(Windows) Check if the Integration Service(portNumber) service status is Started.
(Linux) Navigate to the installationDirectory/pw/pronto/bin/ directory and run the
pw agent status
command. Verify that the pronet_agent process is listed.If the pronet_agent process is not listed, run the
pw agent start
command. This command restarts all the Integration Service processes.
Notes
- If you modify the control port of a service explicitly through the pronet.conf file, the port number is not updated in the Add/Remove Programs applet and in the Agent Service display name field.
- Each Integration Service on a system runs on a separate Java Virtual Machine (JVM).
- You can check the version number of the Integration Service in the AGENT_VERSION file
- (Windows) installationDirectory\Agent\pronto\bin\AGENT_VERSION
- (Linux) installationDirectory/pw/pronto/bin/AGENT_VERSION
- If you are monitoring the Integration Service for a process crash using the Microsoft Debug Diagnostics Tool (DebugDiag tool), BMC recommends that in the Services window, you stop and start the service, instead of restarting the service.
Notes
On Microsoft Windows, if you enabled the Integration Service on a previously installed Integration Service on the same computer, then you do not need to enable the service again. You are not prompted with the Configuring Integration Service option for subsequent agent installations on the same computer.
Next step in the Installation process
Now that you have successfully installed additional instances of the Integration Service, install the other TrueSight components as per your license entitlements. For instructions, see Installation process.
Comments
Log in or register to comment.