- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: upgrade oracle 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-02-2009 08:56 AM
04-02-2009 08:56 AM
upgrade oracle on sg
activate all Oracle volume groups
# vgchange -a e vgora
mount /dev/vgora/oracle /u01
#make upgrade# cmhaltpkg orapkg
activate all Oracle volume groups
# vgchange -a e vgora
mount /vgora/oracle /u01
# make upgrade oracle and after upgrde comlete
# stop Oracle
# reconfigure package at sg
# vgchange -a n vg
#unmount /u01
# cmrunpkg orapkg
stop Oracle
# ifconfig lan0:1 0.0.0.0
# vgchange -a n vgora vgora2 vgoraredo
# cmrunpkg orapkg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 09:03 AM
04-02-2009 09:03 AM
Re: upgrade oracle on sg
Full cold backup of data is required if the process touches oracle data.
Major oracle upgrades require a data conversion, which means downtime, even with high availability SG installations.
The plan seems reasonable but how can I tell without knowing the uptime requirements and the version of oracle before and after.
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
04-02-2009 09:13 AM
04-02-2009 09:13 AM
Re: upgrade oracle on sg
cmhaltpkg orapkg
# vgchange -a e vgora
mount /vgora/oracle /u01
make upgrade oracle and after upgrde comlete
# stop Oracle
# reconfigure package at sg
# vgchange -a n vg
#unmount /u01
# cmrunpkg orapkg
please tell me these steps is true and i can start upgrade with safe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 11:05 AM
04-02-2009 11:05 AM
Re: upgrade oracle on sg
halt the package
manually activate VGs and mount filesystems
ugrade the database
shutdown the database
dismount volume groups and umount filesytems
modify ServiceGuard ORACLE_HOME
start the package
Some other notes:
Insure you have a good backup before starting.
The upgrade uses an internal "bequeath" connection (as in "/ as sysdba"), so you don't need to worry about the lan settings or assigning the IP address. DBUA run locally will work fine without it.
Before re-starting the package, edit the ServiceGuard scripts to point to the new 10g ORACLE_HOME. ServiceGuard scripts typically do not read the /etc/oratab file to find the ORACLE_HOME.
Insure that the listener/IP address has been properly defined in the 10g ORACLE_HOME network configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 05:40 PM
04-02-2009 05:40 PM
Re: upgrade oracle on sg
if you have the oracle executibles on each local node you will have to copy the new executibles to the other nodes before starting up the oracle package.
If your executibles are on the oracle volume group with the data this is unnecessary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 10:53 PM
04-02-2009 10:53 PM