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-23-2002 08:33 AM
07-23-2002 08:33 AM
We have an EMC symmetrix connected to two
K-boxes. One node is configured as a failover of the other.When I create LV's on VG1 of first node, the second node also has to be updated with the same configuration using vgexport, vgimport and vgchange process.
My question is when I have more VG's like VG1, VG2, VG3, etc. do I have to do vgexport and vgimport for all the Volume Groups or only VG1?
Your thoughts on this will be greatly appreciated.
Thanks in advance.
Lanke
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:39 AM
07-23-2002 08:39 AM
Re: EMC
For failover purposes, everytime you modify the LVM information for a VG, you have to update this information on your adoptive node(s).
On node1:
# vgexport -p -s -m /tmp/vg##.map vg##
remote copy or ftp the vg##.map to the adoptive node.
on node2:
# vgexport vg##
# mkdir /dev/vg##
# mknod /dev/vg##/group c 64 0x##0000 (must be the same as before)
# vgimport -s -m /tmp/vg##.map vg##
No vgchange is done.
You should be good.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:45 AM
07-23-2002 08:45 AM
Re: EMC
You need to vgexport and then import only for those VG's taht have modified.
You also need to modify the service guard ascii and cntl files and compile the file (cmcheckconf and cmapplyconf)before copy it over to next node.
Good luck,
-USA...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:55 AM
07-23-2002 08:55 AM
Re: EMC
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:55 AM
07-23-2002 08:55 AM
Re: EMC
By the way are there any trouble shooting documents to which I can refer to.
Thanks
Lanke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 08:58 AM
07-23-2002 08:58 AM
Re: EMC
Go to Maintenance and support and search the technical knowledge base. Use the keyword sgux in your search. You will find quite a few docs this way, or go to
http://www.docs.hp.com/hpux/ha/index.html
For a bunch of manuals on HA
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 09:07 AM
07-23-2002 09:07 AM
Re: EMC
Like I said...just in case your using MC/SG...if not then ignore this..
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 01:25 PM
07-23-2002 01:25 PM
Re: EMC
Just my $0.02