Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Unable to quiesce a vCloud Director cell using cell-management-tool (2012151)

Symptoms

  • Cannot quiesce a vCloud Director (vCD) cell using cell-management-tool 
  • Quiescing a vCD cell using cell-management-tool fails
  • You see the error:

    There was an error communicating with the cell: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: <Primary_IP_of_Cell>; nested exception is:
    java.net.ConnectException: Connection refused]

Cause

This issue occurs if you have added the following line to the global.properties file as suggested in the VMware vCloud Director Security Hardening Guide:

vcloud.cell.ip.management=127.0.0.1

Resolution

To work around this issue: 
  1. Take a backup of the $VCLOUD_HOME/etc/global.properties file.
  2. Open the $VCLOUD_HOME/etc/global.properties file using a text editor.
  3. Locate this line within the file:

    vcloud.cell.ip.management=127.0.0.1

  4. Change this line to:

    vcloud.cell.ip.primary = 127.0.0.1
  5. Save and close the file.

    Note: You need not restart the cell for the change to take effect.

  6. Re-run the cell-management-tool command.
  7. After the command successfully completes, revert to the backed up global.properties file.
For more information on security hardening, see the VMware vCloud Director Security Hardening Guide.

Additional Information

To be alerted when this article is updated, click Subscribe to Document in the Actions box.
 

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback

  • 3 Ratings

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
  • 3 Ratings
Actions
KB: