Is DELL Equalogic PS4600 supported with Oracle VM 3.1?

Hi, I am having some problems configuring Oracle VM for SAN storage, the compatibility matrix in this site: http://linux.oracle.com/pls/apex/f?p=117:3:0::NO::: shows me that there isn't any support.
When I try to setup SAN configuration, I am having this error (please open the attachment file). The log show me an error with login on to the SAN, but I don't know where do I have to enable the access for Oracle VM and if its compatible..
An important situation is: when I try this command:
iscsiadm -m discovery -t sendtargets -p 192.168.1.50 (SAN IP). The commands display the correct information
and if I try this command
iscsiadm -m node -T  (IQN) - p (SAN IP) -- login
The command shows me that I am successfully connected.
Also I was searching for a solution with Oracle Metalink  Doc ID 1273899.1 I just want to know if that reference apply to this device and if its secure to try.
Any help would be appreciated, thanks.

Why do you have the same UUID for the 10GB and the 1.1TB LUN?
The error is pretty straight forward. You shouldn't have the same UUID for each LUN.

Similar Messages

  • SAP Note 378648 - Offline backup support with Oracle Fail Save

    I am trying to implement SAP Note 378648 - Offline backup support with Oracle Fail Save, but am unsure about part of the solution....
    Basically, I have to add several parameters into the Environment Variables of the MS Clustered Servers running Windows Server 2003 for the user xidadm... 
    Fairly straight forward apart from one parameter....
    BR_OFS_DOMAIN=<domain>
    I am unsure what is required/meant by domain.  Can anyone shed some light??

    Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
    You have to set this variables the same way as you set ORACLE_HOME and so on.
    (I am not sure about the details; never worked with MS cluster.)
    hope this helps

  • Savepoint not supported with oracle 8i

    when I am using the oracle thin driver I'm getting the following error
    Exception in thread "main" java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.supportsSavepoints()Z
    at Svpt1.main(Svpt1.java:31)
    but when odbc driver is used the
    Checking savepoint support ...
    Savepoint is not supported
    Insert record(10, 'newregion1') ...
    Establish savepoint 1 ...
    Unexpected Exception null
    java.lang.UnsupportedOperationException
    at sun.jdbc.odbc.JdbcOdbcConnection.setSavepoint(JdbcOdbcConnection.java
    :1713)
    at Svpt1.main(Svpt1.java:49)
    please tell me why this difference and how can I use savepoint with oracle 8i.
    I'm using Oracle 8i and j2sdk1.5.0_06
    import java.sql.*;
    public class Svpt1
         public static void main(String args[])
              Connection conn = null;
         Statement stmt = null;
              int rows = 0;
              try
                   // Load the Oracle JDBC driver
                   DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
              String jdbcUrl = "jdbc:oracle:thin:@localhost:1521:gdn";
                   // Connect to the database
                   conn = DriverManager.getConnection (jdbcUrl, "srg", "srg");
                   // Create a Statement
              stmt = conn.createStatement();
                   // Cleanup table to original state
                   stmt.execute("DELETE FROM employees WHERE ssn=10");
                   // Turn off the auto-commit mode
         conn.setAutoCommit(false);
              DatabaseMetaData dbmd = conn.getMetaData();
              // Check whether Savepoint is supported
         show("Checking savepoint support ...");
              if (dbmd.supportsSavepoints())
                        show("Savepoint is supported");
                   else
                   show("Savepoint is not supported");
              // Insert a new record into the "regions" table
                   show("Insert record(10, 'newregion1') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (10, 'newregion1')");
              // Establish the first savepoint (named)
                   show("Establish savepoint 1 ...");
                   Savepoint svpt1 = conn.setSavepoint("svpt_1");
              // Insert a second record into the "regions" table
                   show("Insert record(11, 'newregion2') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (11, 'newregion2')");
              // Establish the second savepoint (named)
              show("Establish savepoint 2 ...");
              Savepoint svpt2 = conn.setSavepoint("svpt_2");
                   // Establish the third savepoint (unnamed)
              show("Establish savepoint 3 ...");
              Savepoint svpt3 = conn.setSavepoint();
                   // Insert a third record into the "regions" table
              show("Insert record(12, 'newregion3') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (12, 'newregion3')");
                   // Check names and ids of established Savepoints
              show("The name of txn savepoint 1 is: " + svpt1.getSavepointName());
                   show("The name of txn savepoint 2 is: " + svpt2.getSavepointName());
              show("The id of txn savepoint 3 is: " + svpt3.getSavepointId());
                   // Rollback to the first savepoint
              show("Rollback to savepoint 1 ...");
              conn.rollback(svpt1);
                   // Commit the transaction
              show("Commit the transaction ...");
              conn.commit();
                   // Close the Statement
              stmt.close();
                   // Close the Connection
              conn.close();
              }//try
         catch(SQLException sqlexc)
                   show("Unexpected SQL Exception " + sqlexc.getMessage());
                   sqlexc.printStackTrace();
              catch(Exception exc)
                   show("Unexpected Exception " + exc.getMessage());
         exc.printStackTrace();
         }//main
    static void show(String mesg)
    System.out.println(mesg);
    }//class
    thanks in advance.

    change the tnsnames.ora you're forms 6i is using. Usually in the net80\admin path of your forms 6i home.

  • SNMP Support with Oracle Agents, does somebody have experience

    Hy iam a student in Germany,
    I'am working with an Company in air traffic management
    and I'am searching for help with SNMP and Oracle 8i
    Does anybody have implemented the intelligent Agent in
    Oracles 8i to be managed with an HP Open View ore another
    NNM System?
    In my opinion Oracles Agent doesn't support SNMP Version 3
    des encryted neither AgentX requirements.
    Is this true?
    Is it possible to manage the DB with UCD-SNMP and embeddet SQL?
    If you answer to my or write an email I would be very happy.
    [email protected]

    i read a blog post that you can deploy patches via a Deployment Type for a Application. I configured a Deployment Type as Script Installer for my main Installation (the Main Application is already Deployed) and as the detection method i used "Fileversion".
    The Problem now is that i cannot see the Patch in the Software Center of the client PC. Anybody knows why? The Main Installation is located in the ccmcache of the Client PC but not that Patch... (MSP) The Patch is from our own Product.
    When i look into the AppDiscoveryLog with CMTrace i can see this:
        Performing detection of app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery   
    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Discovered application [AppDT Id: ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, Revision: 10]    AppDiscovery    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Detected app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery    14.11.2014 14:41:10   
    3360 (0x0D20)

  • Nls support with oracle xml parser in java

    I'm using The JAXP interface to manipulate xml with xsl. the implementation that I use is Oracle xml parser.
    My xml contains a lot of hebrew chars, and in the result stream each char translated into 5-6 chars, which makes the result to be 5-6 times bigger than it suppose to be, and harder for me to debug my application.
    The client's browser shows the results well.
    How can I make the transformator to transform the hebrew chars to hebrew char istead of longer and not readable string ?

    Oracle XML Team wrote:
    : Stephen Flinter (guest) wrote:
    : : Environment: WinNT 4.0/SP4, Apache 1.3.6, JServ 1.0, Oracle
    : 8.1.5
    : : I have downloaded the new Java v2 XML Parser (2.0.2), and
    have
    : : replaced the wrapper.classpath entry in my jserv.properties
    : file
    : : with the path to the new parser.
    : : When I rerun the "Employee Page" demo, I get the following
    : : exception message:
    : : [15/09/1999 11:02:22:974 GMT] java.lang.NoSuchMethodError:
    : : oracle.xml.parser.v2.XSLProcessor: method
    : : processXSL
    : (Loracle/xml/parser/v2/XSLStylesheet;Loracle/xml/parser
    : : /v2/XMLDocument;)Lorg/w3c/dom/DocumentFragment; not found
    : : at oracle.xml.xsql.XSLHelper.process(XSLHelper.java:34)
    : : at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java,
    : : Compiled Code)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    : : at
    : : org.apache.jserv.JServConnection.processRequest
    : (JServConnection.j
    : : ava)
    : : at
    : : org.apache.jserv.JServConnection.run(JServConnection.java)
    : : at java.lang.Thread.run(Thread.java:479)
    : : This demo was works fine with the parser shipped with the
    : : xsql_servlet download.
    : : Regards,
    : : Steve
    : Version 2.0.2 uses the August XSLT WD which is incompatible
    with
    : the April WD on which our previous releases including the demos
    : were based.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    Hi,
    Can someone from the Oracle XML Team point us to a fix so we can
    continue our testing???
    Steve...
    null

  • About Note 378648 - Offline backup support with Oracle Fail Safe

    Hi forum,
    I try to re-post it in Oracle word...
    I read note 378648 but I don't understant where I must set the follow variables :
    BR_OFS=1
    BR_OFS_RESOURCE=< database_resource_name>
    BR_OFS_CLUSTER=< cluster_name>
    BR_OFS_USER=<user_name>
    BR_OFS_DOMAIN=<domain>
    BR_OFS_PWD=<password>
    I try into init<SID>.sap but without success.
    Regards.
    Ganimede Dignan.

    Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
    You have to set this variables the same way as you set ORACLE_HOME and so on.
    (I am not sure about the details; never worked with MS cluster.)
    hope this helps

  • PEAR DB classes support with Oracle

    Hello
    Does Oracle support PEAR DB packages for accessing Oracle database (9i/10g)?. Can someone confirm this?.
    Regards
    Prakash

    yes, it does. Confirming =)

  • Does windows 2008 compatible with Oracle 10.1.0.2.0

    Hi Dear,
    Does windows 2008 compatible or support with Oracle 10.1.0.2.0 ? if not then
    Oracle 11g compatible with windows 2008 server .
    we have Oracle 10g application server on top of oracle 10.1.0.2.0 database on AIX. we are looking forward to migrate oracle 10g database from
    AIX platform to windows 2008 server. so i need to be 100 sure that windows 2008 support oracle 10g,if not if we migrate oracle 11g then oracle 1og application
    server work on top of 11g database. please assist me.
    Best Regards
    ------------------

    Hi Sybrand,
    sybrand_b wrote:
    Migrating from a real scalable OS like AIX or any other flavor of Unix, like Linux to a non-scalable OS like Windows 2008 can not be recommended.
    If you do this only for cost reasons, you should reconsider.
    My guess is this is some managerial directive.I agree with you that any flavour of *nix is better than Windows, but the reality is that there might be situations where a Windows-platform is better.
    If the entire server park is Windows, then the delivery will be better with a platform change. It's much likelier that the machine will stand abandoned in a corner, slowly rotting away if nobody really knows how to to manage the beast...
    The world isn't black and white, and it isn't always about which is the better technical platform. If it was, the whole world would be using *nix-servers... ;-)
    //Johan, OCP and Unix/Linux sys admin since 2000

  • Does Headstart 6.5.4 supported in Oracle 11g R2?

    Hello,
    In my application I'm using the following components
    CM SDK 9.0.4.2.26
    Head Start 6.5.4
    Can somebody suggest me is Head Start 6.5.4 supported in Oracle 11g r2 please? If not how to upgrade it to JHeadStart.
    Kind Regards,
    Kam

    Headstart and JHeadstart are different tools. Headstart is a development accelerator for Oracle Designer/Forms, JHeadstart is a development accelerator for Oracle JDeveloper/ADF.
    The prerequisites of Headstart are
    * Oracle 10g database in runtime environment (where CDM RuleFrame is used)
    * Headstart Oracle Designer 10g, patch 6.5.4.0
    * Oracle Designer 10.1.2.0.2 or above.
    * Oracle 10g Developer Suite (10.1.2.0.2)
    I don't know if Headstart 6.5.4 is supported with Oracle 11gR2. The Oracle Designer version is supported with a 10gR2 and a 11gR1 database. So for your development environment you will need a 10gR2 or 11gR1 database.
    Regards,
    Mark

  • ECC5 Installation with Oracle 10.2.0.2.0

    Dear Experts,
    We want to do a Heterogenous Sytem Copy from our ECC5 system landscape on HP-Unix, Oracle 10.2.0.2.0 to win2003 (64 bit), Oracle 10.2.0.2.0.  Oracle version needs to be exactly same after migration as under this version our Production system will run for some time before we upgrade to ECC6 & Oracle 11G on Windows 2008.
    The PAM says that ECC5 is supported with Oracle 10.2.0.2.0, though not sure if it's supported as a direct Installation to 10.2 or only as a Installation to Oracle 9.2 & followed by a upgrade to Oracle 10.2.  The migration media for ECC5 that we have recieved from SAP comes with Oracle 9.2, so wanted to check if a direct Installation of ECC5 on Oracle 10.2.0.2.0 is supported?. If yes is this Oracle Installation DVD for 10.2.0.2.0 downloadable from SMP?.
    Thanks
    Abhishek

    > We want to do a Heterogenous Sytem Copy from our ECC5 system landscape on HP-Unix, Oracle 10.2.0.2.0 to win2003 (64 bit), Oracle 10.2.0.2.0.
    Are you aware that you must have a certified migration consultant on-site to do the migration? see http://service.sap.com/osdbmigration --> FAQ
    > The PAM says that ECC5 is supported with Oracle 10.2.0.2.0, though not sure if it's supported as a direct Installation to 10.2 or only as a Installation to Oracle 9.2 & followed by a upgrade to Oracle 10.2.  The migration media for ECC5 that we have recieved from SAP comes with Oracle 9.2, so wanted to check if a direct Installation of ECC5 on Oracle 10.2.0.2.0 is supported?. If yes is this Oracle Installation DVD for 10.2.0.2.0 downloadable from SMP?.
    What you need is not an ECC5 installation media but a new netweaver 2004 media containing the support for Oracle 10g, you'll have to do an R3load migration, backup/restore will not work (different endianess source vs. target).
    Markus

  • CAC or smart card use with Oracle database and web server

    I've been asked to smart card (CAC) enable our Oracle web server and database access. We currently use CAC to access many of our other applications.
    Where can I find the following information
    Oracle software required (and is it an additional cost)
    How to integrate Oracle App server (web server) with CAC.
    How would I need to change the database users accounts to be CAC enabled rather than database users accounts.
    Thanks
    steven jackson
    [email protected]
    614-692-9768

    Virtualisation is not certified for Oracle RAC on Windows.
    +Certified Software on Oracle VM [ID 464754.1]+ note states:
    Oracle Real Application Clusters (RAC)
        Oracle 10.2.0.4 and up (10gR2) and 11.1.0.7 and up (11gR1) and 11gR2 RAC for Linux x86 and Linux x86_64 certified on Oracle VM
            Guest OS: Oracle Linux 5.1 (and above) RHEL 5.1 (and above) for Linux x86 / Linux x86_64
            Paravirtualized (PV) mode only (Guest OS and drivers)
            Only supported on Oracle VM 2.1.2 and above
            Live-migration of an Oracle RAC VM is supported with Oracle VM 2.2.1 and above.
            Previous versions are not supported. Please refer to this link for best practices.
            Over-committing CPUs is not recommended, but supported with the following restrictions:
                The total amount of VCPUs allocated to guest domains (running Oracle RAC guests), should not exceed
                two times (2x) the amount of real CPUs / cores in the Oracle VM server.
                The amount of VCPUs allocated to a single guest domain should not exceed the amount of real CPUs /
                cores in the Oracle VM server.
                Maintain Oracle VMs default VCPU allocation for dom-0: Oracle VM will allocate 1 VCPU for each real CPU or core to dom-0.
                CPU pinning is only recommended for hard partitioning. If no hard partitioning is required, CPU pinning should not be used.
            Static support only (dynamic support is being planned):
                Dynamic resizing of guest virtual machine is not supported (VCPU, memory and I/O)
                Virtual Machine Pause/Restore of an active Real Application Cluster virtual machine is not supported.

  • WLI 10.2 Support for oracle 10GR2 or not .......

    We are evaluating ALSB 3.0 with WLI 10.2 and we would like to use Oracle RAC 10GR2.
    The BEA article at http://edocs.bea.com/platform/suppconfigs/configs102/102_over/supported_db.html#1178367
    suggests that WLI 10.2 is not supported with Oracle RAC 10GR2.
    I find this surprising since we are currently using WLI 8.1 SP4 with Oracle 9i RAC and its supported and its also possible to use WLI 9.2 with Oracle RAC 10GR2 according to this article http://edocs.bea.com/platform/suppconfigs/configs92/92_over/supported_db.html#1177976
    and assuming you apply the appropriate Patch ID: 1VLA, Pass code: SJ88M5JJ
    Anyone have any ideas on why WLI 10.2 is not supported with Oracle RAC 10GR2 as its an important architectural issue for us if we can not use RAC. Also does anyone know if BEA has any plans and timescales for when they will be supoporting Oracle RAC with WLI 10.2 ?

    As luck would have it CR370015 was submitted to request a post GA certification of WLI 10.2 with Oracle RAC and it passed in the last few days. The docs have been updated to remove the comment on WLI not being supprted. See http://edocs.bea.com/platform/suppconfigs/configs102/102_over/supported_db.html#1178367
    :-D

  • SAP official support of Oracle Dataguard

    Hello all,
    Since which Oracle version SAP ECC6 supported dataguard? Please refer me to SAP note or document.
    regards,
    Daniel

    Hello Daniel,
    all currently supported Oracle versions (10.2.0.5, 11.2.0.2, 11.2.0.3) for SAP ECC 6.0 are supported with Oracle Data Guard. Previous patch sets were supported too.
    Sapnote #105047 (Point  "15. Data Guard") describes the suppported Data Guard functions.
    Regards
    Stefan

  • Language support in JMS adapter with Oracle JDev 10.1.3.1

    Hi,
    I' using JDeveloper 10.1.3.1 with Oracle SOA Suite - ESB 10.1.3.1 in the following scenario:
    1) Use Database adapter with "on insert" condition to read Student record with Chinese name (Unicode format) - ESB process
    2) Use JMS adapter to push this data into "DemoTopic" as string - ESB process
    3) Use Message Driven Bean's (EJB 3.0) "onMessage" method to fetch the data from JMS topic - J2EE app
    4) Use JDBC executeUpdate to update this Chinese name into another database table - J2EE app
    5) Finally, verify the updated Chinese name in ADF application - J2EE app
    Prerequisites
    1) The database charset on both sides of the flow is UTF8
    2) The ADF application JSF page encoding is UTF8
    3) The SOA Suite is installed on DB repository (UTF8 charset)
    Result
    1) The flow from Step 1-5 works.
    2) But, the println of the JMS message (holding the Chinese name) gives "????" when checked with Wordpad (Unicode readable word processor)
    3) Junk characters are inserted into the database
    Please let me know where I'm going wrong. Also, let me know if I need to configure/set the character encoding in OC4J, or the JMS adapter and how.

    Hi all,
    This is been resolved by using the AL32UTF8 character set in the database. JMS adapter by default supports UTF-8. No setting/configuration needs to be done.

  • Can't compile PHP5.2 with Oracle ORA support, please help!

    Hi peoples,
    first post on here - hope someone can assist.
    I am compiling PHP 5.2 on RedHat Enterprise 4 AS intel 64bit with oracle ORA and LDAP support compiled in. I am using Apache 2.0.52-28 installed from RedHat RPMs.
    I am using the following configure line:
    ./configure with-apxs2=/usr/sbin/apxs with-config-file-path=/etc/httpd/conf with-oracle=/export/oracle/pegasus/product/9.2.0 with-ldap=/usr enable-sigchild enable-libgcc
    The only oracle related messages I have found during the configuration are:
    checking for Oracle (OCI8) support... no
    checking Oracle OCI support for PDO... no
    However I am told these are newer methods of Oracle communication protocols and not related to what I am trying to achieve.
    After building and installing PHP 5.2, reconfiguring apache httpd.conf and restarting httpd I find that the output of phpinfo.php shows no mention of oracle whatsoever apart from the Configure Command section at the beginning confirming that yes, --with-oracle= was specified.
    I have tried setting ORACLE_HOME=/export/oracle/pegasus/product/9.2.0 environment variable before running ./configure but to no avail.
    I have also tried adding various Oracle environment variables to my startup scripts for Apache, also to no avail.
    Any ideas? I am really under the pump to get this sorted as it is for a new production server here and I am limited timewise to get it up and running.
    Cheers
    Andy

    Hi Andy,
    I have php 5.2 installed on a RH 64 bits so our configurations are almost the same (I use Apache 1.3 and Oracle 10g).
    I compiled 5.2 from source succesfully with this instruction:
    ./configure with-config-file-path=/opt/apache with-libdir=lib64 with-oci8=/opt/oracle/orase/oracle/product/10.2.0/db_1 with-apxs=/opt/apache/bin/apxs --enable-sigchildReplace the required values to match your system and try to see if it works for you.
    Let me know how it goes. Any additional problem, I'm glad to help.

Maybe you are looking for

  • Iphone 4s not working after ios update 6.1.3

    I have an iphone 4s boxed, brandnew and unopened for a year not until March 2013, for a couple of days i have used it, worked excellent but after i have unlocked it through at&t and updated it to IOS 6.1.3 it went to re-activation mode again. Tried s

  • How do i convert a plain number into hh:mm:ss

    Below is a part of my spreadsheet i am setting up for travelling. The driving time number is derived from a "IF" calculation that divides the "Distance" by a number depending upon the selection in the "Road" column (Data validation list) The calculat

  • Name of the method.

    Good day, Within a class, the name of the class can bet determined via a call to the "getClass().getName()" method, right ? How do we get the name of the method itself ? ================ class magic { magician () { xx = getClass().getName(); // --> W

  • Can't install Quick Time 7 - Error 1721 problems with windows installer

    I had QT 6 PRO and an old version of itunes working fine. I tried to upgrade to Itunes 6. The install failed at the last step of installing QuickTime 7.04. The error message was "Error 1721.There is a problem with this Windows Installer package. A pr

  • Itunes on Vaio Windows 7 won't open at installation

    Hi I've just tried to inastall itunes on my Vaio for the first time - I've downloaded the 64-bit version - but I can't open it. Each time, I only get as far as accepting the licensing agreement, and then the opening falters and nothing happens. Does