- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- list 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
08-03-2001 08:40 AM
08-03-2001 08:40 AM
list kernel parameters
(i.e. save the list of kernel parameters into a file?)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 08:44 AM
08-03-2001 08:44 AM
Re: list kernel parameters
Use sysdef...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 08:44 AM
08-03-2001 08:44 AM
Re: list kernel parameters
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 08:56 AM
08-03-2001 08:56 AM
Re: list kernel parameters
File /var/sam/boot.config
Each section is for one parameter within the kernel. Each entry in a section describe that parameter.
You may consider entries :
KC_PARAM_NAME= -> Paramater name
KC_PARAM_STATUS= -> Actual value
KC_PARAM_DEFAULT= -> hp-ux default value just after installation.
KC_PARAM_CLASS= -> Which class the parameter is depending on (filesystem, ...).
KC_PARAM_DESC= -> Text explaining the parameter.
Magdi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 11:41 AM
08-15-2001 11:41 AM
Re: list kernel parameters
Use kmtune -l
or
kmtune -S /stand/system
This should help
Thanks
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 12:04 PM
08-15-2001 12:04 PM
Re: list kernel parameters
Commands sysdef or kmtune -l will give you details.
Also if you have sysinfo installed on your machine, it will give you all system information including kernel parameters.
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 12:16 PM
08-15-2001 12:16 PM
Re: list kernel parameters
Try
sysdef
kmtune
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 03:05 PM
08-15-2001 03:05 PM
Re: list kernel parameters
'kmtune' and 'sysdef' work well on HP-UX 11, but 'kmtune' doesn't exist on on HP-UX 10.20
Regards
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 09:26 PM
08-15-2001 09:26 PM
Re: list kernel parameters
/usr/lbin/sysadm/system_prep -s /tmp/system
/tmp/system file will have the current and non-default kernel parameters
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 10:18 PM
08-15-2001 10:18 PM
Re: list kernel parameters
/usr/lbin/sysadm/system_prep -s does not show
all the kernel settings at all. What it does
show are the drivers that are currently loaded
in the kernel and system parameters that have been changed from the default. On HP-UX 11 the output of kmtune -l shows both the default and current values of the configureable parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 11:11 PM
08-15-2001 11:11 PM
Re: list kernel parameters
I only added one more command that touches kernel parameters in addition to kmtune, sysdef (again doesn't show all parameters).