Difference between revisions of "Virtual Machines"

Jump to navigation Jump to search
369 bytes added ,  10:28, 6 April 2010
Re-order
(Added "Config Settings")
(Re-order)
Line 21: Line 21:


==== To present an ISO image to a VM ====
==== To present an ISO image to a VM ====
# If its not already there, copy the ISO image to the Virtual Centre server's NFS share - \\uklonvcp1\NFS_Share
# If its not already there, copy the ISO image to an NFS share or other ESX accessible datastore
# Log into the Virtual Infrastructure - [[#Management Access|Management Access]]
# Log into the Virtual Infrastructure - [[#Management Access|Management Access]]
# Under the '''Inventory''' button, ensure '''Hosts and Clusters''' is ticked
# Under the '''Inventory''' button, ensure '''Hosts and Clusters''' is ticked
Line 27: Line 27:
# Right-click and select '''Edit Settings...'''
# Right-click and select '''Edit Settings...'''
# Highlight the CD/DVD Drive, and select the '''Datastore ISO file'''
# Highlight the CD/DVD Drive, and select the '''Datastore ISO file'''
# Hit '''Browse''' and go into the '''UKLONVCP1 NFSShare''' datastore
# Hit '''Browse''' and go into the appropriate datastore
# Select the required ISO file
# Select the required ISO file
# Tick the '''Connected''' check box
# Tick the '''Connected''' check box
Line 125: Line 125:
# Turn off snapshotting
# Turn off snapshotting


== Shutdown VM via Service Console ==
* To determine state of an Virtual Machine running from the local ESX
** <code> vmware-cmd /vmfs/volumes/SAN1/ServerA/ServerA.vmx getstate </code>
** <code> getstate() = on </code>
* Shutdown a Virtual Machine running from the local ESX forcefully
** <code> vmware-cmd /vmfs/volumes/SAN1/ServerA/ServerA.vmx stop hard </code>
** <code> stop(hard) = 1 </code>


== Troubleshooting ==
== Troubleshooting ==

Navigation menu