You can register a virtual machine in vCenter Server / VirtualCenter or from a command line.
To register a virtual machine in vCenter Server:
- Open the vSphere / VMware Infrastructure (VI) Client and log in with appropriate credentials.
- If connecting to vCenter Server, click on the desired host.
- Click the Configuration tab.
- Click Storage.
- Right-click on the appropriate datastore and click Browse Datastore.
- Navigate to the folder named after the virtual machine, and locate the
.vmx file. - Right-click the .vmx file and click Add to inventory. The Add to Inventory wizard opens.
- Continue to follow the wizard to add the virtual machine.
To register a virtual machine from a command line:
- Log in as root to the ESX host with an SSH client.
- Run the command:
# vmware-cmd -s register\ .vmx
- Log in as root to the ESXi host with an SSH client. For information on using Tech Support mode, see Using Tech Support Mode in ESXi 4.1 (1017910).
- Run the command:
# vim-cmd solo/registervm /vmfs/volumes/datastore_name/VM_directory/VM_name.vmx
No comments:
Post a Comment