Operating System - HP-UX
1829614 Members
2031 Online
109992 Solutions
New Discussion

Re: steps/procedures to upgrade oracle on SG env.

 
Hanry Zhou
Super Advisor

steps/procedures to upgrade oracle on SG env.

I have a cluter with 2 active servers, and 1 adoptive server. /opt/oracle01&vg01 and /opt/oracle02&vg02 are as shared file systems on these 2 active servers respectively.

We plan to upgrade Oracle 8i to 9i, is there any procedures you can provide me with regards service gurad concern?

and what issues you have encountered?

thanks,
none
5 REPLIES 5
Bharat Katkar
Honored Contributor

Re: steps/procedures to upgrade oracle on SG env.

HI,
As long as you are not touching SG acii files you don't have to worry about cluster.
Not much familier with oracle but may be your user_defined command could change in control scirpt that should not affect the cluster as well.
Better to wait for more responses to come from Oracle studs.

Regards,
You need to know a lot to actually know how little you know
Sridhar Bhaskarla
Honored Contributor

Re: steps/procedures to upgrade oracle on SG env.

Hi Hanry,

The procedure I follow is this.

1. Shutdown the packages. Enable the volume groups with exclusive option.

vgchange -a e vgxx
mount /dev/vgxx/oracle01 /opt/oracle01

etc.,

2. Upgrade oracle as you do it on the standalone systems. Make sure you will be able to start/stop the database correctly. Once the work is done, unmount the filesystems and deactivate the volume groups.

3. Check your oracle startup-shutdown scripts in serviceguard and modify them according to the new version.

4. Start/stop the package manually and make sure it works on their configured nodes. Failover the packages to their alternate nodes and make sure it works there too.

5. If you have configured monitoring of the processes through serviceguard, you may want to schedule the testing for that part also.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Hanry Zhou
Super Advisor

Re: steps/procedures to upgrade oracle on SG env.

I only need to perform the oracle upgrade on one node, and this node could be any one of active/adoptive nodes. Is this a right statement?

thanks,
none
Steven E. Protter
Exalted Contributor

Re: steps/procedures to upgrade oracle on SG env.

Your statement is correct, but don't you eventually want Oracle to failover like any other package. If so, you are eventually going to need it on more than one node.

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
Hanry Zhou
Super Advisor

Re: steps/procedures to upgrade oracle on SG env.

SEP,

The /opt/oracle is shared file system, and contains all Oracle software, so that was why I stated ONLY ONE node within the cluster (2 active nodes with 2 packages and 2 adoptive node) need to perform the Oracle upgrade.

Right?
none