- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm: You don't have a license to run this progra...
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
01-12-2006 08:32 AM
01-12-2006 08:32 AM
# 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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:36 AM
01-12-2006 08:36 AM
Re: fsadm: You don't have a license to run this program
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:38 AM
01-12-2006 08:38 AM
Solutionvxlicense -p
and then:
/sbin/fs/vxfs/vxenablef -a
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:38 AM
01-12-2006 08:38 AM
Re: fsadm: You don't have a license to run this program
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:41 AM
01-12-2006 08:41 AM
Re: fsadm: You don't have a license to run this program
but from today i got this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:43 AM
01-12-2006 08:43 AM
Re: fsadm: You don't have a license to run this program
/sbin/fs/vxfs/vxenablef -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:44 AM
01-12-2006 08:44 AM
Re: fsadm: You don't have a license to run this program
you may have the product installed, but do you have the license enabled.
Check.
# /usr/sbin/vxlicrep -e
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 09:03 AM
01-12-2006 09:03 AM
Re: fsadm: You don't have a license to run this program
/sbin/fs/vxfs/vxenablef -a
thanks a lot friends....
:-)bunty