Skip to content

elyeschemengui/VMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

VMM ( Virtual Machine Manager)

Virtual Machine hosted on ESXI :

This python will help you to manage an ESXI and to manage the virtual machine hosted on it by giving you an SSH access and the possibility to execute a shell commands on it.

Requirement

PS : you need to install paramiko !!
  • Command : pip install paramiko

Other usefull commands

  • Status of a VM : vim-cmd vmsvc/power.getstate
  • Power off a VM : vim-cmd vmsvc/power.off
  • Power on a VM : vim-cmd vmsvc/power.on
  • Reboot a VM : vim-cmd vmsvc/power.reboot
  • Reset a VM : vim-cmd vmsvc/power.reset

About

Virtual Machine hosted on ESXI :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages