Interoperability Oracle Clusterware - PowerHA/HACMP


 
Thread Tools Search this Thread
Operating Systems AIX Interoperability Oracle Clusterware - PowerHA/HACMP
# 1  
Old 06-22-2011
[Solved] Interoperability Oracle Clusterware - PowerHA/HACMP

I am planning for building a new database server using AIX 6.1 and Oracle 11.2 using ASM.

As i have learned starting with Oracle 11.2 ASM can only be used in conjunction with Clusterware, which is Oracles HA-software. As is the companies policy we do intend to use PowerHA as HA-solution instead so that we will have these two HA-softwares running on the same system.

Searching the net i found indications that such a setup is possible*) and even certified*), but i nowhere found any information about how the interoperation of the two HA-software-packages is actually effected. Further I'd like to know if anybody has already done this and could share his/her experiences.

Many thanks.

bakunin

______________
*) for instance: Oracle Database 11g Release 2 and Oracle RAC 11g Release 2 on IBM AIX - Tips and Considerations or the Oracle MetaLink note 404474.1.
# 2  
Old 07-08-2011
Having worked for some time on this issue I'd like to share my findings.

The initial issue was a system not being able to boot after Clusterware was installed. We found the following:

Clusterware installs a cluster daemon "ohasd" which is started in /etc/inittab in runlevel 2. Unfortunately the starting script never comes back if anything goes wrong.

As it is with usual HACMP-installations the Oracle binaries are being installed on a VG which is itself part of a HACMP-Resource group. Therefore the filesystem where the ohasd daemon is expected to be will not be there at system start (but only after cluster start and activation of the resource group).

The solution was to take the start routines and everything else installed by Oracle out of the systems start routines (inittab, rc-scripts) and put it in the start-scripts of the resource group. I will provide you with a list of what exactly we did when time permits. Still, ohasd, which effectively prevented system boot, was the biggest issue we encountered.

I hope this helps someone.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

PowerHA(HACMP) full vg loss - cluster hangs on release_vg_fs event

Hello, AIX 6.1 TL7 SP6 POwerHA 6.1 SP10 I was experimenting with new hacmp build. It's 3-node cluster build on AIX 6.1 lpars. It contains Ethernet and diskhb networks. Shared vg disk is SAN disk. Two nodes see disk using vscsi, third node sees disk using npiv. Application is db2 server. ... (4 Replies)
Discussion started by: vilius
4 Replies

2. AIX

PowerHA HACMP on VIOS servers

Few questions regarding Power HA ( previously known as HACMP) and VIOS POWERVM IVM ( IBM Virtualization I/O Server ) Is it possible to create HACMP cluster between two VIOS servers Physical Machine_1 VIOS_SERVER_1 LPAR_1 SHARED_DISK_XX VIOS_SERVER_2 Physical Machine_2 LPAR_2... (6 Replies)
Discussion started by: filosophizer
6 Replies

3. AIX

Oracle monitoring script for hacmp ?

Hi, does anyone happen to have a sample of a hacmp monitoring script for oracle? With the process monitoring I seem to be only able to monitor the listener but not oracle itself ? Thanks in advance zxmaus (1 Reply)
Discussion started by: zxmaus
1 Replies

4. AIX

HACMP does not start db2 after failover (db2nodes not getting modified by hacmp)

hi, when I do a failover, hacmp always starts db2 but recently it fails to start db2..noticed the issue is db2nodes.cfg is not modified by hacmp and is still showing primary node..manually changed the node name to secondary after which db2 started immediately..unable to figure out why hacmp is... (4 Replies)
Discussion started by: gkr747
4 Replies

5. AIX

Oracle and SAP on AIX 6.1 + PowerHA resources ?

I was wondering if any one have any guides or documention regarding Oracle and SAP on AIX 6.1 + PowerHA setups in one guide step by step Thanks (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

6. AIX

Duplicate IP address makes PowerHA ( HACMP ) down

Hello, I would like to know if anyone has faced this problem. Whenever there is a duplicate IP address, HACMP goes down infact HACMP ( PowerHA ) takes the whole system down. Does anyone know how to solve this problem ? (3 Replies)
Discussion started by: filosophizer
3 Replies

7. AIX

Aix hacmp cluster question (oracle & sap)

Hello, I was wondering if I have 3 nodes (A, B, C) all configured to startup with HACMP, but I would like to configure HACMP in such a way: 1) Node B should startup first. After the cluster successfully starts up and mounts all the filesystems, then 2) Node A, and Node C should startup ! ... (4 Replies)
Discussion started by: filosophizer
4 Replies

8. Cybersecurity

openssh to ssh2 interoperability

I have openssh identity and identity.pub which work well on many machines to uniquely identify myself. I want to put these on a host (Tru64) using ssh2. I can convert the public key to ssh2 format using "ssh-keygen -e" on an openssh box. How should I convert the private key? (2 Replies)
Discussion started by: porter
2 Replies
Login or Register to Ask a Question