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:
- Log in to the vCloud Director VM via a SSH Client (for example, Putty).
- Gain root access, if you haven't already.
- Type the command
vi /sbin/vCloud-Shutdown
. - The text editor vi opens. Press the i key.
- Copy and paste the code into vi.
- Press the keys w and q to save and quit vi.
- Run the command
chmod 744 /sbin/vCloud-Shutdown
.
- Copy via SCP or SFTP:
- 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.