A scripted cell shutdown

We will now create a more controlled shutdown of vCloud.

Getting ready

This script that you create will be running on the vCloud Director VM itself, so we need to be able to log in to the VM and become a root user.

You also need a user account, that is SysAdmin in order to execute the script.

How to do it...

There are two ways to get the script into the vCloud VM:

  • Copy/paste via SSH:
    1. Log in to the vCloud Director VM via a SSH Client (for example, Putty).
    2. Gain root access, if you haven't already.
    3. Type the command vi /sbin/vCloud-Shutdown.
    4. The text editor vi opens. Press the i key.
    5. Copy and paste the code into vi.
    6. Press the keys w and q to save and quit vi.
    7. Run the command chmod 744 /sbin/vCloud-Shutdown.
  • Copy via SCP or SFTP:
    1. Open up ...

Get VMware vCloud Director Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.