Silently upgrading Windows agents
You can upgrade the RSCD agent silently. To silently upgrade one or more RSCD agents on Windows systems, use a TrueSight Server Automation File Deploy Job to deploy the RSCD agent installation program for the version to which you want to upgrade.
The deployment copies the installation program to any target servers you specify and then silently executes the program using the existing installation settings.
To silently upgrade the RSCD agent
- Log in to the system where you want to upgrade the Agent.
- Copy the installation file (RSCD<version-platform>.msi) to a directory on the Windows system.
- Change to the directory that contains the installation file.
- At the command prompt, enter the command:
msiexec /I RSCD<version-platform>.msi /QN <PROPERTY=value> <PROPERTY=value>
where:- RSCD<version-platform>.msi is the name of the agent installer.
- /QN — Sets the user interface level to no UI. Optionally, you can use /QB to display a progress bar for the installation.
- (Optional)/L*V <logLocation> — Logs information about the installation to the file you specify.
<PROPERTY=value>— Specifies a property that overrides the default installation settings. You can specify one or more of the following properties:
Configure the following properties to use the Smart Agent capabilities.
NEW IN 20.02.01 Configure the following properties to enroll the targets that are provisioned in the public cloud.The following server properties are available out-of-the-box:You can also define custom properties.Example:In the following example, CLOUD_IPV6_ADDR_CNT, CLOUD_IS_PROD, CLOUD_VOLUME_CNT, and CLOUD_HAS_PUB_IP are custom properties and remaining are the out-of-the-box properties.WM_INTERVAL_SEC=5
TUNNEL_ENABLE=true
TUNNEL_IDLE_TIMEOUT_MIN=240
#Server properties lists
SERVER_PROP_STR="CLOUD_PROVIDER,CLOUD_ACCOUNT,CLOUD_REGION"
SERVER_PROP_INT="CLOUD_IPV6_ADDR_CNT,CLOUD_VOLUME_CNT"
SERVER_PROP_BOOL="CLOUD_IS_PROD,CLOUD_HAS_PUB_IP"
#Individual server properties values
CLOUD_PROVIDER="AWS"
CLOUD_ACCOUNT="123456789012"
CLOUD_REGION="us-east-1"
CLOUD_IPV6_ADDR_CNT=2
CLOUD_VOLUME_CNT=4
CLOUD_IS_PROD=true
CLOUD_HAS_PUB_IP=false
To silently upgrade RSCD agents using the File Deploy job
- Copy the RSCD installation program (RSCD<version>-<platform>.msi) to the server on which you plan to create the File Deploy Job. Put the file in the <WINDIR>\Temp directory, where <WINDIR> is typically C:\winnt or C:\Windows.
- In the TrueSight Server Automation Console, select the installation file for the version of the agent to which you want to upgrade. Then right-click, and choose Deploy Files from the pop-up menu:
RSCD<version>-<platform>.msi
The File Deploy Job wizard opens. - For Name, assign a name to this File Deploy Job. For Save in, specify the job group where you want to store this job.
- For Destination, enter /c/tmp or a directory with no spaces in its path, and then click Next.
- Select the servers being upgraded, and then click Next two times to display the Advanced Options panel.
- For Post-command, enter the following command:
msiexec /I "C:\tmp\RSCD<version>-<platform>.msi" /qn REBOOT=ReallySuppress
If necessary, replace C:\tmp with the destination directory that you used for the installer. - Click Finish.
The file is deployed to the target servers and the installation runs silently on each machine.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*