Operating System - HP-UX
1833314 Members
2886 Online
110051 Solutions
New Discussion

Online JFS doesn't works.

 
SOLVED
Go to solution
Stefano_65
Regular Advisor

Online JFS doesn't works.

Hi everybody,
I'm in a trouble about Online JFS. Simply, it doesn't works.. when I try to extend a vxfs fs online, appears the follow message:
--
"fsadm: You don't have a license to run this program"
--
This is the installed bundle:
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)
and this is the output of "vxlicense -p":
--
vrts:vxlicense: INFO: Feature name: VXFS [80]
vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)
vrts:vxlicense: INFO: Expiration date: No expiration date
vrts:vxlicense: INFO: Release Level: 22
vrts:vxlicense: INFO: Machine Class: 263698561
--

any suggests?

thanx, stef.

7 REPLIES 7
Ashwani Kashyap
Honored Contributor
Solution

Re: Online JFS doesn't works.

run
#/sbin/fs/vxfs/vxrnablef -a
The extend your file system .
Ashwani Kashyap
Honored Contributor

Re: Online JFS doesn't works.

sorry typo ,
it should be
#/sbin/fs/vxfs/vxenablef -a
Robert-Jan Goossens
Honored Contributor

Re: Online JFS doesn't works.

Hi Stef,

Check your inittab for this line.

# cat /etc/inittab|grep -i vxfs
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a

# /sbin/fs/vxfs/vxenablef -a
To run it from the command line.

Regards,
Robert-Jan
Stefano_65
Regular Advisor

Re: Online JFS doesn't works.

It doesn't works anymore:

# /sbin/fs/vxfs3.3/vxenablef -a
# fsadm -F vxfs -b 16384 /test
fsadm: You don't have a license to run this program


Geoff Wild
Honored Contributor

Re: Online JFS doesn't works.

Here's a doc on installing:

http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90007/B3929-90007_top.html&con=/hpux/onlinedocs/B3929-90007/00/00/9-con.html&toc=/hpux/onlinedocs/B3929-90007/00/00/9-toc.html&searchterms=onlinejfs&queryid=20030723-100953

swlist -l bundle|grep -i jfs

I'm assuming that returned what you said above?

grep vx /stand/system

Should see:
vxadv
vxbase

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.
Stefano_65
Regular Advisor

Re: Online JFS doesn't works.

swlist is the one above,

grep vx /stand/system
vxfs
vxfs33_q4_syms
vxportal33
vx_ncsize 16384
vx_ninode 70000
vx_noifree 1
vxfs_max_ra_kbytes 4096


system is HP-UX B.11.00
Geoff Wild
Honored Contributor

Re: Online JFS doesn't works.

Hmnnnn...I don't see vxadv in your kernel....

Check out:

http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=213730

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.