6.5

Table Of Contents
2 Choose the VMX le for the virtual machine of interest.
By default, the virtual disk le has the same name as the VMX le but has a .vmdk extension.
3 (Optional) Use vifs to verify that you are using the correct VMDK le.
Relocate a Virtual Machine's Storage
You can relocate a virtual machine's storage including the disks.
Procedure
1 Determine the path to the virtual machine conguration le.
2 Run svmotion by using the following syntax.
svmotion
--url=https://myvc.mycorp.com/sdk --datacenter=DC1
--vm="[storage1] myvm/myvm.vmx:new_datastore"
N The example is for Windows. Use single quotes on Linux.
Relocate a Virtual Machine's Configuration File
You can relocate a virtual machine's conguration le, but leave the virtual disks.
Procedure
1 Determine the path to the virtual disk les and the virtual machine conguration le.
2 Run svmotion by using the following syntax.
svmotion
<conn_options>
--datacenter='My DC'
--vm='[old_datastore] myvm/myvm.vmx:new_datastore'
--disks='[old_datastore] myvm/myvm_1.vmdk:old_datastore, [old_datastore] myvm/myvm_2.vmdk:
old_datastore'
N The example is for Linux. Use double quotes on Windows. The square brackets surround the
datastore name and do not indicate an optional element.
This command relocates the virtual machine's conguration le to new_datastore, but leaves the two
disks, myvm_1.vmdk and myvm_2.vmdk, in old_datastore.
Configuring FCoE Adapters
ESXi can use Fibre Channel over Ethernet (FCoE) adapters to access Fibre Channel storage.
The FCoE protocol encapsulates Fibre Channel frames into Ethernet frames. As a result, your host does not
need special Fibre Channel links to connect to Fibre Channel storage, but can use 10 Gbit lossless Ethernet to
deliver Fibre Channel trac.
To use FCoE, you need to install FCoE adapters. The adapters that VMware supports generally fall into two
categories, hardware FCoE adapters and software FCoE adapters.
n
Hardware FCoE adapters include completely ooaded specialized Converged Network Adapters
(CNAs) that contain network and Fibre Channel functionalities on the same card. When such an
adapter is installed, your host detects and can use both CNA components. In the vSphere Web Client,
the networking component appears as a standard network adapter (vmnic) and the Fibre Channel
component as a FCoE adapter (vmhba). You do not have to congure a hardware FCoE adapter to be
able to use it.
Chapter 4 Managing Storage
VMware, Inc. 65