Operating System - HP-UX
1753532 Members
6374 Online
108795 Solutions
New Discussion юеВ

Re: enabling largefiles option for a file system while it is till mounted

 
SOLVED
Go to solution
zhi wang_1
Advisor

enabling largefiles option for a file system while it is till mounted

Forgot to run newfs -F vxfs -o largefiles /dev/vgxx/lvol1 while creating the file system. It has online-jfs, wonder if I will be able to modify the configuration without "umounting" the file system. In other words, will I be able to make the file system accept largefiles without taking down the file system? Thx.
8 REPLIES 8
Geoff Wild
Honored Contributor
Solution

Re: enabling largefiles option for a file system while it is till mounted

Yes:

fsadm -F vxfs -o largefiles /mountpoint

Then update /etc/fstab file as well.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Rick Garland
Honored Contributor

Re: enabling largefiles option for a file system while it is till mounted

fsadm -o largefiles /

Mel Burslan
Honored Contributor

Re: enabling largefiles option for a file system while it is till mounted

fsadm -F vxf -o largefiles filesystem_here

(make sure using filesystem not the logical volume)

also

vi /etc/fstab

/dev/vg01/lvol3 /oracle vxfs largefiles,delaylog 0 2

add the largefiles switch
________________________________
UNIX because I majored in cryptology...
Patrol
Advisor

Re: enabling largefiles option for a file system while it is till mounted

Please assign more points to the answers provided to you in the past to get a better and faster response.

Your ratio is 9/23 = 0.39
Devender Khatana
Honored Contributor

Re: enabling largefiles option for a file system while it is till mounted

Hi,

#fsadm -F vxfs -o largefiles /mount_point

shall do this.

An entry in /etc/fstab will enable it everytime in future when it gets mounted.

HTH,
Devender
Impossible itself mentions "I m possible"
Deepak.R
Frequent Advisor

Re: enabling largefiles option for a file system while it is till mounted

HI,

fsadm -F vxfs -o largefiles mountpoint

is the command to get this done .

largefiles option must be added to the line which mounts the said filesystem in the /etc/fstab file.

thanks
deepak
Mahesh Kumar Malik
Honored Contributor

Re: enabling largefiles option for a file system while it is till mounted

Hi zhi

Yes, with online JFS you can achieve so. Use following cammand

#fsadm -F vxfs -o largefiles mountpoint

and then update /etc/fstab file to reflect the file system with large file option

Regards
Mahesh
Cem Tugrul
Esteemed Contributor

Re: enabling largefiles option for a file system while it is till mounted

Zhi,
When you have onlinejfs then;
fsadm -F vxfs -o largefiles mountpoint
and also check&update your /etc/fstab
like;
.....vxfs rw,suid,largefiles,delaylog,datainlog 0 2

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't