1850721 Members
2682 Online
104055 Solutions
New Discussion

Re: fsadm

 
YOGI_3
Frequent Advisor

fsadm

How to find fsadm is installed in out system.
because i am getting follwing error..
# fsadm -b 5000m /dev/vgapp01/app1
fsadm: You don't have a license to run this program
There is never a wrong time to do the right things
9 REPLIES 9
Doug O'Leary
Honored Contributor

Re: fsadm

Hey;

fsadm will come with the OS; however, what you're looking for is the additional capability that comes with online jfs.

I normally run the following:

swlist -l file | grep -i online

If that doesn't come back with anything, you don't have it installed. My guess is that you don't.

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Geoff Wild
Honored Contributor

Re: fsadm

You are not licensed for online JFS.

You will have to unmount and use extendfs instead.

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.
baiju_3
Esteemed Contributor

Re: fsadm

Which OS Version do you have. I think versions below 11i you need to enable license to use this product .

Use vxlicense -p command to verify the licese info.

Try this command

/sbin/fs/vxfs/vxenablef -a

If this works add an entry in inittab file as

vxen::bootwait:/sbin/fs/vxfs/vxenablef -a


Thanks,
BL.



Good things Just Got better (Plz,not stolen from advertisement -:) )
James R. Ferguson
Acclaimed Contributor

Re: fsadm

Hi:

It appears that you don't have the *online* version of JFS (VxFS) licensed. You can confirm this by doing:

# swlist|grep -i JFS

If you don't see something like "OnLineJFS" reported, then you don't have it. Your recourse, is to unmount the filesystem and use 'extendfs'.

Regards1

...JRF...
Raj D.
Honored Contributor

Re: fsadm

Hi Yogi ,

How ever fsadm comes with the system , But to get the Online features of JFS file sytem , you need to have , Online JFS installed on the system.

Check by:

# swlist -l product | grep -i online

it will give you like following:

# swlist -l product | grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System

Its a priced product . fyi...


Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Fabio Ettore
Honored Contributor

Re: fsadm

Hi,

you should umount the lv and use extendfs.
If umount gets "device busy" then what people suggested you is the best, that is

fuser /

If yet you don't see any process then I am afraid that you should comment the filesystem into /etc/fstab and reboot the system. When it is up again then use

extendfs -F vxfs /dev/vgXX/rlvolXX

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: fsadm

Hi,

you should umount the lv and use extendfs.
If umount gets "device busy" then what people suggested you is the best, that is

fuser /

If yet you don't see any process then I am afraid that you should comment the filesystem into /etc/fstab and reboot the system. When it is up again then use

extendfs -F vxfs /dev/vgXX/rlvolXX

After that uncomment the entry of that filesystem into /etc/fstab.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Devender Khatana
Honored Contributor

Re: fsadm

Hi,

#swlist -l product|grep -i online

This message means the product is not installed.
In this case you shall close applications using the file system, then umount it and use extendfs instead.

After stopping all
#umount /app1

#extendfs -F vxfs /dev/vgapp01/rapp1

#mount /app1

HTH,
Devender
Impossible itself mentions "I m possible"
Morcos
Super Advisor

Re: fsadm

Hi,
It seems you don't have online JFS and you can check it by using swlist .In this case unmount /app1 and then extendfs .

Regards,
Ziad