Master installation options on Linux
To install the master you have the following options:
Option | Description |
---|---|
PREVUNINSTALL | Specifies if an installed earlier version of the master is to be uninstalled before the new one is installed. If this option is set to No or not defined and a previous master is installed, the installation terminates. |
LICENSE | Accepts or refuses the BMC license. If it is refused, the installation terminates. |
SILENT | Allows you to use all the default values without disturbing the user at installation time. You can override some default values by entering them in the command line. If you do not specify the SILENT option in the command line, the installation procedure requires you to provide all parameters by answering questions. |
ALLUSERS | Defines where the configuration information of the installed console is stored. The following values are possible:
|
INSTALLDIR | Defines the installation directory of the master. If the optional command is not used, the default directory /usr/local/bmc-software/client-management/master is used. |
HTTPPORT | Defines the HTTP port for the agent, which is by default 1610. |
HTTPCONSOLEPORT | Defines the HTTP port for the console, which is by default 1611. |
DBENGINE | Defines the type of the database; the possible values are postgres and Oracle . Postgres is the default value. |
DBHOST | Defines the host name of the computer on which the database is installed. This computer can be identified through its short or full network name, such as scotty or scotty.enterprise.com or through its IP address in dotted notation, for example, 149.132.255.1 . The default value for this option is localhost . |
OUTOFBOX | Defines in which language the predefined objects should be installed. Use us to install in American English (default), uk to install in British English, de to install in German, fr to install in French, jp to install in Japanese, bp to install in Brazilian Portuguese or es to install in Spanish. |
PAC | Defines if the interagent communication is securized via access control; the following values are possible:
|
SSL | Defines if the interagent communications is securized via SSL; the following values are possible:
|
DBUSER | Defines the user name to be used to connect to the database; the default value is postgres . |
DBPASSWORD | Specifies the password of the user to connect to the database, which by default remains blank. |
DBNAME | Defines the name of the database; the default value is bcmdb . |
QUALITYMETRICS | Allows you to decide if you want to participate in the amelioration of the product and let BMC know your thoughts and ideas about Client Management . Possible values are Yes and No . |
AGENTSTART | Allows you to define if the agent is started directly after the installation finished. By default the agent is started. Possible values are Yes and No . |