- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFILE
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
12-11-2003 11:05 AM
12-11-2003 11:05 AM
I was having problems with the OS file table so I change the system parameter NFILE with :
kmtune -s nfile=40448
After I rebooted the server and I query the parameter with kmtune -q nfile I get the parameter I just entered (40448) but when I use sar -v 1 5 I get the old value (16394)
Did I make something wrong?
Do I need to do something else?
Thanks to all!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 11:17 AM
12-11-2003 11:17 AM
Re: NFILE
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x7d7985079106d71190050090279cd0f9%2C00.html&admit=716493758+1071188150707+28353475
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 11:18 AM
12-11-2003 11:18 AM
Re: NFILE
Can you run the following command and print the output? :
# echo nfile/D|adb /stand/vmunix /dev/kmem
The kmtune command will only query the system (or applicable) files, not the kernel. Did you rebuild the kernel and update it? Also, please mention the OS you are using - HP _currently_ support about six versions and from these three different ways to generate kernels.
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 11:54 AM
12-11-2003 11:54 AM
Re: NFILE
If not add it, then run
mk_kernel -o /stand/vmunix & then reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 12:34 AM
12-12-2003 12:34 AM
Re: NFILE
I think the step I'm missing is to rebuild the kernel.
I will try doing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 12:54 AM
12-12-2003 12:54 AM
Re: NFILE
you can use SAM to rebuild the kernel nice and easy
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:31 AM
12-12-2003 01:31 AM
Re: NFILE
kmupdate - on hp 11, or (use SAM to mod your kernel)
on hp10.20 -
mv /stand/vmunix /stand/vmunix.prev
mv /stand/build/vmunix_test /stand/vmunix
reboot required in both.
In 11 - you can use kmtune to dynamically bump the value of the parameter.