Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netware

Status
Not open for further replies.

mikes999

MIS
Oct 17, 2000
147
0
0
US
I am getting the followinf messages on the console screen like this:


"8-22-2002 5:09:37 pm: SERVER-5.0-4631
Severity = 3 Locus = 18 Class = 6
WARNING! Server XXXXXXX experienced a critical error. The offending process was suspended or recovered. However, services hosted by this server may have been affected."

What is the way to trace down the "offending process"?

Thanks
 
Look in sys:system\abend.log. You should see something like:
Server xxxx halted Tuesday, January 9, 2001 4:45:45 am
Abend 1 on P00: Server-5.00i: Page Fault Processor Exception (Error code 00000000)

Registers:
CS = 0008 DS = 0010 ES = 0010 FS = 0010 GS = 0010 SS = 0010
EAX = C41E6578 EBX = 00000006 ECX = D1BB6B44 EDX = 00000009
ESI = 00000009 EDI = D492070C EBP = D49206EC ESP = D49206E4
EIP = D1E69781 FLAGS = 00010206
D1E69781 8B16 MOV EDX,[ESI]=?
EIP in DS.NLM at code start +000CD781h
Access Location: 0x00000009

The violation occurred while processing the following instruction:
D1E69781 8B16 MOV EDX,[ESI]
D1E69783 85D2 TEST EDX,EDX
D1E69785 743E JZ D1E697C5
D1E69787 31DB XOR EBX,EBX
D1E69789 EB0D JMP D1E69798
D1E6978B 8B500C MOV EDX,[EAX+0C]
D1E6978E 52 PUSH EDX
D1E6978F E8E1FFFFFF CALL D1E69775
D1E69794 83C404 ADD ESP,00000004
D1E69797 43 INC EBX

Running process: NLS LSP Thread 33 Process
Created by: NetWare Application
Thread Owned by NLM: NLSLSP.NLM
Stack pointer: D492066C
OS Stack limit: D4919660
Scheduling priority: 67371008
Wait state: 5050090

Down below that should be a lengthy list of loaded modules. This will give you a pretty good idea of what went south.
 
Thanks, Beaghler;

I was checking the abend log before, but could not find corresponding errors. After searching by your pattern, I found, I hope, the right ones.
 
Did you ever find out what caused this error on your server? We got the same error/abend this morning. The only difference between our abend.log and the one the previous person replied to you is our abend was related to the GWIA-Receive-14 Process and the GWIA.nlm.
 
Sounds GroupWise related. What version of NetWare are you running and what Service Packs have you got applied? -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top