Administrators are unable to connect to an ESXi 5.x host using the vSphere client. Restarting the management agent will likely fix the issue, but must be done without disrupting network connectivity to any virtual machines. Which two actions will meet these goals? (Choose two)
A.
Enter the service mgmt vmware restart command from either SSH or local CLI
B.
Select Restart Management Agents in the Direct Console User Interface (DCUI)
C.
Select Restart Management Network in the Direct Console User interface (DCUI)
D.
Enter the services.sh restart command from either SSH or the local CLI
Explanation:
http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/ESXi command is: /sbin/services.sh restart
Page 150 from vsphere-esxi-vcenter-server-50-installation-setup-guide.pdf
Restart the Management Agents
The management agents synchronize VMware components and let you access the ESXi host through the vSphere Client or vCenter Server. They are installed with the vSphere software. You might need to restart the management agents if remote access is interrupted.
Restarting the management agents restarts all management agents and services that are installed and running in /etc/init.d on the ESXi host. Typically, these agents include hostd, ntpd, sfcbd, slpd, wsman, and vobd. The software also restarts Fault Domain Manager (FDM) if it is installed.
Users accessing this host through the vSphere Client or vCenter Server lose connectivity when you restart management agents.
Procedure
1. From the direct console, select Troubleshooting Options and press Enter.
2. Select Restart Management Agents and press Enter.
3. Press F11 to confirm the restart.
The ESXi host restarts the management agents and services.
Just an FYI:
A: services mgmt-vmware restart doesn’t work on 5.X
~ # service mgmt-vmware restart
-sh: service: not found
So it has to be B and D
A,D
service mgmt-vmware restart
it is not in not ESXi free versions
so A is correct.
D is to restart the agents
B is not available
C is disruptive to the VMs
B and D are correct. I found the restart agents in the DCUI it is in troubleshooting.