Installing the RSCD agent (Windows)
This topic provides instructions for installing an RSCD agent on a Microsoft Windows computer other than a replicated domain controller. This topic includes the following sections:
To install on replicated domain controllers, see Installing-RSCD-agents-in-a-replicated-domain-controller-environment.
To perform a silent installation of an RSCD agent, see Using-silent-mode-to-install-an-RSCD-agent-Windows.
Before you begin
Ensure that Microsoft Visual C++ 2015 Redistributable Update 3 or later is installed on the server.
Microsoft Visual C++ 2015 Redistributable Update 3 or later can be installed automatically from Agent Installer Job - Options window and by using 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. When you install Microsoft Visual C++ 2015 Redistributable Update 3 or later, the installer sets the Pending Reboot flag to True in the Windows registry.
- The RSCD agent for Microsoft Windows requires that the Server service is running.
- 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. Note: If you subsequently remove the agent computer from the domain, you must also remove the Net Logon dependency (via the registry) and restart the agent. Otherwise, the agent will not start.
- 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.
- If you are using Windows Terminal Services or Citrix Presentation Server to install or if you are installing on a Windows operating system, use one of the following methods to install:
- Install in Install mode rather than Execute mode. For information, see Using-Install-mode-instead-of-Execute-mode.
- Install using the Windows Add or Remove Programs utility.
To install the RSCD agent
You can install the agent using one of the following settings:
- Typical: Installs the agent using the following default settings:
- RSCD agent installation folder. The default is C:\Program Files\BMC Software\BladeLogic\RSCD
- Security preferences defined in the secure and exports configuration files
- No security preferences defined in the users and users.local configuration files
- Location of agent log files. The default is C:\Program Files\BMC Software\BladeLogic\RSCD
- Secure log files (enabled)
- Logging of remote keystrokes (enabled)
- Custom: Allows you to customize the default settings.
The installation wizard is displayed.
You can change the password later by using the command or agentctl utility. For more information, see Changing-the-BladeLogicRSCD-account-password.
You can run the installer from the command line and provide the following properties to the command. These properties are used for enrolling targets in public cloud environments such as AWS:
Property | Description |
---|---|
SERVER_PROP_LIST New in 21.02 | The list of server properties that you want to configure. Note: For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only. |
SERVER_PROP_STR deprecated in 21.02 | Comma separated list of server properties of type String. Note: For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only. |
SERVER_PROP_INT deprecated in 21.02 | Comma separated list of server properties of type Integer. 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. Note: For 21.02.01 and earlier versions, enter the property names and their values in upper case characters only. |
WM_INTERVAL_SEC | The interval (in seconds) at which the Smart Hub is polled for work requests. The default is 300 seconds. |
TUNNEL_ENABLE | A Boolean value that indicates whether the tunnel feature is enabled. By default, it is disabled. |
TUNNEL_IDLE_TIMEOUT_MIN | The idle connection timeout in minutes. The default is 720 minute. |
For example,
CLOUD_ACCOUNT,CLOUD_REGION" CLOUD_PROVIDER="AWS" CLOUD_ACCOUNT="123456789012" CLOUD_REGION="US-EAST-1"
Where to go from here
Installing-the-TrueSight-Server-Automation-Console-and-Network-Shell-Windows