SSH into your VCSA and enter the shell. Type in the following command.
service-control --status --all
To start a service type in the following command.
service-control --start <service name>
cd /opt/vxrail/tools/ ipmitools mc reset
- 'esxcli network vm list' to get VM ID.
- 'esxcli network vm port list -w <VM ID>' to get port ID number.
- 'esxcli network port stats get -p <port ID number>' to get network statistics.
Output:Packet statistics for port 50332931Packets received: 293182742829Packets sent: 90336672427Bytes received: 305397539251Bytes sent: 11805570153Broadcast packets received: 135893129Broadcast packets sent: 813717Multicast packets received: 386654045Multicast packets sent: 334554Unicast packets received: 292660195655Unicast packets sent: 90335524156Receive packets dropped: 0Transmit packets dropped: 0
Get-MemoryOvercommit -Cluster "Cluster Name"Get-CPUOvercommit -Cluster "Cluster Name"
1
|
Power off all virtual machines that are running on the Virtual SAN cluster.
The vCenter Server virtual machine must be powered off last.
|
2
|
Place all ESXi hosts that compose the cluster in maintenance mode.
Run the esxcli command to set the Virtual SAN mode for entering the maintenance state.
esxcli system maintenanceMode set -e true -m noAction
|
3
|
Power off the ESXi hosts.
|