- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- upgrade oracle from 9i to 10g on sg
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:38 AM
04-03-2009 05:38 AM
upgrade oracle from 9i to 10g on sg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:49 AM
04-03-2009 05:49 AM
Re: upgrade oracle from 9i to 10g on sg
If SG is simply starting Oracle - then no you wouldn't need to stop the pkg.
BUT if SG is starting & monitoring Oracle processes then yes you'd need to stop the pkg because SG will keep attempting to restart the processes being monitored every time you attempt an Oracle halt.
Rgds,
Jeff Schussele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 06:32 AM
04-03-2009 06:32 AM
Re: upgrade oracle from 9i to 10g on sg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2009 04:15 AM
04-04-2009 04:15 AM
Re: upgrade oracle from 9i to 10g on sg
i presume that for an upgrade you would have to close and re-open the database... but i am no oracle expert.
however,IF YOU USE THE TOOLKIT provided with serviguard to start/halt/monitor the database, then you should simply switch the database into maintenance mode. this is achieved by creating a dummy file called "oracle.debug" in the package home folder. this feature needs to be enabled in one of the package configuration scripts - i think it is haoracle.conf. in doing so, serviceguard stops monitoring the oracle processes so you can safely close the database without instigating a failover, deactivation of VGs, etc. syslog entries are provided in the corresponding package log file.
e.g.
# touch /etc/cmcluster/pkgname/oracle.debug
# tail -f /etc/cmcluster/pkgname/pkgname.cntl.log
when done, you can switch back to normal mode by simply removing the "oracle.debug" file.
e.g.
# rm /etc/cmcluster/pkgname/oracle.debug
i suggest you have a look at the readme file that comes with the toolkit for more details.
i hope this helps.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 05:58 AM
04-09-2009 05:58 AM
Re: upgrade oracle from 9i to 10g on sg
If ORACLE_HOME is a seperate filsystem you will need to change this in your SG configuration as the ORACLE_HOME changes when upgrading from 9 to 10.
And, having SG, you will want to verify the clusters ability to succesfully failover after the upgrade.
I recommend getting someone with serviceguard experience on this upgrade, there are just too much possiblities to give you a simple list of commands to execute...
Regards,
Bart