- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- List Kernel Parameters Command - Need to Post to A...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-13-2001 01:14 PM
11-13-2001 01:14 PM
My DBA's want an file, like an Excel file out
there for them to look at for each one of my
servers that lists the current kernel parameters.
I know how to do this in SAM, what command
do I use to list this? I guess I would send
this to a file and FTP it to Excel.
Laurie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:20 PM
11-13-2001 01:20 PM
Re: List Kernel Parameters Command - Need to Post to A File
For ux 11.0, use
kmtune -S /stand/system
Note: S is in capital
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:21 PM
11-13-2001 01:21 PM
Re: List Kernel Parameters Command - Need to Post to A File
On 10.20:
# sysdef
On 11.x:
# kmtune -l
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:21 PM
11-13-2001 01:21 PM
Re: List Kernel Parameters Command - Need to Post to A File
sysdef
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:24 PM
11-13-2001 01:24 PM
Re: List Kernel Parameters Command - Need to Post to A File
For Hp-UX 10.20 there is no single command that can list all the kernel parameters. Try this for ux 10.20,
1.) # sysdef >/tmp/kern_para_1 2.) # /usr/lbin/sysadm/system_prep -s /tmp/kern_para_2
3.) # adb -k -w /stand/system /dev/kmem > /tmp/kern_para_3
$e
$q
Use all three commands. You will have to sort the final output.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:25 PM
11-13-2001 01:25 PM
Re: List Kernel Parameters Command - Need to Post to A File
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:34 PM
11-13-2001 01:34 PM
Re: List Kernel Parameters Command - Need to Post to A File
How about these files as well
/usr/conf/master.d/core-hpux
/var/sam/boot.config
-Michael