- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How display VxFS file system characteristics
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
02-09-2006 08:43 PM
02-09-2006 08:43 PM
I want to display the characteristics of a mounted VxFS file system on a HP-UX 11.11 server.
What I want to see is:
- Largefiles option on or off
- Block size
etc..
Is this possible? If so, how?
Regards,
CvB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:48 PM
02-09-2006 08:48 PM
Re: How display VxFS file system characteristics
Yes it is very much possible by many ways.
#fstyp -v /dev/vgxx/lvol?
Where /dev/vgxx/lvol? is the device file for the device holding that file system.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:51 PM
02-09-2006 08:51 PM
Re: How display VxFS file system characteristics
Thanks for you quick reaction.
Oke, I see now a lot of info.
Can you tell me how to see of "largefiles" is on or off?
# fstyp -v /dev/vg01/lvol10
vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 17918976
f_bfree: 8943185
f_bavail: 8873317
f_files: 2236064
f_ffree: 2235776
f_favail: 2235776
f_fsid: 1073807370
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 17918976
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:56 PM
02-09-2006 08:56 PM
Re: How display VxFS file system characteristics
#mount -p
will list all the options, the file systems are mounted with.
Also
#fsadm -F vxfs /mount_point will tell the largefiles option is enabled or not.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:56 PM
02-09-2006 08:56 PM
Re: How display VxFS file system characteristics
# fsadm -F vxfs
nolargefiles|largefiles
Regards,
CvB