- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What commands show all kernal parameters and value...
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
11-15-2001 11:14 AM
11-15-2001 11:14 AM
Server: HP-UX 11.0 L2000
What command(s) list all kernal parameters and their values? (I known I can use SAM but I prefer to use the command line).
(10 points to any good answer).
Thank you Gino Castoldi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:19 AM
11-15-2001 11:19 AM
Re: What commands show all kernal parameters and values?
It also shows all the device drivers that are included.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:21 AM
11-15-2001 11:21 AM
Re: What commands show all kernal parameters and values?
Also:
echo '*system_data/s' | adb -k /stand/vmunix /dev/kmem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:21 AM
11-15-2001 11:21 AM
Re: What commands show all kernal parameters and values?
Use
kmtune -S /stand/system
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:22 AM
11-15-2001 11:22 AM
Re: What commands show all kernal parameters and values?
James already mentioned kmtune, so all I can add is the printout from within sam; which is still my favourite. Pitty there is no commandline version to get that output.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 11:43 AM
11-15-2001 11:43 AM
Re: What commands show all kernal parameters and values?
If you have the SysInfo utility, you can use it to get kernel parameters.
#SysInfo -K
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 05:20 PM
11-15-2001 05:20 PM
Re: What commands show all kernal parameters and values?
# /usr/sbin/sysdef
which will show you the name of the parameter [NAME], its current value[VALUE], its value at boot time [BOOT], the minimum/maximum value allowed [MIN/MAX] the unit by which the parameter is measured [UNITS] and flags which are descriptions of the parameter...
another one is
# /usr/sbin/kmtune
d_b