HPE AMS -Agentless Management Service – is a great concept of having monitoring tool and connection between iLO and ESXi host in (HPE-)ESXi image.
Unfortunately with version 11.4.0 (2019) AMS comes with bug and can fill up the /tmp partition. This can lead to trouble with services dependend from /tmp partition, additionaly this can cause ESXi disconnected state from vCenter.
Quick solution:
- cd /tmp
- du -sm * | sort -n (search for the largest file)
- echo > theLargestFile (probably: echo > ams-bbUsg.txt)
- fix ams by upgrading this
https://kb.vmware.com/s/article/78595
https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00073323en_us
No Comments