Hello!!
I have one of the nodes where I can’t ping it or reach it but I can reach the CVM after a failed update.
I can still access the node with VNC through the IPMI.
I run cluster status and saw this:
CVM: 10.74.98.23 Maintenance
I got them out of maintenance mode like this:
ncli host edit id=000636af-8bc1-dd2d-13dc-1866da8b319f::5 enable-maintenance-mode=false
acli host.exit_maintenance_mode 10.74.98.22
I can see now that is no longer in maintenance mode but it still unpingable:
nutanix@NTNX-20640147-A-CVM:10.74.98.21:~$ acli host.get 10.74.98.22
10.74.98.22 {
cclm_port_slots: 10
cclm_ports_assigned: 0
cpu_usage_ppm: 188358
cvm_memory_size_bytes: 21474836480
cvm_num_vcpus: 8
cvm_num_vnics: 3
cvm_uuid: "6e8a38fe-d70f-4aab-9f41-808af158b4c1"
host_overhead_bytes: 5633585710
logical_timestamp: 439
max_mem_ha_reserved_bytes: 0
mem_assigned_bytes: 0
mem_usage_bytes: 35147780096
memory_size_bytes: 371301810176
node_state: "AcropolisNormal"
num_cpus: 32
pool_size_bytes: 0
schedulable: False
uuid: "25aaaa0e-c211-43d3-83f4-bbabf26bf038"
}
nutanix@NTNX-20640147-A-CVM:10.74.98.21:~$ ping 10.74.98.22
PING 10.74.98.22 (10.74.98.22) 56(84) bytes of data.
^C
--- 10.74.98.22 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2027ms
Could anybody help me diagnose the issue on the Nutanix host?
Thanks in advance