- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11iv1 2TB lvol
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
09-30-2008 09:47 AM
09-30-2008 09:47 AM
HP-UX 11iv1 2TB lvol
(new vg)
# vgdisplay -v xpvg09
--- Volume groups ---
VG Name /dev/xpvg09
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 0
Open LV 0
Max PV 16
Cur PV 16
Act PV 16
Max PE per PV 4096
VGDA 32
PE Size (Mbytes) 32
Total PE 65520
Alloc PE 0
Free PE 65520
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
# lvextend -L 2000 /dev/xpvg09/lvol1
Warning: rounding up logical volume size to extent boundary at size "2016" MB.
lvextend: "LogicalExtentsNumber" is not bigger than current setting.
# extendfs /dev/xpvg09/rlvol1
vxfs extendfs: file system is already at maximum device capacity.
/dev/xpvg09/lvol1 1073709056 35160 1065285832 0% /x_clmmag
(existing vg)
# vgdisplay -v fcvg01
--- Volume groups ---
VG Name /dev/fcvg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 7
Act PV 7
Max PE per PV 10239
VGDA 14
PE Size (Mbytes) 32
Total PE 61747
Alloc PE 61747
Free PE 0
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
09-30-2008 10:08 AM
09-30-2008 10:08 AM
Re: HP-UX 11iv1 2TB lvol
Can you post an lvdisplay output rather than the vgdisplay:
lvdisplay /dev/xpvg09/lvol1
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 10:10 AM
09-30-2008 10:10 AM
Re: HP-UX 11iv1 2TB lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 10:21 AM
09-30-2008 10:21 AM
Re: HP-UX 11iv1 2TB lvol
[ phximg - /dev ]
# lvdisplay /dev/xpvg09/lvol1
--- Logical volumes ---
LV Name /dev/xpvg09/lvol1
VG Name /dev/xpvg09
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1048544
Current LE 32767
Allocated PE 32767
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 10:22 AM
09-30-2008 10:22 AM
Re: HP-UX 11iv1 2TB lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 10:25 AM
09-30-2008 10:25 AM
Re: HP-UX 11iv1 2TB lvol
# lvdisplay /dev/fcvg01/lvol1
--- Logical volumes ---
LV Name /dev/fcvg01/lvol1
VG Name /dev/fcvg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1975904
Current LE 61747
Allocated PE 61747
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 11:16 AM
09-30-2008 11:16 AM
Re: HP-UX 11iv1 2TB lvol
You are saying "-L 2000"
which is saying 2000MB
which is only 2GB
Try the lvextend with "-L 2097152"
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 11:28 AM
09-30-2008 11:28 AM
Re: HP-UX 11iv1 2TB lvol
lvextend -l 65520 /dev/vpvg09/lvol1
use low case l.
then
fsadm -b 2096640m /x_clmmag
to extend the file system size.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 01:34 PM
09-30-2008 01:34 PM
Re: HP-UX 11iv1 2TB lvol
# lvextend -L 2097152 /dev/xpvg09/lvol1
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
You have mail in /var/mail/root
[ phximg - / ]
# lvextend -l 65520 /dev/xpvg09/lvol1
Logical volume "/dev/xpvg09/lvol1" has been successfully extended.
Volume Group configuration for /dev/xpvg09 has been saved in /etc/lvmconf/xpvg09.conf
[ phximg - / ]
# fsadm -b 2096640m /x_clmmag
fsadm: /etc/default/fs is used for determining the file system type
fsadm: You don't have a license to run this program
[ phximg - / ]
# extendfs /dev/xpvg09/rlvol1
[ phximg - / ]
# mount /x_clmmag
[ phximg - / ]
# bdf /x_clmmag
Filesystem kbytes used avail %used Mounted on
/dev/xpvg09/lvol1 2146959360 68040 2130118744 0% /x_clmmag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 12:31 PM
10-01-2008 12:31 PM
Re: HP-UX 11iv1 2TB lvol
Case is closed.