Installing the Capacity Agent silently
Where you are in the Installation process
Step | Task |
---|---|
1 | Complete the planning activities |
2 | Preparing for TrueSight Capacity Optimization installation |
3 | Install Remedy Single Sign-On |
4 | Install TrueSight Presentation Server |
5 | Install TrueSight Capacity Optimization Application Server and ETL Engine |
6 | Install TrueSight Capacity Optimization Gateway Server |
7 | Install TrueSight Capacity Optimization Capacity Agent ( You are here ) |
8 | Complete the post-installation activities |
The silent installation involves running the installer from a command line. The installer uses the AgentSilentInstallOptions.txt file, which contains the parameters that are required for installing the Capacity Agent.
To install the Capacity Agent silently
- Log in to the computer where you want to install the Capacity Agent.
- (Windows) Log in as a user with administrator privileges.
- (UNIX andLinux) Log in as a non-root user.
- Extract the Capacity Agent installer files to a temporary directory.
- (Windows) Extract
TSCO_Agent_<version>_MSwindows.zip
- (UNIX and Linux) Run this command:
tar -xvf TSCO_Agent_<version>_Linux.tar
- (Windows) Extract
- Create a directory for saving the options file.
- In the Capacity Agent installation directory, navigate to the silent directory.
Copy the AgentSilentInstallOptions.txt file to the directory that you created in step 3.
Open the AgentSilentInstallOptions.txt file in a text editor and edit it. The file contains the installation properties that are specified as name and value pairs with prefix tags. You can retain the default values for these properties or override them, and save the file.
Change to the directory that contains the Capacity Agent installation files.
Run the following command:
- (Windows)
start /WAIT setup.exe -i silent -DOPTIONS_FILE="<driveName>:\<fileLocationPath>\AgentSilentInstallOptions.txt"
- (UNIX and Linux)
./setup.sh -i silent -DOPTIONS_FILE=<fileLocationPath>/
AgentSilentInstallOptions.txt
The variables
<driveName>
and<fileLocationPath>
represent the location where you saved the options file. If the path contains spaces, enclose the path and options file name in quotation marks.- (Windows)
(UNIX and Linux) Run the following command as a root user to configure the Capacity Agent:
- Change to the root user.
- Change to the installation directory. The default is /opt/bmc/Patrol3.
- Run the following command:
./b1config<version>.sh
where
version
indicates the version of the installed Capacity Agent.- Verify that the installation is successful:
Verification steps for Windows:
Verification steps for Linux:
Next step in the Installation process
Now that you have successfully installed the Capacity Agent, you must complete the post-installation activities.
Comments