- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- set up 2 node mc service guard
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
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
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-28-2007 03:13 AM
тАО06-28-2007 03:13 AM
set up 2 node mc service guard
I need to setup the mc service guard for 2 nodes. It is a simple design. Only 1 oracle instance will sit on 1 shared vg. I have created the vg and done all the necessary vgexport and vgimport staff already. I have the HB IP setup already and I have the package IP already. Both of my nodes are MCOE with build in mc service guard already.
I never setup MC service guard before and I don't have the time to read up the doc now. I really I appriate someone could provide me the necessary steps for my plan.
thank you very much,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 03:22 AM
тАО06-28-2007 03:22 AM
Re: set up 2 node mc service guard
http://docs.hp.com/en/B3936-90053/ch05s05.html
basically you create the cluster, then start configuring the packages. For the lock disk just use the FIRST_CLUSTER_LOCK_VG and set it to the shared vg thay you already created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 05:10 AM
тАО06-28-2007 05:10 AM
Re: set up 2 node mc service guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 06:54 PM
тАО06-28-2007 06:54 PM
Re: set up 2 node mc service guard
1. # cmquerycl -v -C /etc/cmcluster/cmclconfig.ascii -v node1 -n node2
2. change the following parameters accordingly in /etc/cmcluster/cmclconfig.ascii .
CLUSTER_NAME cluster1
QS_HOST quorum2
QS_POLLING_INTERVAL 300000000
NODE_NAME node1
NETWORK_INTERFACE lan0
STATIONARY_IP 10.10.15.53
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.0.10
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.1.1
# CLUSTER_LOCK_LUN
# Warning: There are no standby network interfaces for lan0,lan2,lan3.
NODE_NAME node2
NETWORK_INTERFACE lan0
STATIONARY_IP 10.10.15.55
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.0.11
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.1.2
# CLUSTER_LOCK_LUN
# Warning: There are no standby network interfaces for lan0,lan2,lan3.
Add Lan2 and Lan3 ips in /etc/rc.config.d/netconf file in both the nodes.
# ifconfig lan2< ip addres >
# ifconfig lan3 < ip adress >
Note : Make sure to install quorum server in any of your lone standalone systems. If you do not have quorum server please remember to configure lock disk.
3. cmcheckconf -v -C /etc/cmcluster/cmclconfig.ascii
4. cmapplyconf -v -C /etc/cmcluster/cmclconfig.ascii
5. cmruncl -v
6. cmviewcl -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 01:09 AM
тАО06-29-2007 01:09 AM
Re: set up 2 node mc service guard
UMCSGKBRC00010342
ServiceGuard Cluster Implementation Summary
You must have at least a software support document to be able to search for this document in the ITRC database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 02:10 AM
тАО06-29-2007 02:10 AM
Re: set up 2 node mc service guard
Create a directory under path ├в /etc/cmcluster├в with the name of the cluster, the cluster name as
given in cmclconfig.ascii file. This directory is used for package specific files.
Example:
# mkdir /etc/cmcluster/clarify
# cd /etc/cmcluster/clarify
Use the command ├в cmmakepkg├в to create the package configuration template file.
# cmmakepkg ├в p package.conf
# vi package.conf (for appropriate entries)
Example:
# cmmakepkg ├в p clarify.conf
Edit package.conf (clarify.conf) file for required package parameters and it├в s validations.
# vi clarify.conf (for appropriate entries)
Use the command ├в cmmakepkg├в to create the package control script template file.
# cmmakepkg ├в s package.ctl
# vi package.ctl (for appropriate entries)
Example:
# cmmakepkg ├в s clarify.ctl
Edit clarify.ctl file to modify script variables.
Distribute the package related package.conf file, package.ctl file and other scripts to all the
nodes in the cluster. Once this is completed execute the following commands to complete
the creation of cluster with an embedded package.
# cmcheckconf ├в P /etc/cmcluster/
(checks the package.conf file for any errors)
# cmapplyconf ├в P /etc/cmcluster/
( compiles the package into the package.conf file)
Coordinate with DBA group and App group to have them keep ready the scripts related to Oracle and application. Once they are ready System Admin can incorporate those scripts in the package.ctl file at appropriate places.
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 04:04 AM
тАО06-29-2007 04:04 AM
Re: set up 2 node mc service guard
Clay, I understand your point very well and I also wish everything is well planed. However, I really don't have time to read through the documents now. I work 10 hours a day for the past month.
The power, the network have been preconfigured to have the HA. now I only left the sg configuration.
I will do my homework this weekend and try to do it in the next 2 days.
thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 04:43 AM
тАО06-29-2007 04:43 AM
Re: set up 2 node mc service guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2007 12:23 AM
тАО07-18-2007 12:23 AM