UNSOLVED

LCB1

updated

10 years ago

L

LCB1

1 Message

0

1254

December 13th, 2016 11:00

OI Version Mismatch in Smarts Failover Manager

I'm getting the following error in the Smarts Failover manager logs

failover-parse-config.asl: Determining version of service INCHARGE-OI

failover-parse-config.asl: WARN:version lookup failed for INCHARGE-OI

failover-parse-config.asl: WARN: Return Code 1

failover-parse-config.asl: WARN: Reason: determine_version: ... Mismatch in version of servers: activeversion 9.4 standbyversion 9.2.2

Can anyone tell me how to fix this.  I already know that both servers are running version 9.4.1 for SAM and Foundation.

i just noticed through some testing that the following command fails to return a valid result:

#sm_perl determine_version.pl -d -l -tOI INCHARGE-OI active-host 1234 standby-host 5678 FAILOVER-MGR TRUE

but if we remove the -t option then a correct result is returned

#sm_perl determine_version.pl -d -l INCHARGE-OI active-host 1234 standby-host 5678 FAILOVER-MGR TRUE

9.4.1.0 9.4.1.0

This is only a problem for -tOI.

-tSA -tAMPM -tTRAPD -tESM all work correctly in my environment.