- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: proper procedure for an lxextend
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
06-19-2003 11:02 AM
06-19-2003 11:02 AM
Do I need to vgexport/vgimport to the alternate node if it is a simple lvextend? Are the LV definitions (for example the number of PE's now in the LV, and on which disk the PE's are located) defined on the alternate node during package startup (vg activation), or in the vgimport on the alternate node?
We are also concerned about problems using the vgimport -s flag. Has anyone had problems with the -s tickling the vg from the alternate node while the vg is active on the primary node? I believe this should not be a problem, and the manuals seem to say it can be done, but some things have occasionally gone wrong and we are uncertain about it. Has anyone used the vgimport -s flag on vg's with striped disks?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:08 AM
06-19-2003 11:08 AM
SolutionIn the case of a lvextend, the alternate node sees the same disks and therefore would see the same extents since the lvol is already defined. So, in my case, no I have never vgimported the LV when it was only an extent.
As for vgimport -s, though you can use it, I have always preferred using the list of disks in a file and used the -f option instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:09 AM
06-19-2003 11:09 AM
Re: proper procedure for an lxextend
If the only thing you are doing is changing the size of a logical volume, then you do not need to do anything special on the alternate MC/ServiceGuard node. Simply do your maintenance on the node holding the active logical volume. The reason for this is that when the volume group is activated on the alternate node, the logical volume information will be read from the LVM header.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:16 AM
06-19-2003 11:16 AM
Re: proper procedure for an lxextend
I never do vgimports of active VG's so I can't answer that one. I suspect (because vgscans do it as well) that it a a 'safe' operation. The vgimport is writing nothing on the disk itself. In general, I'm not even a big proponent of vgimport -s's because everything uses the same primary path. I prefer to conventionally do the vgimport although a vgimport -s is fine to identify the primary and alternate paths. You can then change this after the vgimport for more efficient SCSI paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 12:01 PM
06-19-2003 12:01 PM