Sponsored Content
Operating Systems AIX [Tip] HACMP 7.1.3 and DB/2-Installation Post 302957814 by bakunin on Thursday 15th of October 2015 09:53:58 AM
Old 10-15-2015
[Tip] HACMP 7.1.3 and DB/2-Installation

We just found out that the installation of DB/2 on a HACMP- (PowerHA-) Cluster running v7.1.3 is not possible due to a bug in HACMP. DB/2-version was 10.5 but this seems to apply to 10.1 too (and probably other versions as well).

The error message the DB/2-installer issues is something like:

Code:
Do you want to install the DB2 pureScale Feature? [yes/no]
no
DB2 installation is being initialized.

The DB2 installer detected that an RSCT peer domain is online.  Bring the peer
domain offline in order to allow the DB2 installer to update the TSA
installation.  For more information, see the DB2 Information Center at:
"http://publib.boulder.ibm.com/infocenter/db2luw/v10r1/index.jsp".

A major error occurred while installing "DB2 Enterprise Server Edition " on
this computer. The installation cannot continue. If the problem persists
contact your technical service representative.

For more information see the DB2 installation log at
"/tmp/db2_install.log.3277028".

The problem is that the RSCT peer domain is created by the HACMP software during the cluster creation and cannot simply be disabled. You can check for the existence of it with the command

Code:
root@system # lsrpdomain

Googling for a workaround I found this in the usenet group comp.databases.ibm-db2, entry by Mr. Greig Wise:

Stop PowerHA and wait till the cluster manager is in INIT state, then run this script:

Code:
#!/bin/ksh93
touch /usr/es/sbin/cluster/etc/emgr.$$
clctrl -stop -m <nodename>

but this didn't help us either because the peer domain simply didn't go away.

Solution: before installing DB/2 delete all configured ressource groups of the cluster, then stop it. This will bring down the RSCT daemons, namely ctrmc. After installing DB/2 you can recreate the ressource groups and bring the cluster online again.

PS: Don't bother to report this bug to IBM: that has already been done.

I hope this helps.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

one teaching Tip

Student have huge interest about why so many expert choose use UNIX than MS Windows. I consider that SHARE & OPEN is key point.:) (2 Replies)
Discussion started by: 111000
2 Replies

2. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

3. Solaris

tip into 280R

I need to use tip from machine A serial port to machine B serial port. Can someone point me to an example of the correct cable to use? Thanks. (1 Reply)
Discussion started by: dangral
1 Replies

4. Shell Programming and Scripting

Little bit of a help or just a tip

I am about to do a script that change the COST so i dont need to change each cost. The output looks like this. "OL_ID OL_LINK_COST ----------- ------------ 51 10 52 10 53 10 54 10 55 ... (3 Replies)
Discussion started by: maskot
3 Replies

5. Solaris

Solaris; tip

plz explain TIP in solaris in detail. (11 Replies)
Discussion started by: karman0931
11 Replies

6. Shell Programming and Scripting

Regexp tip

Hello, I'm just starting working on it. I'd like to get a tip For istance if I have a file like: a b c d e f .... and I wanna get: 1a & 2b & 3c 0d & 8e & 4f ..... I would like to use sed and come up with a regular expression that works.... (3 Replies)
Discussion started by: Dedalus
3 Replies

7. 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

8. Shell Programming and Scripting

Search tip.

How do I find a key word in multiple files.. in a directory.. ? cat *.doc | grep -i myword? (7 Replies)
Discussion started by: hamon
7 Replies

9. Shell Programming and Scripting

[Tip] A better echo

Often it has been said that echo is neither portable nor correct. Here is an input.txt: line1 line2 -n line4 -en line6 -x line8 Then the following fails with BSD/Linux/bash: while IFS= read line do echo "$line" done < input.txt It is elegantly improved by means of an echo... (2 Replies)
Discussion started by: MadeInGermany
2 Replies
All times are GMT -4. The time now is 06:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy