Operating System - HP-UX
1833714 Members
2217 Online
110063 Solutions
New Discussion

error with fsadm (option -o largefiles)

 
Andrea_97
New Member

error with fsadm (option -o largefiles)

A vxfs filesystem, must be modify with the option -o largefile in the version 10.20.

The disk layout is 3 (verified by the command vxupgrade)
Using the command fsadm -o largefile
appear the error:

is not the root inode of a vxfs filesystem, while in /etc/fstab is so defined.
A check of the filesystem was also perfomed.
Please, can you help me?

Thank you for your attention!
Best regards
Patrizia Davitti
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: error with fsadm (option -o largefiles)

Hi Davitti,

Try this.

example.

/dev/vg01/lvol4 614400 11027 565667 2% /app/oracle/dbappl
# fsadm -o largefiles /dev/vg01/lvol4
vxfs fsadm: /dev/vg01/lvol4 is not the root inode of a vxfs file sytem
# umount /app/oracle/dbappl
# fsadm -o largefiles /dev/vg01/rlvol4
# mount /app/oracle/dbappl
# fsadm /dev/vg01/rlvol4
nomultifsets
largefiles

Hope this helps,
Robert-Jan
Rick Garland
Honored Contributor

Re: error with fsadm (option -o largefiles)

Use the name of the mount point, not the name of the LV.

fsadm -o largefiles /



Geoff Wild
Honored Contributor

Re: error with fsadm (option -o largefiles)

It has to be the mount point...

IE:

fsadm -o largefiles /var/adm/crash

Make sure you modify parameters in /etc/fstab after 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.
Andrea_97
New Member

Re: error with fsadm (option -o largefiles)

Thanks to Robert-Jan, RickGarland and Geoffwild that kindly answered to my question.

I have done some tests and it seems all right!
The solution was to call the command fsadm on the "rlvol" logical name an not with the
"lvol" one.
Infact giving:
fsadm -o largefile /dev/vg00/rlvol9 there is'nt the mistake and the new option appear in the f.s. as Robert-Jan told!

So Robert-Jan has resolved the problem but also RickGarland and Geoffwild got me interesting ideas for tests.
Sorry for my english!
Best regards to everyone

Patrizia Davitti