Purpose
Resolution
When deployed in a WAN with different IP address on the servers in the cluster, you must perform additional configuration to allow vCenter Server Support Tools to operate properly.
- On the Secondary server, if VMware vSphere Authentication Proxy is installed, open the IIS Manager and change the IP bindings for the Computer Account Management Web Site. By default this runs on the Primary Principal (Public) IP address and should be changed to the Secondary Principal (Public) IP address.
- Restart the World Wide Web Publishing Service (W3SVC).
- On the Primary server, for each of the vCenter Support Tools installed, edit these .xml files by replacing the IP address with the Service Fully Qualified Domain Name (FQDN) in the
Component Name File Name VMware vSphere Autodeploy vmconfig-autodeploy.xml vSphere Authentication Proxy vmconfig-cam.xml
extension.xml (in theitem), parameter.js (in the ) VMware Syslog Collector vmconfig-syslog.xml VMware ESXi Dump Collector vmconfig-netdump.xml
Note: The .xml files can be found in CSIDL_COMMON_APPDATA\VMware\directory. For example: - On Windows 2008, the directory is C:\ProgramData\VMware\
. - On Windows 2003, the directory is C:\Documents and Settings\All Users\Application Data\VMware\
.
- On Windows 2008, the directory is C:\ProgramData\VMware\
Configure VMware Auto Deploy:
- Navigate to the Auto Deploy install location (this can be found in HKLM\SOFTWARE\Wow6432Node\VMware, Inc.\
“InstallPath” ) and run the command:
autodeploy-register.exe --register --address=FQDN --user=username --password=password --force --setupfile=autodeploy_setup_file
Note: The autodeploy_setup_file is the .xml file modified in step 3.
- Navigate to the Auto Deploy install location (this can be found in HKLM\SOFTWARE\Wow6432Node\VMware, Inc.\
Configure VMware ESXi Dump Collector (Netdump), VMware vSphere Authentication Proxy and VMware Syslog Collector:
- Launch a web browser and navigate to http://
/mob - Click Content.
- Click Extension Manager.
- Launch a web browser and navigate to http://
In the Properties pane, identify the value extensionlist[
] :Component extension_name VMware ESXi Dump Collector (Netdump) com.vmware.netdump VMware vSphere Authentication Proxy com.vmware.cam. VMware Syslog Collector com.vmware.syslog For the component VMware ESXi Dump Collector (Netdump):
- In the Methods pane, click the Update Extension option. A new window appears.
- Paste this script in the Value field, overwriting the existing one:
Note: The extension_name is c om.vmware.netdump.Describes the configuration of the Network Coredump Server com.vmware.netdump VMware, Inc. 1.0.0 http://*:8000/extension.xml Describes the configuration of the Network Coredump Server VMware, Inc. com.vmware.vim.viClientScripts [email protected] 2011-06-29T09:20:17.129999Z - Click Invoke Method. The response should be:
Method Invocation Result: void
- For the component VMware vSphere Authentication Proxy:
- In the Methods pane, click the UpdateExtension option. A new window appears.
- Paste this script in the Value field, overwriting the existing one:
Note: The extension_name is com.vmware.cam..
Important: For VMware vSphere Authentication Proxy, the .xml script below must be updated with the extension name identified in step 6, namely the tag. Additionally, change the and node values if you are not using the default values. Support joining ESXi server to Active Directory Domain com.vmware.cam.PUBLIC_SERVICE_NAME VMware, Inc. 1.0.0 http://*:51914/extension.xml Support joining ESXi server to Active Directory Domain VMware, Inc. com.vmware.vim.viClientScripts [email protected] 2011-06-29T09:37:29.41Z - Click Invoke Method. The response should be:
Method Invocation Result: void
For the component VMware Syslog Collector:
- In the Methods pane, click the UpdateExtension option. A new window appears.
- In the Value field, paste this script:
Note: The extension_name is com.vmware.syslog.Describes the configuration of the remote syslog collector service com.vmware.syslog VMware, Inc. 1.0.0 http://*:8001/extension.xml Describes the configuration of the remote syslog collector service VMware, Inc. com.vmware.vim.viClientScripts [email protected] 2011-06-29T09:22:39.789999Z - Click Invoke Method. For each method, the response should be:
Method Invocation Result: void
- Restart the vSphere Client and verify that all the extensions are operating properly.