When I run the command:
vmrun -T server -h http://localhost:8333/sdk -u myuser -p mypassword stop "[standard] vm-ofi2b/vm-ofi2b.vmx" soft
I get the following error:
Error: Insufficient permissions in host operating system
I have granted permissions on WM Infr.Web Access for this user to Power Off (under All Privileges/Virtual Machines/Interaction).
I guess that the problem is due to a lack of permissions of this user on the host SO and not in them vmware configuration.
Which are the minimum permissions that a linux user has to have in order to shutdown a VM?
Thank in advance.