|
| |
:VMware ESX SDK SnapShot Perl Script Part 3
[ Thanks to asanabria6910 for this link. ]
"You can still run this script with the Virtual Machine Name as well...
perl vm_snapshot.pl --list --vm_name "Platinum"
name: test1
description: test snap
state: poweredOff
vm type: VirtualMachine
time created: 2009-03-18T16:21:45.447627-04:00
"You can also remove snapshots too...
perl vm_snapshot.pl --vm_name "Platinum" --delete --sn_name "test1"
Snapshot 'test1' removed for VM Development Server of Platinum"
Complete Story
Related Stories:
VMWare's filesystem clustering cracked open(Mar 04, 2009)
Desktop Linux Virtualization Options(Feb 10, 2009)
VMware Rolls Out Open Source Virtual Desktop Client(Feb 04, 2009)
Creating Virtual Machines With vmbuilder On Ubuntu 8.10(Dec 16, 2008)
How To Install VMware Server 2 On Ubuntu 8.10(Nov 30, 2008)
Zenoss Adds Native VMware Management(Nov 13, 2008)
|