5.8

Table Of Contents
The ZRP file might contain a debug event (DBE) file, which is returned to the Collector and inserted in the
SQL database so that it can be viewed at the Collector. If the file is missing on the Collector, capture the
ZRP file on the Agent, extract the DBE, and manually copy it to the Collector for viewing in the Debug
Event Viewer.
Directory of Executed Scripts and Results
If the SaveTempScriptFiles entry in the /opt/CMAgent/CSIRegistry file is set to true, copies of
executed gawk scripts, remote command scripts, and output are stored in the ScriptFiles directory.
/opt/CMAgent/data/ScriptFiles:
total 8
drwxrwx--- 2 nobody cfgsoft 4096 May 20 14:08 .
drwxrwx--- 6 root cfgsoft 4096 May 20 14:07
The file names are as follows, where xxxxxx is a random alphanumeric string:
n script_xxxxxx: gawk or remote command script
n hds_xxxxxx: Output of a gawk script
n rcmd_xxxxxx: Output of a remote command script
Collector Certificates
For a Collector to communicate with the Agent, you must upload the Collector certificate PEM file to the
following UNIX Agent directory, and make it readable by the cfgsoft group.
/opt/CMAgent/data/db/PDS/CertStore
On the Collector, the certificate file is stored as follows, by default.
\Program Files (x86)\VMware\VCM\CollectorData\enterprise-certificate-GUID.pem
The Agent already has the certificate if the Agent was installed using the package in the Collector
Packages folder.
C:\Program Files (x86)\VMware\VCM\Installer\Packages
The certificate is for that Collector only. If the Agent was installed from a different Collector package, you
must copy the certificate from the Collector you want. You can use FTP in binary mode to copy the
certificate.
After you copy the PEM file to the Agent machine, use the CSI_ManageCertificateStore utility to add
it to the Agent certificate store. The command is slightly different depending on your UNIX variant.
HPUX
CSI_REGISTRY_PATH=/opt/CMAgent SHLIB_
PATH=/opt/CMAgent/CFC/3.0/lib:/opt/CMAgent/ThirdParty/1.0/lib
/opt/CMAgent/CFC/3.0/bin/CSI_ManageCertificateStore iz –fpath-to-
pem/filename.pem
Solaris and Linux
CSI_REGISTRY_PATH=/opt/CMAgent LD_LIBRARY_
PATH=/opt/CMAgent/CFC/3.0/lib:/opt/CMAgent/ThirdParty/1.0/lib
/opt/CMAgent/CFC/3.0/bin/CSI_ManageCertificateStore iz –fpath-to-
pem/filename.pem
VCM Troubleshooting Guide
70
VMware, Inc.