PrepAway - Latest Free Exam Questions & Answers

What is the next step in troubleshooting the login problem?

A vSphere Administrator notices that they cannot login to vCenter Server with the vSphere Web Client,
although the server is responding to pings.
What is the next step in troubleshooting the login problem?

PrepAway - Latest Free Exam Questions & Answers

A.
/etc/init.d/hostd restart

B.
connect-viserver-server

C.
vim-cmd vmsvc/getallvms

D.
service-control –status vmware-vpxd

13 Comments on “What is the next step in troubleshooting the login problem?

    1. genjam.bhai says:

      Correct answer is D.

      What each command does:

      > For troubleshooting ESXi connectivity issue, restart the management agents on your ESXi host. Restart the ESXi host daemon and vCenter Agent services using these commands:
      /etc/init.d/hostd restart
      /etc/init.d/vpxa restart

      > Connects to a vSphere server using the User and Password parameters.
      Connect-VIServer -Server 10.23.112.235 -Protocol https -User Administrator
      -Password pass01

      > Get a list of all registered virtual machines
      vim-cmd vmsvc/getallvms

      > View the current status of the vCenter Server Appliance services:
      service-control –status

      VPXD-It is Vcenter Server Service. If this service is stopped then we will not able to connect to Vcenter Server via Vsphere client.

      VPXA-It is the agent of Vcenter server. This agent collects all information from the vcenter server and pass this information to the kernal of the esx.

      HOSTD- This is the agent of ESX host, here VPXA pass the information to the HOSTD and hostd pass the information to ESX server.

      https://communities.vmware.com/thread/222684




      8



      0
  1. BoobaK says:

    D. service-control –status vmware-vpxd is a wrong command! Wrong format.
    Try to run it. Here is a result:
    root@vcenter65 [ /bin ]# service-control –status vmware-vpxd
    Service-control failed. Error Exactly one operation must be specified.
    KB article shows how to start the process.
    A -host service. C – start all VMs. ALl wrong.
    B is the only that left.
    connect-viserver-server – PowerCLI command to connect to vCenter.




    3



    0
    1. Alex says:

      Dash is missed in command. Correct command is:
      service-control –status vmware-vpxd

      VPXD-It is Vcenter Server Service. If this service is stopped then we will not able to connect to Vcenter Server via Vsphere client.




      1



      0
  2. nav says:

    Ans D .

    But the correct command is

    root@vcenter [ ~ ]# service-control –status vmware-vpxd
    Running:
    vmware-vpxd

    And yes if this service vmware-vpxd service is stopped then connection to vCenter via Web Client is failed.




    1



    0

Leave a Reply