Difference between revisions of "Installation (ESX)"

Jump to navigation Jump to search
334 bytes added ,  10:20, 4 October 2010
→‎Procedures: Added VM start
(→‎Quick commands: Added a couple)
(→‎Procedures: Added VM start)
Line 167: Line 167:
|}
|}


=== ESX Shutdown / Reboot ===
== ESX Shutdown / Reboot ==
'''ESX'''
'''ESX'''
* Shutdown a host ready for power off  
* Shutdown a host ready for power off  
Line 181: Line 181:
** <code> /bin/host_shutdown.sh </code>
** <code> /bin/host_shutdown.sh </code>


=== High Availability Stop/Start ===
== High Availability Stop/Start ==
* Stop HA...
* Stop HA...
** <code>  /etc/init.d/VMWAREAAM51_vmware stop  </code>
** <code>  /etc/init.d/VMWAREAAM51_vmware stop  </code>
Line 214: Line 214:
  service vmware-vpxa restart
  service vmware-vpxa restart


 
'''ESXi'''<br>
<br>
'''ESXi'''
<code> services.sh restart </code>
<code> services.sh restart </code>


Line 228: Line 226:
</pre>
</pre>


== VM Start ==
On the ESX that currently owns the VM...
# Get the VM's config file path
#* <code> vmware-cmd -l | grep VM_Name </code>
# Start the VM using the path found
#* <code> vmware-cmd \vm_path\VM_Name.vmx start </code>
# Wait for start-up to complete, if start-up fails check the VM's log
#* <code> less \vm_path\vmware.log </code>


== Maintenance Mode ==
== Maintenance Mode ==

Navigation menu