Installing BMC Release Lifecycle Management Requester UI silently
This topic provides instructions for performing a silent installation of .
Before you begin
- Ensure that you installed BMC Release Process Management 5.0.x.
- Download and extract the
files to your preferred location.
- Locate the sample options file (provided along with the product installer wizard) that you can leverage to create an options file for your silent installation scenario.
To install the
- Log on to the host computer on which you want to perform the silent installation.
- Store the product installation program that you downloaded at a suitable location in a temporary directory.
Open a text editor to create a new options file and copy the contents of the sample options file into the new file.
In the new file, modify the -P installLocation property and add a value that specifies the directory path for installing the product.
Specify the features that you want to install. Both featureBRPM and featureApache are required.
# Install RLM Requester UI app
-A featureRPMUI
# Install Apache web server
-A featureApacheTo provide other user inputs, see the sample default values shown in the following code.
-J INSTALL_TYPE=FULL_PRIVILEGE
# Options true, false
-J GENERATE_SELF_SIGNED_CERTIFICATE=false
-J HTTPS_PORT=1043
-J PRIVATE_KEY_PASSWORD=DES\:a751b8161238d051e4e986421d24d2dcd1cff043003f0e35
# Import key and certificate
# Below options are mandatory if GENERATE_SELF_SIGNED_CERTIFICATE=false
-J PRIVATE_KEY_FILE=/home/user/Documents/private_key
-J CERTIFICATE_FILE=/home/user/Documents/cert_file
# Generate Self Signed Certificate
# Below options are mandatory if GENERATE_SELF_SIGNED_CERTIFICATE=true
-J SELF_SIGNED_CERTIFICATE_LOCATION=/home/user/Documents
-J SSL_COMMON_NAME=SAT.co.in
-J CERT_ORG_UNIT=Accounting
-J CERT_ORG_NAME=SAT Pvt. Ltd.
-J CERT_LOCALITY=Brooklyn
-J CERT_STATE=New York
# Country code only upto 2 characters
-J CERT_COUNTRY=US
-J BRPM_BACKEND_URL=http://server.domain:8080/brpmFor more information about properties and their values required for the BMC Release Process Management installation, see Silent-installation-properties.
Run the silent installation by using the following command:
<fullPathToSetupFile> -i silent -DOPTIONS_FILE=<fullPathToOptionsFile>
For more information, you can refer to the
.After the installation
After you complete the installation, you might need to perform the following tasks:
- If you installed the product without administrator or root privileges, you must register the product as a service and start the product services whenever you restart your computer. For more information on how to register and start or stop services for the non-root installation, refer to the RLMUIhome/README_special_config.txt file or see Starting and stopping product services.
- To verify that the installation completed successfully, access the product interface. For more information, see Accessing the interface.