Performing a silent installation of the BMC ProactiveNet Administration Console
This page provides information about performing a silent installation of the BMC ProactiveNet Administration Console and contains the following topics:
- Performing a silent installation of the BMC ProactiveNet Administration Console on Microsoft Windows
- Performing a silent installation of BMC ProactiveNet Administration Console on Linux or Solaris
Performing a silent installation of the BMC ProactiveNet Administration Console on Microsoft Windows
Perform the following steps to install the BMC ProactiveNet Administration Console and the BMC ProactiveNet Remote cell:
- Navigate to the Admin.zip file available in the \BPPMAgent\Windows directory and extract its contents.
- Customize the bmc_pnet_admin_install.options file as required, which is available in the extracted zipped folder.
- Open the command prompt with the Run as administrator option. Navigate to the install.cmd file, which is available in the extracted zipped folder.
Run the following command to install an Administration Console on the local computer by using the bmc_pnet_admin_install.options file:
install.cmd -i silent -DOPTIONS_FILE=<fullyQualifiedPath>\bmc_pnet_admin_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_pnet_admin_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 BMC ProactiveNet Administration Console on Linux or Solaris
Perform the following steps to install BMC ProactiveNet Administration Console on Linux or Solaris operating systems:
- Navigate to the Admin.zip file available in the following directory and extract its contents.
- (Linux) /BPPMAgent/Linux
- (Solaris) /BPPMAgent/Solaris
- Customize the bmc_pnet_admin_install.options file as required, which is available in the extracted zipped folder.
- Open the command prompt with the Run as administrator option. Navigate to the install.cmd file, which is available in the extracted zipped folder.
- Run the following command to install an Administration Console on the local computer by using the bmc_pnet_admin_install.options file:
./install.sh -i silent -DOPTIONS_FILE=<fullyQualifiedPath>/bmc_pnet_admin_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_pnet_admin_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.