Operating System - HP-UX
1843290 Members
3494 Online
110214 Solutions
New Discussion

Re: Getting a System Panic when booting in maintenance mode.

 
GIS-CGISS
Occasional Contributor

Getting a System Panic when booting in maintenance mode.

I can boot the system all the way up and also into single user mode with no problems but when I do a hpux -lm I get:
System Panic:

linkstamp: Wed Aug 25 14:48:03 CDT 2004
_release_version: @(#) $Revision: vmunix: vw: -proj selectors: CUPI8
0_BL2000_1108 -c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80
_BL2000_1108' Wed Nov 8 19:24:56 PST 2000 $
panic: Data page fault

PC-Offset Stack Trace (read across, top of stack is 1st):
0x0039ac28 0x003ef594 0x0016837c
0x0016a694 0x002092b4 0x0020f244
0x006d0014 0x0052ffb8 0x006046a0
0x00605324 0x00603e20 0x005fdacc
0x004e23a0 0x00177664 0x001fd264
End Of Stack
6 REPLIES 6
Sundar_7
Honored Contributor

Re: Getting a System Panic when booting in maintenance mode.

hmm..interesting..LVM maitenance mode uses the /stand/rootconf to locate the root and boot volumes. Boot in the single user mode and see if this file is present. May be this file is corrupt or something.

1) Remove the /stand/rootconf file and boot in multiuser mode. This should create the rootconf file.

Or

boot in single user mode and execute the lvlnboot -c command. This should create the rootconf file.

Now try booting in the maintenance mode and see if this helps
Learn What to do ,How to do and more importantly When to do ?
Sanjay_6
Honored Contributor

Re: Getting a System Panic when booting in maintenance mode.

hi,

Check your bootstring. How are you booting in lvm maintenance mode.

is this the way you are going,

bo pri
interact with ipl
hpux -lm

or you are using a string with hpux command.

the coorect syntax would be

hpux -lm (;0)/stand/vmunix

Hope this helps.

regds


Allan Canady
New Member

Re: Getting a System Panic when booting in maintenance mode.

I'm having similar symptoms on (2) new 7410's running 11i w/ latest Gold Pak patch bundle. ANy news on a resolution for this?

--thanks
Kent Ostby
Honored Contributor

Re: Getting a System Panic when booting in maintenance mode.

If you can get to single user mode, you can run the following:

echo "0x0039ac28?i" | adb vmunix > hptrace
echo "0x003ef594?i" | adb vmunix >> hptrace
echo "0x0016837c?i" | adb vmunix >> hptrace
echo "0x0016a694?i" | adb vmunix >> hptrace
echo "0x002092b4?i" | adb vmunix >> hptrace
echo "0x0020f244?i" | adb vmunix >> hptrace
echo "0x006d0014?i" | adb vmunix >> hptrace
echo "0x0052ffb8?i" | adb vmunix >> hptrace
echo "0x006046a0?i" | adb vmunix >> hptrace
echo "0x00605324?i" | adb vmunix >> hptrace
echo "0x00603e20?i" | adb vmunix >> hptrace
echo "0x005fdacc?i" | adb vmunix >> hptrace
echo "0x004e23a0?i" | adb vmunix >> hptrace
echo "0x00177664?i" | adb vmunix >> hptrace
echo "0x001fd264?i" | adb vmunix >> hptrace

The file hptrace will contain a stack trace of the panic.

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Sundar_7
Honored Contributor

Re: Getting a System Panic when booting in maintenance mode.

Allan, Did you try recreating /stand/rootconf file ?
Learn What to do ,How to do and more importantly When to do ?
Kent Ostby
Honored Contributor

Re: Getting a System Panic when booting in maintenance mode.

Allan --
How similar are symptoms ?

Are you saying that you panic booting to maintanence mode or just that you have a "data page fault" ?

Data Page Fault is a generic panic for any bad address that is accessed so it can show up with a variety of root causes.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"