- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting a System Panic when booting in maintenance...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:08 AM
08-30-2004 07:08 AM
Getting a System Panic when booting in maintenance mode.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:13 AM
08-30-2004 07:13 AM
Re: Getting a System Panic when booting in maintenance mode.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:21 AM
08-30-2004 07:21 AM
Re: Getting a System Panic when booting in maintenance mode.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:31 AM
09-08-2004 07:31 AM
Re: Getting a System Panic when booting in maintenance mode.
--thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:01 AM
09-08-2004 08:01 AM
Re: Getting a System Panic when booting in maintenance mode.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:06 AM
09-08-2004 08:06 AM
Re: Getting a System Panic when booting in maintenance mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:07 AM
09-08-2004 08:07 AM
Re: Getting a System Panic when booting in maintenance mode.
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.