Operating System - HP-UX
1771264 Members
2129 Online
109004 Solutions
New Discussion юеВ

regarding fs_async kernel parameter

 
SOLVED
Go to solution
ran_li
Regular Advisor

regarding fs_async kernel parameter

Hello all,

from previous post I understand this kernel parameter(fs_async) is for HFS not for vxfs/JFS/raw device. The questions are

1. if I m using HFS, is there a way to control the file system sync/async individually, e.g. /tmp can be set to async while /d1 can be set to sync?

2. how does vxfs/JFS control the sync/async behavior, again can it control the file system separately(like the question above)?

Thanks!
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: regarding fs_async kernel parameter

See the man pages for mount_hfs and mount_vxfs.


Pete

Pete
Deoncia Grayson_1
Honored Contributor

Re: regarding fs_async kernel parameter

also you can puruse this document for more facts:

http://docs.hp.com/en/TKP-90202/re22.html
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
ran_li
Regular Advisor

Re: regarding fs_async kernel parameter

Thanks for the reply.

man mount_vxfs says

NOTE: The convosync option is available only
with the HP OnLineJFS product.

but I m not sure if onlineJFS and vxfs is the same thing with different name or ...

thanks for any comments!
ran_li
Regular Advisor

Re: regarding fs_async kernel parameter

And by the way, how can I tell the file system version for the existing vxfs? Thanks!
ran_li
Regular Advisor

Re: regarding fs_async kernel parameter

fstyp -v /dev/vg00/lvol3
Bill Hassell
Honored Contributor
Solution

Re: regarding fs_async kernel parameter

Online JFS is a special product that must be purchased. It adds several options to the mount command for VxFS as well as the ability to resize VxFS filesystems without unmounting them (most of the time). Use swlist to see if Advanced JFS (Online JFS) is present:

swlist -l bundle | grep -i jfs

JFS (Journaled File System) is another name for VxFS.


Bill Hassell, sysadmin