HACMP 5.4.1->5.5 offline upgrade - different instance numbers ?


 
Thread Tools Search this Thread
Operating Systems AIX HACMP 5.4.1->5.5 offline upgrade - different instance numbers ?
# 1  
Old 06-11-2012
HACMP 5.4.1->5.5 offline upgrade - different instance numbers ?

Hello,

I did offline HACMP(PowerHA) upgrade 5.4.1 to 5.5 - basically stopped HACMP services and upgraded cluster.* filesets.
Tried to start services again - topsvcs refused to start on second node complaining that node instance numbers are different - and indeed they are different.

This is standard situation or something went wrong ?
What should I do - make instance numbers identical manually ?

thanks,
Vilius
# 2  
Old 06-13-2012
Might this fix IZ14738 apply to your problem? See the following link for details:

IBM IZ14738: INSTANCE NUMBER DISCREPANCY LEADS TO PARTITIONED CLUSTER

I hope this helps.

bakunin
# 3  
Old 06-13-2012
can't tell you what went wrong, every topology sync should increment all node instance numbers by one

this is how you change them:

Code:
odmget HACMPtopsvcs | tee file.txt

HACMPtopsvcs:
        hbInterval = 1
        fibrillateCount = 4
        runFixedPri = 1
        fixedPriLevel = 38
        tsLogLength = 5000
        gsLogLength = 5000
        instanceNum = 8


change the instancenumber on the standby node to the instancenumber of the primary node, and use odmchange to update this information


but I can't tell you about other consequences this might have, so backup your odm first



side note: in Power HA 7.1 instance numbers are always one, since topsvcs is not being used any longer
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help extracting single instance of numbers which repeat

Hi, the title isn't very descriptive but it'll be easier to explain what I need if I write out the coordinates from which I need to extract certain information: ATOM 2521 C MAM X 61 44.622 49.357 12.584 1.00 0.00 C ATOM 2522 H MAM X 61 43.644 49.102 12.205 ... (10 Replies)
Discussion started by: crunchgargoyle
10 Replies

2. Shell Programming and Scripting

help needed to put instance numbers

Hi All I need help am having a source file as below emp dept class subclass region country division first i need to get line count and i need to divide by 3 it is an parameter passing value number of lines 7 (8 Replies)
Discussion started by: ragu.selvaraj
8 Replies

3. Shell Programming and Scripting

Need help in getting the oracle instance name which is offline in 10g through shell scripting

:wall:Hi, I am not sure whether i can post this question in this forum or not. because it is not completely releated to unix, but also oracle. My question is, How can we know the instance name(particularly the last number, eg., in INST_DB12, i need 12) when it is OFFLINE(i.e., down)... (1 Reply)
Discussion started by: Dpu
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

MQ upgrade(ver.6to7) in a HACMP cluster

Hi What is the procedure to upgrade the MQ from 6 to 7 in aix hacmp cluster. Do i need to bring down the cluster services running in both the nodes and then give #smitty installp in both the nodes separately. Please assist... (0 Replies)
Discussion started by: samsungsamsung
0 Replies

6. AIX

upgrade hacmp

Hi, I need to upgrade one of my clusters from HACMP 5.41 to HACMP 6.1. Is there an easy + clean way to do it ? Any hurdles I have to anticipate? What should I read - anything I found so far seems to talk only about HACMP 5.x - and looks pretty straight forward. Thanks and regards zxmaus (1 Reply)
Discussion started by: zxmaus
1 Replies

7. AIX

hacmp upgrade with db2

Hi All, My company is going to upgrade the db2 on the one node hacmp, I think there's one backup. After the upgrade of the db2. Do I need to restart cluster and server? I mean, do a graceful shutdown of the cluster, reboot the server and do a cluster start. Is that it? Do I need to reboot... (1 Reply)
Discussion started by: itik
1 Replies

8. Shell Programming and Scripting

replace first instance(not first instance in line)

Alright, I think I know what I am doing with sed(which probably means I don't). But I cant figure out how to replace just the first occurance of a string. I have tried sed, ed, and grep but can't seem to figure it out. If you have any suggestions I am open to anything! (3 Replies)
Discussion started by: IronHorse7
3 Replies

9. AIX

Upgrade Hacmp to 5.4

Anyone ever did the upgrade before from 5.1? Any tips? (0 Replies)
Discussion started by: adiriot
0 Replies
Login or Register to Ask a Question