1826126 Members
4826 Online
109690 Solutions
New Discussion

Re: fsadm error

 
panks
Regular Advisor

fsadm error

On my new system i want to increase the LV. I extend the LV successfully with command lvextend, but now when I am trying to expand the filesystem on it, it is giving me error.
# fsadm -F vxfs -b 24676m /var
fsadm: You don't have a license to run this program

This is new system on which I installed 11.23 release June 2006
Pls guide
12 REPLIES 12
Tim Nelson
Honored Contributor

Re: fsadm error

Is this 11.23 version OE or EOE or above ?

Online JFS is not included with the OE version.

panks
Regular Advisor

Re: fsadm error

It is EOE, we have unlimited user license
Sajjad Sahir
Honored Contributor

Re: fsadm error


Dear Friend

first u check online jfs is installed in u system or not
swlist -l product | grep -i jfs
if it online jfs is there then only u can use
fsadm otherwise u have to umount the filesystem then use extendfs command

sajjad
panks
Regular Advisor

Re: fsadm error

Here is the output

# swlist -l product | grep -i jfs
JFS B.11.23 The Base VxFS File System
PHKL_33368 1.0 JFS3.5 direct I/O performance improvement
Patrick Ware_1
Super Advisor

Re: fsadm error

That just looks like the base vxfs that is included with the OS.
Patrick Ware_1
Super Advisor

Re: fsadm error

Do the following, and give the output (minus any license keys that may show up)

vxlicrep
panks
Regular Advisor

Re: fsadm error

# vxlicrep

VERITAS License Manager vxlicrep utility version 3.02.006
Copyright (C) 1996-2004 VERITAS Software Corp. All Rights reserved.

Creating a report on all VERITAS products installed on this system

vxlicrep ERROR V-21-3-1003 There are no valid VERITAS License keys installed in the system.
Jaime Bolanos Rojas.
Honored Contributor

Re: fsadm error

Panks,

You might be having the issue documented at this link, that give that you have the Enterprise OE:

http://www.hp.com/softwarereleases/releases-media2/notices/mc-edited_21.pdf

Regards,

Jaime.
Work hard when the need comes out.
Tingli
Esteemed Contributor

Re: fsadm error

Do, swlist | grep -i HPUX11i

The two different output shows:
HPUX11i-OE B.11.23.0706 HP-UX Foundation Operating Environment Component
This one won't have on-line JFS.

and

HPUX11i-OE-Ent B.11.23.0712 HP-UX Enterprise Operating Environment Component
This one has on-line JFS.
panks
Regular Advisor

Re: fsadm error

# swlist | grep -i HPUX11i
HPUX11i-OE-Ent B.11.23.0606 HP-UX Enterprise Operating Environment Component
Sajjad Sahir
Honored Contributor

Re: fsadm error


dear panks

in u system there is no online jfs
so u have to extend the file system by using
extendfs command for that u have to umount the file system first
ok

thanks and regards

Sajjad Sahir
SUDHAKAR_18
Trusted Contributor

Re: fsadm error

Hey!

Sajjad is right.

unmount the filesystem and use extendfs for extend the filesystem.

Regards,