6.3
Table Of Contents
- vRealize Operations Manager Installation and Configuration Guide for Linux and Windows
- Contents
- About Installation and Configuration for Linux and Windows
- Preparing for Installation
- About Linux and Windows Installation
- Complexity of Your Environment
- Cluster Nodes
- Requirements for IPv6
- Sizing the Cluster
- Custom Certificates
- How vRealize Operations Manager Uses Network Ports
- Platform Requirements for Linux
- Create a Node by Running the Linux Installer
- Platform Requirements for Windows
- Create a Node by Running the Windows Installer
- Creating the Master Node
- Scaling Out by Adding a Data Node
- Adding High Availability
- Gathering More Data by Adding a Remote Collector Node
- Continuing With a New Installation
- Connecting to Data Sources
- VMware vSphere Solution
- Endpoint Operations Management Solution
- Endpoint Operations Management Agent Installation and Deployment
- Prepare to Install the Endpoint Operations Management Agent
- Supported Operating Systems for the Endpoint Operations Management Agent
- Selecting an Agent Installer Package
- Install the Agent on a Linux Platform from an RPM Package
- Install the Agent on a Linux Platform from an Archive
- Install the Agent on a Windows Platform from an Archive
- Install the Agent on a Windows Platform Using the Windows Installer
- Installing an Endpoint Operations Management Agent Silently on a Windows Machine
- Java Prerequisites for the Endpoint Operations Management Agent
- Configuring JRE Locations for Endpoint Operations Management Components
- System Prerequisites for the Endpoint Operations Management Agent
- Configure the Endpoint Operations Management Agent to vRealize Operations Manager Server Communication Properties
- Activate Endpoint Operations Management Agent to vRealize Operations Manager Server Setup Properties
- Specify the Endpoint Operations Management Agent Setup Properties
- Configure an Endpoint Operations Management Agent Keystore
- Configure the Endpoint Operations Management Agent by Using the Configuration Dialog
- Overriding Agent Configuration Properties
- Endpoint Operations Management Agent Properties
- Encrypt Endpoint Operations Management Agent Property Values
- Adding Properties to the agent.properties File
- agent.keystore.alias Property
- agent.keystore.password Property
- agent.keystore.path Property
- agent.listenPort Property
- agent.logDir Property
- agent.logFile Property
- agent.logLevel Property
- agent.logLevel.SystemErr Property
- agent.logLevel.SystemOut Property
- agent.proxyHost Property
- agent.proxyPort Property
- agent.setup.acceptUnverifiedCertificate Property
- agent.setup.camIP Property
- agent.setup.camLogin Property
- agent.setup.camPort Property
- agent.setup.camPword Property
- agent.setup.camSecure
- agent.setup.camSSLPort Property
- agent.setup.resetupToken Property
- agent.setup.unidirectional Property
- agent.startupTimeOut Property
- autoinventory.defaultScan.interval.millis Property
- autoinventory.runtimeScan.interval.millis Property
- http.useragent Property
- log4j Properties
- platform.log_track.eventfmt Property
- plugins.exclude Property
- plugins.include Property
- postgresql.database.name.format Property
- postgresql.index.name.format Property
- postgresql.server.name.format Property
- postgresql.table.name.format Property
- scheduleThread.cancelTimeout Property
- scheduleThread.fetchLogTimeout Property
- scheduleThread.poolsize Property
- scheduleThread.queuesize Property
- sigar.mirror.procnet Property
- sigar.pdh.enableTranslation Property
- snmpTrapReceiver.listenAddress Property
- Managing Agent Registration on vRealize Operations Manager Servers
- Securing Communications with the Server
- Launching Agents from a Command Line
- Managing an Endpoint Operations Management Agent on a Cloned Virtual Machine
- Understanding Agent Uninstallation and Reinstallation Implications
- Install Multiple Endpoint Operations Management Agents Simultaneously
- Roles and Privileges
- Registering Agents on Clusters
- Manually Create Operating System Objects
- Managing Objects with Missing Configuration Parameters
- Mapping Virtual Machines to Operating Systems
- Endpoint Operations Management Agent Upgrade for vRealize Operations Manager 6.3
- Endpoint Operations Management Agent Installation and Deployment
- Installing Optional Solutions
- Migrate a vCenter Operations Manager Deployment into this Version
- Post-Installation Considerations
- Updating Your Software
- Index
Encrypt Endpoint Operations Management Agent Property Values
After you have installed anEndpoint Operations Management agent, you can use it to add encrypted values
to the agent.properties le to enable silent installation.
For example, to specify the user password, you can run ./bin/ep-agent.sh set-property
agent.setup.serverPword serverPasswordValue to add the following line to the agent.properties le.
agent.setup.serverPword = ENC(4FyUf6m/c5i+RriaNpSEQ1WKGb4y
+Dhp7213XQiyvtwI4tMlbGJfZMBPG23KnsUWu3OKrW35gB+Ms20snM4TDg==)
The key that was used to encrypt the value is saved in AgentHome/conf/agent.scu. If you encrypt other
values, the key that was used to encrypt the rst value is used.
Prerequisites
Verify that the Endpoint Operations Management agent can access AgentHome/conf/agent.scu. Following
the encryption of any agent-to-server connection properties, the agent must be able to access this le to start.
Procedure
u
Open a command prompt and run ./bin/ep-agent.sh set-property agent.setup.propertyName
propertyValue.
The key that was used to encrypt the value is saved in AgentHome/conf/agent.scu.
What to do next
If your agent deployment strategy involves distributing a standard agent.properties le to all agents, you
must also distribute agent.scu. See “Install Multiple Endpoint Operations Management Agents
Simultaneously,” on page 77.
Adding Properties to the agent.properties File
You must add any properties that you want to use that are not included in the default agent.properties le.
Following is a list of the available properties.
n
agent.keystore.alias Property on page 61
This property congures the name of the user-managed keystore for the agent for agents congured
for unidirectional communication with the vRealize Operations Manager server.
n
agent.keystore.password Property on page 61
This property congures the password for an Endpoint Operations Management agent's SSL keystore.
n
agent.keystore.path Property on page 61
This property congures the location of a Endpoint Operations Management agent's SSL keystore.
n
agent.listenPort Property on page 62
This property species the port where the Endpoint Operations Management agent listens to receive
communication from the vRealize Operations Manager server.
n
agent.logDir Property on page 62
You can add this property to the agent.properties le to specify the directory where the
Endpoint Operations Management agent writes its log le. If you do not specify a fully qualied path,
agent.logDir is evaluated relative to the agent installation directory.
n
agent.logFile Property on page 62
The path and name of the agent log le.
n
agent.logLevel Property on page 62
The level of detail of the messages the agent writes to the log le.
vRealize Operations Manager Installation and Configuration Guide for Linux and Windows
58 VMware, Inc.