1833704 Members
2303 Online
110062 Solutions
New Discussion

using jfs errors

 
needalittlehelpwithHP
Occasional Contributor

using jfs errors

Hope someone can help me. I am trying to increase the size of /tmp with jfs but I am getting the following errors:

#fsadm -b 307200 /tmp
fsadm: /etc/default/fs is used for determining the file system type
fsadm: You don't have a license to run this program

#swlist|grep -i jfs
B3929CA B.11.11 HP OnLineJFS
PHKL_30366 1.0 JFS3.3;ACL patch
2 REPLIES 2
Rita C Workman
Honored Contributor

Re: using jfs errors

First you must lvextend...

...presuming /tmp is lvol4....

lvdisplay -v /dev/vg00/lvol4 | more

Increase the existing setting:

lvextend -l /dev/vg00/lvol4

Then check the MB using lvdisplay again and then:

fsadm -F vxfs -b m /tmp

And yes that is a "m" right after the value (no spaces).

Rgrds,
Rita
Vivek Bhatia
Trusted Contributor

Re: using jfs errors

Hi,

Please let us know what is the current size of /tmp. If /tmp is more than 90% then i would recommend the following steps.

1. Lvextend -L /dev/vg00/lvol_name

2. fsadm -F vxfs -DEde /tmp

3. fsadm -b m /tmp
If still you get the same error message.
Then enable the Online JFS licence by running the below command.
vxenablef -a

4. And you should have this entry in inittab

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

5.If still it doesnt work , then post the output of the below command.
#vxlicense -p

6. IF vxlicense -p should not show any errors, if yes then check the license information or reinstall the product.

Then check your license information on the below website.

http://licensing.hp.com/site=ITRC?LANGUAGE_OPTION=english

I think this information will be sufficent to resolve your issue.
Regards,
Vivek Bhatia