- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to Set Kernel Parameters
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
07-01-2003 08:25 AM
07-01-2003 08:25 AM
Unable to Set Kernel Parameters
I have a HP-UX 11 B.11.11 U 9000/785 machine. I need to set the kernel parameters to
certain values as it is needed by DB28.1.
While using SAM to do that, it complains that each variable depends upon some other variable
and it results in a cirular loop. Hence, I am unable to set the variables. I cannot do it from command line as many of the variables are not Dynamic.
Am I following the correct procedure? Is there any other way of doing it? Please advise how to do it. Thanking in advance.
--Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 08:29 AM
07-01-2003 08:29 AM
Re: Unable to Set Kernel Parameters
You need to read the messages carefully and adjust the dependent variables.
It is however possible that what you are trying to do is impossible without changing some of the formulas and dependencies.
If you reach the conclusion that you need to do that, do it very carefully and one formula at a time.
If you are uncertain or new to this, get some help.
If you have a software contract, open a call. If you have a trusted person you know that can help, call him/her.
This is serious stuff, can really mess up your box and if you need to hire someone to teach and help you, do it.
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
07-01-2003 08:30 AM
07-01-2003 08:30 AM
Re: Unable to Set Kernel Parameters
Here is a good kernel parameter doc:
http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 08:32 AM
07-01-2003 08:32 AM
Re: Unable to Set Kernel Parameters
In my opinion SAM is the only way to go when changing or tuning the kernel because it does warn you of other dependencies.
Is the console hanging or does it come back after a period of time? As far as clearing up those dependencies, you will have to sort through the list manually to resolve them.
May be of more help if I knew which variables you are trying to tune and what values you would like to set them at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 08:39 AM
07-01-2003 08:39 AM
Re: Unable to Set Kernel Parameters
1) cd /stand/build
2) /usr/lbin/sysadm/system_prep -v -s system
3) vi /stand/build/system
4) make all the changes as instructed
5) mk_kernel -s system
6) cp /stand/system /stand/system.working
7) cp /stand/vmunix /stand/vmunix.working
8) mv /stand/dlkm /stand/dlkm.working
9) mv /stand/build/system /stand/system
10) mv /stand/build/vmunix /stand/vmunix
11) kmupdate
12) shutdown -r -y 0
And it should boot. If not boot up to /stand/vmunix.working and repeat the steps
until you get the kernel parameters correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 08:52 AM
07-01-2003 08:52 AM
Re: Unable to Set Kernel Parameters
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
(make your kernel changes)
# mk_kernel -s system
# kmupdate
# shutdown -r -y 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:24 AM
07-01-2003 10:24 AM
Re: Unable to Set Kernel Parameters
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 11:41 AM
07-01-2003 11:41 AM
Re: Unable to Set Kernel Parameters
You do it ok, just you need to work first
on the depend value.
Like some recursion.
Caesar