- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OnLine JFS Not Working
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
11-18-2003 06:28 AM
11-18-2003 06:28 AM
B3929CA B.11.11 HP OnLineJFS
I am getting the following error message:
hp72:/cbtprod/aegis # lvextend -l 1100 /dev/vg_db/lv_orabin /dev/dsk/c6t6d0
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg_db/lv_orabin" could not be extended.
Failure possibly caused by strict allocation policy
The disk has plenty of space:
PV Name /dev/dsk/c6t6d0
PV Name /dev/dsk/c7t6d0 Alternate Link
PV Status available
Total PE 8681
Free PE 7431
Autoswitch On
Any thoughts? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:32 AM
11-18-2003 06:32 AM
Re: OnLine JFS Not Working
The -l XXXX would be the new *total" logical extents. Same goes for -L XXXX - the new total MB. So if you want to *add* 1100 extents make it
lvextend -l 9781 .......
And if this is mirrored AND you want 1100 for each mirror pair then
lvextend -l 10881 .....
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:33 AM
11-18-2003 06:33 AM
Re: OnLine JFS Not Working
lvextend -L 1100 /dev/vg_db/lv_orabin /dev/dsk/c6t6d0
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:34 AM
11-18-2003 06:34 AM
Re: OnLine JFS Not Working
The typical solution is to back up everything and reallocate the LVOL's -- doing the mirrored LVOL's first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:34 AM
11-18-2003 06:34 AM
Re: OnLine JFS Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:37 AM
11-18-2003 06:37 AM
Re: OnLine JFS Not Working
It would help if we could see lvdisplay on the LV & vgdisplay -v on the VG.
Thx,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:38 AM
11-18-2003 06:38 AM
Re: OnLine JFS Not Working
PV Name /dev/dsk/c4t6d0
PV Name /dev/dsk/c5t6d0 Alternate Link
PV Status available
Total PE 8681
Free PE 7431
Autoswitch On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:40 AM
11-18-2003 06:40 AM
Re: OnLine JFS Not Working
hp72:/cbtprod/aegis # lvdisplay /dev/vg_db/lv_orabin
--- Logical volumes ---
LV Name /dev/vg_db/lv_orabin
VG Name /dev/vg_db
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 3200
Current LE 800
Allocated PE 1600
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
Vgdisplay info:
hp72:/cbtprod/aegis # vgdisplay /dev/vg_db
--- Volume groups ---
VG Name /dev/vg_db
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 13
Open LV 13
Max PV 16
Cur PV 12
Act PV 12
Max PE per PV 8683
VGDA 24
PE Size (Mbytes) 4
Total PE 104172
Alloc PE 24150
Free PE 80022
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:48 AM
11-18-2003 06:48 AM
Re: OnLine JFS Not Working
Since it's mirrored - then you need to double the 1100 (1100 per mirror - note the allocated value)- so it'd be
lvextend -l 2200 ....
or
lvextend -L 4400 ....
HTH,
Jeff
P.S. you may want to do an lvdisplay -v on that LV to verify that indeed the extents are allocated on diff PVs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:52 AM
11-18-2003 06:52 AM
Re: OnLine JFS Not Working
Why don't you try using the -L switch instead.
# lvextend -L 4400
(since you have 4 MB physical extents, and you want 1100 extents total, then that is 4400 MB).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 06:53 AM
11-18-2003 06:53 AM
Re: OnLine JFS Not Working
do a vgdisplay -v /dev/vg_db and check the number of extents on each disk in the VG. the lv was proably creted with a strict allocation policy in which case you should have enough free extents on the disks to allow you to extend the size of this lv.
Try this link for more info on the allocation policies.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066374062
The doc id is KBAN00000177
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 07:14 AM
11-18-2003 07:14 AM
Re: OnLine JFS Not Working
lvextend -l 1100 /dev/vg_db/lv_orabin /dev/dsk/c6t6d0 /dev/dsk/c4t6d0
Logical volume "/dev/vg_db/lv_orabin" has been successfully extended.
Volume Group configuration for /dev/vg_db has been saved in /etc/lvmconf/vg_db.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 07:17 AM
11-18-2003 07:17 AM
Re: OnLine JFS Not Working
You may need to enable your license:
9. Enable OnlineJFS.
a. Remember our licenses:
# vxlicense -p
vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]
vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)
vrts:vxlicense: INFO: Expiration date: Sun Jun 24 04:00:00 2007 (1370.6 days from now)
vrts:vxlicense: INFO: Release Level: 22
vrts:vxlicense: INFO: Machine Class: All
vrts:vxlicense: INFO: Site ID: 0
b. This is the Base VxVM license, which includes HP_OnlineJFS.
c. However, it WON'T WORK, unless you ENABLE the license:
/sbin/fs/vxfs/vxenablef -a
vi /etc/inittab
Add:
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
init q
d. As near as I can tell, this isn't documented anywhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:51 PM
11-18-2003 04:51 PM
Re: OnLine JFS Not Working
I think there is limited PE.
So i think had not used the -p optiong while creating the VG for to use the maximum PE
better to put the /etc/lvmtab file and vgdisplay output it may help us to understand.
Thanx