1838612 Members
2689 Online
110128 Solutions
New Discussion

I can't login

 
houzd
Occasional Contributor

I can't login

When I login, it tell me:
/usr/lib/dld.sl: Call to mmap() failed--BSS /usr/lib/libnsl.1
/usr/lib/dld.sl: Not enough space.
I can't login.
What should I do?
Please help me. Thanks in advance.
6 REPLIES 6
Shahul
Esteemed Contributor

Re: I can't login


Hi

It sounds like one of ur file system is full. Please check up the size of /var, /opt, / , /usr.

Then go to single user mode and correct it.

Best of luck


Shahul
houzd
Occasional Contributor

Re: I can't login

Thanks Shahul. But I can't login now. Does it mean I have to restart it?
James R. Ferguson
Acclaimed Contributor

Re: I can't login

Hi:

It appears that you are running out of memory. Do a 'swapinfo -t' to see if your swap utilization is very high. You man need to add more swapspace and/or set 'swapmem_on=1'

...JRF...
Vincenzo Restuccia
Honored Contributor

Re: I can't login

remsh hostname /usr/bin/ksh -i
houzd
Occasional Contributor

Re: I can't login

Hi:
Thanks for your helpful suggestions.
I want to know if I restart Hp-ux by shutdown the power, will it do harm to HP? Is it possible that Hp-ux can't restart?
Ravi_8
Honored Contributor

Re: I can't login

Hi,
since you can't login power down the system,get into single user mode
#mount -a
# bdf
check the file system, if any one is full, extend the size( use #vgextend -L size /dev/vgxx/lvolxx and #extendfs -F hfs/vxfs /dev/vgxx/rlvolxx and #mount /dev/vgxx/lvolxx /mnt_pt) and #init 3
at this stage system will do fsck if any file system is corrupted. and you will be back to normal.

later
ravi
never give up