- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mk_kernel problems
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
03-06-2005 10:40 PM
03-06-2005 10:40 PM
I've managed to recreate /stand/system, using kminstall. I'm now trying to run the mk_kernel, and I'm getting the following error:
# mk_kernel -s /stand/system
WARNING: No such device, tunable, or cdio root.
Ignoring the following line.
root
WARNING: No such device, tunable, or cdio ehci.
Ignoring the following line.
ehci
WARNING: No such device, tunable, or cdio side_ba.
Ignoring the following line.
side_ba
WARNING: No such device, tunable, or cdio tgt.
Ignoring the following line.
tgt
Generating module: krm...
Compiling /stand/build/conf.c...
(Bundled) cc: "/stand/build/space.h", line 17: error 1588: "vxdmp_tunables" undefined.
(Bundled) cc: "/stand/build/space.h", line 17: error 1521: Incorrect initialization.
(Bundled) cc: "/stand/build/space.h", line 17: error 1588: "vxvm_tunables" undefined.
(Bundled) cc: "/stand/build/space.h", line 17: error 1521: Incorrect initialization.
*** Error exit code 1
Stop.
config: make did an exit(1)
Presumably it's complaining about 4 entries in /stand/system. Is it safe to remove these? What other options have I got?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 10:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 10:48 PM
03-06-2005 10:48 PM
Re: mk_kernel problems
(The -m is very important !!)
e.g.
# # mkfs -F hfs -m /dev/vg00/lvol1
mkfs -F hfs -L /dev/vg00/lvol1 114688 22 7 8192 1024 16 10 60 6334
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 10:51 PM
03-06-2005 10:51 PM
Re: mk_kernel problems
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=4,inosize=256,logsize=256,nolargefiles /dev/vg00/lvol3 212992
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 10:57 PM
03-06-2005 10:57 PM
Re: mk_kernel problems
vxfs will never work. You'll have to re-install the O/S with /stand as hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:02 PM
03-06-2005 11:02 PM
Re: mk_kernel problems
Reinstall it is.
Thanks guys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:03 PM
03-06-2005 11:03 PM
Re: mk_kernel problems
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:07 PM
03-06-2005 11:07 PM
Re: mk_kernel problems
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:15 PM
03-06-2005 11:15 PM
Re: mk_kernel problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:31 PM
03-06-2005 11:31 PM
Re: mk_kernel problems
It was a fresh system delivered last week, so we hadn't taken a backup. No major loss, I'll just start again.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 10:25 AM
02-28-2006 10:25 AM
Re: mk_kernel problems
for some reason the C8000s complain when rebuilding, when the drive is not available.
Dunno about the space.h complaints.