- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rebuild kernel
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
02-08-2007 01:11 AM
02-08-2007 01:11 AM
Rebuild kernel
I am facing problem to rebuild the kernel. Can anyone help me regrading this issue.
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
ld: Invalid archive library format detected in /usr/conf/lib/libtd.a
Fatal error.
*** Error exit code 1
Stop.
make failure.
Thanks
Masud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 01:18 AM
02-08-2007 01:18 AM
Re: Rebuild kernel
In my opinion, in this case, is better using SAM.
hth
pg
p.s. =as Peter Godron says
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 01:50 AM
02-08-2007 01:50 AM
Re: Rebuild kernel
I tried in SAM 1st and to make sure i used cli. Both has same problem.
Thanks
Masud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 02:25 AM
02-08-2007 02:25 AM
Re: Rebuild kernel
so probably could be an issue with your
libtd.a (maybe regarding driver for Fibre Channel).
Some usefull info could be found on this forum with search word "libtd.a".
hth
pg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 03:27 AM
02-08-2007 03:27 AM
Re: Rebuild kernel
Is this happening after any change to kernel ,then check the value of that parameter or driver details. What about OS version and HW platform.These details would help us more in finding the cause.
Regards,
B.MariappaN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 03:38 AM
02-08-2007 03:38 AM
Re: Rebuild kernel
Model: rp3410
OS : hpux 11.11
Thanks
Masud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 01:48 PM
02-08-2007 01:48 PM
Re: Rebuild kernel
You may want to do a swverify on your system to see if libtd.a changed. It might be faster to find the filesets that have libtd.a and then use swverify:
$ swlist -l file | fgrep /usr/conf/lib/libtd.a
What does file(1) say about that archive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 08:55 PM
02-09-2007 08:55 PM
Re: Rebuild kernel
This library file is related to FC HBA which is connected to the tape MSL 6030 and EVA 4000.
This problem still not resolve.
Thanks
Masud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 10:11 PM
02-09-2007 10:11 PM
Re: Rebuild kernel
You may have a 32 bit version?
Any obvious errors with:
$ /usr/ccs/bin/elfdump -a /usr/conf/lib/libtd.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2007 05:29 PM
02-10-2007 05:29 PM
Re: Rebuild kernel
This is the output.
# /usr/ccs/bin/elfdump -a /usr/conf/lib/libtd.a
Memory fault(coredump)
Thanks
Masud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 11:12 AM
02-12-2007 11:12 AM
Re: Rebuild kernel
Memory fault(coredump)
This implies this is either corrupted or not a 64 bit archive. What did swverify report?
# swverify FC-TACHYON-TL
In a temp directory, can you do:
ar -xv /usr/conf/lib/libtd.a
Then: file *