- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle DB disaster recovery on later HPUX version
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
12-11-2003 02:29 AM
12-11-2003 02:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 02:36 AM
12-11-2003 02:36 AM
SolutionAll you need to do is get a current cold backup in place and start your database.
No problems at all. We've done some practice runs like that. So long as both systems have the core required os patches, you'll be fine.
If you run into specific issues, you may need to relink your executables, depending on how you created the secondary system.
A way to avoid that is to use Ignite Golden Image sysetm replication to create the DR server. That also eliminates the patch issues.
This recovery is possible even on an 11i system btw. The only possible issue is database word size if you recover a 32 bit database on a 64 bit system.
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
12-11-2003 02:39 AM
12-11-2003 02:39 AM
Re: Oracle DB disaster recovery on later HPUX version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 02:43 AM
12-11-2003 02:43 AM
Re: Oracle DB disaster recovery on later HPUX version
My DR strategy is to recover my version of HP-UX onto the DR server (you can use Ignite for this). Is there any particular reason why you don't intend to do the same?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 02:51 AM
12-11-2003 02:51 AM
Re: Oracle DB disaster recovery on later HPUX version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 03:04 AM
12-11-2003 03:04 AM
Re: Oracle DB disaster recovery on later HPUX version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2003 10:10 PM
12-13-2003 10:10 PM
Re: Oracle DB disaster recovery on later HPUX version
I think it might be required to re-link oracle. Since you will have diffrent libs with a new patchset, it is in my opinion a good idea to have the dynamic lib-part consistent with the static-lib part.
If you just restore the old Oracle-binaries you have them with the static lib-part of the older patchset....
(Just assume a lib-mismatch for kernel async IO)
I do not know if this is dangerous, but a re-link should be the shortest amount of time in your DR scenario, so why to take the risk ?
Volker