- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding VG on MCSG Metro cluster
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-04-2009 01:45 AM
12-04-2009 01:45 AM
Adding VG on MCSG Metro cluster
We have hp production systems with 11i and MC ServiceGuard - A.11.15.00.
We are planning to include one new volume group and file systems in the existing Package.
I would be grateful if anybody could clarify/respond my below queries.
1. Is it necessary to update on cluster configuration?
2. If answer is no, to update package configuration is it necessary to update package configuration with cmapplyconf.
Kind Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 01:53 AM
12-04-2009 01:53 AM
Re: Adding VG on MCSG Metro cluster
1.- No.
2.- No.
Rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 01:59 AM
12-04-2009 01:59 AM
Re: Adding VG on MCSG Metro cluster
Hello All,
Sorry I missed the important part in my query,
Can I do this exercise (adding new VG) while cluster and package is running?
Kind Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 02:02 AM
12-04-2009 02:02 AM
Re: Adding VG on MCSG Metro cluster
Make sure to do it on all nodes or sync the controlfiles.
hth
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 02:05 AM
12-04-2009 02:05 AM
Re: Adding VG on MCSG Metro cluster
Do you mean following would work please clarify.
1. Make VG cluster aware manually
2. Include VG in pkg control file to activate exclusive mode while in pkg startup
3. Include FS in pkg control file to mount fs while pkg startup
regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 02:07 AM
12-04-2009 02:07 AM
Re: Adding VG on MCSG Metro cluster
Primary node:
- create newvg
- vgchange -c y vgnew
- vgchange -a e vgnew
- vgdisplay vgnew
- create newfs
- vgexport -p -m /tmp/vgnew.map vgnew
- copy vgnew.map to secondary node
- vgchange -a n vgnew
Secondary node:
- vgimport -p vgnew.map vgnew ...
- vgchange -a e vgnew
- vgdisplay vgnew
- vgchange -a n vgnew
Primary node:
- vgchange -a e vgnew
Modifify package "control script" for add "vgnew" and newfs.
Copy "control script" to secondary node.
Regards,
Rariasn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 02:33 AM
12-04-2009 02:33 AM
Re: Adding VG on MCSG Metro cluster
and verify with:
# cmgetconf ...
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 02:35 AM
12-04-2009 02:35 AM
Re: Adding VG on MCSG Metro cluster
Hi Rariasn,
Thanks for your response.
Your response did answer my questions.
However I have another question coming in mind.
What would be the necessity of having all volume group entries in cluster configuration binary file? Could you please tell me?
Kind regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 03:28 AM
12-04-2009 03:28 AM