Advertisement
zamotivator

Untitled

Jun 14th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [scidb@shared-c63-c1-vm1 xen]$ ./snapshot.sh list all all all
  2. Gathering name list...
  3. Gathering uuid list...
  4. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  5. key_from_blob: remaining bytes in key blob 149
  6. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  7. key_from_blob: remaining bytes in key blob 149
  8. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  9. key_from_blob: remaining bytes in key blob 149
  10. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  11. key_from_blob: remaining bytes in key blob 149
  12. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  13. key_from_blob: remaining bytes in key blob 149
  14. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  15. key_from_blob: remaining bytes in key blob 149
  16. Gathering snapshot list...
  17. Warning: Permanently added 'p4xen1,10.0.20.189' (RSA) to the list of known hosts.
  18. key_from_blob: remaining bytes in key blob 149
  19.  
  20. Snapshot: initial
  21. shared-c63-c1-vm1: yes
  22. shared-c63-c1-vm2: yes
  23. shared-r63-c1-vm1: yes
  24. shared-r63-c1-vm2: yes
  25. shared-u1204-c1-vm1: yes
  26. shared-u1204-c1-vm2: yes
  27.  
  28. Snapshot: r6145
  29. shared-c63-c1-vm1: no
  30. shared-c63-c1-vm2: no
  31. shared-r63-c1-vm1: no
  32. shared-r63-c1-vm2: no
  33. shared-u1204-c1-vm1: yes
  34. shared-u1204-c1-vm2: yes
  35. [scidb@shared-c63-c1-vm1 xen]$ ./snapshot.sh
  36. Usage:
  37. ./snapshot.sh <create|remove|rollback> <snapshot> <platform> <cluster_number> <vm_number>
  38. ./snapshot.sh <list> <platform> <cluster_number> <vm_number>
  39.  
  40. create - create snapshot (replace if exists)
  41. remove - remove snapshot
  42. rollback - rollback to snapshot
  43. list - list available snapshots
  44.  
  45. platform can be
  46. 'c6' - CentOS 6.3
  47. 'r6' - RedHat 6.3
  48. 'u1204' - Ubuntu 12.04
  49.  
  50. cluster_number is integer
  51. vm_number is integer
  52.  
  53. For look of available clusters/vm use script /public/xen/name.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement