Operating System - HP-UX
1834015 Members
2782 Online
110063 Solutions
New Discussion

can we change to 'largefiles' option online

 
VINU
Frequent Advisor

can we change to 'largefiles' option online

Hello friends,


Do we need to reinitialze the file system for chnaging the 'nolargefiles' option to 'largefiles' or just by enabling the 'largefiles' option thru SAM and remount will do.

I don't have the hp online jfs

thanks* regds
Vinu

5 REPLIES 5
Robert-Jan Goossens
Honored Contributor

Re: can we change to 'largefiles' option online

Hi Vinu,

Sorry not possible, you will need to umount your filesystem before you can change the largefiles option.

# umount /XXX
# fsadm -o largefiles /dev/vg00/rvolX
change the /etc/fstab
# mount /XXX

Kind regards,

Robert-Jan
Mark Grant
Honored Contributor

Re: can we change to 'largefiles' option online

If you don't have onlineJFS then you can't do it online sorry.

Furthermore you need to re-create the filesystem (could be wrong on this last part)
Never preceed any demonstration with anything more predictive than "watch this"
RAC_1
Honored Contributor

Re: can we change to 'largefiles' option online

Withour online JFS, you can not do that online. You will have to unmount the filesystem do fsadm -F vxfs -o largefiles /dev/vgxx/rlvolxx and mount it again.

Put largefiles option in /etc/fstab for that mount point.

Anil
There is no substitute to HARDWORK
VINU
Frequent Advisor

Re: can we change to 'largefiles' option online

Thanks evrybody for helping me
SureshKumar_2
Valued Contributor

Re: can we change to 'largefiles' option online

hi vinu

I had tested the following manner - I hope this will suite for u.
*) take full backup
*) unmount ur file system (umount)
*) create file systems with -o largefiles (newfs/mkfs)
*) fsck for the FS
*) mount (mount)

sure
Things are very easy, when u know about it...