- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsadm: You don't have a license to run this pr...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:52 AM
07-07-2004 07:52 AM
fsadm: You don't have a license to run this program
When I tried to extend the existing file system, the system is responding with the following error message:
root@pluto:/root# fsadm -F vxfs -b 9208M /oracle/DV2/saparch
fsadm: You don't have a license to run this program
root@pluto:/root# fstyp -v /dev/vgdv2/arch
vxfs
version: 3
f_bsize: 8192
f_frsize: 8192
f_blocks: 1103872
f_bfree: 971527
f_bavail: 963939
f_files: 244640
f_ffree: 242864
f_favail: 242864
f_fsid: 1073872907
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 6
f_size: 1103872
How can I fix this error?
Thanks & regards,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:54 AM
07-07-2004 07:54 AM
Re: fsadm: You don't have a license to run this program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:56 AM
07-07-2004 07:56 AM
Re: fsadm: You don't have a license to run this program
You are trying to extend the filesystem using OnlineJFS options. Looks like you have it installed but you don't have license.
Without OnlineJFS, you will need to unmount the filesystem and then use extend fs on the device file.
umount /oracle/DV2/saparch
extendfs /dev/vgxx/lvolx
(you can add -F vxfs with extendfs but that doesn't really make any difference on the existing filesystems)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:56 AM
07-07-2004 07:56 AM
Re: fsadm: You don't have a license to run this program
vxenablef -a
I think that controls the advance functions of your JFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:56 AM
07-07-2004 07:56 AM
Re: fsadm: You don't have a license to run this program
Here is the output related to vxlicense:
root@pluto:/root# vxlicense -p
vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]
vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)
vrts:vxlicense: INFO: Expiration date: No expiration date
vrts:vxlicense: INFO: Release Level: 33
vrts:vxlicense: INFO: Machine Class: 263698561
Looks like we do have license to run this program.
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:56 AM
07-07-2004 07:56 AM
Re: fsadm: You don't have a license to run this program
kmsysadm|grep vxadv
What does vxlicense -p says??
Try /sbin/fs/vx/vxenablef -a
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:57 AM
07-07-2004 07:57 AM
Re: fsadm: You don't have a license to run this program
Use 'rlvolx' instead of 'lvolx'. That was a fat finger.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:06 AM
07-07-2004 08:06 AM
Re: fsadm: You don't have a license to run this program
I could able to run only the vxlicense -p command. All other commands are not working.
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:12 AM
07-07-2004 08:12 AM
Re: fsadm: You don't have a license to run this program
/sbin/fs/vxfs/vxenablef -a
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:14 AM
07-07-2004 08:14 AM
Re: fsadm: You don't have a license to run this program
I have only the following files under /sbin/fs/vxfs:
root@pluto:/sbin/fs/vxfs# ll
total 3720
-r-xr--r-- 1 bin bin 4020 Nov 6 1997 bcheckrc
-r-xr-xr-x 1 bin bin 204800 Nov 6 1997 extendfs
-r-xr-xr-x 1 bin bin 491520 Mar 21 2001 fsck
-r-xr-xr-x 1 bin bin 290816 Nov 6 1997 fsdb
-r-xr-xr-x 1 bin bin 282624 Feb 18 1999 mkfs
-r-xr-xr-x 1 bin bin 212992 Nov 6 1997 mount
-r-xr-xr-x 1 bin bin 208896 Nov 6 1997 newfs
-r-xr-xr-x 1 bin bin 208896 Oct 4 1999 subtype
lrwxr-xr-x 1 root sys 19 May 19 2001 umount -> /sbin/fs/hfs/umount
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:16 AM
07-07-2004 08:16 AM
Re: fsadm: You don't have a license to run this program
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:23 AM
07-07-2004 08:23 AM
Re: fsadm: You don't have a license to run this program
In the /stand/system file, I see the following entries related to this problem:
vxfs
vxfs33_q4_syms
vxportal33
I do not see any vxadv files.
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:24 AM
07-07-2004 08:24 AM
Re: fsadm: You don't have a license to run this program
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:25 AM
07-07-2004 08:25 AM
Re: fsadm: You don't have a license to run this program
How to complile the kernel and How can I include the vxadv object?
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:30 AM
07-07-2004 08:30 AM
Re: fsadm: You don't have a license to run this program
# /usr/lbin/sysadm/system_prep -v -s system
# /usr/sbin/kmsystem -S /stand/build/system -c Y vxadv
==> adding vxadv driver to kernel
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv ./system ../.
# /usr/sbin/kmupdate ./vmunix_test
# shutdown -ry 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:34 AM
07-07-2004 08:34 AM
Re: fsadm: You don't have a license to run this program
I have not fully corrected this problem but the workaround was to clear those to files prior to using the defragment functionality of OnlineJFS.
That works half the time,which is of course better than none of the time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:34 AM
07-07-2004 08:34 AM
Re: fsadm: You don't have a license to run this program
Is there no need for me to add the vxadm in the /stand/system file?
Thanks,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:37 AM
07-07-2004 08:37 AM
Re: fsadm: You don't have a license to run this program
kmsystem command will take care of that.
Alternatively you can vi system file put vxadv there.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 08:37 AM
07-07-2004 08:37 AM
Re: fsadm: You don't have a license to run this program
I have the same problem too.
I have a OnlineJFS license since long ago but now it doesn't run.
I contacted my HP support center to open a case and to request a temporary license. But they didn't explain what hapenned. They suggested me to contact my HP salesman to request a new license key or to re-enter the old one. But I don't have the Entintlement form.
I aimed my HP account engineer to solve this problem.
In my case JFS 3.3 was installed some months ago (OnlineJFS license key was entered long time ago -- near 4 years). Patches also were installed lately, so I'm not sure whether JFS 3.3 is the guilty or it's a defect patch.
Sorry
P.D: Before re-enter a new license key be make a copy of 50.lic file (I cannot remember where it is located).