- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VXFS tuning
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
05-26-2004 11:43 PM
05-26-2004 11:43 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 11:52 PM
05-26-2004 11:52 PM
Re: VXFS tuning
Hope this helps!
Tonya Underwood
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:52 AM
05-27-2004 12:52 AM
Re: VXFS tuning
fsadm -F vxfs -d -D -e -E /mountpoint
Also look at this doc - in particular the section "VxFS Performance: Creating, Mounting, and Tuning File Systems"
http://docs.hp.com/hpux/onlinedocs/5971-4772/5971-4772.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 01:49 AM
05-27-2004 01:49 AM
Re: VXFS tuning
i am trying
vxtunefs -ps -f -o read_nstream=2 /u01
am i having an OAP moment.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 02:11 AM
05-27-2004 02:11 AM
Re: VXFS tuning
However you are specifying -f... this means that you are telling it the file to use. However in your command I do not see the file. Try leaving the -f option off.
Tonya Underwood
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 02:15 AM
05-27-2004 02:15 AM
Re: VXFS tuning
vxtunefs -ps -o read_nstream=2 /u01
vxfs vxtunefs: Usage:
vxtunefs [-p] [-s [ -f tunefstab ] [ -o options ]]
[mount point | special ] ...
where options is a comma separated list of one or more of the following:
[read_pref_io=value],
[read_nstream=value],
[read_unit_io=value],
[write_pref_io=value],
[write_nstream=value],
[write_unit_io=value],
[pref_strength=value],
[buf_breakup_sz=value],
[discovered_direct_iosz=value],
[max_direct_iosz=value],
[qio_cache_enable=value],
[max_diskq=value],
[initial_extent_size=value],
[max_seqio_extent_size=value],
[default_indir_size=value],
[max_buf_data_size=value]
-o and -f options are mutually exclusive
The default tunefstab is /etc/vx/tunefstab
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 01:04 PM
05-27-2004 01:04 PM
Re: VXFS tuning
Good luck,
Nicholas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 05:05 PM
05-27-2004 05:05 PM
Solutionfor tuning mounted vxfs filesystem use
vxtunefs command
#vxtunefs -s -o read_nstream=2 /mountpoint
If filesystem is unmounted and remounted, this
value will be reset.
To make the changes persistent upon remounts / reboots
create /etc/vx/tunefstab as follows and modify
the parameters for required filesystems
/dev/vg01/lvol2 read_pref_io=64k
/dev/vg01/lvol2 read_nstream=4
Parameters for system wide also can be set.
This will override values specified for each
filesystems.
system-default read_pref_io=128k
Have fun
Srini