Operating System - HP-UX
1834798 Members
2798 Online
110070 Solutions
New Discussion

Not able to telnet to server

 

Not able to telnet to server

We have a server HP 9000/813 running HPUX 11.00.

User would log in using telnet and it just hung on "Please wait...checking for disk quotas"

I was able to log on via the console and found multiple cron processes. We were not able to kill the processes but was able to stop cron.

We ended up rebooting the server to fix the problem. In my post investigation I found multiple entries of this message in the cron log ;

! c queue max run limit reached Mon Mar 8 04:32:00 NZDT 2004
! rescheduling a cron job Mon Mar 8 04:32:00 NZDT 2004

I searched ITRC and found that there was a known bug with cron. However, I have the current patch to fix the bug.

Cron Level info and patch installed below;

[/root] >> what /usr/sbin/cron
/usr/sbin/cron:
$Revision: 82.9.1.29 $
PATCH_11_00: hpux_rel.o cron.o funcs.o 02/06/17
[/root] >> swlist -l product | grep PHCO_27141
PHCO_27141 1.0 cumulative crontab/at/cron patch


Any ideas on what may have caused the problem ?

Thanks
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: Not able to telnet to server

Hi Eddie,

May be the load was too high on the box due to multiple processes spawned by the cron. If you have Measureware installed, you can get the GBL_CPU_TOTAL_UTIL and GBL_PRI_QUEUE metrics.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Hazem Mahmoud_3
Respected Contributor

Re: Not able to telnet to server

Eddie,
Pete Randall explained how he got that problem in his post. Although his problem applied to at jobs, it may very well be applicable to your situation:
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x1cb03a7b3682d611abdb0090277a778c%2C00.html&admit=716493758+1078787687712+28353475

Also take a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=141327

-Hazem