Oracle 11g R2 RAC on IBM with SAN storage

Hello Experts,

I design an implementation for RAC Oracle 11 g 2 on AIX 6.1 with IBM's SAN storage. My drawing do not include Oracle ASM, I know, it is recommended to use Oracle ASM, but my purpose is not included

I read the Guide of Installation of Oracle Grid Infrastructure and I have below questions about storage configurations:

1. do I need a special configuration to replace the DSO?
2. is it compulsory to use HACMP (IBM's Clustering solution) because I don't use ASM? Since based on the infrastructure Grid section 3.2 Installation guide (the Storage Configuration shared): [http://download.oracle.com/docs/cd/E11882_01/install.112/e17210/storage.htm] there is a section 3.2.7 "Configuration HACMP multinode disk Heartbeat (MNDHB) for Oracle Clusterware" so my question is it is mandatory to use HACMP if I don't want to use ASM?
3. in the same above installation guide, mentioned in section 3.2.8 that "to use the raw logical volumes for Oracle Clusterware, HACMP must be installed and configured on all nodes in a cluster." what is raw logical volumes? is it compulsory to use it? Since I'm not on ASM?
4 installation guide, in sections 3.2.3 to sections 3.2.9 are these prerequisites sections sections 3.2.10 to 3.2.15? or I can simply ask section 3.2.10 to 3.2.15 without applying 3.2.3 to 3.2.9?

One last Question:

ASM is integrated with the cluster software, do a separate license or license the license of the ASM cluster cover?

Kind regards

NB wrote:
Hello Levi,

the information provided is very useful. But what I heard in the installation guide network infrastructure that the raw device needs HCMP while GPFS need not of HACMP, GPFS is a cluster provided by IBM file system.
Your input please?

Hello

Raw disk device (RD) is the LUN (disk) storage mapped on AIX.
Raw logical volume (RLV) is the LUN (device) created the LVM of AIX.

If you use devices of raw disk that you don't need HACMP, because AIX (core) has only receive instructions from Oracle to read and write, AIX does not support concurrency control in the raw disks, this control is managed by Oracle.

If you use raw logical volumes (CLVM) HACMP must be installed and configured on all nodes in the cluster, volume logic is a feature of AIX (IBM) to enable simultaneous mode, you install HACMP, Oracle not manage concurrency control because Oracle does not know that there is an LVM behind.

You are right, that the new version of GPFS are usable without HACMP.

Kind regards
Levi Pereira

Published by: Levi Pereira on October 8, 2011 17:26 # update the info on gels of features

Tags: Database

Similar Questions

  • ORACLE 11g R2 RAC Interconnect latency tuning

    We will address some related to the interconnection of network settings at the level of the OS/HW/VMWare and check if there is a difference in latency for different parameters of interconnection.

    We cannot test in a real production environment. So, we need to emulate the issue of interconnection somehow in our test environment and compare results (latency) for different HW/VM settings.

    Y at - it any way/approach that we can use for testing? For example, to run a script that causes a large number of requests for blocks from one node to another and measure certain parameters.

    What related interconnection parameters/settings, we can check in the Oracle and compare tests for different configurations of OS/HW?

    Ideally, we need to create a test case that we can reuse and compare the results.

    All references are very much appreciated.

    We use the following environment:

    Oracle SE 11 GR 2 CARS of two nodes.

    Windows 2008R2.

    VMWare ESXi6.0.

    Cisco UCS blades.

    Thank you

    Yaro

    When I wrote Oracle RAC Performance Tuning, I devoted a chapter on optimization of the cluster of interconnection. In order to show the impact of some changes on how interconnection has been configured, I used the freely available iperf utility.

    One of the things it's important to know for the Cluster of interconnection is that the device uses UDP. Thus, any tool that you use must be able to send UDP instead of TCP packets. Iperf can do both.

    "For example, to run a script that causes a large number of requests for blocks from one node to another and measure certain parameters.

    One of the biggest problems with this approach is that you have a lot of variables involved. The buffer Cache, of the shared pool, the system drives, etc, etc, etc. With a tool such as Iperf, you can measure just the performance of the network.

    See you soon,.
    Brian

  • Oracle 11g on Windows XP - TCP with SSL

    Hello

    have successfully installing Oracle 11 g on a Windows XP computer that is used as a small server in a test/test environment.

    This machine is running in my local environment without external connections Windows Firewall is disabled.

    A java test program written to connect to the server using TCP / through a connection of plaintext using the driver oracle thin JDBC works very well.

    Wanted now to set up the server so that it would accept SSL connections (ultimately with counterpart, but without authentication server or client authentication as a configuration to boot).

    Used Oracle Net Manager to configure the server as follows:

    (Note: have used red ink hightlight settings I don't know if they are needed)

    Listener.ora

    listener.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = C:\ORACLE11G\app\oracle\product\11.2.0)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:C:\ORACLE11G\app\oracle\product\11.2.0\bin\oraclr11.dll")

    )

    )

    LISTENER_TCPS =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC2484))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCPS) (HOST = 192.168.178.103)(PORT = 2484))

    )

    )

    SSL_CLIENT_AUTHENTICATION = FALSE

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = C:\ORACLE11G\app\oracle

    TRACE_LEVEL_LISTENER_TCPS = USER

    ADR_BASE_LISTENER_TCPS = C:\ORACLE11G\app\oracle\product\11.2.0\log

    tnsnames.ora
    tnsnames.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    PMT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCPS) (HOST = 192.168.178.103)(PORT = 2484))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)


    (SERVICE_NAME = PMT)
    )
    )

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCPS) (HOST = AOPENMINI)(PORT = 2484))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.168.178.103)
    )
    )

    SQLNET.ora

    sqlnet.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.

    # This file is actually generated by netca. But if customers can opt for
    # install 'Software Only', this file does not exist and without the native
    authentication #, they will not be able to connect to the database on NT.

    SQLNET. AUTHENTICATION_SERVICES = (NONE)

    SSL_VERSION = 0

    TRACE_LEVEL_CLIENT = USER

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    SSL_CLIENT_AUTHENTICATION = TRUE

    TRACE_LEVEL_SERVER = USER

    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = C:\ORACLE11G\app\oracle\product\11.2.0\admin\PMT\wallet)
    )
    )

    ADR_BASE = C:\ORACLE11G\app\oracle\product\11.2.0\log

    Here is the error I get

    error

    Caused by: java.net.ConnectException: connection refused: connect

    at java.net.PlainSocketImpl.socketConnect (Native Method)

    at java.net.PlainSocketImpl.doConnect (unknown Source)

    at java.net.PlainSocketImpl.connectToAddress (unknown Source)

    at java.net.PlainSocketImpl.connect (unknown Source)

    at java.net.SocksSocketImpl.connect (unknown Source)

    at java.net.Socket.connect (unknown Source)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (unknown Source)

    at oracle.net.nt.TcpsNTAdapter.connect(TcpsNTAdapter.java:114)

    at oracle.net.nt.ConnOption.connect(ConnOption.java:123)

    at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:337)

    For some reason, the server doesn't listen on port 2484 at all (running telnet localhost 2484 on the server itself leads to no possible connection).

    Is not not a network expert I'm stuck here and would appreciate any help on how to overcome this problem of set-up.

    Thank you

    Why a listener 2nd for the TCPS? Why not use a single listener - as is the default value recommended?

    Do you have SSL certificates (root complete auth chain) for the server in the portfolio of Oracle for this server - with the generated SSL certificate request, signed by a root authority?

    To see the server tcp listener endpoints, use the netstat command. Enable SQL * Net follow-up on the side of the listener if you need to trace and debug connections to the listener. Activate too on the client side if you need to trace the calls from the client to the listener.

  • Oracle 11G install on Win 7 with PL/SQL Developer Help Needed

    Today is my first day with Oracle. I tried to install Ora11g since our network drive. I think that the installation went well. I also have installated PL/SQL Developer when I try to log in I got the following error see below.

    ---------------------------
    PL/SQL Developer - (not connected)
    ---------------------------
    Initialization error

    SQL * Net not properly installed



    OracleHomeKey: SOFTWARE\ORACLE

    OracleHomeDir:
    ---------------------------
    Ok

    After I did some research on the Internet I found this solution "go to tools > Preferences > options manually set 'Oracle Home" in the folder "Library OIC" and ORACLE_HOME to file oci.dll is located in ORACLE_HOME/bin/oci.dll.

    C:\app\user\product\11.2.0\Client_1\bin.dll < = I think it's my Oracle_Home
    C:\app\user\product\11.2.0\client_1\bin\oci.dll < = is my OCI library.

    When I apply a thse 2 ways I get the following error.

    Initialization error

    Could not load C:\app\user\product\11.2.0\client_1\bin.dll «»

    OCIDLL to C:\app\user\product\11.2.0\client_1\bin.dll
    LoadLibrary (C:\app\user\product\11.2.0\client_1\bin\.dll) returned 0

    Can someone help me with this? /

    PL indicate which version of Win 7 - you need professional or superior - home versions are not taken in charge/certified, then things may or may not work as expected.

    http://download.Oracle.com/docs/CD/E11882_01/install.112/e16773/reqs.htm#CHDHGGFE

    HTH
    Srini

  • How to create a database with SAN storage?

    We are creating a new database, but what we need to do is to configure the oradata, admin and data files directories in SAN disk. In the same system, we have created two database in d drive so we can't change the oracle home

    1 create a LUN on the SAN

    2. mounting LUN on your Windows system

    3. the format of the LUN with diskpart.

    4. at the moment, you can move your database to san lun. This can be done in different ways. For example:

    stop immediately;

    bootable media;

    #move # your files from A to B physically db #.

    ALTER DATABASE FILE RENAME ' C:\oracle\oradata\theDatabase\

    'to' Q:\myDatabases\theDatabase';#rename all files moved

    ALTER database open;

    ALTER database backup controlfile to "/... /... /... /';"

    ALTER database backup controlfile to trace.

    # a full backup (if log mode archive) warm/RMAN or stop again and take a cold backup if no archive log mode.

    Startup

  • Size of a host Vmware with SAN storage

    Hello

    I'm going to host installation 3 V to attach to storage Aray total about 4.5 to, the 3 V host will have a similar hardware Configuration, can I ask:

    • It is best to configure the space of 4.5 TB as a LUN and share with host 3
    • Or do the CT 4.5 as 3 separate to 1.5 TB LUN and connect individually.

    The performance and wise scalibilty, where is the best.

    Thank you very much

    SM

    I suggest you break into smaller LUNs, as this would also allow you to choose between different RAID levels, for example RAID10 and RAID5. This allows you to optimize the performance of the storage hosting your virtual machines based on the requirements of the particular virtual machine and its workload.

  • Oracle 11g Release 2 assumption of raw devices to the CCR

    Hi I need one of my db migrate to 10.2.0.3 for 11g release 2
    now, I got to know that there are some problems with raw devices in oracle 11g R2 rac
    so I want the suggestions of experts
    Thanks in advance

    If you are upgrading a database in place (i.e. without reconstruction, without import-export), Oracle has no other choice than to support the application of raw device.
    However, when you install the Clusterware 11.2 it cannot be installed on raw devices - one is not supported!

    Oracle Support Document ID 578455.1 ' announcement of of-Support devices version 12 G GROSS ' announces support to 12 g.

    Hemant K Collette

  • Is it possible to install oracle fail-safe-kind-of (active-passive) SAN replication for oracle?

    Dear Experts,

    Is it possible to configure replication of SAN (active-passive) integrated security for oracle for oracle?

    To get the RTO < 60 seconds

    • If the primary host fails, the remote site should have the option to start the oracle database.
    • Sites are geographically remote.

    SAN storage replication, can it be used in my scenario?

    • I have no option to implement oracle Data Guard as its very expensive.

    Is that what someone achieved something similar with SAN storage replication?

    • I have oracle SE.
    • It is obvious that the all-flash backup can be quick.

    What should be the strategy to have DR site get a few seconds, if the primary site failed for some reason any

    • Daily incremental backup with RMAN. And archive backup runs for every 1 minutes
    • To have the site of DR upward and running within 60 seconds, it still requires too much time to restore the database on remote site and have archive APPLIED setpoint
    • What could be the solution with san replication? RTO is 60 seconds

    Thanks and greetings

    SAN storage replication, can it be used in my scenario?

    I have no option to implement oracle Data Guard as its very expensive.

    --> If you want to use the data that it is free of CHARGE, additional license is not required for normal data guard

    --> additional license is only for the ADG

    Is that what someone achieved something similar with SAN storage replication?

    I have oracle SE.

    It is obvious that the all-flash backup can be quick.

    --> Here, I understand that if oraclle EA is going to be expensive

    --> Again, you can use manual standby

    --> What you are looking for SAN replication, you will need to check with the storage vendor

    --> If your intention is to check with oracle storage, then this may be the correct discussion room

    What should be the strategy to have DR site get a few seconds, if the primary site failed for some reason any

    Daily incremental backup with RMAN. And archive backup runs for every 1 minutes

    To have the site of DR upward and running within 60 seconds, it still requires too much time to restore the database on remote site and have archive APPLIED setpoint

    What could be the solution with san replication? RTO is 60 seconds

    --> If your intention is to check with oracle storage, then this may be the correct discussion room

    Check in this

    https://community.Oracle.com/community/Server_%26_storage_systems/storage

  • Deployment of Oracle 11g RAC Release 2 with IBM midsize V7000

    At and deployment 11g rac with IBM midsize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going to the OS like GPFS cluster

    lbn76 wrote:
    At and deployment 11g rac with IBM midsize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going to the OS like GPFS cluster

    Oracle Grid these days use ASM starts for vote and register files storage. So no need for a cooked cluster file system that must be mounted by all nodes. No need either directly with a gross storage logical unit number.

    ASM uses the LUN of the matrix of storage/SAN directly (as devices of rough blocks).

    Generally however, there are several I/O paths to that LUN on the SAN - in which case there is more than 1 device level o/s for this LUN. Multipath driver s/w addresses this and creates a logical (and redundant) device that sits at the top of several devices of i/o path to the level of the o/s.

    You configure ASM to use devices of paths multiples (as devices of rough blocks) - and applying exterrnal, normal or high redundancy necessary when creating starts on these logical multipath devices.

    The grid s/w and RAC database instances can then use ASM starts as cluster storage.

    This makes storage much easier layer management - and also provide a number of useful features too.

    This is also the approach recommended by Oracle Corp. for RAC - use ASM under the layer of management of storage between storage LUNS in the table and one side and CARS on the other.

  • Oracle 11g RAC can support 2 separate databases?

    1. can you Oracle 11 g RAC support 2 separate databases because it requires to SCAN ip cluster with a port number unique listener?
    2. Oracle 11.2 database connections will work correctly if I install a mandatory DNS server in Oracle RAC servers?
    I'm leading a team for a project of 11g and appreciate the answers.
    Thank you
    Satish.

    Oracle 11g RAC will support the 2 separate databases because it requires to SCAN ip cluster with a port number unique listener?

    YES

    Oracle 11.2 database connections will work correctly if I install a mandatory DNS server in Oracle RAC servers?

    YES

  • Oracle Rac on San storage

    Hello

    We are at the heart of the definition of a process for installation of 2 node to a san storage device.  Oracle 11.2 on Rhel 5.

    What is the process of implementation recommended for shared storage.

    We want the mirroring to stay at the storage level.

    * NFS without ASM

    * NFS with ASM

    * LUN with ASM

    * LUN without ASM

    All other as appropriate.

    I went through the documentation, it gives options, however, does not tell best practices.

    Thanks in advance everybody and apologize if there is already a post about this and I repeat it.

    The only choice, I will focus on what is LUN (fiber or Infiniband fabric layer) with the ASM.

    And no ASMLib. (optional, not required)

    Set the devices property LUN via udev. Configure logical device for ASM using MPIO.

    I'm going to call any other method, below.

  • Installing oracle 11g (RAC) on RHEL 6

    Dear all,


    Me and my team will install oracle 11g (RAC) on RHEL 6.
    About mention above I have little doubt it please help me out in this matter.

    In the network section.

    Requirement of intellectual property:

    1 public IP address
    2 private IP
    3. virtual IP address

    Suppose we have two interfaces in each server, eth0 and eth1.

    I put the public IP address in eth0 192.9.25.100 and private 10.79.1.100 eth1 IP address
    Now where put the virtual IP address and what is the procedure.

    Please help me to set the virtual IP address


    Thanks and greetings
    Yvon Das
    S/n, Guwahati

    Published by: Yvon on 23 May 2013 23:44

    Hello

    See the message below:

    http://www.Oracle-base.com/articles/11g/Oracle-DB-11gr2-RAC-installation-on-Oracle-Linux-6-using-VirtualBox.php

    If you need clarification update here.

    Thank you
    A H E E R X

  • Steps to integrate the suite oracle E-business R12.1.3 with 11g OID.

    Hi all

    Can someone let me know the document Metalink ID/steps to integrate the suite oracle E-business R12.1.3 with 11g OID.

    Thank you
    Dinesh.

    Edith says:
    Hi all

    Can someone let me know the document Metalink ID/steps to integrate the suite oracle E-business R12.1.3 with 11g OID.

    Thank you
    Dinesh.

    Please visit the following links/docs.

    With the help of Oracle Internet Directory 11 GR 1 material the patch 4 (11.1.1.5.0) and Single Sign-on with Oracle eBusiness Suite [ID 1286596.1]
    Integration of Oracle E-Business Suite Release 12 with Access Manager Oracle 11 GR 1 material (11.1.1.5) using Oracle E-Business Suite AccessGate [1309013.1 ID]

    https://blogs.Oracle.com/stevenChan/entry/oracle_access_manager_11_11
    https://blogs.Oracle.com/stevenChan/entry/why_does_ebs_integration_with

    Thank you
    Hussein

  • Oracle 11g RAC installtion

    Hello

    I would like to know how to install Oracle 11 g RAC by using the virtual machine.

    material:
    RAM: 8 GB
    Hard drive: 320
    CPU: i5

    above hardware is compatible for oracle 11 g RAC?
    Please suggest.

    996253 wrote:
    Hello

    I would like to know how to install Oracle 11 g RAC by using the virtual machine.

    check the link below.

    http://www.Oracle-base.com/articles/11g/Oracle-DB-11gr2-RAC-installation-on-OL5-using-VMware-Server-2.php

    material:
    RAM: 8 GB
    Hard drive: 320
    CPU: i5

    above hardware is compatible for oracle 11 g RAC?
    Please suggest.

    Yes, you can install the help above HW.

  • apex 4.0 with oracle 11g ee mail

    Hello

    I spent when you work with apex 3 I could work with apex mailsend very nice.
    Apex 4.0 with oracle 11g ee, I'm not able to send emails any more.

    Last error message in the queue is:

    ORA-29279: permanent SMTP error: 550 via this server without authentication.
    the smtp server has not been changed, the code is very well

    How can I go further?

    Thank you very much
    Florin

    Florin,

    Make sure that you use the relevent to instructions for your version.
    If you use 4.0 - you probably want the same script - with use of APEX_040000 appropriate.

    See the steps of INSTALLATION of document ITEM.

    http://docs.Oracle.com/CD/E17556_01/doc/install.40/e15513/otn_install.htm#CBHBABCC

    -Make sure that you don't drop the former users of apex framework before update or remove them from the ACL. It can cause you problems.

    -Tim St.

    P.S. Take a minute to update your profile so that your name is clear.

    Published by: Tim St. H., December 11, 2012 16:54

Maybe you are looking for