Installing silently the administration console
This page provides information about performing a silent installation of the administration console and contains the following topics and references:
- Installing silently the administration console on Microsoft Windows
- Installing silently the administration console on Linux or Solaris
Installing silently the administration console on Microsoft Windows
Perform the following steps to install the administration console and the Infrastructure Management Remote cell:
- Navigate to the Admin.zip file available in the \TSIMAdmin\Windows directory and extract its contents.
- Customize the bmc_tsim_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_tsim_admin_install.options file:
install.cmd -i silent -DOPTIONS_FILE=<fullyQualifiedPath>\bmc_tsim_admin_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_admin_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.
Installing silently the administration console on Linux or Solaris
Perform the following steps to install administration console on Linux or Solaris operating systems:
- Navigate to the Admin.zip file available in the following directory and extract its contents.
- (Linux) /TSIMAdmin/Linux
- (Solaris) /TSIMAdmin/Solaris
- Customize the bmc_tsim_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_tsim_admin_install.options file:
./install.sh -i silent -DOPTIONS_FILE=<fullyQualifiedPath>/bmc_tsim_admin_install.options
where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_admin_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.
Related topics