- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: steps/procedures to upgrade oracle on SG env.
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
06-09-2004 07:19 AM
06-09-2004 07:19 AM
steps/procedures to upgrade oracle on SG env.
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 07:36 AM
06-09-2004 07:36 AM
Re: steps/procedures to upgrade oracle on SG env.
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 07:37 AM
06-09-2004 07:37 AM
Re: steps/procedures to upgrade oracle on SG env.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2004 10:03 AM
06-13-2004 10:03 AM
Re: steps/procedures to upgrade oracle on SG env.
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2004 11:52 AM
06-13-2004 11:52 AM
Re: steps/procedures to upgrade oracle on SG env.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2004 02:01 PM
06-13-2004 02:01 PM
Re: steps/procedures to upgrade oracle on SG env.
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?