Installing onsite on Linux and installation options
The installation of BMC Client Management is a simple, straightforward process carried out via a graphical user interface or via a terminal window and command lines.
The installation process is divided into the following steps:
Installing master and console on Linux
To install the master server using the previously created default PostgreSQL database and the console, follow these steps:
- Log on as root for the installation.
- Unzip the downloaded archive into a temporary directory, for example, /root/bmc.
Open a console or terminal window and type the following command:
cd /root/bmc/software/master/linuxType the following command line:
LICENSE=y SILENT=y ./bmc-client-management-master-12_5_0.sh(Optional) Define further options by adding the respective parameters to the command line (see available options in the installation options section).
For any mandatory options not listed in the command line, you must answer questions displayed in the terminal window.
File copying and installation starts. When installation is complete, a successful installation message appears.- (Optional) If you are using LDAP with Client Management , you must now create two symbolic links for the integration to work. To do so, open a terminal window:
- Go to the /usr/lib directory and check the version of the installed libldap and liblber files. For SUSE 10, for example, this might be libldap-2.3.so.0 and liblber-2.3.so.0 .
Go to the /master/bin directory and add the following to links: ln -s libldap[current_version} libldap.soln -s liblber[current_version] liblber.so
Exampleln -s /usr/lib/libldap-2.3.so.0 libldap.so
ln -s /usr/lib/liblber-2.3.so.0 liblber.so
Your master is now installed and up and running on your Linux system.
Installation options for Linux
Where to go from here
The master and console are installed and you are now almost ready to log on to Client Management and start rolling out your agents across your environment. The following topics will help you set up your environment so that you avoid running in problems later, and guide you through your first login and your first relay and client agent rollout: