VxRail PTAgent Troubleshooting – Device Missing State

From time to time you may encounter an error where your VxRail node goes into a device missing state in VxRail manager but is operating normally in vCenter. The main culprit behind this is typically the PTAgent. The PTAgent exists to poll hardware information on a node every few minutes using ipmi. Assuming there isn’t a bug with the version of PTAgent running on your VxRail then the below is a good starting point troubleshoot.

Step 1. See the version of PTAgent you have. Good to cross check against recent release notes to see if there is a known issue fixed in an upgrade.

ESXi shell output listing the installed dellptagent VIB version and support level.

#esxcli software vib list | grep dellptagent

Step 2. Check the ISM service, stop, start, check.

ESXi shell output checking, stopping, starting, and rechecking the dcism-netmon-watchdog service.

#/etc/init.d/dcism-netmon-watchdog status
#/etc/init.d/dcism-netmon-watchdog stop
#/etc/init.d/dcism-netmon-watchdog start
#/etc/init.d/dcism-netmon-watchdog status

Step 3. PTAgent service stop, start, status

ESXi shell output stopping and restarting DellPTAgent and confirming that the service is running.

#/etc/init.d/DellPTAgent status
#/etc/init.d/DellPTAgent stop
#/etc/init.d/DellPTAgent start
#/etc/init.d/DellPTAgent status

Step 4. Check if VxRail is listening

ESXi shell output using network and process commands to verify the DellPTAgent listener and process state.

#esxcli network ip connection list | grep LISTEN | grep Dell
–grab 4869528
#ps -s | grep 4869528

Step 5. Should all of the above fail — Reboot
Put the node in maintenance mode and reboot it.   
After it comes back restart the VxRail manager VM.   
Wait 5 to 10 minutes and check for the node status.

Step 6. If all of the above fails – Call DellEMC support.

Summary:
From time to time you will have to troubleshoot the VxRail. These are a handful of good troubleshooting tricks and tips you can execute while waiting for support to call you back. I hope you found this article useful.

Continue reading

How to Discover iDRAC IP on VxRail Node

Explore another guide in this topic and build on what you have just read. Read the article

Leave a Reply

Discover more from Digital Thought Disruption

Subscribe now to keep reading and get access to the full archive.

Continue reading