From oracle-l-bounce@freelists.org Fri Oct 28 14:45:38 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j9SJjcLm032467 for ; Fri, 28 Oct 2005 14:45:38 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j9SJjVvX032451 for ; Fri, 28 Oct 2005 14:45:32 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D16E4211FE6; Fri, 28 Oct 2005 14:45:22 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15166-08; Fri, 28 Oct 2005 14:45:22 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 511DD211FFD; Fri, 28 Oct 2005 14:45:22 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 28 Oct 2005 14:43:26 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B4FAF211E7A for ; Fri, 28 Oct 2005 14:43:26 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14901-04 for ; Fri, 28 Oct 2005 14:43:26 -0500 (EST) Received: from agminet01.oracle.com (agminet01.oracle.com [141.146.126.228]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4D901211DC1 for ; Fri, 28 Oct 2005 14:43:26 -0500 (EST) Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.186.112]) by agminet01.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j9SJq3i2027884; Fri, 28 Oct 2005 14:52:03 -0500 Received: from localhost (localhost [127.0.0.1]) by rgmgw3.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j9SJhMF1002540; Fri, 28 Oct 2005 13:43:22 -0600 Received: from us.oracle.com (dhcp-4op11-4op12-west-130-35-178-220.dhcpamer.oracle.com [130.35.178.220]) by rgmgw3.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j9SJhEes002054; Fri, 28 Oct 2005 13:43:16 -0600 From: "Pete Sharman" To: "Sarah_Chen@BUDCO.com" , "oracle-l@freelists.org" Cc: "Peter Ross Sharman" Subject: RE: 10gR2 RAC Date: Sat, 29 Oct 2005 05:43:11 +1000 Message-ID: <20051029054311930.00000004084@psharman-au> In-Reply-To: <810139D60775D71191B100306E058F2102F40CAA@budco_exch2.budco.com> X-Accept-Language: en-au, en MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis X-Brightmail-Tracker: AAAAAQAAAAIX-Whitelist: TRUE X-archive-position: 27782 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: peter.sharman@oracle.com Precedence: normal Reply-To: peter.sharman@oracle.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Level: X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,HTML_70_80, HTML_MESSAGE,MIME_HTML_ONLY autolearn=no version=2.63

Nope, it just opens up a whole lot more questions.  :)

 

Having two environments on one cluster is, of course, possible, but generally not desirable.  That's the case in single instance as well, but probably more so for a RAC environment (to my humble way of thinking anyway!)  The sorts of issues you're going to come across are:

 

1.        Development is usually a resource intensive operation.  Not so much because of the amount of data which may or may not be the same as Production (I won’t enter into the “should or should not” argument here), but because of things like compilation of programs and so on.  How are you going to ensure that Production has the resources it requires?  After all, it’s Production that runs your business, not Development.

2.       How can you test the effect of a patch for CRS (for example)?  In general, there is one CRS version running on a cluster.  If a patch comes out to that version, in the configuration you’re talking about you end up installing directly into the Production environment – generally considered not a Good Thing ™

3.       Probably more worrying is there is no mention in your email of a Test environment.  Do you have one on another cluster somewhere or do you simply move code from Development to Production? 

4.       How do you test the impact on your application of hardware failures?  As a simple example, how do you test failover on node failure in such an environment?

 

And those are just the questions that immediately come to mind.  I’m sure there are others if I put my mind to it.  ;)

 

 

Pete

 

"Controlling developers is like herding cats."

Kevin Loney, Oracle DBA Handbook

 

"Oh no, it's not.  It's much harder than that!"

Bruce Pihlamae, long-term Oracle DBA

 

-----Original Message-----
From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On Behalf Of Chen, Sarah
Sent: Saturday, 29 October 2005 4:36 AM
To: 'Pete Sharman'; 'oracle-l@freelists.org'
Subject: RE: 10gR2 RAC

 

The reason that we are going to create second RAC on the same server where

already had a 2-node RAC running is we would like to separate our

development instance for each production databases, but don't think this is

a good idea of buying another 2 new servers for it. Hope this clear your Qs.

 

Sarah

 

 

 

 

-----Original Message-----

From: Pete Sharman [mailto:peter.sharman@oracle.com]

Sent: Friday, October 28, 2005 12:25 PM

To: Chen, Sarah; oracle-l@freelists.org

Cc: Peter Ross Sharman

Subject: RE: 10gR2 RAC

 

 

Sarah

 

I'm a bit unclear on what you're trying to do here.  If I'm reading it

correctly, you have an existing cluster running 10gR2 RAC with ASM (are they

in different ORACLE_HOME's, by the way?) and you want to create another RAC

database.  Is that correct?

 

If it is, I guess my question back to you is why?  Why not run these

together in a single database?  Doing that would minimize resource usage and

administration time.  I'm not sure what benefit you get from having two

databases, unless you have some application that has to be in its own

database to be supported by the vendor (and even there I'd go back to the

vendor and ask them to explain why).

 

Pete

 

"Controlling developers is like herding cats."

Kevin Loney, Oracle DBA Handbook

 

"Oh no, it's not.  It's much harder than that!"

Bruce Pihlamae, long-term Oracle DBA

-----Original Message-----

From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org]

On Behalf Of Chen, Sarah

Sent: Friday, 28 October 2005 11:56 PM

To: 'oracle-l@freelists.org'

Subject: 10gR2 RAC

 

> Hi, Oracle experts

> We are planning to create the second RAC on the same 2-node cluster where

> there is a Oracle 10gR2 RAC running already. Can someone please let me

> know the answers of the following Qs that I have?

> 1. Do I need to give another set of vip and private IP addresses that are

> different than the current RAC?

> 2. Any additional interconnects that I need in order to serve the second

> cluster database?

> 3. Any performance concerns?

> The current 2-node 10gR2 RAC is on RHEL3, using OCFS for clusterware

> service and ASM for Oracle datafiles.

> Thanks a lot.

> Sarah

--

http://www.freelists.org/webpage/oracle-l

 

 

 

--

http://www.freelists.org/webpage/oracle-l

 

 

 

-- http://www.freelists.org/webpage/oracle-l