|
Default
Parameters for VMMemoryTest
The VMMemoryTest reports the memory usage statistics of the VMWare guests running on the VMWare server. This page depicts the
default parameters that need to be configured for the VMMemoryTest.
-
The TEST PERIOD
list box helps the user to decide how often this test needs to be
executed.
-
In the ADMIN_USER text box, specify the name of a user who is a member of the Administrators group on the Virtual Center.
-
In the ADMIN_PASSWORD text box, enter the password of the specified Virtual Center Administrator.
-
Confirm the password by retyping it in the CONFIRM PASSWORD text box.
Mention the URL on which the Virtual Center web service is listening in the WEB_SERVICE_URL text box. The URL should be of the format: http://IPAddress:Port or https://IPAddress:Port, depending upon whether the web service is SSL-enabled or not. Typically, all communications from and to the Virtual Center web service occur over SSL. During the establishment of the SSL connection, the VC service submits its digital certificate to the eG agent. The eG agent program must have loaded the root certificate to authenticate the service. In order to ensure this, do the following:
- Copy the root certificate (root.pem) to the directory {EG_INSTALL_DIR}\bin on the agent host.
- Next, type the following at the command line:
copy "%SYSTEMDIR%\Documents And Settings\All Users\Application Data\VMware VirtualCenter\VMA\root.pem" "%EGURKHA_INSTALL_DIR%\bin"
- Finally, import the root certificate. A tool named keytool is present in the {EG_INSTALL_DIR>}\jre directory, which must be used to import the root certificate. For example:
{%EGURKHA_INSTALL_DIR%}\jre\bin\Keytool.exe -import -store -keystore {%EURKHA_INSTALL_DIR%}\bin\vmware.keystore -alias rootCert -file "%EGURKHA_INSTALL_DIR%\bin\root.pem"
- When the tool prompts you to confirm whether the certificate is to be trusted, enter Yes to confirm the same.
Trust the certificate? Yes
-
Once the necessary
values have been provided, clicking on the UPDATE button will
register the changes made.
When changing default configurations of tests, the values with "$" indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to "xyz" and $port will be changed to "80" when configuring a test.
|