Operating System - HP-UX
1855746 Members
8788 Online
104103 Solutions
New Discussion

how upgrade MC/SG 11.15 to MC/SG 11.16

 
朱勇_1
Occasional Contributor

how upgrade MC/SG 11.15 to MC/SG 11.16

I want upgrade mc/sg 11.15 to mc/sg 11.16. Someone tell me three patch should be uprade:
1. Object manager
2. Service gurade
3. onlinediag
but i don't know which version should be installed?
7 REPLIES 7
Stephen Doud
Honored Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

PHSS_36466 - s700_800 11.11 Serviceguard A.11.16.00

this patch has a dependency on:
PHNE_35950 - s700_800 11.11 sendmail(1m) 8.9.3 patch
and
PHSS_32734 - s700_800 11.11 COM B.03.00.00


For 11.23
PHSS_35863 - s700_800 11.23 Serviceguard A.11.16.00
dependencies:
PHSS_33040 - s700_800 11.23 COM B.03.00.00/COM B.03.00.01


Steven E. Protter
Exalted Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

Shalom,

Best practices:

back up configuration files and packages.

swremove the old version.

swinstall the new version of SG.

Also SG is senitive to the general system patch state. A recent bi-annual patch update is recommended.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stephen Doud
Honored Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

Serviceguard is a highly available application, meaning that it was designed to allow upgrading one node at a time, while the cluster remains functional on the other nodes. After upgrading the first node, rejoin it to the cluster, move packages to that node as appropriate, and halt the next node and upgrade it and so on until all nodes have been upgraded. This method, called a Rolling Upgrade, permits the highest application uptime possible.

If you swremove the older version of Serviceguard, the removal will also zero out the cluster binary file, dissolving the cluster. After the swinstall of the newer version, you will not be able to bring the updated node into the cluster without additional work. For these reasons we recommend a rolling upgrade over swremove and then swinstall.
Hoang Chi Cong_1
Honored Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

Hi.

What about version of the OS???

First of all, you must install all require patches for the MC/SG but it depend on the OS version!

Please show us....
Looking for a special chance.......
朱勇_1
Occasional Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

os is hpux 11.11.

and how about Object Manager, and what function of object manager is ?
Hoang Chi Cong_1
Honored Contributor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

OK, So you need to patch these patches:

PHSS_31071, PHSS_31073.

To upgrade, you have to halt the cluster, then update for MC/SG, then build again cluster.

Also:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28

Thanks and regard
Looking for a special chance.......
Srinivas Thokala_1
Frequent Advisor

Re: how upgrade MC/SG 11.15 to MC/SG 11.16

Keep the patches to the latest of bi-annual release bundle or a release before. It is not mandatory but keep the Onlinediag and firmware to the latest or a version below.

To upgrade MCSG select a node from the cluster where database and application is not running or of lease importance node.
If package is running on this node move it to other specified nodes.

cd /etc/cmcluster
make a tar bundle of this directory and preserve it on appropriate directory.
#tar -cvf /tmp/cluster.tar *
separate this node from the cluster by
cmhaltnode by spacifying the nodename with -n.
swremove for the existing package
swinstall new MCSG version
add the node to the cluster with
#cmrunnode -n
verify the cluster and relink oracle binaries if oracle database is present.

-Srini

Srinivas Thokala