Creating an options file
To create the options file for BMC Atrium Single Sign-On
- Open a text editor to create a new options file.
- Copy the content from a template options file into the new file.
- Modify the properties to match your installation environment.
- Save the file with a name that indicates the purpose of the installation. For details about installing BMC Atrium Single Sign-On silently, see Installing silently.
To create the options file for platform components
- Open a text editor to create a new options file.
Copy the content from a template options file into the new file.
In the new file, modify the installLocation property and specify an existing directory in which to install the component.
For the AO_INSTALL_TYPE property, specify install_new as the silent installation type.
-J AO_INSTALL_TYPE=install_newModify the properties for the components to install.
Save the file with a name that indicates the purpose of the installation.
For example, if you create an options file to install the repository, you could name the options file bao_repo.options.
- For each computer, repeat step 1 through step 6.
To create an options file for Development Studio
Open a text editor to create a new options file.
- Copy the content from a BMC Atrium Orchestrator Development Studio template options file into the new file.
For the DEVSTUDIO_INSTALL_TYPE property, specify install_new as the silent installation type.
-J DEVSTUDIO_INSTALL_TYPE=install_new
Modify the properties for the BMC Atrium Orchestrator Development Studio installation.Save the file with a name that indicates the purpose of the installation.
For example, if you create an options file to install the repository, you could name the options file bao_studio.options.
To create an options file for BMC Atrium Orchestrator content
- Open a text editor to create a new options file.
- Copy the content from a content template options file into the new file.
In the new file, modify the installLocation property and specify an existing directory in which to install the component.
The installation directory must have network access to the repository.For the AO_CONTENT_INSTALL_TYPE property, specify INSTALL_TYPE_CUSTOM.
-J AO_CONTENT_INSTALL_TYPE=INSTALL_TYPE_CUSTOMFor the AO_INSTALLING_FEATURES property, specify the content features to install.
- Specify the repository communication features.
Save the file with a name that indicates the purpose of the installation.
For example, if you create an options file to install the repository, you could name the options file bao_content.options.
Where to go from here
Run the installation program from a command line to install the server and content features, as described in Executing-a-silent-installation.