- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add disk to VG in a Cluster
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
04-18-2005 04:12 AM
04-18-2005 04:12 AM
add disk to VG in a Cluster
After lvm commands, pvcreate,vgextend It is necessary to realize vgexport (vgexport -m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 04:28 AM
04-18-2005 04:28 AM
Re: add disk to VG in a Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 04:29 AM
04-18-2005 04:29 AM
Re: add disk to VG in a Cluster
You must vgexport on one node, then on the other remove and recreate the /dev/vg?? structure for that VG, and then vgimport the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 06:17 AM
04-18-2005 06:17 AM
Re: add disk to VG in a Cluster
on the other node:
vgexport vgname
mkdir /dev/vgname
mknod /dev/vgname/group c 64 0xXX0000
where XX is identical to minor number of the vg on the active node.
vgimport -s -m
done....
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 07:03 PM
04-18-2005 07:03 PM
Re: add disk to VG in a Cluster
Thanks to all and sorry for my English
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 07:33 PM
04-18-2005 07:33 PM
Re: add disk to VG in a Cluster
No, that's not possible, and you just do not want that! Because if your cluster package is switching, mostly that comes on the time when less downtime is needed. So If you change anything in your lvm-configuration, just synchronise it over the entire cluster. You might use rdist for that, but you have to be very sure that al minor numbers are in sync over all clusternodes.
Hope it helps you,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 08:21 PM
04-18-2005 08:21 PM
Re: add disk to VG in a Cluster
You need to :
1,export vg (vg contain new disk)
2,copy all ralative file to other nodes on cluster
3, Import
Refer this doc for detail
http://www.docs.hp.com/en/B3936-90079/
====> Troubleshooting your Cluster
HTH
tienna