- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Failover and VG00
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
08-18-2003 09:30 AM
08-18-2003 09:30 AM
Failover and VG00
how are they available to Oracle on the standy-bye node? How are these files placed on the standby server for Oracle use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 09:37 AM
08-18-2003 09:37 AM
Re: Failover and VG00
To get things over to the standby node - you want to place them in filesystems that you can move (and you can't move vg00 ). So you want to create unique filesystems and include these within your package.
You CAN load oracle under vg00 - but then you WOULD HAVE to load oracle on the standby node under vg00 as well...and generally I do not recommend that, since often you run into situations where the two versions of Oracle are not exactly the same. It takes more disk, but I have found putting your Oracle binaries into your package guarantees you come up with the same Oracle binaries (versions) as you had on the primary node. But this is each persons choice.
To repeat...you can not failover anything on vg00...you must create unique file systems and include these into your package configuration files !!
Hope this helps,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 12:58 PM
08-18-2003 12:58 PM
Re: Failover and VG00
The way we work is that we do not failover oracle binaries. We have seperate installation of oracle on all the nodes. Only the data files are failed over from one node to another. However if you still want to failover oracle binaries from one node to another, you just copy a couple of directories from one node to another from vg00, install oracle in another vg and failover that vg. The directories on vg00 that you need to sync on the other server is /var/opt/oracle, /usr/local/bin and the /etc/oratab and /etc/listener.ora and some same type of oracle files / directories.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 01:12 AM
08-19-2003 01:12 AM
Re: Failover and VG00
also the initSID.ora file is inside the packages vg. during package startup this initSID.ora file is then copied to $ORACLE_HOME/dbs
by doing this I always have the newest initSID.ora file wherever this package is switched to. also there's no need to do oracle startup with the pfile= option. very simple procedure.
we're running a 8-node cluster with 28 packages and 32 oracle instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 03:30 AM
08-19-2003 03:30 AM
Re: Failover and VG00
Then in your Serviceguard package, you could have a Filesystem that mounted to this point.
Most people, however, have oracle on both systems.
Either they are using Serviceguard/OPS (aka RAC ) or they do it to avoid any problems with the failover (i.e. some other process being active on that mount point and not allowing the package to failover successfully).
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 03:51 AM
08-19-2003 03:51 AM
Re: Failover and VG00
But remember, if you failed over to your standby node, than that box is probably DOWN!.....so unless you kept your versions and patch levels and everything exactly the same, you more than likely couldn't copy them over AFTER the failover as has been suggested....
Which is why, although it requires more disk.....some folks put their binaries within the package. It defeats the purpose of failover if you can't come up properly because your 'oracle' is now at a different patch level or something.
The choice is ultimately yours....
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 04:30 AM
08-19-2003 04:30 AM
Re: Failover and VG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:46 AM
08-19-2003 08:46 AM
Re: Failover and VG00
Issue points to the correct answerer.
Stuart