Operating System - HP-UX
1834018 Members
2180 Online
110063 Solutions
New Discussion

Re: fsadm to set largefiles flag

 
Thomas J. Harrold
Trusted Contributor

fsadm to set largefiles flag

I remember being able to set the "largefiles" flag on a vxfs filesystem *online* without having to have OnlineJFS installed on my system.

This fails with an error. I can't find any specific comments in the man pages for fsadm that say that the filesystem must be unmounted.

Thoughts?
I learn something new everyday. (usually because I break something new everyday)
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: fsadm to set largefiles flag

Hi Thomas:

Specify the *raw* device as the special file argument. Note the "rlvol":

# umount /
# fsadm -F vxfs -o largefiles /dev/vgXY/rlvolX

Then, change the "nolargefiles" to "largefiles" in the appropriate entry in /etc/fstab and remount the filesystem.

...JRF...
A. Clay Stephenson
Acclaimed Contributor

Re: fsadm to set largefiles flag

I think you misremember; must be unmounted and clean in order to run fsadm w/o online JFS.
If it ain't broke, I can fix that.
AAA_8
Occasional Advisor

Re: fsadm to set largefiles flag

Backup file system and:
#newfs -F vxfs -o largefiles /dev/vgxx/lvolxx
Vincenzo Restuccia
Honored Contributor

Re: fsadm to set largefiles flag

Sorry my very login is it!!!!