- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgexport with cluster nodes
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-2011 10:50 AM
04-18-2011 10:50 AM
Whats the exact reason used -s option with vgexport while exporting VG map file.As i know -s option will generate VGID with map file.
My assumption:
We will be creating new VG before importing on node 2.So imported map file with VGID will set the new VGID for newly created VG.
Please help on understanding this.
Regards
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2011 10:53 AM
04-18-2011 10:53 AM
Re: vgexport with cluster nodes
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
04-18-2011 12:09 PM
04-18-2011 12:09 PM
Solution-s Sharable option, Series 800 only. When the -s
option is specified, then the -p, -v, and -m
options must also be specified. A mapfile is
created that can be used to create volume group
entries on other systems in the high availability
cluster (with the vgimport command).
As you can see, -s is not the reson you are getting a map file. It is the sharable VG flag being set and that is only required for series 800 machines (quite old).
Otherwise, mapfile does not necessarily give you the VGID information. Mapfile contains the lvol sequence numbers when importing it on another system. VGID does not get set in the vgexport and vgimport process. Actually, the whole process depends on the consistent VGID information to be recorded on each LUN making up this volume group.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2011 03:27 AM
04-19-2011 03:27 AM
Re: vgexport with cluster nodes
When an admin creates a volume group on one server, /etc/lvmtab is loaded with DSF references that may not be the same references on other nodes in the cluster (if the LUN is shared/seen by the other nodes). To insure the correct DSFs are loaded, the -s option is used during preview vgexport, along with -m and to load the assigned VGID for the volume group, into the map file. The usefulness is apparent when the vgimport is performed on another node, where the same map file is referenced and the -s option is used.
This causes the other node to inspect the LVM metadata on each disk, looking for those that have a matching VGID, and if matching, the DSF for that path is loaded into /etc/lvmtab. The helps insure the correct DSFs are loaded into the other node's /etc/lvmtab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2011 10:19 AM
04-19-2011 10:19 AM
Re: vgexport with cluster nodes
-s parameter helps the LVM to load the correct PVs into lvmtab on cluster env.
Regards
himacs