- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mk_kernel fails..
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-14-2005 08:41 PM
03-14-2005 08:41 PM
mk_kernel fails..
mk_kernel -s /stand/build/system fails with 560 of these errors:
ld: Duplicate symbol "write_vga_reg" in files mod_wk.d/gvid_him_fglrx/smod.o and /usr/conf/lib/libgraf.a[sti_vga.o]
any suggest?
s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 09:16 PM
03-14-2005 09:16 PM
Re: mk_kernel fails..
Is this a new 11i or a change
The steps of kernel configuration are documented beginning in this manual, "Managing Systems and Workgroups"
http://docs.hp.com/hpux/pdf/5187-2216.pdf
Starts about page 177
Read note on p180.
NOTE: Direct edits to the HP-UX system description files no longer
work as in previous releases. Direct edits have no supported kernel
configuration interface and are likely to introduce configuration
errors. Instead, use the commands kmsystem and kmtune. These
commands are new for Release 11.0; consult kmsystem(1M) and
kmtune(1M) in the HP-UX Reference.
Steps that may have been valid on earlier OS releases likely did not
take into account the existence of DLKMs (Dynamic Loadable Kernel
Modules).
You seem to be having DLKM problems.
How did you set up the kernel make
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 10:09 PM
03-14-2005 10:09 PM
Re: mk_kernel fails..
these the steps I made:
cp /stand/system /stand/build/system
vi /stand/build/system (10 parameters)
mk_kernel -s /stand/build/system
I tryed also to set parameters via sam but no way..
s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 11:46 PM
03-14-2005 11:46 PM
Re: mk_kernel fails..
However, this gvid driver is not required on rp34xx systems. Remove it from the kernel and try to regen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 12:12 AM
03-15-2005 12:12 AM
Re: mk_kernel fails..
You edited the system file
From previouis entry
NOTE: Direct edits to the HP-UX system description files no longer
work as in previous releases.
You need to set it up as shown in my previous input
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 01:36 AM
03-15-2005 01:36 AM
Re: mk_kernel fails..
kmupdate: Newly built kernel /stand/build/vmunix_test is not found
What I've to do to rebuild kernel now?
thanx.