- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to extend VG00 from new inserted HD on SAN ?
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
03-11-2009 06:08 AM
03-11-2009 06:08 AM
I need little help, never done this before. And the new HD is located on SAN with VxVM type.
Our goal : To increase LV of the /profile/backup
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol9 58327040 57999436 316968 99% /profile/backup
Our questions,
1. We have inserted 4 news hard (257GB each) disks into the SAN. The information from SAM,
0/4/2/0.1.5.0.0.1.7 2 LVM vgelr01 13893 HP OPEN-E ^ ¦
0/4/2/0.1.5.0.0.10.0 2 LVM vgelr05 13893 HP OPEN-E ¦ ¦
0/4/2/0.1.5.0.0.10.1 2 LVM vgelr05 13893 HP OPEN-E ¦
0/4/2/0.1.5.0.0.10.2 2 LVM vgelr05 13893 HP OPEN-E
0/4/2/0.1.5.0.0.10.4 2 VxVM ... 263967 HP OPEN-E* ¦ ¦
0/4/2/0.1.5.0.0.10.5 2 VxVM ... 263967 HP OPEN-E* ¦ ¦
0/4/2/0.1.5.0.0.10.6 2 VxVM ... 263967 HP OPEN-E* ¦ ¦
0/4/2/0.1.5.0.0.10.7 2 VxVM ... 263967 HP OPEN-E* ¦
Can anyway please guide me on how to configure these new harddisk and extend the /LV of profile/backup
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 06:12 AM
03-11-2009 06:12 AM
Solution2) you should not put data lvols into vg00
=>
so decide to create a new volume group (lvm or vxvm - it's up to you) with lvols and move your backup files to this location.
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
03-11-2009 06:14 AM
03-11-2009 06:14 AM
Re: How to extend VG00 from new inserted HD on SAN ?
anyway, i really have no idea about these VXVM file system, i tried to used SAM to extend the vg00 but it couldn't located the new HD.
anyone please guides.
thanks !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 06:33 AM
03-11-2009 06:33 AM
Re: How to extend VG00 from new inserted HD on SAN ?
as it was mentioned, if you want to extend the vg00 with these disks, you need to get them out of VxVM control and configure them into LVM.
If you want to keep the disks under VxVM, you have to create a VxVM disk group. In that case, you'll have to migrate the filesystem onto these disks.
You should also be thinking of moving any data that don't have something to do with the operating system out of vg00.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 06:38 AM
03-11-2009 06:38 AM
Re: How to extend VG00 from new inserted HD on SAN ?
I totally agree as mentioned before.
Anyway, your current limits for vg00 will prevent the addition of larger disks anyway, so do as said, move your data to a new volume group.
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
03-11-2009 06:48 AM
03-11-2009 06:48 AM
Re: How to extend VG00 from new inserted HD on SAN ?
Think about this situation. If SAN is not availble in some point of time, then root VG also not get activated due to quorum.
It is best practice that we should have only internal disks on root VG and not to keep any data other than OS related in VG00.
But nothing will stop you to add SAN disks into root VG.
Ganesh.