Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. #fabric1
  4. /bin/vim-cmd vmsvc/snapshot.revert 1 8 0 && /bin/vim-cmd vmsvc/power.on 1
  5. sleep 5
  6. #fabric2
  7. sleep 5
  8. /bin/vim-cmd vmsvc/snapshot.revert 2 8 0 && /bin/vim-cmd vmsvc/power.on 2
  9. #fabric3
  10. sleep 5
  11. /bin/vim-cmd vmsvc/snapshot.revert 3 8 0 && /bin/vim-cmd vmsvc/power.on 3
  12. #API
  13. sleep 5
  14. /bin/vim-cmd vmsvc/snapshot.revert 4 9 0 && /bin/vim-cmd vmsvc/power.on 4
  15. #LPSM
  16. sleep 5
  17. /bin/vim-cmd vmsvc/snapshot.revert 5 10 0 && /bin/vim-cmd vmsvc/power.on 5
  18. #LP1
  19. sleep 5
  20. /bin/vim-cmd vmsvc/snapshot.revert 8 14 0 && /bin/vim-cmd vmsvc/power.on 8
  21. #LP2
  22. sleep 5
  23. /bin/vim-cmd vmsvc/snapshot.revert 7 16 0 && /bin/vim-cmd vmsvc/power.on 7
  24. #Search Head
  25. sleep 5
  26. /bin/vim-cmd vmsvc/snapshot.revert 9 10 0 && /bin/vim-cmd vmsvc/power.on 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement