- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- panic: ialloc: dup alloc
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
10-09-2002 01:35 AM
10-09-2002 01:35 AM
panic: ialloc: dup alloc
I would like to know what
is bad on HP 9000 C360 with
HP-UX 11.0 if message
"panic: ialloc:dup alloc" is
written to console and system
is rebooted. I don't know
what Hardware or Software is
bad HW, HDDs or RAMs ... ?
Thanks for Your help.
Petr Drobny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:39 AM
10-09-2002 01:39 AM
Re: panic: ialloc: dup alloc
Basically what had happenned is that the HFS subsystem allocated a free inode structure but only to find that this inode is not free since i_mode is still set!
Now to find out which inode and which HW causes this we need to have a look in the Oldsyslog file on the system for more info.
Please check this an post the complete message.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:23 AM
10-09-2002 02:23 AM
Re: panic: ialloc: dup alloc
whole message from OLDsyslog
is following:
vmunix: mode = 040770, inum = 4331162, fs = /t5, ip = 0x01a4d990
vmunix:
vmunix: linkstamp: Fri Dec 14 21:04:00 MET 2001
vmunix: _release_version: @(#)B2352B/9245XB HP-UX (B.11.00) #1: Thu Nov 6 01:58:21 PST 1997
vmunix: __kern_ci_revision: $Header: kern_sequence.c,v 1.6.106.512 97/11/05 18:01:46 msosa Exp $
vmunix: panic: ialloc: dup alloc
vmunix: PC-Offset Stack Trace (read across, top of stack is 1st):vmunix: 0x00253f34 0x001446f4 0x0013c61c 0x000a0ea4 0x0007c47c 0x001367d4
It seems as file system
"/t5" - but what would be
happend when file system
"/t5" is on disc array RAID 5
and this seems good ?
Thank You
Petr Drobny
PS: Im sorry, my English is too little
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:44 AM
10-09-2002 02:44 AM
Re: panic: ialloc: dup alloc
Yes it is /t5 filesystem.
You could check with fsck to see it gives some error's.
Could be a hw error, mirror error, fs corruption, file system could have been full.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:45 AM
10-09-2002 02:45 AM
Re: panic: ialloc: dup alloc
vmunix: mode = 040770, inum = 4331162, fs = /t5, ip = 0x01a4d990 #
find /t5 | xargs ls -li {} \; | grep 4331162
Regards
Rainer