1753797 Members
7810 Online
108799 Solutions
New Discussion юеВ

largefiles

 
SOLVED
Go to solution
j773303
Super Advisor

largefiles

How to chage nolargefiles to largefiles in /dev/vg00/jefftest, I was using the below command but get the error message?
Notes: no online JFS,

fsadm -F vxfs -o largefiles /dev/vg00/jefftest
vxfs fsadm: /dev/vg00/jefftest is not the root inode of a vxfs file sytem
Hero
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: largefiles

Try unmounting the filesystem.

I'ved check the man and the command is properly formatted.

Make sure you have the logical volume name right. Prior to umount bdf and make sure its right.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor
Solution

Re: largefiles

Hi,

Online jvs,

fsadm -F vxfs -o largefiles /dev/vg00/rjefftest

not online jvs
umount /dev/vg00/jefftest
fsadm -F vxfs -o largefiles /dev/vg00/rjefftest
mount -a

Robert-Jan
j773303
Super Advisor

Re: largefiles

Thanks, how to verity the /jefftest is largefiles supported?
Hero
john korterman
Honored Contributor

Re: largefiles

Hi,
when you change the filesystem to "largefiles" you also need to add largefiles as mount option for the filesystem in question in /etc/fstab. If not, you will get a mount error when trying to mount the file system again.
Unfortunately, I have forgotten what the error message looks like, but the idea is that the mount options must match the actual setting of the file system.

regards,
John K.
it would be nice if you always got a second chance
Robert-Jan Goossens
Honored Contributor

Re: largefiles

Hi,

# fsadm -F vxfs /dev/vg01/rlvol4
nomultifsets
largefiles

run fsadm with no options.

Regards,
Robert-Jan
Elmar P. Kolkman
Honored Contributor

Re: largefiles

Do you mean the fsadm works now?
Because if I look at the error message, you have a version of fsadm that needs the mountpoint as argument, not the device file (this is the case for vxfs filesystems, while hfs needs the device files).
For vxfs filesystems you don't have to change anything in /etc/fstab.
For hfs it is indeed needed and you should be able to set it runtime by using:
mount -o remount,largefiles
Every problem has at least one solution. Only some solutions are harder to find.
T G Manikandan
Honored Contributor

Re: largefiles

Just check

swlist |grep -i onlinejfs

If that is not there then you cannot do things online

you have to umount and then mount after converting it to largefiles

ALso make sure that you update /etc/fstab.

to check for largefiles already enabled

fsadm -F vxfs /dev/vg00/rlvol?