Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Using the Cell Management Tool to shut down a vCloud Director 1.5.x and below Cell (1033575)
Details
This article provides information on using the cell management tool to gracefully shut down a vCloud Director (vCD) cell.
This is especially useful when you need to upgrade the version of vCloud Director installed on the cell. Use this process to ensure that there are no tasks running on the cell when you shut it down.
Note: The attached cell management tool utility is only for vCloud Director 1.0.x. The cell management tool utility is already included with vCloud Director 1.5.x. In addition installing the 1.0.x utility on to a vCloud Director 1.5.x can cause system instability. Do not attempt to install this utility on a 1.5.x vCloud Director setup.
Solution
vCloud Director 1.0.x
In vCD 1.0.x, you can use the cell management tool attached to this article to gracefully shut down a vCloud Director cell.
To install the cell management tool:
- Log in to the target cell as root.
- Download cell-management-tool-1.0.0-bin.tar.gz file attached to this article.
- Run this command as the vcloud user to unpack the file:
sudo -u vcloud tar -xzvf cell-management-tool-1.0.0-bin.tar.gz -C $VCLOUD_HOME
$VCLOUD_HOME is typically /opt/vmware/cloud-director/.
Note: Ensure to run the preceding command as the vcloud user. If you do not run the sudo -u command as the vcloud user, you may experience a vCloud Director outage.
To gracefully shut down a cell:
- Log in to the target cell as root.
- Navigate to $VCLOUD_HOME/bin/ (typically /opt/vmware/cloud-director/bin/).
- Suspend the scheduler by running this command:
cell-management-tool -u username -p -q true
- View running tasks by running this command:
cell-management-tool -u username -p -t
- When the task count reaches zero, shut down the cell by running this command:
cell-management-tool -u username -p -s
Cell Management Tool Parameters
|
Parameter |
Description |
|
-h or --help |
Print help on how to use the tool. |
|
-u arg or --username arg |
vCloud Director system administrator user name. |
|
-p arg or --password arg |
vCloud Director system administrator password. If you leave the argument blank, you will be prompted for the password. |
|
-q arg or --quiesce arg |
Quiesce activity on the cell. The argument true suspends the scheduler; the argument false restarts the scheduler. |
|
-s or --shutdown |
Shuts down the cell. |
|
-t or --status |
Displays information about the number of tasks running on the cell and the status of the cell. |
vCloud Director 1.5.x
Starting with vCloud Director 1.5, the cell management tool is part of the product and need not to be downloaded.
To gracefully shut down a cell in vCD 1.5.x:
- Log in to the target cell as root.
- Navigate to $VCLOUD_HOME/bin/ (typically /opt/vmware/vcloud-director/bin/).
- Suspend the scheduler by running this command:
cell-management-tool -u username -p password cell -q true
- View the tasks that are running using this command:
cell-management-tool -u username -p password cell -t
- When the task count reaches zero, shut down the cell by running this command:
cell-management-tool -u username -p password cell -s
Tags
Update History
Attachments
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.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

