VMWare snapshots per batch job
With the vShpere client it is possible to create snopshots manually. Is there a way to trigger snapshots of of a running vm (ESXI 4.1) by a scheduled batch job ?
You could use the vSphere PowerCLI. It’s a powershell plugin.
To create a snapshot, you would need to do the following:
add-pssnapin VMware.VimAutomation.Core
Connect-VIServer -Server myVSphereServer
get-vm myVMName | new-snapshot -name "My New Snapshot"
Check more discussion of this question.
Related posts:
- VMware ESXi 4.1 snapshot of server 2008R2 machine generates 2 indentical snapshots
- How to add a disk from a broken machine with snapshots to another machine in VMWare?
- How to add a disk from a broken machine with snapshots to another machine in VMWare?
- Snapshots == EBS backed instance, persistence, and S3 storage?
- Exclude file storage from VMWare snapshots?
Leave a comment
Recent Posts
- Cron expression that runs every 5 minutes from 1:30 am – 6:00 am [duplicate]
- Understanding redundant power supplies
- Is there a way for administrators to disable users from installing Firefox extensions?
- Is there research material on NTP accuracy available?
- How to create a limited “domain admin” that does not have access to domain controllers?
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





