Operating System - HP-UX
1833752 Members
3050 Online
110063 Solutions
New Discussion

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

 
Steve Crook_1
Occasional Advisor

RP7410 Runnning HPUX11 - Could not log in even on Console

RP7410 Runnning HPUX11 - Could not log in even on Console. Rebooted machine and ok for 20 mins then kept getting /usr/lib/dld.sl errno:000000023. Finally could no longer log in again or if logged in could not do anything. Rebooted again and all ok for now. Any one any ideas on the cause?
6 REPLIES 6
Stf
Esteemed Contributor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

Hello,

did you try in single user mode?

Stf ;-)
Robert-Jan Goossens
Honored Contributor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

Hi Steve

errno:000000023 --> File table overflow

You will have to increase the nfile kernel parameter.

Check below doc for more inormation.

US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063211238

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063211238

Best regards,
Robert-Jan
Ranjith_5
Honored Contributor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

bhavin asokan
Honored Contributor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

hi,

it will be solved if you increase nfile and possibly nproc parameters in kernel.just check your crontab (crontab -l )for any entries which will be running nearly 20 min interval-possibly some processes will be there which will be a reasion for this.

regds,
HGN
Honored Contributor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

Hi


File table overflow requires nfile kernel parameter change.

Please refer this thread regarding setting the nfile

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=642208

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=218238

Rgds

HGN
Steve Crook_1
Occasional Advisor

Re: RP7410 Runnning HPUX11 - Could not log in even on Console

Thanks for the advice. Upped the kernel configurations and all now working ok.