VMware Cloud Community
vijayalka
Enthusiast
Enthusiast

Esxi 5.0 and 5.5U1

Hi All- Could any one please let me know what command we can user to restart the

1. Management Network.

2. FDM agent.

3. vpxa service

on esxi vmware vpshere 5.0 and 5.1U1

0 Kudos
2 Replies
npadmani
Virtuoso
Virtuoso

here is the KB that you need

VMware KB: Restarting the Management agents on an ESXi or ESX host

also following command would serve the purpose

./sbin/services.sh restart

Narendra Padmani VCIX6-DCV | VCIX7-CMA | VCI | TOGAF 9 Certified
0 Kudos
Paltelkalpesh
Enthusiast
Enthusiast

There is following command for restart management network

esxcli network ip interface set -e false -i vmk0; esxcli network ip interfac

e set -e true -i vmk0

#vmk0- management network adapter.

0 Kudos