- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgexport run with -s or not??
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
12-06-2007 12:39 PM
12-06-2007 12:39 PM
vgexport run with -s or not??
I need to add LV's to an existing volume group with space allocated from a disk already within the VG. These LV's have already been created on one node and we now need to propagate the changes to the other nodes.
I beleive I need to run a vgexport -p -m and vgimport -m but am unsure of whether to run the vgexport with a -s (i.e to include the VGID). I believe the different nodes have different VGID's so I currently believe I should run vgexport without the -s option. Is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:42 PM
12-06-2007 12:42 PM
Re: vgexport run with -s or not??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:47 PM
12-06-2007 12:47 PM
Re: vgexport run with -s or not??
That's the best way to create a map file in a SG environment...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:47 PM
12-06-2007 12:47 PM
Re: vgexport run with -s or not??
echo '0X2010?2X' | adb /dev/dsk/c?d?t? | expand | tr -d '' | sed 's/2010:/VGID/'
please check the disk befor and you know for sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:52 PM
12-06-2007 12:52 PM
Re: vgexport run with -s or not??
One possible downside to using -s is that the i/o distribution will not be optimized because every LUN in an array will usually get the same primary path. If you want to optimize the i/o to use multiple paths then you you will need to run vgreduce and vgextend to rearrange the primary and alternate paths. This usually doesn't matter as much as it once did when copper SCSI was the norm.