Operating System - HP-UX
1833750 Members
2710 Online
110063 Solutions
New Discussion

fsadm: You don't have a license to run this program

 
SOLVED
Go to solution
bunty.....
Frequent Advisor

fsadm: You don't have a license to run this program

I need to extend a file system size.

# lvextend -L 75000 /dev/vg05/var_opt_ignite_recovery
Warning: rounding up logical volume size to extent boundary at size "75008" MB.
Logical volume "/dev/vg05/var_opt_ignite_recovery" has been successfully extended.
Volume Group configuration for /dev/vg05 has been saved in /etc/lvmconf/vg05.conf

# fsadm -F vxfs -b 75008M /var/opt/ignite/recovery
fsadm: You don't have a license to run this program

# swlist -l product | grep JFS
JFS B.11.23 The Base VxFS File System
OnlineJFS B.11.23.05 Online features of the VxFS File System


Please suggest
bunty
7 REPLIES 7
Jeff Schussele
Honored Contributor

Re: fsadm: You don't have a license to run this program

Hi,

Check to see IF you have the vxadv driver in the system.
Is this LVM or VxVM?
IF VxVm - run the vxlicense command to see if it's properly licensed.

Rgds,
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Geoff Wild
Honored Contributor
Solution

Re: fsadm: You don't have a license to run this program

Try:

vxlicense -p


and then:

/sbin/fs/vxfs/vxenablef -a

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.
Andrew Rutter
Honored Contributor

Re: fsadm: You don't have a license to run this program

hi bunty,

JFS is installed by default on 11.23, but you cannot use it without purchasing the licence and installing the codeword.

You havent by the looks of it, which is why you get the error.

If you want to use it you will need to by the JFS lic from HP and install the codewords.

otherwise its down to extending files system with the umount it first option and extendfs

Andy
bunty.....
Frequent Advisor

Re: fsadm: You don't have a license to run this program

till yesterday i was using this command on this server but there was no problem,

but from today i got this error.
Deoncia Grayson_1
Honored Contributor

Re: fsadm: You don't have a license to run this program

then try re-enabling the liscense:

/sbin/fs/vxfs/vxenablef -a
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Sanjay_6
Honored Contributor

Re: fsadm: You don't have a license to run this program

Hi,

you may have the product installed, but do you have the license enabled.

Check.

# /usr/sbin/vxlicrep -e

Hope this helps.

regds

bunty.....
Frequent Advisor

Re: fsadm: You don't have a license to run this program

i tried with this, it really works
/sbin/fs/vxfs/vxenablef -a


thanks a lot friends....
:-)bunty