HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 2 node MCSG OPS cluster
Operating System - HP-UX
1834237
Members
2435
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-18-2003 10:05 PM
11-18-2003 10:05 PM
2 node MCSG OPS cluster
I need to create a mirror using lvextend (-m) but would like to do most of it while system is online (with minimal downtime anyway). Is it possible to bring up a 2-node OPS cluster in a single cluster mode, with originally "shared" VGs in "exclusive" mode so that LVM based mirroring can take place while users are still online? If so, what are the steps involved? Needless to say, once the mirrors are in synch, we will change VGs back to "shared" mode and bring up cluster.
Thanks in advance for your help.
Thanks in advance for your help.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 01:08 AM
11-19-2003 01:08 AM
Re: 2 node MCSG OPS cluster
The volume groups must be cluster aware - not exclusive to be in a running cluster.
However, you can mirror the disks while the cluster is up.
For step, see "Creating a Storage Infrastructure with LVM" section in "Managing MC/ServiceGuard":
http://docs.hp.com/hpux/onlinedocs/B3936-90073/B3936-90073.html
Rgds...Geoff
However, you can mirror the disks while the cluster is up.
For step, see "Creating a Storage Infrastructure with LVM" section in "Managing MC/ServiceGuard":
http://docs.hp.com/hpux/onlinedocs/B3936-90073/B3936-90073.html
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:26 PM
11-19-2003 07:26 PM
Re: 2 node MCSG OPS cluster
Hi,
Pls explain the setup clearly.
Saurav
Pls explain the setup clearly.
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:17 AM
11-20-2003 12:17 AM
Re: 2 node MCSG OPS cluster
I don't know the answer to this fundamental question - will OPS work with a VG that is not activated in SHARED mode, even when only one server is running an instance on that VG?
If the answer is YES proceed. If not, skip the part below where the package control script is editted and don't start the package
As you may know - VG's configured to activate in "shared" mode cannot be altered with LVM commands (see most any LVM command name page). So to add a mirror, the VG must be configured to activate in either "exclusive" mode or normal mode.
# cmhaltpkg
# vgchange -c n -S n
On the node where you want to start the package, edit the package control script and change the VGCHANGE parameter to: 'vgchange -a y'.
Start the package:
# cmrunpkg
If OPS cannot work with a VG that is not marked as a "shared" VG, then don't start the package and do the following step:
# vgchange -a y
In either case, with the VG activated, add the mirrors:
# lvextend -m 1
Repeat as needed on each lvol.
When mirroring is completed:
- if the package is up - halt it
# cmhaltpkg
Edit the package control script - reverting the VGCHANGE parameter:
'vgchange -a s'
- With the package down:
# vgchange -a n
# vgchange -c y -S y
Start the OPS packages
-sd
If the answer is YES proceed. If not, skip the part below where the package control script is editted and don't start the package
As you may know - VG's configured to activate in "shared" mode cannot be altered with LVM commands (see most any LVM command name page). So to add a mirror, the VG must be configured to activate in either "exclusive" mode or normal mode.
# cmhaltpkg
# vgchange -c n -S n
On the node where you want to start the package, edit the package control script and change the VGCHANGE parameter to: 'vgchange -a y'.
Start the package:
# cmrunpkg
If OPS cannot work with a VG that is not marked as a "shared" VG, then don't start the package and do the following step:
# vgchange -a y
In either case, with the VG activated, add the mirrors:
# lvextend -m 1
Repeat as needed on each lvol.
When mirroring is completed:
- if the package is up - halt it
# cmhaltpkg
Edit the package control script - reverting the VGCHANGE parameter:
'vgchange -a s'
- With the package down:
# vgchange -a n
# vgchange -c y -S y
Start the OPS packages
-sd
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP