Installing patch cluster on Sun Cluster

hi, we have not patch our 2 node Sun Cluster for 1year, and if we wanted to install the latest security/solaris patch cluster on the 2 boxes, can we follow the steps below

1) Install the patch cluster on the passive node (svr1) and do a reboot.

Fail over the primary node (svr2) and patch svr2 and reboot.

2) If something is not right, what are the steps to remove the whole patch cluster ?

Rgsd

Chris

[438 byte] By [kchris11] at [2007-11-26 9:59:30]
# 1

You could back out of the patches with this snippet.

( assuming you are running sh or equiv shell )

cd *_Recommended

for patch in `cat patch_order` ; do patchrm $patch ; done

This should just loop through the listed patches and attempt to uninstall them

peterchun at 2007-7-7 1:27:00 > top of Java-index,General,Talk to the Sysop...