VMware vSphere

 View Only
Expand all | Collapse all

restarting the management agents in esxi

  • 1.  restarting the management agents in esxi

    Posted Oct 23, 2018 01:39 PM

    Will restarting the management agent in esxi need to shut down vms on the host?

    Please advise!

    Thank you!



  • 2.  RE: restarting the management agents in esxi

    Posted Oct 23, 2018 01:41 PM

    No, restarting vpxa and hostd can be done without affecting VMs.



  • 3.  RE: restarting the management agents in esxi

    Posted Oct 23, 2018 01:50 PM

    thank you!



  • 4.  RE: restarting the management agents in esxi
    Best Answer

    Posted Oct 23, 2018 01:59 PM

    Hello,

    Restarting Management agents will not have any impact for the guest VM's running.

    Restarting Management agents will stop/terminate the current running process in the host (Cloning, Image backup (VCB), vMotion, .....).

    To restart Management Agent in ESXi using Console, follow the below:

    1. Connect to the console of your ESXi host.
    2. Press F2 to customize the system.
    3. Log in as root.
    4. Navigate to Troubleshooting Options > Restart Management Agents.
    5. Press Enter.
    6. Press F11 to restart the services.
    7. When the service restarts, press Enter.
    8. Press Esc to log out.

    You can use SSH and run the below command:

        /etc/init.d/hostd restart

         /etc/init.d/vpxa restart

    Please consider marking this answer "CORRECT" or "Helpful" if you think your question have been answered correctly.

    Cheers,

    VCIX6-NV|VCP-NV|VCP-DC|

    @KakHassan

    linkedin.com/in/hassanalkak



  • 5.  RE: restarting the management agents in esxi

    Posted Oct 23, 2018 04:16 PM

    thank you very much!