VMware Cloud Community
mufufu
Contributor
Contributor

Vsphere client unable to login into ESXI --> pam_unix.so no space left

I just got a strange problem on one of my ESXI 5.1 hosts.

It is not possible to login with the Vsphere/ESXI client to the host ( SSH works )

According to the hostd.log there is not any more space left on the device, but when I run vdf -h there is 98 % space available.

df -h shows more then 50% free on the volumes...

Affected ESXI hostd.log:

----

pam_per_user: create_subrequest_handle(): doing map lookup for user "root"

pam_per_user: create_subrequest_handle(): creating new subrequest (user="root", service="system-auth-generic")

PAM unable to dlopen(/lib/security/$ISA/pam_unix.so): /lib/security/../../lib/security/pam_unix.so: failed to map segment from shared object: No space left on device

PAM adding faulty module: /lib/security/$ISA/pam_unix.so

---

While on my other ESXI host:

---

pam_per_user: create_subrequest_handle(): doing map lookup for user "root"

pam_per_user: create_subrequest_handle(): creating new subrequest (user="root", service="system-auth-generic")

Accepted password for user root from 192.168.0.43

---

I found something this KB: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=204346...

Where the workaround is to restart wsman, but It did not work for me Smiley Sad

Anybody have any ideas? Cause I am all out now...

0 Kudos
3 Replies
vNEX
Expert
Expert

Hi,

give a try to KB article below:

VMware KB: ESXi/ESX error: No free space left on device

If your issue still persist please attach complete vmkernel and hostd log files.

Thanks

_________________________________________________________________________________________ If you found this or any other answer helpful, please consider to award points. (use Correct or Helpful buttons) Regards, P.
0 Kudos
mufufu
Contributor
Contributor

@vNex

No problem with inodes, so it did not solve anything.

I have attached vmkernel and hostd logs

0 Kudos
vNEX
Expert
Expert

can you please post entire outputs from these commands:

all from the root

df -h (it should give you % Used not "Available")

du -h (gives you files/folders sizes)


and check hostd status:

/etc/init.d/hostd status


please post hostd and vCenter agent config files:

/etc/vmware/hostd/config.xml

/etc/opt/vmware/vpxa/vpxa.cfg


Thanks



_________________________________________________________________________________________ If you found this or any other answer helpful, please consider to award points. (use Correct or Helpful buttons) Regards, P.
0 Kudos