Difference between revisions of "RemoteCLI"

Jump to navigation Jump to search
368 bytes added ,  14:09, 13 December 2010
Rearranged and added "vihostupdate"
(→‎vicfg-snmp: Minor update)
(Rearranged and added "vihostupdate")
Line 1: Line 1:
== vicfg-cfgbackup ==
vicfg-cfgbackup.pl -s --server esx --username root --password pass esx.cfg
<code> vicfg-cfgbackup </code> Allows the config of an ESXi server to be backed up to a binary config file.  Use <code> -l </code> option to load a config back onto an ESX.
== vicfg-snmp ==
== vicfg-snmp ==
  vicfg-snmp.pl --server esx --username root --password pass --show
  vicfg-snmp.pl --server esx --username root --password pass --show
Line 20: Line 25:
<code> vicfg-volume </code> Provides an alternative for vSphere to using LVM.enableresignature option in VI3
<code> vicfg-volume </code> Provides an alternative for vSphere to using LVM.enableresignature option in VI3


== vicfg-cfgbackup ==
== vihostupdate ==
  vicfg-cfgbackup.pl -s --server esx --username root --password pass esx.cfg
  vihostupdate.pl --serveresx --username root --password pass -b C:\path\to\bundle.zip -s
 
To scan for an update...
vihostupdate.pl --serveresx --username root --password pass -b C:\path\to\bundle.zip -s


<code> vicfg-cfgbackup </code> Allows the config of an ESXi server to be backed up to a binary config fileUse <code> -l </code> option to load a config back onto an ESX.
To install an update (must be in maintenance mode)...
  vihostupdate.pl --serveresx --username root --password pass -b C:\path\to\bundle.zip -i


== vmware-cmd ==
== vmware-cmd ==

Navigation menu