- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
03-29-2002 12:33 PM
03-29-2002 12:33 PM
Kernel parameters
How do i come to know what is the kernel parameter for rsize and wsize for the mount_nfs commands?
rsize=n Set the read buffer size to n bytes. The default value is set by kernel.
wsize=n Set the write buffer size to n bytes. The default value is set by kernel.
How do I know what is the kernel parameter for rsize and wsize?
Also what is the minmum and max size for the values (rsize and wsize).
Thanks in advance.
John McDen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 12:49 PM
03-29-2002 12:49 PM
Re: Kernel parameters
The parameters rsize and wsize ae not tunable in the kernel. You can modify their value on the command line with the mount command,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=ce9f88b016fbfedc60/screen=ckiDisplayDocument?docId=200000024602723
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 12:53 PM
03-29-2002 12:53 PM
Re: Kernel parameters
It means that I can max go up to 1024k and a min of 8k ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 12:54 PM
03-29-2002 12:54 PM
Re: Kernel parameters
Configurable Kernel Parameters :
http://docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html
Also Sanjay the link you gave is for 10.01. Would it be save to assume that this is all good for 11.0 and up?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 01:00 PM
03-29-2002 01:00 PM
Re: Kernel parameters
The maximum rsize and wsize size is 32 KB.
A typical example of a mount command that uses this option ..
# mount -orsize=1024,wsize=1024 systemA:/opt/apps /apps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 01:02 PM
03-29-2002 01:02 PM
Re: Kernel parameters
But it is for Diskless client (does is really make a difference?? ) I am not sure.
Is it the same for NFS Ver 3 ?? somebody was telling it's 32K default in NFS Ver 3 I am not sure ???
I am totally confused ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 01:03 PM
03-29-2002 01:03 PM
Re: Kernel parameters
rsize=32768 and wsize=32768
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 01:45 PM
03-29-2002 01:45 PM
Re: Kernel parameters
But I put a figure of 65536 and it accepted it.
So it means that I can put any number > than 32768 ??? and it will just accept it??
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 02:22 PM
03-29-2002 02:22 PM
Re: Kernel parameters
Even if you try to set the rsize and wsize to higher value using mount command the system stes it to 32kb. Check in /etc/mnttab for the size in effect.My question to you. why do you want to change it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 02:52 PM
03-29-2002 02:52 PM
Re: Kernel parameters
# mount -v
and you should see that mount point that you've just used 64K is actually set at 32K.