- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: failure in kernel rebuild
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
04-05-2004 12:58 AM
04-05-2004 12:58 AM
failure in kernel rebuild
I am trying to claw back some space from VG00 so I can install a new patch bundle. My system is running HP-UX 11.00. So far I have,
trimmed the logs
run cleanup -i and -c
I was having a look through SAM and found an option to remove unused file sets so I chose that and run phase 1 but not phase 2. This failed configuring the kernel so I tried it manually and got the same error. The errors are listed below:
ishpd380# mk_kernel -s system
WARNING: No such device, tunable, or cdio pa.
Ignoring the following line.
pa
WARNING: No such device, tunable, or cdio autofsc.
Ignoring the following line.
autofsc
WARNING: No such device, tunable, or cdio nfsm.
Ignoring the following line.
nfsm
WARNING: No such device, tunable, or cdio rpcmod.
Ignoring the following line.
rpcmod
WARNING: No such device, tunable, or cdio num_clients.
Ignoring the following line.
num_clients 40
Compiling conf.c...
Loading the kernel...
/usr/ccs/bin/ld: Unsatisfied symbols:
socachecallback (code)
*** Error exit code 1
Stop.
config: make did an exit(1)
Can someone explain what this means and how I correct the problem. I guess its the symbol problem that is causing the failure as the other messages say ignored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 01:08 AM
04-05-2004 01:08 AM
Re: failure in kernel rebuild
You didn't remove any files from /stand did you?
dmesg
Something appears to be removed or unmounted or missing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 01:13 AM
04-05-2004 01:13 AM
Re: failure in kernel rebuild
I have just run dmesg and it reports /stand as full see below:
/stand: file system full
/stand: file system full
ishpd380# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 86016 76179 9247 89% /
/dev/vg00/lvol1 47829 21539 21507 50% /stand
/dev/vg00/lvol8 614400 445172 160899 73% /var
/dev/vg00/lvol7 819200 535291 266961 67% /usr
/dev/vg00/lvol4 32768 6581 24674 21% /tmp
/dev/vg00/lvol6 438272 232964 193045 55% /opt
/dev/vg00/lvol5 20480 1109 18168 6% /home
/dev/dsk/c2t2d0 2457600 2457600 0 100% /cdrom
ishpd380#
I have a few Mb left in VG00 enough to exetnd /stand by 40Mb or so which will give me enough space however it needs to be contgious so can I actually do this?
I guess /stand is fillinmg up during the mk_kernel and then rolls it back out on failure, is that right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 01:20 AM
04-05-2004 01:20 AM
Re: failure in kernel rebuild
Another question is wether my system will boot as is? I presume it hasnt actually changed the existing kernel so cant see why it wouldn't boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:02 AM
04-05-2004 03:02 AM
Re: failure in kernel rebuild
Again, I cant say this works on HP/UX, but it's an idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:20 AM
04-05-2004 03:20 AM
Re: failure in kernel rebuild
first of all report .prev kernel in /stand and then boot from it:
- stop boot and interacyt with IPL;
- insert the string
hpux (;0)/stand/vmunix.prev
it should go up.
HTH.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:31 AM
04-05-2004 03:31 AM
Re: failure in kernel rebuild
I dont understand why letting the system decide which filesets need removing has now caused the kernel not to rebuild!!!!!