Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1914642.1
Update Date:2018-04-25
Keywords:

Solution Type  Technical Instruction Sure

Solution  1914642.1 :   Pillar Axiom: MaxRep - Apply HotFixes for 02.00.05 (27696 & 27600)  


Related Items
  • Pillar Axiom Replication Engine (MaxRep)
  •  
Related Categories
  • PLA-Support>Sun Systems>DISK>Axiom>SN-DK: MaxRep-2x
  •  


.

In this Document
Goal
Solution
References


Oracle Confidential PARTNER - Available to partners (SUN).
Reason: The updates of MaxRep require the root credentials, they are not supposed to be shared with the customers

Applies to:

Pillar Axiom Replication Engine (MaxRep) - Version 2.0 to 2.0 [Release 2.0]
Information in this document applies to any platform.

Goal

 Pillar Axiom MaxRep: Apply HotFixes for 02.00.05 (27696 & 27600)

Solution

Prerequisite: the MaxRep Engine needs to be on 02.00.05 (see KM 1543017.1).  Axioms must be on 05.03.06 (minimum) and 05.03.09 to replicate LUNs used in MSCS (Windows Clusters).

Please note that there is an important patch on AxiomONE 05.04.10 and onwards to prevent a complete restart of the Axiom to fail in a MaxRep environment (more details are available under KM 1618292.1 for Bug 17590223).

 

It is recommended to have all the pairs on all the Protection Plans in Diff Sync. Do not pause the replications.

 

The easiest way to verify the MaxRep version is to log on to the MaxRep GUI, go to the Monitor tab (default) and see the version on the top left corner (example: v2.00.05.GA.2551).

 

There are two HotFixes available for MaxRep 02.00.05:

-          HotFix 27696 is a cumulative HotFix that contains all the previous HotFixes for 02.00.05 and new fixes.

-          HotFix 27600 contains a security patch for the Apache web server running on the MaxRep Engine.

 

Note: HotFix 27696 will be listed on the MaxRep GUI after the update under Monitor -> Versions and Updates (expand Process Service Update History and Agent Versions and Update History).

 

The document provides the order of installation for the most common environments (Asynchronous and HA) and then goes into details on how to apply the fixes on a single engine.

 

For Asynchronous without HA, start to update the Primary Replication Engine (as mentioned on the 2.00.05 Release Notes Update). By Primary Engine we mean the Engine with the IP address that is used to administer the MaxRep Engine (it is the Control Service).

The installation script for HotFix 27696 might recommend rebooting the Engines (this will depend on the installation of previous HotFixes for 02.00.05), do not reboot the Primary Engine yet.

Apply the updates on the Secondary Engine.

Follow this order if you need to reboot the Engines:

-          Reboot the Primary Engine.

-          Do a ‘ping -t’ of the IP address of the Primary Engine until you get a ping reply.

-          Reboot the Secondary Replication Engine once you get a ping reply.

Note: the reboot of the Engine(s) can be postponed. All the pairs will have to be resynchronized (unless you are rebooting one Engine and that Engine only has target LUNs).

 

For Synchronous with HA, install the HotFixes on the Passive Engine first. Only reboot the Engine if the installation script for HotFix 27696 recommends it (this will depend on the installation of previous HotFixes for 02.00.05).

There is no need to wait for the Passive Engine to come back online; you can update the Active Engine while the Passive Engine is rebooting.

 

In case it is recommended to reboot the Active Engine after applying the HotFixes:

-          Wait for the Passive Engine to be back to a Normal state on the MaxRep GUI.

-          SSH to the Passive Engine and run the following commands:

service heartbeat stop

service vxagent stop

service tmanagerd stop

service cxpsctl stop

-          Reboot the Active Engine

-          Wait for the Active Engine to be back to a Normal state on the MaxRep GUI (use the Cluster IP address).

-          Run the following commands on the Passive Engine:

service cxpsctl start

service tmanagerd start

service vxagent start

service heartbeat start

-          Wait for the Passive Engine services to be back to a Normal state on the MaxRep GUI.

Note: the reboot of the Engine(s) can be postponed. All the pairs will have to be resynchronized (unless you are only rebooting the Passive Engine).

 

 

Procedure to update a MaxRep Engine:

 

Ask the customer to download p17837544_2000527696_Generic.zip (patch 17837544, password needs to be retrieved from ARU) and p17820069_2000527600_Generic.zip (patch 17820069, password needs to be retrieved from ARU).

 

Connect to the Engine using WinSCP: under the /root folder, create two subfolders called HotFix_27696 and HotFix_27600 and upload the files to their respective subfolder.

 

Ssh to the Engine.

 

Apply HotFix 27696

 

 

-bash-2.05b$ cd /root/HotFix_27696/

-bash-2.05b$ unzip p17837544_2000527696_Generic.zip

-bash-2.05b$ cat md5sum.txt

2b001d355e38f3b5a778878071eff1a2  2.00.05.00_HotFix_27696.tar.gz

-bash-2.05b$ md5sum 2.00.05.00_HotFix_27696.tar.gz

2b001d355e38f3b5a778878071eff1a2  2.00.05.00_HotFix_27696.tar.gz                   <- they should match

-bash-2.05b$ tar xvfz 2.00.05.00_HotFix_27696.tar.gz

-bash-2.05b$ ./install

-bash-2.05b$

 

 

The script will advise if the installation was successful and if a reboot is needed (apply the next HotFix before referring to the top of the procedure regarding the reboot order).

 

Apply HotFix 27600

 

 

-bash-2.05b$ cd /root/HotFix_27600/

-bash-2.05b$ unzip p17820069_2000527600_Generic.zip

-bash-2.05b$ cat md5sum.txt

0ed14fa3da6bdcddb4a53f4d14271b50  MaxRep_CentOS_5.5.02_2.0_GA_SecurityFixes_01Oct13.tar.gz

-bash-2.05b$ md5sum 2.00.05.00_HotFix_27600.tar.gz

0ed14fa3da6bdcddb4a53f4d14271b50  2.00.05.00_HotFix_27600.tar.gz                   <- they should match

-bash-2.05b$ tar xvfz 2.00.05.00_HotFix_27600.tar.gz

-bash-2.05b$ ./install

 

 

Applying security fixes on MaxRep CentOS 5.5...Success

 

-bash-2.05b$

 

 

 

Refer to the top of the procedure before updating the other Replication Engine.

 

References

<NOTE:1543017.1> - Pillar Axiom: MaxRep - How to upgrade MaxRep Engines from 2.00.0x to 2.00.05

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback