Infiniband configuration for Oracle VM in Sparc T5-2

hello all,
Just wanted to post here to ask if someone has experience on configuring Infiniband interfaces in a  SPARC T5-2 Server with multiple Oracle VMs in it
As far as we have checked, you can't have Virtual Switch(Simple way) using an Infiniband Interface and neither use DIO to assign individual PCI device to a Virtual Domain, only leaving us with the option of SR-IOV which requires several things(We are good with all of them but Switch F/W version) but it disables  the possibility of Live Migration--something that we definitely don't want
Any help is appreciated
Thanks in advance and Regards

Hi, just a note that with SR-IOV you can (with current logical domains manager) remove the SR-IOV device while the domain is running, so there is a way to accomplish live migration. See the August 20, 2013 blog entry at  https://blogs.oracle.com/raghuram/
I hope that helps, Jeff

Similar Messages

  • Internal disk configuration for oracle

    Hi experts
    I need some guidance for internal disk configuration for oracle
    requirements are for 2 node clustered VM on linux OS OEL
    the OS will be for RAC, OEM
    will RAID 5 be optimal setting
    this is not production env
    thanks

    912919 wrote:
    Hi experts
    I need some guidance for internal disk configuration for oracle
    requirements are for 2 node clustered VM on linux OS OEL
    the OS will be for RAC, OEM
    will RAID 5 be optimal settingFor most definition of "optimal" the answer is "NO"
    RAID+10 provides better performance.
    Handle:     912919
    Status Level:     Newbie
    Registered:     Feb 7, 2012
    Total Posts:     135
    Total Questions:     74 (46 unresolved)
    why do you waste time here when you rarely get your questions answered?

  • Error starting Portal or Commerce Server when Configured for Oracle

    I've been attempting to configure Portal 4.0 to work with Oracle. I'm running Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connection pools and successfully
    run the scripts to populate the tables. I am confident the Oracle OCI driver is configured
    properly (have done this many times). However, after I make all of the necessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading configuration file .\config\wlcsDomain\config.xml
    ..> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. I tried a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point to my instance
    of Oracle (are their additional things I need to load in Oracle to support it using
    the RDBMS realm). Is there a way I can disable the security realm to at least get
    the server up-and-running (via the web.xml). I've installed and reinstalled many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

    I finally found this bug in the release notes, i'm surprised one of the bea guys couldn't
    answer this....
    "Mike Friesen" <[email protected]> wrote:
    >
    I had the same type of problem with portal 4.0. Trying downloading the
    newest 7.0, I found it works much better.
    Mike
    "K C" <[email protected]> wrote in message news:[email protected]...
    I found this as well. However, i still am not able to run the portal afterconfiguring
    for oracle. While running create_all, i get many errors like "can binda
    LONG value
    only for insert into a LONG column"
    the table are being created, this appears to occur in the "insertingrequired bootstrap
    data" phase.
    thanks
    "Joshua Davies" <[email protected]> wrote:
    You probably followed the instructions too closely. I had the same
    problem,
    due to
    something that's not quite a "bug" in the installation instructions.Look
    back at
    the section "Update Settings for the RDBMS Security Realm" in thedeployment
    guide
    (http://edocs.bea.com/wlp/docs40/deploygd/oraclnew.htm#1039294).
    In the table in step 2, they show the URL on top, and the Driverclassname
    underneath
    it. HOWEVER... on the actual data screen, the Driver is on top and the
    URL is underneath
    it. If you're not being very very careful, it's easy to swap thesetwo
    values
    and put the URL in the Driver input box and the Driver in the URL input
    box. Make
    sure you haven't accidentally done this; if you have, you can stillchange
    this in
    the config.xml file (do a text search for an element RDBMSRealm withan
    "name" attribute
    of "wlcsRealm").
    Verify that it looks like this:
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabaseURL="jdbc:weblogic:oracle"
    Name="wlcsRealm"
    and not this:
    <RDBMSRealm DatabaseDriver="jdbc:weblogic:oracle"
    DatabaseURL="weblogic.jdbc.oci.Driver"
    Name="wlcsRealm"
    Very subtle gotcha...
    "Jeff Davis" <[email protected]> wrote:
    I've been attempting to configure Portal 4.0 to work with Oracle. I'm
    running
    Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic
    Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connectionpools
    and successfully
    run the scripts to populate the tables. I am confident the Oracle OCIdriver
    is configured
    properly (have done this many times). However, after I make all of thenecessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading
    configuration
    file .\config\wlcsDomain\config.xml
    ...> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable toinitialize
    the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. Itried
    a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point
    to my instance
    of Oracle (are their additional things I need to load in Oracle tosupport
    it using
    the RDBMS realm). Is there a way I can disable the security realm toat
    least get
    the server up-and-running (via the web.xml). I've installed andreinstalled
    many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

  • HRMS Analytics configuration for Oracle EBS

    Hi ,
    I have to configure HRMS Analytics for Oracle EBS(Referring Configuration Guide for OBIA 7.9.6.3) , I am new to OBIA :
    I just started working domain Values (csv files), I have few queries for the same:
    1. Is is necessary to Use the query mentioned in the OBIA Setup guide , to get the Domain Values. Can we use different query to extract the Domain Values ?
    What is the effect if query is changed ?
    2. Some csv are for 11i instance ,so does it mean , it is not required to configure those csv files for R12 ?
    Any help in this regard will be highly appreciated.
    Thanks,
    Razi

    Here are the answers to the questions:
    1. Is is necessary to Use the query mentioned in the OBIA Setup guide , to get the Domain Values. Can we use different query to extract the Domain Values ?
    What is the effect if query is changed ?
    A: Not necessairily. The query is there to help you gather the relevant data but this is a functional exercise. If a HR Functional person on your team can identify the relevant domains, events, etc, then you can populate it manually. The goal is to get the relevant EBS domain values and map to the BI requirements. The query is a fast way to get the list of the existing values from the EBS DB.
    2. Some csv are for 11i instance ,so does it mean , it is not required to configure those csv files for R12 ?
    A: If the COnfig Guide specifically has a section for R12 versus 11..then you need to follow for the version you are on. However, there are general "EBS" configurations that you need to do for both versions. Rule of thumb, if it doesnt specific the version, then it needs to be done for both.
    If helpful, pls mark correct or helpful

  • ODBC configure for oracle

    Hello expert,
    I have two configureation in configuration file for oracle database as follows:
    PRODDW.WORLD=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.10.10.40)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=proddw)
    PRODDW=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.10.10.40)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=proddw)
    I can see "PRODDW" in the ODBC, but PRODDW.WORLD seems exact same as PRODDW in the above. so please tell me what is PRODDW.WORLD? why they are same?

    918440 wrote:
    Hello expert,
    I have two configureation in configuration file for oracle database as follows:
    PRODDW.WORLD=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.10.10.40)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=proddw)
    PRODDW=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.10.10.40)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=proddw)
    I can see "PRODDW" in the ODBC, but PRODDW.WORLD seems exact same as PRODDW in the above. so please tell me what is PRODDW.WORLD? why they are same?ask the person who created the file.
    so me folks do silly & needless things?
    why are you bothered by seeing duplicate & redundant details?

  • Hardware Configuration for Oracle DB on DELL Server

    We are currently running Oracle 8.0.5 on Windows 2000 Advanced Server. This is a DELL PowerEdge 6600 server with 8 73GB Ultra SCSI Hard Drives. We will be upgrading to Oracle 9i in the future. Question: What would be the recommended Hardware RAID Configuration? We've heard that RAID 10 would be a good configuration to implement. What would be the best way for us to configure our server? We would like a high fault tolerance, good performance system. Our database isn't very large in size (10GB) but, we do require 24 x 7 availability. By the way, switching to a different operating system is not an option for us.

    You've probably read this already; but, the documentation has some minimums: http://docs.oracle.com/cd/E26996_01/e18548/CHDJCIFD.html
    The management server doesn't require anything special.
    Regards,
    Ian

  • Best Hardware Configuration for oracle RAC

    Hi,
    iam planning to implement oracle 10g and 11g rac.Can anyone of you provide me the best hardware configuration which suits the need.
    I can spend a reasonale amount.
    This is for homesetup,implementation and practice all major activities that's all.
    So please provide me a nice coniguration.
    Iam planning to install vmware server and create multiple instances in the same server
    Please provide me a nice configuration which suits for implementing installing vmware server
    Thanks,
    Aram
    Edited by: aram on Sep 23, 2011 8:08 AM

    aram wrote:
    Hi,
    iam planning to implement oracle 10g and 11g rac.Can anyone of you provide me the best hardware configuration which suits the need.
    I can spend a reasonale amount.
    This is for homesetup,implementation and practice all major activities that's all.
    So please provide me a nice coniguration.
    Iam planning to install vmware server and create multiple instances in the same server
    Please provide me a nice configuration which suits for implementing installing vmware server
    Thanks,
    Aram
    HI,
    For your home testing you might need a latest technology to get a smooth and fast installation. i7 processor might be the ideal with memory at least 8GB. if you're planning to have more than 3 VMs running at the same time than you need 12-16GB memory at least.
    From my experience installing on vm and allocated memory 2.5GB each VM the installation could take 15-30minutes
    Cheers

  • Hardware Configurations for Oracle 10g AS

    Hi,
    I'm looking for Hardware Configurations on various platforms which Oracle AS 10g supports. Basically i'm looking for details for these on each supported platforms.
    No. Of CPUs
    CPU Speed
    RAM
    Disk Space
    I would appreciate if someone point me some document on this.
    Thanks,
    RK

    Those parameters are more of a function of intended use (ie the application and which components of AS involved). There are absolute minimum values to enable installation (not use) of the software in each platforms Install Guide.
    For certified platforms, check with you sales contact or Oracle Support.

  • Recommended configuration for Oracle VM Server and VM Manager

    Hi,
    Currently we have two dedicated DELL servers (VM server and VM Manager) for which are building an Oracle stack environment.
    We are facing a problem which we didn't find answer from Oracle docs or via Google. The problem is that the virtual machines we create in VM Manager can't be connected to the outside world, and we think it's because our host (Hetzner) does not allow ports eth1-eth3 to be connected to the servers, unless we have these servers in the same rack and connected via switch.
    Our question is, is it recommended configuration to have VM Server and VM Manager servers in the same rack and connected via switch?
    If yes, the next question is, if we need in the future to add one more dedicated DELL server to our configuration to host virtual machines, is it possible if the new third dedicated DELL server is not connected via switch to the two dedicated DELL servers we have already have?
    If no, the next question is, what could be the recommended configuration and solution to our problem in our case that ports eth1-eth3 cannot be connected to the servers?
    Please do not hesitate to ask if you need more information. I do appreciate your time and expertise. Thanks.

    The architectural environment is now done like on this graphic. For security reasons Hetzner hosting service does not allow ports eth1-eth3 to be connected, but in internal network under switch they do.

  • SQLNet Configuration for Oracle 7.1.5 on VMS 6.2 Alpha Server

    We have Oracle 9i installed on a SUN Solaris Server.
    We are using Oracle 8i's OAS version 4.0.8.1.
    I have another user who has an Oracle database version
    7.1.5.2.3 running on VMS O/S 6.2 Alpha server.
    This user want to connect to our Server and use the
    OAS to create web pages.
    How can I configure this database using SQLNet ?
    What all things I should do to configure the 7.1.5
    database to be connected to our server?
    Is it possible?
    Any help greatly appreciated.
    Mercy.

    You simply have to find that library and copy it to /usr/X11R6/lib . I installed everything related to X and then found libXpm* in /usr/i486-linux-libc5/lib .
    Best of lick.

  • Solaris SMF configuration for Oracle CSS service

    Below is the code to create oracle CSS service with solaris SMF, it will create smf service with instance name as "default" where as i need to change it to "css"
    svc:/application/oracle/css:default
    change service instance name to
    svc:/application/oracle/css:css
    i don't know about smf and xml, can somebody help me to change css service name ?
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-css.xml,v 1.4 2006/03/19 21:19:40 joomul Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005, 2006 Joost Mulders.
      This document contains a service definition for the
        Cluster Synchronization Services (CSS) process.
      This process is required for ASM and RAC. It should be started via smf(5)
      only for *non-RAC* systems. On RA clusters, this daemon is started via crs.
    -->
    <service_bundle type='manifest' name='oracle-database-css'>
    <service
      name='application/oracle/css'
      type='service'
      version='1'>
      <create_default_instance enabled='false' />
      <!-- CSS depends on multi-user. That takes care of details like filesystem -->
      <dependency
       name='multi-user'
       grouping='require_all'
       restart_on='error'
       type='service'>
       <service_fmri
        value='svc:/milestone/multi-user:default' />
      </dependency>
      <exec_method
       type='method'
       name='start'
       exec='$ORACLE_HOME/bin/ocssd'
       timeout_seconds='30' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <exec_method
       type='method'
       name='stop'
       exec=':kill'
       timeout_seconds='60' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <!-- ocssd.bin does not detach -->
      <property_group name='startd' type='framework'>
       <propval name='duration' type='astring' value='child' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <property_group name='general' type='framework'>
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
       <propval name='action_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <stability value='Unstable' />
      <template>
       <common_name>
        <loctext xml:lang='C'>
         Oracle Cluster Synchronization Services (CSS)
        </loctext>
       </common_name>
       <documentation>
        <doc_link
         name='Intro to Oracle Clusterware and Oracle Real Application Clusters'
         uri='http://download-east.oracle.com/docs'/>
       </documentation>
      </template>
    </service>
    </service_bundle>Edited by: sachinonnet on Jan 12, 2010 2:01 AM

    Hi,
    i got the solution as below
    removed below line from service xml
    <create_default_instance enabled='false' />
    created another xml file for instance xml, where i specified the name of instance.
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-instance.xml,v 1.12 2006/03/12 19:51:20 joost Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005,2006 Joost Mulders.
      This document contains a service definition for an Oracle database instance.
      It contains some instance specific variables like ORACLE_SID and ORACLE_HOME.
      These must be filled in below.
      Other -generic database- service properties are inherited from the parent
      service, 'application/oracle/database'.
      A database instance can be brought under SMF control by:
       * running /lib/svc/method/ora-smf autoimport
    *OR*
       * filling in the blanks (marked with '' or ':default') below
       * svccfg import <file>
    -->
    <service_bundle type='manifest' name='oracle-database-instance'>
    <service
      name='application/oracle/database'
      type='service'
      version='1'>
      <dependency name='oracle-asm' grouping='require_all' restart_on='none' type='service'>
        <service_fmri value='svc:/application/oracle/database:ASM' />
      </dependency>
      <!-- The SMF instance name MUST match the database instance -->
      <instance name='PDB' enabled='false'>
       <method_context
        working_directory='/u01/app/oracle/product/10.2.0.1/db'
        project=':default'
        resource_pool=':default'>
        <!--
          The credentials of the user with which the method is executed.
        -->
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default'/>
        <method_environment>
         <envvar name='ORACLE_SID' value='pdb' />
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/db' />
        </method_environment>
       </method_context>
      <!--
       A generic options property group for this database.
       This property group has currently only one variable: instance_type.
       instance_type describes the type of database instance. It's value can be
       RDBMS or ASM. RDBMS denotes a classic database instance and ASM is a storage
       manager instance.
      -->
      <property_group name='options' type='application'>
       <stability value='External' />
       <propval name='instance_type' type='astring' value='RDBMS' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      </instance>
    </service>
    </service_bundle>

  • The LDAP configuration for Oracle Service Registry 11g(OSR 11.1.1.2.0)

    Hi All,
    Please teach about user management in Oracle Service Registry(OSR).
    We want to manage all users in LDAP(OID).
    Questions
    Q1) How can we manage the user in OID?
    Q2) OSR default user(admin) will not be displayed on the security realm in WebLogic.
    Can we configure security realm in WebLogic?
    Regards & Thanks
    yoshida.

    Refer to this doc http://download.oracle.com/otndocs/tech/soa/OSR103ProductDocumention.pdf
    Section 6. External Accounts Integration

  • Project Analytics - PA - Configurations for Oracle Apps 7.9.6

    Guys - I have gone through the docs and cannot find what configuration steps are necessary for us to run OBAW / DAC loads for PA (Project Accounting / Project Analytics).
    Any pointers are greatly appreciated.
    Regards,

    Here are the main steps:
    Install OBIEE
    Install OBIA (e.g. 7.9.6) use Project analytics option while install
    Create Target Database ( e.g. 10.2.x or 11g)
    Install Informatica (e.g. 8.6, SP4)
    Client
    Server (Server / Repository)
    Integration Service and Repository Service
    Install DAC (e.g. 10g)
    Install DAC client
    Install DAC Server
    Restore Informatica Repository
    Restore DAC Repository
    Register Informatica Repository services with DAC
    Connect DAC to DW
    Create Custom Container in Informatica for ETL loads

  • How to choose a right server for Oracle Database!

    Hi all,
    Is there any formular that allows me to find the appropriate server configuration for Oracle database 11g?
    Please help!
    Thank you all.
    Dan.
    Edited by: Dan on 01:45 06-01-2013

    Simply put ... no.
    Determining the correct server is a dance between hardware vendors (one point of input to be treated with general distrust), internal expertise and experience working with similar systems, and most importantly understanding the behaviour of what you are building.
    Here are some sample questions to start the ball rolling.
    1. What operating system expertise does your organization have?
    2. What operating system expertise is readily available in the community from which you hire applicants?
    3. What type of application?
    4. What are up-time expectations?
    5. Requirements for high availability?
    6. Requirements for time to perform a full recovery?
    7. Requirements for security?
    8. Storage footprint (dictates internal storage versus SAN, NAS, or ZFS)
    9. Anticipated growth (3-7 years)
    Everyone wants to sell you CPU clock-ticks, more RAM, more IOPS, etc. But the first thing you need to understand is the capabilities you require that are generic: Required of any solution. Only when you have a clear understanding of these factors are you ready to discuss whether the solution is a pizza box or an ODA ... an Exadata or an IBM System Z.
    Far too often I find people purchasing RAM they don't need with CPU speeds that exceed the ability of their network infrastructure to move the data so pay special attention when you are ready to make your purchase to engineered systems like the ODA.

  • Oracle E-Business Suite 12.1.3 is certified on Oracle Solaris on SPARC (64-bit) 11.2 ?

    Hi,
    Is Oracle E-Business Suite 12.1.3 is certified on Oracle Solaris on SPARC (64-bit) 11.2 ? on certifications it shows only 1 Version (11).

    Yes it is -- R12.1.1 : Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Oracle Solaris on SPARC (64-bit) (Doc ID 761568.1).
    Please note Oracle Database 11gR2 (11.2.0.3 or higher) is required for EBS 12.1 on Solaris 11.
    Thanks,
    Hussein

Maybe you are looking for

  • Access to Folio Builder

    I can't login in my Adobe account: when I click on Access in Folio Builder my account informations does not open.  Indesign is not connected to Internet, but I don't know why! so I created my .folio offline. How can I upload my file now?

  • Sending Error information

    hi All, We have in our implementation XI->TIBCO systems interaction. For the simplification of monitoring we are thinking of capturing the error information that was sent back to us (which we can view in the SXMB_MONI) and send it to TIBCO. Is there

  • Images not opening from organiser into pse 11

    Hi just downloaded trial version on mac, running mountain lion, when I select an image in organiser and click open in editor the editor opens but doesnt load an image. Any help, thanks

  • Starting a documentary, using PPro for the 1st time, any pro tips for workflow?

    I'm a documentary director and editor that is making the big switch for my next project.  For some background, I'm coming from the world of FCP 7 working with p2 DVCpro footage off a Panasonic HPX camera,  multiple editors who each have separate syst

  • Multi instrument does not sound

    hi! newbe question? in a song i have a multi instrument and i can hear it. i'm in the arrange window. i tell logic "build track with new instrument" and open the enviroment window and built a new multi instrument, i cable it to 4 new audio instrument