1847585 Members
2855 Online
110265 Solutions
New Discussion

large file systems

 
SOLVED
Go to solution
Shankar_6
Regular Advisor

large file systems

Hi all,

I wanted to set the larg file option for an existing file system.
after firing the fsadm command it gave the following error,

fsadm -F vxfs -O largefilesystem /dev/vg01/lvol1

vxfs fsadm: /dev/vgo1/lvol1 is not the root inode of a vxfs file sytem

Thanks,
8 REPLIES 8
RAC_1
Honored Contributor

Re: large file systems

The command needs to be as follows.

fsadm -F vxfs -o largefiles /dev/vg01/lvol1
If you do not have onlineJFS, you need to unmount the FS, If you have it, then
fsadm -F vxfs -o largefiles /mount_point will do it.

Hardcore the settings in /etc/fstab.

Anil

There is no substitute to HARDWORK
A. Clay Stephenson
Acclaimed Contributor

Re: large file systems

You got two things wrong (assuming this is a vxfs filesystem)

fsadm -F vxfs -o largefiles /dev/vg01/lvol1
If it ain't broke, I can fix that.
Steven E. Protter
Exalted Contributor

Re: large file systems

I would try the command as follows:
fsadm -F vxfs -o largefiles /dev/vg01/lvol1


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
Patrick Wallek
Honored Contributor

Re: large file systems

If you have OnlineJFS you can do:

fsadm -F vxfs -o largefiles /mountpointname

If /dev/vg01/lvol1 is mounted as /spot then

fsadm -F vxfs -o largefiles /spot
Shankar_6
Regular Advisor

Re: large file systems

when i check using fstyp its showing me as Vxfs....how to conclude whether its JFS or online JFS...online JFS has been installed in the system..
Rajeev Tyagi
Valued Contributor

Re: large file systems

You should use mount point instead of device name.

Ranjith_5
Honored Contributor
Solution

Re: large file systems

Hi Shankar,

I assume that you dont have an online JFS and since do

# fsadm -F vxfs -o largefiles /mount_point

Regards,
Syam

Ranjith_5
Honored Contributor

Re: large file systems

Hi,

do

#swlist | grep -i jfs

and will give the following output if Online JFS is installed.

B3929CA B.11.11 HP OnLineJFS


Regards,
Syam