Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: standby on SAN ? or use internal storage

Re: standby on SAN ? or use internal storage

From: <Jared.Still_at_radisys.com>
Date: Mon, 24 Mar 2003 10:01:58 -0800
Message-Id: <24765.322907@fatcity.com>


Hear hear!

Our SAN was down for 30 hours. Standby on the same SAN wouldn't have helped much.

Jared

"Arup Nanda" <orarup_at_hotmail.com>
Sent by: root_at_fatcity.com
 03/24/2003 07:43 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: standby on SAN ? or use internal storage


Rahul,  

The purpose of standby is to failover to it when the primary fails - which could range from the CPU failure to SAN failure. Although modern SANs are pretty robust, you account for the remote chance of failure by building a standby. Placing the database on teh same SAN as the primary does not really buy you any extra high availability feature, does it? You have a single point of failure, the SAN.  

So your Standby should use storage not in the same place as the primary. However, using the standby server's internal disks could render your filesystems inaccessible if the server fails. But in some hosts, this is not a problem either; the SAs can mount the internal disks on another machine and recover data - check with your SA. If this is not the case, place the standby database on a different SAN.  

So your preffered options are (in descending order)  

(1) Primary Server - with two primary instances
Primary SAN with the two primary databases Standby server
Standby SAN  

(2) Primary Server - with two primary instances
Primary SAN with the two primary databases Standby server
Internal storage on standby server  

HTH.   Arup
----- Original Message -----
From: Rahul
To: Multiple recipients of list ORACLE-L Sent: Monday, March 24, 2003 12:18 AM
Subject: standby on SAN ? or use internal storage

list, i'm a bit confused on whether to put the standby DB on the SAN storage or
use the internal storage of the standby host !!!  

config a
two instances on primary server, data-files on SAN, hot standby db files on SAN too.
standby instances for both primary on another machine  

config b
both primary on SAN, standby db files on the itnernal storage of standby Received on Mon Mar 24 2003 - 12:01:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US