Creating a BMC Digital Workplace Catalog installation options file
Providing options for the installation
To install BMC Digital Workplace Catalog, you must provide the details about the Linux server and database server that you collected in the Installation-worksheets-for-BMC-Digital-Workplace-Catalog. After you extract the files from the installation package, you can edit the options.txt file from the package. The second file, advanced-options.txt, contains the required options in the options.txt file as well as additional options for you to customize the installation.
To edit the installation options file
You can edit the options.txt file directly on the Linux server where you will install BMC Digital Workplace Catalog, but the following steps show another approach where you create the installation options file on your local machine to upload to the Linux server afterward.
- Download the options.txt file to a local computer, and rename it.
Example: dwpoptions_server01.txt - In a text editor, edit the files to update the settings based on the values in the installation worksheets.
(Optional) If you are installing into a cluster, create a different file for each server to identify the server to be installed. Provide values for the following parameters that are specific to each server.
Parameter name and description
Parameter to add in the options file
Examples
BMC Helix Digital Workplace Catalog server instance name
When installing on servers in a cluster, specify the name of the cluster alias as the <BMC_DWP_SERVER_NAME> parameter.
Note: The alias can be any valid name, but you must use the same name for all servers in the cluster.
For more information about aliases, seeServer group naming.
-J BMC_DWP_SERVER_NAME={{code language="none"}}
dwp-catalog-ha-server-group
{{/code}}BMC Helix Digital Workplace Catalog server host name
When installing on servers in a cluster, specify the fully qualified domain name of specific primary or secondary as the <BMC_DWP_SERVER_HOST_NAME> parameter.
-J BMC_DWP_SERVER_HOST_NAME={{code language="none"}}
dwp-catalog-ha-server-01.domain.com
{{/code}}BMC Helix Digital Workplace Catalog server role
When installing on secondary nodes in a server cluster, set the value for the BMC_DWP_SERVER_ROLE parameter to Slave.
-J BMC_DWP_SERVER_ROLESlave
To customize the installation options file
If you need to customize server or port settings to accommodate your environment, copy only the required fields from the advanced-options.txt file. You do not need to edit the advanced-options.txt file directly.
For a detailed reference about the installation parameters, see BMC-Digital-Workplace-Catalog-installation-parameter-reference.
Parameter prefix descriptions
An installation options file contains parameters prefaced by -P, -J, and -A, which are explained in the following table:
For more information, see Example-options-txt-files and BMC-Digital-Workplace-Catalog-installation-parameter-reference.
Where to go from here
When you have completed the installation options file, you are ready to install BMC Digital Workplace Catalog. Upload the installation options file to the appropriate server into a folder in a location that is available to the installation script, and proceed to the next task: