Performing a silent installation of the Integration Service
This page provides information about performing a silent installation of the Integration Service and contains the following topics:
- Performing a silent installation of the Integration Service on Microsoft Windows
- Performing a silent installation of Integration Service on Linux or Solaris
Performing a silent installation of the Integration Service on Microsoft Windows
For silent installation, you must encrypt the passwords and use the encrypted passwords in the .options file. For more information about encrypting the passwords that are required for silent installation, see Encrypting passwords in the options file.
Perform the following steps to install the Integration Service and the Infrastructure Management Remote cell:
- Navigate to the BPPMAgent.zip file available in the installationDirectory\pw\pronto\web\html\download\win32_agent directory and extract its contents.
- Customize the bmc_pnet_is_install.options file as required, which is available in the extracted zipped folder.
- Navigate to the install.sh file, which is available in the extracted zipped folder.
Run the following command to install an Integration Service on the local computer by using the bmc_pnet_is_install.options file:
install.cmd -i silent -DOPTIONS_FILE=<fullyQualifiedPath>\bmc_pnet_is_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_pnet_is_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.
Performing a silent installation of Integration Service on Linux or Solaris
For silent installation, you must encrypt the passwords and use the encrypted passwords in the .options file. For more information about encrypting the passwords that are required for silent installation, see Encrypting passwords in the options file.
Perform the following steps to install Integration Service on Linux or Solaris operating systems:
- Navigate to the BPPMAgent.zip file available in the following directory and extract its contents.
- (Linux) installationDirectory/pw/pronto/web/html/download/linux_agent
- (Solaris) installationDirectory/pw/pronto/web/html/download/solaris_agent
- Customize the bmc_pnet_is_install.options file as required, which is available in the extracted zipped folder.
- Navigate to the install.sh file, which is available in the extracted zipped folder.
Run the following command to install an Integration Service on the local computer by using the bmc_pnet_is_install.options file:
./install.sh -i silent -DOPTIONS_FILE=<fullyQualifiedPath>/bmc_pnet_is_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_pnet_is_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.