Operating System - Tru64 Unix
1827324 Members
4639 Online
109962 Solutions
New Discussion

HELP es40 simple_lock: time limit exceed.

 
Raymond Yu
Occasional Advisor

HELP es40 simple_lock: time limit exceed.

Last Decemember, I upgrade my ES40 from one 677Mhz CPU, 1GB Memory to two 833Mhz CPU, 2GB Memory. My ES40 had crashed for 13 times.

I got messages from /var/adm/messages as follows:



Apr 12 21:46:09 com1 vmunix: simple_lock: time limit exceeded
Apr 12 21:46:09 com1 vmunix:
Apr 12 21:46:09 com1 vmunix: pc of caller: 0xfffffc0000283b6c
Apr 12 21:46:09 com1 vmunix: lock address: 0xfffffc000ef68338
Apr 12 21:46:09 com1 vmunix: lock info addr: 0xfffffc0000bfabc0
Apr 12 21:46:09 com1 vmunix: lock class name: proc.p_lock
Apr 12 21:46:09 com1 vmunix: current lock state: 0xd00000ba0028cead (cpu=?,pc=0xfffffc000028ceac,busy)
Apr 12 21:46:09 com1 vmunix:
Apr 12 21:46:09 com1 vmunix: panic (cpu 1): simple_lock: time limit exceeded
Apr 12 21:46:09 com1 vmunix: syncing disks... device string for dump = SCSI 1 4 0 2 200 0 0.
Apr 12 21:46:09 com1 vmunix: DUMP.prom: dev SCSI 1 4 0 2 200 0 0, block 4181188
Apr 12 21:46:09 com1 vmunix: device string for dump = SCSI 1 4 0 2 200 0 0.
Apr 12 21:46:09 com1 vmunix: DUMP.prom: dev SCSI 1 4 0 2 200 0 0, block 4181188
Apr 12 21:46:09 com1 vmunix: Alpha boot: available memory from 0x211e000 to 0x3fd52000
Apr 12 21:46:09 com1 vmunix: Compaq Tru64 UNIX V5.1 (Rev. 732); Wed Mar 6 19:36:54 CST 2002


The OS Version is Tru64 UNIX V5.1, I upgraded the Firmware to 7.0-2 and Patch kit PK6
- T64V51B20AS0006-20030210 OSF510

Can anyone help me?
4 REPLIES 4
Han Pilmeyer
Esteemed Contributor

Re: HELP es40 simple_lock: time limit exceed.

Unfortunately this could be both hardware and software as you changed multiple things at once. Your version of Tru64 UNIX is quite old. Could you upgrade?

Can you see if it's always the same CPU and/or always the same lock? That knowledge might point you in the right direction. For instance if it's a hardware problem, then one possibility is that the CPU holding the lock is hung. Note that the CPU crashing the system, is not the one that would be hung.
Vladimir Fabecic
Honored Contributor

Re: HELP es40 simple_lock: time limit exceed.

I am not sure, but I think that simple_lock problem was fixed in PK4 for 5.1.
Upgrade to 5.1B would be nice, but it would help only if the problem was software related.
As Han said, can you give more informations about what CPU crashed the system?
Did you upgrade the firmware after instalation of new CPUs?
In vino veritas, in VMS cluster
Raymond Yu
Occasional Advisor

Re: HELP es40 simple_lock: time limit exceed.

Thanks to Mr. Han and Vladimir.
I checked the session logs in /var/adm/patch/log, the patch 1163.00 in PK6 was not patched, because the sys_check have some problem. the sys_check version is 1.34. I'd like to delete the sys_check134, and reinstall the PK6 then install sys_check 1.4
Raymond Yu
Occasional Advisor

Re: HELP es40 simple_lock: time limit exceed.

I repatched the PK5, It seems OK. The ES40 look like no problem. I decide to close this thread. Thanks to everyone who help me.