Installing the BMC ProactiveNet Administration Console on Linux or Solaris
This topic provides information about installing and starting the BMC ProactiveNet Administration Console on Linux or Solaris.
Before you begin
- Ensure that you set the DISPLAY variable. Run the following command to set the DISPLAY variable:
setenv DISPLAY ProactiveNetServerIPaddress On Red Hat Enterprise Linux, ensure that you install the following libraries:
Library
Version
Command to install the library
libgtk-x11-2.0.so.0
N/A
yum install libgtk-x11-2.0.so.0gtk2-2.18.9-10.el6.i686
N/A
yum install gtk2-2.18.9-10.el6.i686
To install the BMC ProactiveNet Administration Console
- Access one of the following locations, and download the BMC ProactiveNet Administration Console installation files:
- Central Monitoring Administration Console — For more information about downloading the installation files from the Central Monitoring Administration Console, see Downloading-BMC-ProactiveNet-Administration-Console-software.
- BMC Software EPD website — For more information about downloading the installation files from the BMC Software EPD website, see Downloading-the-installation-files.
- 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.For example, chmod -R 755 Disk1
- Save the Admin.zip file on the computer where you want to install the BMC ProactiveNet Administration Console and extract its contents. Open the install.sh file with the Run as administrator option
- On the Welcome page, click Next.
- On the Directory Selection page, retain the default directory, or select a directory of your choice, and click Next.
- On the Installation Preview page, click Install.
To start the BMC ProactiveNet Administration Console
- Run the following commands at the command line:cd installationDirectory/pw/pronto/bin/
./pw admin - Click OK.On successful validation, the BMC ProactiveNet Administration Console is displayed.
To update non-default Impact Admin Server and RMI port number
If you have specified a non-default Impact Admin Server and RMI port during or after the BMC ProactiveNet server installation, the Administration Console does not connect remotely.
To use the Administration Console remotely, update the non-default Impact Admin Server and RMI port information in the following files:
<Remote Admin Installation Directory>/BMC ProactiveNet 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 BMC ProactiveNet server Impact Admin Server is running><Remote Admin Installation Directory>/BMC ProactiveNet Admin/admin/pronto/conf/pronet.conf
# Port Number used by RmiRegistry
pronet.rmi.port=<Port number on which BMC ProactiveNet server RMIRegistry is running>