- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Add new disks to VG owned by SG
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
08-22-2005 08:09 PM
08-22-2005 08:09 PM
I want to add new disks inot VG owned by SG, without halting package. I used SAM to add new disks, but I got message that I have to undistribute VG.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 08:13 PM
08-22-2005 08:13 PM
Re: Add new disks to VG owned by SG
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 08:17 PM
08-22-2005 08:17 PM
Re: Add new disks to VG owned by SG
Is this a SG with VG in shared mode? If it is, you can't do it on-line.
After adding the disk to VG you must vgexport to the other node and then vgimport the VG information. You may check man pages on how to do it, don't forget the "-p" flag, otherwise the VG information will be erased from LVM tab.
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 08:19 PM
08-22-2005 08:19 PM
Re: Add new disks to VG owned by SG
In this stage, I need to add disks to VG owned by package.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 08:20 PM
08-22-2005 08:20 PM
Re: Add new disks to VG owned by SG
the step in summary is:
{if vg is already in the cluster}
NODE A :
# pvcreate /dev/rdsk/cXtYdY
# vgextend
# vgextend
# vgexport -v -p -s -m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 08:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 09:57 PM
08-22-2005 09:57 PM
Re: Add new disks to VG owned by SG
I pvcreate one disk, then I vgextend it which was successfull, and same for the second disk. Then I pvcreate all remaining disks, and alt disks for all remaining including first two disks. Now, I start vgextend the third disk but it gives me error vgcfgbackup: Invalid LVMREC on first disk.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 11:40 PM
08-22-2005 11:40 PM
Re: Add new disks to VG owned by SG
You point is valid. The new disks are sucessfully created in VG that already exist in primary node. I did not create any new LV's, but I want to update lvmtab on the secondary node. I use vgexport -v -p -s -m, then message says vg still active. One the secondary node, vgimport -v -s -m , which says vg already exists.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 11:45 PM
08-22-2005 11:45 PM
Re: Add new disks to VG owned by SG
On the other node, you have to remove the vg.
vgexport vgXX
Thean recreate the dir and group file:
mkdir /dev/vgXX
mknod /dev/vgXX/group c 64 0xXX0000
Then you perform "vgimport".
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 11:13 PM
08-23-2005 11:13 PM
Re: Add new disks to VG owned by SG
vgimport does not work properly, as the disks appended in secondary lvmtab file are less than the primary one. Also, I have the disks start with C16 and alt disks start with C20 in primary, but in secondary they starts with C20!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 12:16 AM
08-24-2005 12:16 AM
Re: Add new disks to VG owned by SG
I don't think I understood the problem ... What do you mean by "less"?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 06:01 AM
08-24-2005 06:01 AM