1846877 Members
4088 Online
110256 Solutions
New Discussion

Re: fsadm command

 
SOLVED
Go to solution
Silvance Daniel
Occasional Contributor

fsadm command

I want to enable largefilesize(more than 2GB) of a file system by using 'fsadm' command.

What is the syntax of that command?

Whether that command will affect the the existing data in that file system?
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor

Re: fsadm command

Hi,

Depends if you have or have not have OnlineJFS installed.

# fsadm -o largefiles /app/oracle/dbappl
fsadm: /etc/default/fs is used for determining the file system type
fsadm: /app/oracle/dbappl is not a valid operand

# umount /app/oracle/dbappl
# fsadm -o largefiles /dev/vg01/rlvol4
# mount -a

Regards,
Robert-Jan
Slawomir Gora
Honored Contributor
Solution

Re: fsadm command

Hi,


# umount /
# fsadm -F vxfs -o largefiles /dev/vgXY/rlvolX
Geoff Wild
Honored Contributor

Re: fsadm command

man fsadm gives you an example.

If you have onlineJFS - you can do it without unmounting.

fsadm -o largefiles /mountpoint

Otherwise, unmount it,

fsadm -o largefiles /dev/vgXX/lvolXX

make sure you update /etc/fstab:

Example:
/dev/vg00/lvpub /pub vxfs rw,suid,largefiles,delaylog,datainlog 0 2


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.
Muthukumar_5
Honored Contributor

Re: fsadm command

Unmount the filesytem first.

fsadm -F -o largefiles

And specify /etc/fstab entry with largefiles there.

Examples are provided on fsadm man page.

Note: There are possiblity to get problem during largefiles enablement. < 10.20 ( it can not be mounted )

Refer fsadm_vxfs.1 man page largefile flag part
Easy to suggest when don't know about the problem!
Hoang Chi Cong_1
Honored Contributor

Re: fsadm command

Hi.
You also can enable this option by using SAM

Regard,

Jim
Looking for a special chance.......
Franky_1
Respected Contributor

Re: fsadm command

Hi,

use the following syntax :

fsadm -F vxfs -o largefiles

Regards

Franky
Don't worry be happy