VMware vSphere

 View Only
  • 1.  Difference between Services.sh restart and Restart Mgmt Servcies from DCUI on v5.1 ?

    Posted May 13, 2014 05:40 PM

    Hi,

    I have a file locked and need to know if there is a difference?

    Will either of these bring down the running VMs on the host?

    Thanks,

    J



  • 2.  RE: Difference between Services.sh restart and Restart Mgmt Servcies from DCUI on v5.1 ?

    Broadcom Employee
    Posted May 13, 2014 06:14 PM

       ESXi Management agent can be restarted in couple of ways

    DUCI

        Connect to ESXi Host

        Press F2 , provide the credentials ( Login using root)

        Go to Trouble shooting , Navigate to Restart ,Management Agents

     

    Local Console or ssh

    Method 1 : No Down time to VMs

         /sbin/services.sh restart

      will restart all the management agents, hostd, ntpd, sfcbd, slpd, wsman, vodb

    Method 2 :

    Run following commands,

        /etc/init.d/hostd restart

        /etc/init.d/vpxa restart

    Method 3 :

        service mgmt-vmware restart

        service vmware-vpxa rest

    If Automatic Startup/shutdown is enabled on VMs , virtual machine may restart.



  • 3.  RE: Difference between Services.sh restart and Restart Mgmt Servcies from DCUI on v5.1 ?

    Posted May 13, 2014 06:18 PM

    little addition: You can also use the dcui via ssh.

    Just enter dcui in your ssh session. Then you can restart the management agents like on the local console.

    To quit hit Ctrl+C

    Running VMs won't be affected

    Regards



  • 4.  RE: Difference between Services.sh restart and Restart Mgmt Servcies from DCUI on v5.1 ?
    Best Answer