- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To know Filesystem Details !!
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
04-27-2005 05:33 AM
04-27-2005 05:33 AM
I wanted to know the filesystem statistics and characteristics for this file system ,
I also wanted to know whether largefile option enabled or not.
/dev/vg11/lvol1 102400000 20347632 81411400 20% /oracle_new
which command to be use. and how. Pls suggest.
Thanks ,
Veri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:35 AM
04-27-2005 05:35 AM
Re: To know Filesystem Details !!
Have a look at the man page for fsadm. It will show you if you have largefiles enabled and other filesystem information.
Cheers,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:37 AM
04-27-2005 05:37 AM
Re: To know Filesystem Details !!
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:55 AM
04-27-2005 05:55 AM
Re: To know Filesystem Details !!
Apart from this if you want to display some more characterstics of Vxfs file systems and you have Veritas Volume manager installed. You can use vxtunefs command. The output would be similar to
#vxtunefs -p /dev/vg00/lvol3
Filesystem i/o parameters for /
read_pref_io = 65536
read_nstream = 1
read_unit_io = 65536
write_pref_io = 65536
write_nstream = 1
write_unit_io = 65536
pref_strength = 10
buf_breakup_size = 131072
discovered_direct_iosz = 262144
max_direct_iosz = 1048576
default_indir_size = 8192
qio_cache_enable = 0
max_diskq = 1048576
initial_extent_size = 1
max_seqio_extent_size = 2048
max_buf_data_size = 8192
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:59 AM
04-27-2005 05:59 AM
Re: To know Filesystem Details !!
fsadm /oracle_new
fstyp on the lvol
fstyp -v /dev/vg11/lvol1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 06:13 AM
04-27-2005 06:13 AM
Re: To know Filesystem Details !!
I think you got answer to your question in quick time. Is there something else left ?
What about assinging points.
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 08:12 AM
04-27-2005 08:12 AM
Re: To know Filesystem Details !!
Here is the details I found useful .
OS is : B.11.00 U 9000/800
1. fstyp -v /dev/vg11/lvol1
2. df -g | more
3. mount -p | grep fs | grep vg11
4. fsadm -F vxfs /oracle_new
------------------------------
-----------------------------------------------------------------------------
fstyp -v /dev/vg11/lvol1
# fstyp -v /dev/vg11/lvol1
vxfs
version: 3
f_bsize: 8192
f_frsize: 8192
f_blocks: 12800000
f_bfree: 7309435
f_bavail: 7252331
f_files: 1827616
f_ffree: 1827328
f_favail: 1827328
f_fsid: 1074855937
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 6
f_size: 12800000
#
--------------------------------------------------------------------------------
# df -g | more (listing taken for this fs only)
/oracle_new (/dev/vg11/lvol1 ) :
8192 file system block size 1024 fragment size
524288 total blocks 124968 total free blocks
117189 allocated free blocks 32684 total i-nodes
31239 total free i-nodes 31239 allocated free i-nodes
1075314695 file system id vxfs file system type
0x10 flags 256 file system name length
--------------------------------------------------------------------------------
# mount -p | grep fs | grep vg11
/dev/vg11/lvol1 /oracle_new vxfs delaylog,nodatainlog,largefiles 0 0
---------------------------------------------------------------------------------
# fsadm -F vxfs /oracle_new/data
largefiles
---------------------------------------------------------------------------------
Thanks to all , Points assigned.
Regards,
Veri.