HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How could I recongnize file system using async mod...
Operating System - HP-UX
1834508
Members
2490
Online
110068
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-11-2004 02:40 PM
03-11-2004 02:40 PM
Hello Everyone
I'm using HPUX 11.00 with vxfs.
But, I want to check to use async mode on vxfs system. I heard that vxfs uses async mode as default options. I'm sure this fuction.
If you know the method to check the options, Pleas let me know?
I'm using HPUX 11.00 with vxfs.
But, I want to check to use async mode on vxfs system. I heard that vxfs uses async mode as default options. I'm sure this fuction.
If you know the method to check the options, Pleas let me know?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:23 PM
03-11-2004 05:23 PM
Re: How could I recongnize file system using async mode?
Hi,
One way to check the aync i/o is from the kernel parameter async_io. The value of 1 indicates enable & 0 indicates disable.
You can try it with fstyp command ..
see man fstyp for details
Example:
# fstyp -v /dev/vg00/lvol1
Regards,
One way to check the aync i/o is from the kernel parameter async_io. The value of 1 indicates enable & 0 indicates disable.
You can try it with fstyp command ..
see man fstyp for details
Example:
# fstyp -v /dev/vg00/lvol1
Regards,
I'll sleep when i am dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 06:19 PM
03-11-2004 06:19 PM
Re: How could I recongnize file system using async mode?
Thank you for your relay.
But, I'm used HPUX 11.00
I executed your advice, I got the answer.
hp:/]kmtune -q async_io
kmtune: Cannot identify parameter name async_io
Parameter "async_io" doesn't recongize by HPUX 111.00
Thank you.
But, I'm used HPUX 11.00
I executed your advice, I got the answer.
hp:/]kmtune -q async_io
kmtune: Cannot identify parameter name async_io
Parameter "async_io" doesn't recongize by HPUX 111.00
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2004 12:39 AM
03-12-2004 12:39 AM
Solution
Folks,
there is no async_io tunable in HP-UX. There is a fs_async tunable, but that is only for HFS... not VxFS.
For VxFS you need to have a look at the mount options, e.g.:
# mount
...
/var on /dev/vg00/lvol8 delaylog,dev=40000008 on Wed Mar 10 13:40:09 2004
The different options are described in the mount_vxfs(1M) man page. "delaylog" is often used as a good compromise between speed and safety.
Best regards...
Dietmar.
there is no async_io tunable in HP-UX. There is a fs_async tunable, but that is only for HFS... not VxFS.
For VxFS you need to have a look at the mount options, e.g.:
# mount
...
/var on /dev/vg00/lvol8 delaylog,dev=40000008 on Wed Mar 10 13:40:09 2004
The different options are described in the mount_vxfs(1M) man page. "delaylog" is often used as a good compromise between speed and safety.
Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP