- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Serviceguard cluster storage migration
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-06-2025 07:40 PM - last edited on 04-10-2025 11:31 PM by support_s
04-06-2025 07:40 PM - last edited on 04-10-2025 11:31 PM by support_s
Hello,
HP-UX version 11.31(Itanium), Serviceguard version 11.19.
I'm planning to do storage migration on Serviceguard 2 node cluster.
Can I use LVM commands vgextend, pvmove, vgreduce on active cluster node cluster vgs ?
Taken in consideration that cluster vgs are marked for cluster using "vgchange -c y" and activated using "vgchange -a e", another concern is cluster vg configuration on standby node - do I have to do additional config there after vgextend, pvmove, vgreduce on active node ?
Thanks,
Vilius M.
Solved! Go to Solution.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 08:41 PM
04-06-2025 08:41 PM
Query: Serviceguard cluster storage migration
System recommended content:
1. Managing Serviceguard A.11.20
2. Upgrading to HP Serviceguard 11.17 with Cluster Volume Manager/Cluster File Systems, December 2005
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 08:11 AM
04-08-2025 08:11 AM
SolutionHello Vilius,
You could follow the LVM commands to perfom the migration such as vgextend luns from new storage, lvextend or pvmove and vgreduce the luns from OLD storage. There is no need to deactivate or change the activation mode of any of the vg at any point of time , hence it can be performed online .
The steps mentioned above would update the vg configutation including lvmtab with new dsfs but it has to be populated to standby node manually.
You need to
1) make map file of the vg from primary node using the options
# vgexport -p -v -s -m /tmp/vg_name.map vg_name - after all the changes to VG (where you make all the changes)
2)copy the map file to standby node
3) export the current vgs from standby node - which should be okay as long as you have all the pkgs are running on primary node and the vgs are active there .
you may run # bdf / vgdisplay and confirm the same before exporting the vgs .
4) Import the vgs with map file copied from primary node , using # vgimport -v -s -N -m /tmp/vg_name.map /dev/vg_name
-N --> on assumption that you would be using agile dsf
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
