- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to know whether my filesystem is largefiles or...
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
03-04-2004 02:33 PM
03-04-2004 02:33 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 02:42 PM
03-04-2004 02:42 PM
Solution# fstyp -v /dev/myvg/mylvol
If field 'f_flag' reports to be 16 then it is largefiles option. If not then it is not.
You can change it on the fly with 'fsadm' if you have an online JFS license, if not the filesystem needsto be unmounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 02:48 PM
03-04-2004 02:48 PM
Re: How to know whether my filesystem is largefiles or not?
HP-UX JFS Disk Layout File Filesystem
Release Version Version Size Size
---------------------------------------------------------------
11i Version 3.3 Version 4** 2 TB 2 TB
---------------------------------------------------------------
command :
fstyp -v /dev/vg00/lvol3
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:42 PM
03-04-2004 05:42 PM
Re: How to know whether my filesystem is largefiles or not?
Have a look at the entries in your fstab file:
# more /etc/fstab
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg10/lvol1 /u01 vxfs rw,suid,largefiles,delaylog,datainlog 0 2
/dev/vg00/lvol9 /u02 vxfs rw,suid,largefiles,delaylog,datainlog 0 2
/dev/vg00/lvol10 ... swap pri=0 0 0
If the LVOL contains 'largefiles', files larger than 2GB are supported.
best regards,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 06:16 PM
03-04-2004 06:16 PM
Re: How to know whether my filesystem is largefiles or not?
SAM --> Disk & File Systems --> File Systems.
Change the View --> Columns --> Select options.
This will show files system that have largefiles in the column "Options".
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 07:35 PM
03-05-2004 07:35 PM
Re: How to know whether my filesystem is largefiles or not?
fsadm -F vxfs
will respond with options set, such largefiles or nolargefiles.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2004 04:38 PM
03-06-2004 04:38 PM
Re: How to know whether my filesystem is largefiles or not?
fsadm -F hfs /dev/vg00/rlvol?
or
fsadm -F vxfs /dev/vg00/rlvol?
? = lvol number (or name)