- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle 10G SGeRAC ServiceGuard config assistance p...
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
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
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
тАО01-08-2007 12:24 PM
тАО01-08-2007 12:24 PM
We have created a cluster for our new RAC test system, but we have some final config issues.
We have SGeRAC Vers 11.17, and RAC 10.2.0.2.0,
and patches have been updated too.
In the cluster cmclconf.acsii file we have set "OPS_VOLUME_GROUP /dev/vgractst".
But we have found that we need to run by hand "vgchange -a s vgractst" on each node after a reboot and before the cluster is started.
Is there a recommended way of incorporating this vgchange in cluster startup ? Or should I put this VG into the /etc/lvmrc file ?
We also wish to run "crsctl start crs" after the cluster is started. Should I put this into a package with "PACKAGE_TYPE = MULTI_NODE" so that it is started on all nodes? Or should this be done by hand?
( I tried to find some docs to help with no success )
Thanks, Isaac.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2007 01:16 PM
тАО01-08-2007 01:16 PM
SolutionDetails can be found online too, http://docs.hp.com/en/T1859-90017/ch02s08.html
As for crs, look here for a starting point.
http://docs.hp.com/en/T1859-90038/ch02s21.html
You will want to configure clusterware to start after rac and shutdown before you bring it down.
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2007 05:25 PM
тАО01-08-2007 05:25 PM
Re: Oracle 10G SGeRAC ServiceGuard config assistance please.
When you say patches are updated, does that mean that all Oracle required patches were installed prior to RAC installation?
If major or Oracle required patches were added after RAC install, an Oracle relink is required.
Note also, that Oracle RAC's shared storage must be activated in shared mode. This makes it impossible to make adjustments, or use OS utilties to make storage changes without downing RAC and the database. Make sure you are happy with the LVM configuration prior to going live.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2007 12:26 PM
тАО01-09-2007 12:26 PM
Re: Oracle 10G SGeRAC ServiceGuard config assistance please.
Thanks Debver for pointing me in the right direction.
The RAC Cluster is now succcessfully working.
Below is the solution, so I can help others:
The solution: =======================
run on each node once only to:
/oravl01/oracle/10.2.0/bin/crsctl disable crs ;
/oravl01/oracle/10.2.0/bin/crsctl stop crs
In pkg.control script:
VGCHANGE="vgchange -a s"
and the start commands:
/sbin/init.d/init.cssd start
/oravl01/oracle/10.2.0/bin/crsctl start crs
and stop in the reverse order.
In the pkg.conf:
PACKAGE_NAME crspkg1
PACKAGE_TYPE MULTI_NODE
AUTO_RUN YES
LOCAL_LAN_FAILOVER_ALLOWED YES
NODE_FAIL_FAST_ENABLED YES
Also Do: cmmodpkg -e -n for ALL nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2007 12:30 PM
тАО01-09-2007 12:30 PM
Re: Oracle 10G SGeRAC ServiceGuard config assistance please.
vgchange -a n vgractst ## all nodes.
vgchange -S y -c y vgractst ## all nodes
vgchange -a s vgractst ## all nodes.
vgdisplay -v vgractst ## to view status
Deactivate before adding to Service Guard.
vgchange -a n vgractst ## all nodes