Change vRealize Desktop Agent polling intervals

When the vRealize Desktop Agent starts up, it checks into the View Adapter in vRealize Operations. The View Adapter installed in vRealize Operations sends configuration data to the vRealize Desktop Agent when the agent starts up. This configuration is listed in the file, /usr/lib/vmware-vcops/user/plugins/inbound/V4V_adapter3/conf/agent-config.xml To change the poll interval change the following parameters: <configuration type="collector" version="1"> <interval>360</interval> <!-- Collector configuration for version 2 agents. --> <configuration type="collector" version="2"> <interval>360</interval> <polls\_per\_interval>1</polls\_per\_interval> <configuration type="collector" version="3"> <interval>360</interval> <polls\_per\_interval>1</polls\_per\_interval> In the v4v-agent log, the following messages would appear showing the collection interval and polls per interval...

May 23, 2016 · 1 min · Jahnin Rajamoni

Enabling SSH access on a newly deployed vRealize Operations 6.1

In order to enable SSH access you will have to first enable root access To enable root access, you need to secure the vRealize Operations Manager Console. More information here: http://pubs.vmware.com/vrealizeoperationsmanager-61/topic/com.vmware.vcom.core.doc/GUID-CBF43396-7161-4F26-9F09-4E2829AFACF0.html To enable ssh, login as root and run the following commands: Start the SSH service by running the command: service sshd start Configure SSH to start automatically: chkconfig sshd on

December 2, 2015 · 1 min · Jahnin Rajamoni