1836332 Members
5864 Online
110100 Solutions
New Discussion

Largefiles

 
Juan Martin Amaral
New Member

Largefiles

Hello friends,

Do we need to reinitialze the file system for changing the 'nolargefiles' option to 'largefiles'.

I have the hp online jfs
4 REPLIES 4
Jeff Schussele
Honored Contributor

Re: Largefiles

Hi Juan,

Nope - just run:

fsadm -F vxfs -o largefiles /dev/vg_name/lv_name

or

fsadm -F vxfs -o largefiles /mnt_point

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Pete Randall
Outstanding Contributor

Re: Largefiles

No, no re-initialization. Just "fsadm -F vxfs -o largefiles /dev/vg02/lvol1"


Pete

Pete
A. Clay Stephenson
Acclaimed Contributor

Re: Largefiles

No, all you need to do is fsadm -F vxfs -o largefiles mountpoint. You can do this with the filesystem mounted. You may also want to edit /etc/fstab and add the largefiles option to this filesystem's entry.
If it ain't broke, I can fix that.
Sanjay_6
Honored Contributor

Re: Largefiles

Hi,

No, you do not have to reinitialize the filesystem.

Try

Since you have onlineJFS, you can do this online.

fsadm -o largefiles /mount_point

here /mount_point if the filesystem mount point.

Verify using "fsadm /mount_point"

Hope this helps.

Regds