Using silent mode to install an RSCD agent (Windows)
To perform an unattended installation of the RSCD agent on a Microsoft Windows computer, use silent mode.
To install the agent on multiple computers, you can use an Agent Installer Job or the Unified Agent Installer. See Running-the-Unified-Agent-Installer.
Before you begin
Ensure that Microsoft Visual C++ 2015 Redistributable Update 3 is installed on the server.
Microsoft Visual C++ 2015 Redistributable Update 3 can be installed automatically from Agent Installer Job - Options window and by using the the prepackaged content in depot software. However, the depot software can be used only for upgrade scenario. For more information, see Agent-Installer-Job-Options and Upgrading-the-RSCD-Agent-using-an-Agent-Installer-Job.
- The RSCD agent for Microsoft Windows requires that the Server service is running in order to function correctly.
- For a server to provide information about Windows Group Policy objects, the file secedit.exe must be installed on the server, and it must be included in the server's executable path.
If the server is a domain member or domain controller, confirm that the Net Logon service is enabled and running before installing the RSCD agent. The agent uses the Net Logon service to determine the domain and obtain information about the machine. If the server is not part of a Windows domain, the agent uses a different method for determining machine information. Additionally, the automation principal feature uses the Net Logon service to access domain user information so the automation principal can act as a domain user.
- The patch analysis function of TrueSight Server Automation requires the Microsoft XML (MSXML) parser version 6.0 SP2 or later to be installed on the server on which the RSCD agent is installed. You can install the RSCD agent on a computer on which MSXML is not installed, but patch analysis does not function correctly until MSXML 6.0 SP2 or later is installed.
To install the RSCD agent in silent mode
- Copy the installation program (RSCD<version-platform>.msi) to the Windows system where you plan to install the agent.
- Change the directory to the location where the installer resides.
- 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:
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
Configure the following properties to use the Smart Agent capabilities.Property
Description
SMARTHUB_HOSTNAME
Specify the host name of the system where the Smart Hub is installed. For example, "smarthubprod1.bmc.com"
SMARTHUB_PORT
Specify the listener port of the Smart Hub. The default port is 443.
ENROLL_INTERVAL_MIN
Specify the interval for enrolling the agent. The default interval is 15 minutes. The interval range can be 1 - 360 minutes.
ENROLL_AS
Shows the predefined identifier that is used for enrolling the server. Specify one of the following identifiers to be used for the enrollment:
- "<HOSTNAME>": Indicates the server host name. This is the default identifier.
- "<SMARTHUB_PEER_IP>": Indicates the IP address of the server.
- "<SMARTHUB_PEER_FQDN>": Indicates the fully qualified domain name of the Smart Hub IP address.
- NEW IN 20.02.01 <UUID>: Indicates the UUID value that is generated for the server.
Note: Use this identifier for enrolling servers in the public cloud, such as AWS.
Also, you can specify a combination of "<HOSTNAME>.domain" or free text, such as "smartagent.domain."
NEW IN 20.02.01 Conversion operators
You can use the following conversion operators with any of the predefined identifiers to change their casing:
- <UPPER>: Changes to upper case characters.
- <LOWER>: Changes to lower case characters.
You can also use any free text along with the identifiers.
Examples:
Identifier
Sample enrolled value
<HOST_NAME>
oracle_prod2
<SMARTHUB_PEER_FQDN>
oracle_prod2.bmc.com
<HOSTNAME><UPPER>
ORACLE_PROD2
<HOSTNAME>.dev.bmc.com<UPPER>
ORACLE_PROD2.DEV.BMC.COM
<UPPER><SMARTHUB_PEER_FQDN>
ORACLE_PROD2.BMC.COM
RHEL-db-prod1.prod.bmc.com<UPPER>
RHEL-DB-PROD1.PROD.BMC.COM
<LOWER>RHEL-db-prod1.prod.bmc.com
rhel-db-prod1.prod.bmc.com
<UPPER>
Error msg : Unable to set enroll_as value from : <UPPER>
<UPPER><HOSTNAME><LOWER>
ORACLE_PROD2
Note: If both the operators are provided, <UPPER> will have precedence over <LOWER>.
HEARTBEAT_INTERVAL_MIN
Specify the interval at which the Smart Agent sends heartbeats to the Smart Hub for status updates. The default interval is five minutes. The interval range can be 1 - 360 minutes.
SMARTAGENT_SERVICE
Indicates whether the Smart Agent service is enabled. When the service is enabled, the Smart Agent is started automatically after installation.
- For new installation, the default value is set to 1, which indicates that the Smart Agent service is enabled.
- For upgrade, the default value is set to 0, which indicates that the Smart Agent service is disabled. The Agent is not started automatically after the upgrade.
To change the default settings, you can change the property value as required.
ACCESS_KEY
Specify the access key that is generated after registering the Smart Hub in the Application Server. For more information, see Configuring-the-Smart-Hub-and-Smart-Hub-Gateway.
SERVER_PROP_STR DEPRECATED IN 21.02
Comma-separated list of server properties of type String. This property is deprecated in version 21.02. Use the SERVER_PROP_LIST property instead.
Note: For 21.02.01 and earlier versions, enter the property names and their value in upper case characters only.SERVER_PROP_INT DEPRECATED IN 21.02
Comma-separated list of server properties of type Integer. This property is deprecated in version 21.02. Use the SERVER_PROP_LIST property instead.
Note: For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only.SERVER_PROP_BOOL DEPRECATED IN 21.02
Comma-separated list of server properties of type Boolean. This property is deprecated in version 21.02. Use the SERVER_PROP_LIST property instead.
Note: For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only.SERVER_PROP_LIST
NEW IN 21.02
The list of server properties that you want to configure. For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only.
Note: The SERVER_PROP_LIST parameter supports custom server properties in addition to predefined ones. By including them in the SERVER_PROP_LIST variable, you can define and assign custom properties during agent installation. These properties will be registered with the agent and can be used for automation, reporting, and policy enforcement.
For example: SERVER_PROP_LIST="CUSTOM:Location=DC1,CUSTOM:Environment=Prod"WM_INTERVAL_SEC NEW IN 20.02.01
Specify the interval (in seconds) at which the Smart Hub is polled for work requests. The default is 300 seconds.
TUNNEL_ENABLE NEW IN 20.02.01
A Boolean value that indicates whether the tunnel feature is enabled. By default, it is disabled.
TUNNEL_IDLE_TIMEOUT_MIN NEW IN 20.02.01
The idle connection timeout in minutes. The default is 720 minutes.
CLOUD_ACCOUNT
Specify the cloud account to which the server belongs.
CLOUD_REGION
Specify the cloud region where the server is located.
CLOUD_RESOURCE_NAME
Specify the cloud resource name for the server.
CLOUD_RESOURCE_ID
Specify the cloud resource identifier for the server.
CLOUD_VPC
Specify the cloud VPC where the cloud is located.
AUTO_USP_ENABLED NEW IN 21.02
A Boolean value (true or false) that indicates whether the Auto USP feature is enabled. By default, it is enabled. If you want to disable this feature, add this property and specify its value as false.
AUTO_USP_INTERVAL_H NEW IN 21.02
The interval (in hours) at which the server properties are validated to detect a change. The default interval is two hours.
CONFIG_POLICY_ENABLEDNEW IN 21.02
A Boolean value (true or false) that indicates whether the Configuration Policy feature is enabled. By default, it is enabled. If you want to disable this feature, add this property and specify its value as false.