- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Online JFS after extend no license error appear
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-13-2009 02:19 AM
07-13-2009 02:19 AM
Online JFS after extend no license error appear
I have online JFS but,
error appear at 2nd step to extend it.
Pls advice
swlist | grep -i ONLINE
OnlineDiag B.11.31.03.06 HPUX 11.31 Support Tools Bundle, March 2008
lvextend -L 20480 /dev/vg00/lvol7
Logical volume "/dev/vg00/lvol7" has been successfully extended.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
# fsadm -F vxfs -b 20480 /u02
vxfs fsadm: V-3-25255: 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-13-2009 02:25 AM
07-13-2009 02:25 AM
Re: Online JFS after extend no license error appear
1, swlist |grep -i jfs
2, you don't have a license
umount the fs and make extendfs
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 02:53 AM
07-13-2009 02:53 AM
Re: Online JFS after extend no license error appear
show the output from "# vxlicrep"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 03:03 AM
07-13-2009 03:03 AM
Re: Online JFS after extend no license error appear
You dont have onlineJFS.
Use extendfs after unmounting the file system.
regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 03:15 AM
07-13-2009 03:15 AM
Re: Online JFS after extend no license error appear
Check if you online JFS product installed and licensed.
#swlist -l product |grep -i online
#vxlicense -p
or
#vxlicrep
If you don't have online JFS or the license is expired, then you cannot extend it online.
You need to unmount it and extend using extendfs command. For that you need to reboot it to single user mode.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:09 AM
07-13-2009 04:09 AM
Re: Online JFS after extend no license error appear
"You need to unmount it and extend using extendfs command. For that you need to reboot it to single user mode "
Why it is required to boot in to single user mode, if Online JFS is not installed once can un mount the filesystem & than extend with extendfs.
Hi Fauziah,
Check with vxlicrep -v for license for ONLINE JFS
if not installed than
unmount the FS /u07
than lvextend
& extendfs
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:25 AM
07-13-2009 04:25 AM
Re: Online JFS after extend no license error appear
Since you already lvextended the volume, you need to have the volume unmounted and run "extendfs -F vxfs /dev/vg00/rlvol7".
This is a vg00 volume, which one is it? You might not be able to unmount it without doing to single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:46 AM
07-13-2009 04:46 AM
Re: Online JFS after extend no license error appear
Sharma Sanjeev wrote,
>>Why it is required to boot in to single user mode, if Online JFS is not installed once can un mount the filesystem & than extend with extendfs.<<<
You cannot unmount /dev/vg00/lvol7 which /usr in multiuser mode.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:52 AM
07-13-2009 04:52 AM
Re: Online JFS after extend no license error appear
As per FAUZIAH
# fsadm -F vxfs -b 20480 /u02
vxfs fsadm: V-3-25255: fsadm: You don't have a license to run this program
Its /u02
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:59 AM
07-13-2009 04:59 AM
Re: Online JFS after extend no license error appear
>>>lvextend -L 20480 /dev/vg00/lvol7
Logical volume "/dev/vg00/lvol7" has been successfully extended.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
# fsadm -F vxfs -b 20480 /u02
vxfs fsadm: V-3-25255: fsadm: You don't have a license to run this program<<<
Look at the above. He is extending LV /dev/vg00/lvol7 and trying to extend the filesystem /u02. Not sure he has mentioned the wrong mount point because lvol7 is normally /usr. He should confirm this.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 05:38 AM
07-13-2009 05:38 AM
Re: Online JFS after extend no license error appear
Do below steps:
Steps removed as a breach of copyright!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:45 PM
07-13-2009 04:45 PM
Re: Online JFS after extend no license error appear
Thanks for the reply.
Below is the result of every command I run.
If confirm I don't have online JFS than I will procees to go to single user mdoe and perform extendfs instead of fsadm.
pls advice.
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 314168 728696 30% /
/dev/vg00/lvol1 1835008 348272 1475184 19% /stand
/dev/vg00/lvol12 8912896 630192 8221584 7% /var
/dev/vg00/lvol11 4620288 2976000 1631496 65% /usr
/dev/vg01/lvol1 50331648 38099746 11468220 77% /u05
/dev/vg00/lvol9 15728640 4134517 10881325 28% /u04
/dev/vg00/lvol8 15728640 15382107 325969 98% /u03
/dev/vg00/lvol7 15728640 15165945 527533 97% /u02
/dev/vg00/lvol6 20971520 16342365 4340768 79% /u01
/dev/vg00/lvol5 1048576 247592 795240 24% /tmp
/dev/vg00/lvol10 7405568 4681712 2702640 63% /opt
/dev/vg00/lvol4 1048576 56000 985232 5% /home
DevFS 14 14 0 100% /dev/deviceFileSystem
#
# umount /u02
umount: cannot unmount /dev/vg00/lvol7 : Device busy
umount: return error 1.
# fsadm -F vxfs -b 20480 /u02
vxfs fsadm: V-3-25255: fsadm: You don't have a license to run this program
# vxlicrep -v
3.02.19.0
# swlist |grep -i jfs
# swlist -l product |grep -i online
PHKL_36142 1.0 Cell Online Addition and Deletion (OL*) patch
# vxlicense -p
sh: vxlicense: not found.
# vxlicrep
Symantec License Manager vxlicrep utility version 3.02.19.0
Copyright (C) 1996-2006 Symantec Corporation. 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.
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 08:32 PM
07-13-2009 08:32 PM
Re: Online JFS after extend no license error appear
# Steps removed as a breach of copyright
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 314208 728656 30% /
/dev/vg00/lvol1 1835008 348272 1475184 19% /stand
/dev/vg00/lvol12 8912896 630232 8221544 7% /var
/dev/vg00/lvol11 4620288 2976000 1631496 65% /usr
/dev/vg01/lvol1 50331648 38099746 11468220 77% /u05
/dev/vg00/lvol9 15728640 5875523 9248967 39% /u04
/dev/vg00/lvol8 15728640 15382107 325969 98% /u03
/dev/vg00/lvol7 15728640 15165945 527533 97% /u02
/dev/vg00/lvol6 20971520 16344983 4338282 79% /u01
/dev/vg00/lvol5 1048576 247592 795240 24% /tmp
/dev/vg00/lvol10 7405568 4681712 2702640 63% /opt
/dev/vg00/lvol4 1048576 56168 985064 5% /home
DevFS 14 14 0 100% /dev/deviceFileSystem
# fsadm -F vxfs -b 20480 /u02
vxfs fsadm: V-3-23544: sectors must be >= 15165946 as they are currently in use.
What does it means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 08:33 PM
07-13-2009 08:33 PM
Re: Online JFS after extend no license error appear
fsadm -F vxfs -b 20480m /u02
vxfs fsadm: V-3-23585: /dev/vg00/rlvol7 is currently 15728640 sectors - size will be increased
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 314208 728656 30% /
/dev/vg00/lvol1 1835008 348272 1475184 19% /stand
/dev/vg00/lvol12 8912896 630232 8221544 7% /var
/dev/vg00/lvol11 4620288 2976000 1631496 65% /usr
/dev/vg01/lvol1 50331648 38099746 11468220 77% /u05
/dev/vg00/lvol9 15728640 5875523 9248967 39% /u04
/dev/vg00/lvol8 15728640 15382107 325969 98% /u03
/dev/vg00/lvol7 20971520 15167230 5441528 74% /u02
/dev/vg00/lvol6 20971520 16344957 4338307 79% /u01
/dev/vg00/lvol5 1048576 247592 795240 24% /tmp
/dev/vg00/lvol10 7405568 4681712 2702640 63% /opt
/dev/vg00/lvol4 1048576 56168 985064 5% /home
DevFS 14 14 0 100% /dev/deviceFileSystem
TQ all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 09:57 PM
07-13-2009 09:57 PM
Re: Online JFS after extend no license error appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 09:59 PM
07-13-2009 09:59 PM
Re: Online JFS after extend no license error appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 10:09 PM
07-13-2009 10:09 PM
Re: Online JFS after extend no license error appear
Yes I forgot to add 20480M m for megabytes.
now my /u02 and /u03 successfully increase to another 5GB.
see my reply earlier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 03:46 AM
07-14-2009 03:46 AM
Re: Online JFS after extend no license error appear
real codeword deleted as a breach of copyright
Have you read your veritas license agreement? Does it say that you are allowed to share your license key? Even more so on an open public forum?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 05:09 PM
07-14-2009 05:09 PM
Re: Online JFS after extend no license error appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 05:51 PM
07-14-2009 05:51 PM
Re: Online JFS after extend no license error appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 06:02 PM
07-14-2009 06:02 PM
Re: Online JFS after extend no license error appear
I will check with my acct mgr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 06:07 PM
07-14-2009 06:07 PM
Re: Online JFS after extend no license error appear
Did not realise it. Normally I will clear some msg before post.
Will check with acc mgr what can be done