- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: full filesystem & LV group, can I use another ...
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-30-2007 04:17 AM
07-30-2007 04:17 AM
full filesystem & LV group, can I use another LV
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 409600 202912 205104 50% /
/dev/vg00/lvol1 311296 180056 130264 58% /stand
/dev/vg00/lvol8 4710400 1438896 3246480 31% /var
/dev/vg00/lvol7 5554176 2680176 2851616 48% /usr
/dev/vg02/lvol11 35553280 16889558 17497495 49% /u03
/dev/vg01/lvol10 35553280 10866852 23143831 32% /u02
/dev/vg00/lvol9 10248192 10086453 151687 99% /u01
/dev/vg00/lvol4 204800 9264 194648 5% /tmp
/dev/vg00/lvol6 3366912 2362960 996152 70% /opt
/dev/vg00/lvol5 5636096 5056336 576584 90% /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 04:20 AM
07-30-2007 04:20 AM
Re: full filesystem & LV group, can I use another LV
After this you can extend the other LVOL followed by extending the file system.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 04:31 AM
07-30-2007 04:31 AM
Re: full filesystem & LV group, can I use another LV
--
THere are two other volume groups that have plenty of space.
--
Create a new logical volume in vg01 or vg02, mount it on /mnt ,close your application using /u01, cd /u01, cp -pR * /mnt, umount /u01, umount mnt, change the /etc/fstab for u01 and mount u01 again.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 04:50 AM
07-30-2007 04:50 AM
Re: full filesystem & LV group, can I use another LV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 05:47 AM
07-30-2007 05:47 AM
Re: full filesystem & LV group, can I use another LV
larry:/u03 > vgdisplay vg00
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 4238
VGDA 2
PE Size (Mbytes) 8
Total PE 4228
Alloc PE 4228
Free PE 0
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
larry:/u03 > vgdisplay vg01
--- Volume groups ---
VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 8683
VGDA 2
PE Size (Mbytes) 4
Total PE 8681
Alloc PE 8680
Free PE 1
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
larry:/u03 > vgdisplay vg02
--- Volume groups ---
VG Name /dev/vg02
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 8683
VGDA 2
PE Size (Mbytes) 4
Total PE 8681
Alloc PE 8680
Free PE 1
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
07-30-2007 06:09 AM
07-30-2007 06:09 AM
Re: full filesystem & LV group, can I use another LV
# cd /u03
# tar cvf /u02/u03.tar .
# cd /
# umount /u03
# vgexport vg02
# vgextend /dev/vg01 /dev/dsk/cxtydz /dev/dsk/cxtydz
disks of vg02
# lvcreate -L XXXX /dev/vg01 -n lvol11
# newfs -F vxfs /dev/vg01/rlvol11
change the /etc/fstab
# mount -a
# cd /u03
# tar xvf /u02/u03.tar .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 06:11 AM
07-30-2007 06:11 AM
Re: full filesystem & LV group, can I use another LV
Kerry,
Lvols are VG specific, and cannot span multiple VG's
If you are looking for additional space for /u01, you will have to find it in vg00.
That being said it is not good practice to place application data in vg00. The OS should be independent of the data.......