VMware Cloud Community
johnminesota
Contributor
Contributor
Jump to solution

ESXi 6.7 grey out vmx file

When I want to add the virtual machine from the vmx file, the register section is grayed out. How can I fix this problem?

1 Solution

Accepted Solutions
tayfundeger
Hot Shot
Hot Shot
Jump to solution

I had this problem before. In this case, you can restart the management agents of ESXi hosts and try again later.

You can restart the management agent with the command below.

services.sh restart

If the problem still persists, you can try to register the virtual machine via SSH with the command below.

# vim-cmd solo/registervm /vmfs/volumes/datastore_name/VM_directory/VM_name.vmx

Thanks.

--
Blog: https://www.tayfundeger.com
Twitter: https://www.twitter.com/tayfundeger

vBlogger, vExpert, Cisco Champions

Please, if this solution helped your problem, "Helpful" if it solves your problem "Correct Answer" to mark.

View solution in original post

2 Replies
tayfundeger
Hot Shot
Hot Shot
Jump to solution

I had this problem before. In this case, you can restart the management agents of ESXi hosts and try again later.

You can restart the management agent with the command below.

services.sh restart

If the problem still persists, you can try to register the virtual machine via SSH with the command below.

# vim-cmd solo/registervm /vmfs/volumes/datastore_name/VM_directory/VM_name.vmx

Thanks.

--
Blog: https://www.tayfundeger.com
Twitter: https://www.twitter.com/tayfundeger

vBlogger, vExpert, Cisco Champions

Please, if this solution helped your problem, "Helpful" if it solves your problem "Correct Answer" to mark.
vFouad
Leadership
Leadership
Jump to solution

Is the VM on shared storage?

Is there more than one host in the environment?

Do you have a vCenter?

Reply
0 Kudos