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
02-28-2007 06:58 PM
02-28-2007 06:58 PM
SG steps
I am new to Serviceguard, I need to configure SG with one Oracle database package, Can any one tell me the steps in detail what i need to do? I have seen the PDF docs on docs.hp.com, but they are very lengthy.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 08:48 PM
02-28-2007 08:48 PM
Re: SG steps
Also make sure you have the Oracle Toolkit in the Enterprise Cluster Master Toolkit, and use that for your database, again it details what you need to do.
Also please note, the product underwent a name change 3 years ago, it is no longer called MC/ServiceGuard.
The correct name is just Serviceguard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 01:37 AM
03-01-2007 01:37 AM
Re: SG steps
If you have a license to use the ECM toolkit, and have installed the product, you can locate it in /opt/cmcluster/toolkit/
Check ../oracle/README for instructions on how to implement the scripts.
Basically, you will create a standard package configuration file and control script, then in the customer_defined_... sections, point to the toolkit.sh to start/stop the database by way of the toolkit scripts.
See this site for more details about the product:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1909BA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:22 AM
03-01-2007 02:22 AM
Re: SG steps
In any event, you aren't even asking the right question. Setting up ServiceGuard is relatively easy; it's the work you do to get to that point that's much more difficult. You first have to identify and address every single point of failure (power, HVAC, disks, network devices, ... ); only then are you ready for SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 06:32 AM
03-01-2007 06:32 AM
Re: SG steps
1) Connect the power, network (private and public), fibre connections to the server (remember N+1 and no Single Point Of Failures)
2) Install the MC-Serviceguard product on both the machines and reboot
3) Tune your kernel for Oracle
4) Create Volume groups, Lvs and filesystems for Oracle binary and data
5) Install and configure Oracle on one mode in the Share disks
6) Run cmquerycl command and create the cluster ascii file
# cd /etc/cmcluster/
# cmquerycl -v -C cluster.conf -n node1 -n node2
7) Edit the cluster.conf and modify the cluster name at the very least.
8) create package directory ,create package conf and package script
# cd /etc/cmcluster
# mkdir oraclepkg
# cd oraclepkg
# cmmakepkg -p oraclepkg.conf
# cmmakepkg -s oraclepkg.cntl
9)# vi oraclepkg.conf
10) shutdown oracle, unmount filesystens, Deactivate all the volume groups and install the cluster ID
# vgchange -c y /dev/vgname
11) Edit package control script to include the package IP address, Package name, node names, volume group names, LV information
# vi /etc/cmcluster/oraclepkg/oraclepkg.cntl
12) Distribute the package directory to the other node
13) Check and apply the cluster/package conf
# cmcheckconf -v -C cluster.conf -P oraclepkg.conf
# cmapplyconf -v -C cluster.conf -P oraclepkg.conf
14) edit /etc/lvmrc and set AUTO_VG_ACTIVATE=0.
Ofcourse, I know I missed number of other details, like setting up the service or monitor for Oracle.
But this is the longest post I could type :-). If you have any specific questions, ask away
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 08:03 PM
11-03-2007 08:03 PM
Re: SG steps
I am also given the task to install serviceguard for a two node cold cluster of Oracle 10g.Unfortunately i am not able to find any documents which could help me in this direction. There are many docs for 10g RAC. But i want a single instance oracle installation with service guard. Can some one point me where to start and study this configuration i need to set up?
Thanks