- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Build kernel on Itanium
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
10-01-2008 05:56 PM
10-01-2008 05:56 PM
Build kernel on Itanium
I need to build a new kernel on an Itanium box .Hp-UX 11.23Uia64.. What are the steps for this. No problem doing it on a hpux-11i but not had the honours of doing it on an Itanium. Any help would be mostly appreciated..
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 06:24 PM
10-01-2008 06:24 PM
Re: Build kernel on Itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 07:11 PM
10-01-2008 07:11 PM
Re: Build kernel on Itanium
Indeed I can...I prefer using the command line though...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 07:39 PM
10-01-2008 07:39 PM
Re: Build kernel on Itanium
http://docs.hp.com/en/B2355-90950/ch03s11.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 09:54 PM
10-01-2008 09:54 PM
Re: Build kernel on Itanium
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 10:18 PM
10-01-2008 10:18 PM
Re: Build kernel on Itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 10:20 PM
10-01-2008 10:20 PM
Re: Build kernel on Itanium
did it through kcweb.. All is fine. Thank you for your reply.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 10:50 PM
10-01-2008 10:50 PM
Re: Build kernel on Itanium
For build new kernel here is the steps.
cd /stand/build #go to /stand/build
/usr/lbin/sysadm/system_prep -s system #to build a new kernel
Create the kernel parameter system file from the running system.
vi system edit the configuration file to make necessary changes i.e. vi system and make changes
#/usr/sbin/mk_kernel -s system Build the New kernel
# cp /stand/system /stand/system.old #Backup the old system
#cp /stand/vmunix /stand/vmunix.old #Backup the old vmunix
# cp /stand/build/system /stand #Copy new system
# cp /stand/build/vmunix_test /stand/vmunix #Copy new vmunix
Shutdown the system
# shutdown -r 0 #-r is must with shutdown
or
# kctune -h msgseg=16384 #change and halt for next reboot
# kctune -h msgtql=2048 #change and halt for next reboot
# kctune -h msgmap=2050 #change and halt for next reboot
# shutdown -r -y 0 #-r is must with shutdown
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 10:56 PM
10-01-2008 10:56 PM
Re: Build kernel on Itanium
great reply.. I was looking for the same steps but for an hp-ux v11:23 ..Itanium..
Got no problems building a kernel on v11i..
Was having an issue with v11:23
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 12:13 AM
10-02-2008 12:13 AM
Re: Build kernel on Itanium
Use..
#kcweb
You will get graphical option to customize.
In all version.
Regards,
Gokul Chandola