- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel error
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
11-06-2007 01:53 AM
11-06-2007 01:53 AM
kernel error
There seems to be a problem either with the forum or my login..but my search doesn't really work. I am sorry if this question was asked before...
I was installing patches for ipv6, but keep getting an error message while trying to rebuild kernel:
bash-2.05a# /usr/sbin/mk_kernel
WARNING: No such device, tunable, or cdio maxssize_64bit.
Ignoring the following line.
maxssize_64bit 83888608
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
Generating kernel symbol table...
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
*** Error exit code 1
Stop.
config: make did an exit(1)
bstab exists...
bash-2.05a# which bstab
/usr/sbin/bstab
it's size is the same as it is on other servers where same patches worked fine.
What could be the reason?
Thank you!
Asya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 02:13 AM
11-06-2007 02:13 AM
Re: kernel error
Rule number 1 of HP-UX administration.
NEVER change the root shell. Also don't do systems administration work in the bash shell.
Rule number 2 of HP-UX administration.
If you think you still want to change the root shell, re-read rule #1.
These utilties were designed to work with the posix/korn shell. Not bash.
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
11-06-2007 02:16 AM
11-06-2007 02:16 AM
Re: kernel error
Thank you...
well, i was getting this error while doing it with swinstall. I just saw the command there and tried to do it with sh -x to see what exactly was happening.
Exactly same error message i get in swinstall.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 02:24 AM
11-06-2007 02:24 AM
Re: kernel error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 02:29 AM
11-06-2007 02:29 AM
Re: kernel error
maxssize_64bit 83888608
should be:
maxssiz_64bit 83888608 and I would bump it up to about 32Mib or so
maxssiz_64bit 0x2000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 02:40 AM
11-06-2007 02:40 AM
Re: kernel error
# kmtune |grep -i maxssiz
maxssiz 83888608 - 83888608
maxssiz_64bit 0x800000 - 0x00800000
# kmtune |grep -i maxssize
#
All is right it seems. I don't know where it's getting maxsize parameter from...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:04 AM
11-06-2007 03:04 AM
Re: kernel error
What is your OS version
what is your current kernel 32bit/64bit
can you attach your /stand/system file
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:09 AM
11-06-2007 03:09 AM
Re: kernel error
Hmm..i see this in /stand/system
maxssize_64bit 83888608
How come it wasn't in kmtune info? Can i manually modify this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:19 AM
11-06-2007 03:19 AM
Re: kernel error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:21 AM
11-06-2007 03:21 AM
Re: kernel error
No, i never modified that file by hand. At least not me....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:21 AM
11-06-2007 03:21 AM
Re: kernel error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:23 AM
11-06-2007 03:23 AM
Re: kernel error
# /usr/sbin/mk_kernel
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
Generating kernel symbol table...
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
*** Error exit code 1
Stop.
config: make did an exit(1)
I didn't do anything with kmtune. I am not sure what to do with kmtune because all parameters were correct when looking at them through kmtune. Hope i'm making sense..
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:45 AM
11-06-2007 03:45 AM
Re: kernel error
* Installing fileset "PPP-UPGRADE.P-PPP-RUN,r=B.04.01" (49 of
56).
NOTE: Building a new kernel based on template file "/stand/system"
WARNING: No such device, tunable, or cdio maxssize_64bit.
Ignoring the following line.
maxssize_64bit 83888608
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
Generating kernel symbol table...
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
*** Error exit code 1
Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
I tried to do full reinstall...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:54 AM
11-06-2007 05:54 AM
Re: kernel error
I am sorry I called you Steve...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:56 AM
11-06-2007 05:56 AM
Re: kernel error
Sorry for the confusion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:17 AM
11-06-2007 06:17 AM
Re: kernel error
It seems that incorrect entry in /stand/system appears after installation of that particular fileset.
I modified the file, but after the install, incorrect entry is again there....