- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is the important parameter ?
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-17-2003 08:03 PM
08-17-2003 08:03 PM
What is the important parameter ?
I had terrible experience. Last Week, my server (HP UX 11) had some problem.
One of the parameter of that server, nfile was 30000.
When my users starting working, It was over.
The Oracle was down immeately.
HP engineer said to me It occured because of nfile parameter. So It is now 50000.
I just want to know What is the important parameter that i have to mornitoring?
I use the "sar -v" to check the nfile parameter .
But there are 180 parameter in my server.
Plz let me know Which parameter is important?
which one I have to check and how to check?
Best Regards..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 08:17 PM
08-17-2003 08:17 PM
Re: What is the important parameter ?
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
If you have the 'glance' tool installed. (/opt/perf/bin/glance) it gives a better overview than most. (sar -v included) You can install a trial license version from your application CD set.
Some of these are also have values in formulas instead of values. One of the best places to see these is in 'sam'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 08:17 PM
08-17-2003 08:17 PM
Re: What is the important parameter ?
The usage of which can be monitored with sar -v and glane -t.
Depending on this usage you can set it to reasonable value.
We have set it to 30000 and we harly hit 10000
Please check what exactly caused oracle shutdown. Did you get any error message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 08:50 PM
08-17-2003 08:50 PM
Re: What is the important parameter ?
kctune nfile
will tell you the current value.
kctune nfile=50000
will change its value.
You can use the "Event Monitoring Services" Application, that sits under "Resource Management" in SAM to monitor /system/kernel_resource/file_system/nfile and to notify you when it meets a thershold (you can define the threshold) It notifies you by any notification method that you specify,like email, snmp and so on...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 09:12 PM
08-17-2003 09:12 PM
Re: What is the important parameter ?
Also, you can use resls to find the current value of nfile
resls -s /system/kernel_resource/file_system/nfile
Among all the parameters, we monitor nfile, nproc and maxfiles
resls -s /system/kernel_resource/process_management/nproc