Pyvmomi: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=install= *pip3 install pyvim =samples= *git clone https://github.com/vmware/pyvmomi =community samples= *git clone https://github.com/vmware/pyvmomi-samples“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
=install=
 
=install=
 +
*pip install pyvim
 +
or
 
*pip3 install pyvim  
 
*pip3 install pyvim  
 
=samples=
 
=samples=
Zeile 5: Zeile 7:
 
=community samples=
 
=community samples=
 
*git clone https://github.com/vmware/pyvmomi-samples
 
*git clone https://github.com/vmware/pyvmomi-samples
 +
=first test=
 +
*cd pyvmomi/sample
 +
=getallvms=
 +
*python3 getallvms.py --host esxi-01.xinux.org --user root --pass secret
 +
Name      :  db-testsystem
 +
Path      :  [geldspeicher] db-testsystem/db-testsystem.vmx
 +
Guest      :  Ubuntu Linux (64-bit)
 +
State      :  poweredOn
 +
IP        :  10.81.1.39
 +
=poweron=
 +
*python3 poweronvm.py --host esxi-01.xinux.org --vmname db-testsystem  --user root --pass secret
 +
Caught vmodl fault : Current license or ESXi version prohibits execution of the requested operation.

Aktuelle Version vom 29. September 2020, 07:04 Uhr

install

  • pip install pyvim

or

  • pip3 install pyvim

samples

community samples

first test

  • cd pyvmomi/sample

getallvms

  • python3 getallvms.py --host esxi-01.xinux.org --user root --pass secret
Name       :  db-testsystem
Path       :  [geldspeicher] db-testsystem/db-testsystem.vmx
Guest      :  Ubuntu Linux (64-bit)
State      :  poweredOn
IP         :  10.81.1.39

poweron

  • python3 poweronvm.py --host esxi-01.xinux.org --vmname db-testsystem --user root --pass secret
Caught vmodl fault : Current license or ESXi version prohibits execution of the requested operation.