Downloading and installing the Administrator console on remote computers
During the installation of the Infrastructure Management Server, an instance of the Administrator console is also installed. However, BMC recommends that you install an additional instance of the administrator console on a separate computer that does not have an installation of TrueSight Presentation Server or Infrastructure Management Server.
You can download the installers for remote administration console through the TrueSight console.
- Where you are in the Installation process
- To download the Administrator console
- To install the Administrator console on Microsoft Windows using the wizard
- To install the Administrator console on Linux using the wizard
- Installing multiple administrator consoles
- To install the Administration console on Microsoft Windows silently
- To install the Administration console on Linux silently
- Next step in the Installation process
To download the Administrator console
- Log in to the TrueSight console.
- In the navigation pane, expand Configuration and select Managed Devices.
- Select the Infrastructure Management Server from where you want to download the software.
- Click the action menu and select Launch Downloads console.
The Downloads console opens in a new browser tab. - From the Infrastructure Management Administrator Console Software table, select the applicable administrator console installation utility depending on the operating system, and save the file to the computer on which you want to install the software.
To install the Administrator console on Microsoft Windows using the wizard
- Extract the downloaded file to the computer where you want to install the Administrator console.
- Open the install.cmd file with the Run as administrator option.
- Review the Welcome page, and click Next.
- Read the license agreement, agree to the terms, and click Next.
- Retain or change the default installation directory:
- (Windows) C:\Program Files\BMC Software\TrueSight
- (Linux) /opt/bmc/TrueSight
- Review the installation details, and click Install.
- If the Infrastructure Management Server is running on an IPv6 configuration, you must enable remote administrator console login.
- Add the entry for the IP address or hostname of the Infrastructure Management Server host in the pw\custom\conf\pronet.conf file:
pronet.rmi.server.hostname=<hostname>.ipv6.<abc>.com or
pronet.rmi.server.hostname=[<IPv6 address>] - Restart the Infrastructure Management Server.
- Restart the Presentation Server.
- Add the entry for the IP address or hostname of the Infrastructure Management Server host in the pw\custom\conf\pronet.conf file:
- Start the Infrastructure Management Administrator Console.
- From the Start menu, select Programs > Infrastructure Management > Infrastructure Management Admin x.x, where x.x indicates the version number.
Type the following details, and click OK:
- Name or IP address of the Infrastructure Management Server to which you want to connect.
- Name of the user account to access Infrastructure Management Server. The default user name is admin.
- Password for the user account. The default password is admin12345.
- Connection type for the administrator console to connect with the Infrastructure Management Server. The direct connection uses port 1099 and 12128.
A firewall might exist between the computer and the Infrastructure Management Server in the data center. Sometimes, the firewall allows only port 80 and does not allow port 1099 and 12128.
On successful validation, the administrator console is displayed.
- If you attempt to view online Help from the administrator console, you are first prompted to update TrustedSite registration to open the Help page as a TrustedSite zone. After you update the registration, you must subsequently refresh the page to view the online Help pages from the registered TrustedSite zone.
Updating non-default Impact Admin Server and RMI port number on Windows
If you have specified a non-default Impact Admin Server and RMI port during or after the Infrastructure Management Server installation, the administrator console does not connect remotely.
To use the administrator console remotely, update the non-default Impact Admin Server and RMI port information in the following files:
<Remote Admin Installation Directory>\Infrastructure Management Admin\admin\etc\ix.properties
# The JServer port on which IX will be communicating for authentication and authorization purpose.
# IX also uses this port for fetching certain configuration-related data
jserver_comm_port=<Port number on which TrueSight Infrastructure Management Server Impact Admin Server is running><Remote Admin Installation Directory>\Infrastructure Management Admin\admin\pronto\conf\pronet.conf
# Port Number used by RmiRegistry
pronet.rmi.port=<Port number on which TrueSight Infrastructure Management Server RMIRegistry is running>
To install the Administrator console on Linux using the wizard
This topic provides information about installing and starting the Infrastructure Management Administrator console on Linux. BMC recommends that you use MobaXterm as the UI to install on Linux computers.
- Extract the downloaded file to the computer where you want to install the Administrator console.
- Set the DISPLAY environment variable to ensure that the wizard-based installer launches the screens appropriately.
export DISPLAY=<IP address of the host computer>:0.0 Apply executable rights to all the installation files by running the following command:
chmod -R 755 installationDirectoryFolderName
where installationDirectoryFolderName is the name of the folder that contains all the installation files.
Example, chmod -R 755 Disk1
- Open the install.sh file with the Run as administrator option.
- Review the Welcome page and click Next.
- Retain or change the default directory and click Next.
- Review the installation details and click Install.
- If the Infrastructure Management Server is running on an IPv6 configuration, you must enable remote administrator console login.
- Add the entry for the IP address or hostname of the Infrastructure Management Server host in the pw/custom/conf/pronet.conf file:
pronet.rmi.server.hostname=<hostname>.ipv6.<abc>.com or
pronet.rmi.server.hostname=[<IPv6 address>] - Restart the Infrastructure Management Server.
- Restart the Presentation Server.
- Add the entry for the IP address or hostname of the Infrastructure Management Server host in the pw/custom/conf/pronet.conf file:
- Start the Infrastructure Management Administrator console.
- Run the following commands:cd installationDirectory/pronto/bin/
./pw admin Type the following details, and click OK:
- Name or IP address of the Infrastructure Management Server to which you want to connect.
- Name of the user account to access Infrastructure Management Server. The default user name is admin.
- Password for the user account. The default password is admin12345.
- Connection type for the administrator console to connect with the Infrastructure Management Server. The direct connection uses port 1099 and 12128.
On successful validation, the Administrator console is displayed.
- Run the following commands:cd installationDirectory/pronto/bin/
Updating non-default Impact Admin Server and RMI port number on Linux
If you have specified a non-default Impact Admin Server and RMI port during or after the TrueSight Infrastructure Management Server installation, the administrator console does not connect remotely.
To use the administrator console remotely, update the non-default Impact Admin Server and RMI port information in the following files:
<Remote Admin Installation Directory>/Infrastructure Management Admin/admin/etc/ix.properties
# The JServer port on which IX will be communicating for authentication and authorization purpose.
# IX also uses this port for fetching certain configuration-related data
jserver_comm_port=<Port number on which TrueSight Infrastructure Management Server Impact Admin Server is running><Remote Admin Installation Directory>/Infrastructure Management Admin/admin/pronto/conf/pronet.conf
# Port Number used by RmiRegistry
pronet.rmi.port=<Port number on which TrueSight Infrastructure Management Server RMIRegistry is running>
Installing multiple administrator consoles
Administrator consoles from different versions of Infrastructure Management releases can be installed and used on the same computer. During installation, Infrastructure Management checks for existing installations of the Administrator console. If an earlier version of the Administrator console is available on the computer, Infrastructure Management displays the following message:
Infrastructure Management Admin is already installed on the system. This installation will be a fresh installation and will not upgrade the previous Admin.
All installations of Administrator console are treated as fresh installations. After the installation is complete, you can use the earlier and new installations to access the corresponding TrueSight Infrastructure Management Servers.
To install the Administration console on Microsoft Windows silently
- Extract the downloaded file to the computer where you want to install the administrator console.
- Customize the bmc_tsim_admin_install.options file as required.
- Open the command prompt with the Run as administrator option.
- Navigate to the install.cmd file, which is available in the extracted folder.
Run the following command to install an Administration Console on the local computer by using the bmc_tsim_admin_install.options file:
install.cmd -i silent -DOPTIONS_FILE="<fullyQualifiedPath>\bmc_tsim_admin_install.options"
where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_admin_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.The installation progress is not displayed on the console. However, installation occurs in the background. The installation progress is logged in a temporary folder.
- Go to Start > Run, enter %temp% in the Open box, and see the tsim_admin_install.log file.
To install the Administration console on Linux silently
- Extract the downloaded file to the computer where you want to install the Administrator console.
- Customize the bmc_tsim_admin_install.options file as required.
- Open the command prompt with the Run as administrator option.
- Navigate to the install.sh file, which is available in the extracted folder.
Run the following command to install an Administration Console on the local computer by using the bmc_tsim_admin_install.options file:
./install.sh -i silent -DOPTIONS_FILE="<fullyQualifiedPath>/bmc_tsim_admin_install.options"
where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_admin_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.The installation progress is not displayed on the console. However, installation occurs in the background. The installation progress is logged in a temporary folder.
- Open /tmp or /var/tmp and view the tsim_admin_install.log file.
Next step in the Installation process
Step 5 Phase C, Task 3 — Now that you have successfully installed the Administrator console, you must download and install additional instances of the Integration Service.