Multipath.conf for oel 6.4 and oracle zfs appliance

i have a zfs 7320 storage appliance connected via brocade fiber switches to clustered linux servers. one zfs controller with four fiber connections each server has two fiber connections. there are redundant switches so zfs is connected with two fiber connections to each switch and each server is connected one fiber connection to each switch. the zfs appliance manual does not have oel or redhat or any other similar 6.x multipath configuration. oracle support or sales has not been able as of yet to find multipath config for 6.x and suggested i post it here. Since I had issues that seem to be resolved with new zfs appliance software I want to verify my multipath config before i put the unit back in production, I would feel much better with a known good config.
This is what is in the manual for 5.x linux:
device
vendor "SUN"
product "Sun Storage 7310" or "Sun Storage 7410" (depending on storage system)
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_alua /dev/%n"
hardware_handler "0"
path_grouping_policy group_by_prio
failback immediate
no_path_retry queue
rr_min_io 100
path_checker tur
rr_weight uniform
This is what seems to work with 6.x:
device {
vendor "SUN"
product "ZFS Storage 7320"
getuid_callout "/sbin/scsi_id --whitelisted --replace-whitespace --device=/dev/%n"
prio alua
hardware_handler "0"
path_grouping_policy group_by_prio
failback immediate
no_path_retry queue
rr_min_io 100
path_checker tur
rr_weight uniform
}

Nice to see a proper redundant storage fabric layer for once on OTN. ;-)
We've been in a similar position using multipath with a custom storage layer (Infiniband based). Like you we hunted for a best-match config - and then stress tested the fabric layer using fio (Flexible I/O Tester). And don't forget to pull some fibre cables, or shutdown/powerdown one of the fibre channel switches, while fio tests are running.

Similar Messages

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Which database driver is required for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server

    Hi,
    i am trying to configure JDBC with weblogic. Can any one tell me which deriver needs to be selected for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server.
    if i use BEA oracle Driver (Type 4) version 9.0.1, 9.2.0,10,11,  i find error (see snap:2)
    Connection test failed.
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: hdyhtc137540d<br/>weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)<br/>weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.connect(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseDriver.connect(Unknown Source)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)<br/>c om.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConn ectionConfiguration(CreateJDBCDataSource.java:369)<br/>sun.reflect.GeneratedMethodAccessor 826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...
    and
    when i use oracle's driver (thin) version 9.0.1, 9.2.0,10,11, i find error
    Connection test failed.
    Io exception: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:10 1)<br/>oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)<br/>oracle .jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)<br/>oracle.jdbc.drive r.DatabaseError.throwSqlException(DatabaseError.java:229)<br/>oracle.jdbc.driver.DatabaseE rror.throwSqlException(DatabaseError.java:458)<br/>oracle.jdbc.driver.T4CConnection.logon( T4CConnection.java:411)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnectio n.java:490)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)<br/>oracle .jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)<br/>oracle.jdbc. driver.OracleDriver.connect(OracleDriver.java:474)<br/>com.bea.console.utils.jdbc.JDBCUtil s.testConnection(JDBCUtils.java:505)<br/>com.bea.console.actions.jdbc.datasources.createjd bcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:36 9)<br/>sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...

    i am finding this error when i click on Test Configuration button to test the connection wth oracle DB

  • Root.sh failed:Raw devices for OEL 5.3 and 10.2.0.4 RAC

    Hi
    We have OEL 5.3 and Oracle RAC 10.2.0.4
    While installing clusterware and running root.sh we are getting the error
    Failed to upgrade the cluster registry.
    Further the ocrconfig.log are as below:
    ocrconfig_20527.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2009-08-04 04:38:41.540: [ OCRCONF][286303376]ocrconfig starts...
    2009-08-04 04:38:41.540: [ OCRCONF][286303376]Upgrading OCR data
    2009-08-04 04:38:41.615: [  OCRRAW][286303376]propriogid:1: INVALID FORMAT
    2009-08-04 04:38:41.616: [  OCRRAW][286303376]ibctx:1:ERROR: INVALID FORMAT
    2009-08-04 04:38:41.616: [  OCRRAW][286303376]proprinit:problem reading the bootblock or superbloc 22
    2009-08-04 04:38:41.616: [ default][286303376]a_init:7!: Backend init unsuccessful : [22]
    2009-08-04 04:38:41.616: [ OCRCONF][286303376]Exporting OCR data to [OCRUPGRADEFILE]
    2009-08-04 04:38:41.616: [  OCRAPI][286303376]a_init:7!: Backend init unsuccessful : [33]
    2009-08-04 04:38:41.616: [ OCRCONF][286303376]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2009-08-04 04:38:41.619: [  OCRRAW][286303376]propriogid:1: INVALID FORMAT
    2009-08-04 04:38:41.619: [  OCRRAW][286303376]ibctx:1:ERROR: INVALID FORMAT
    2009-08-04 04:38:41.619: [  OCRRAW][286303376]proprinit:problem reading the bootblock or superbloc 22
    2009-08-04 04:38:41.619: [ default][286303376]a_init:7!: Backend init unsuccessful : [22]
    2009-08-04 04:38:41.623: [  OCRRAW][286303376]propriogid:1: INVALID FORMAT
    2009-08-04 04:38:41.623: [  OCRRAW][286303376]ibctx:1:ERROR: INVALID FORMAT
    2009-08-04 04:38:41.623: [  OCRRAW][286303376]proprinit:problem reading the bootblock or superbloc 22
    2009-08-04 04:38:41.626: [  OCRRAW][286303376]propriogid:1: INVALID FORMAT
    2009-08-04 04:38:41.641: [  OCRRAW][286303376]propriowv: Vote information on disk 0 [dev/raw/raw1] is adjusted from [0/0] to [2/2]
    2009-08-04 04:38:41.646: [  OCRRAW][286303376]propriniconfig:No 92 configuration
    2009-08-04 04:38:41.646: [  OCRAPI][286303376]a_init:6a: Backend init successful
    2009-08-04 04:38:41.663: [ OCRCONF][286303376]Initialized DATABASE keys in OCR
    2009-08-04 04:38:41.677: [ OCRCONF][286303376]csetskgfrblock0: clsfmt returned with error [4].
    2009-08-04 04:38:41.677: [ OCRCONF][286303376]Failure in setting block0 [-1]
    2009-08-04 04:38:41.677: [ OCRCONF][286303376]OCR block 0 is not set !
    2009-08-04 04:38:41.678: [ OCRCONF][286303376]Exiting [status=failed]...
    Any solution please?
    Supriya Sh

    There are a couple of errors that doesn't make the clusterware look fine.
    There was no previous version of OCR. error:PROC-33: Oracle Cluster Registry is not configured
    proprinit:problem reading the bootblock or superbloc 22
    This could mean either your cluster registry file is corrupt or you don't have access to the raw devices. Check the access to the shared storage raw device is valid. If this is not true, then make sure you have all your backup files ready.
    ~ Madrid
    http://hrivera99.blogspot.com

  • How to configure SharePoint 2010 / 2013 Search for SQL Database Contents and Oracle Database Contents?

    Hi All,
    We are planning to maintain the contents in SQL / Oracle. Could you please suggest anyone which is best for SharePoint 2010 / 2013 Search. How to configure the search for external content source?
    Thanks & Regards,
    Prakash

    This link explains supported and non supported scenarios to use Oracle for BCS
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/453a3a05-bc50-45d0-8be8-cbb4e7fe7027/oracle-db-as-external-content-type-in-sharepoint-2013
    And here is more on it
    http://msdn.microsoft.com/en-us/library/ff464424%28office.14%29.aspx 
    And here how you can connect Oracle to SharePoint for BCS functionality
    http://lightningtools.com/bcs/business-connectivity-services-in-sharepoint-2013-and-oracle-using-meta-man/
    Overall it seems SQL doenn't require any special arrangement to connect BCS to SharePoint.
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Configuring Semaphores for OEL 5.2 and ASM Instance

    Under Document ID 15654.1, the 'processes' parameters of database instances are used to determine the proper sizing of Kernel parameters specific to semaphores. Do we include ASM instance 'processes' in the sizing?

    Individual System V semaphores are small, so one can be generous when
    determining their limits. Having too few is bad, but having lots of unused
    semaphore capability is practically inconsequential.
    To better size your actual usage, use the command:
    # /usr/bin/ipcs -s
    ------ Semaphore Arrays --------
    key        semid      owner      perms      nsems
    0x000000a7 0          root      600        1
    # /usr/bin/ipcs -s -i 0
    Semaphore Array semid=0
    uid=0    gid=0   cuid=0  cgid=0
    mode=0600, access_perms=0600
    nsems = 1
    otime = Wed Apr 28 08:03:25 2010
    ctime = Wed Apr 28 08:03:24 2010
    semnum     value      ncount     zcount     pid
    0          1          0          0          2010will let you determine which processs are using which semaphores.

  • Differences between Oracle 8i for a UNIX Platform and a Linux Platform

    I want to know the differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform. And which platform is better?
    Thanks

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Database independant ETL in ODI for SQL Server and Oracle

    Hi,
    We have a requirement to create ETL which can be run for both SQL Server and Oracle.
    We have some tables to be filled from operational database to data warehouse using business requirement.Our goal is to create code which should be database independant.
    We will provide all DB details at the start of execution and it will code for as per provided details.
    The same can be achieved by Talend.
    I wanted to know if same can be achieved in ODI.
    Any pointers regarding this would be helpful.
    Thanks,
    Mahesh

    A quick trick: Provide one more value at the start of execution. It is something like a flag. For example db_flag. It can be either 'O' or 'S'.
    Open both  oracle and sql server KM. Copy one of the KM code to other KM and put an if condition to check the flag.
    if (#DB_FLAG.equalsTo("O")){
    Oracle code goes here...........
    }else{
    SQL Server code goes here...........
    Its a pure KM customization.
    Bhabani
    http://dwteam.in

  • Common Supplier master database for Custom Applications and Oracle Financia

    Hi,
    We would like to build a custom applications (Multiple) for our organization core business operations using .NET on the database which is being used by Oracle financials R12.1.1. These custom applications are going to have its own application servers. BUT the database is common for both custom applications and oracle financials. This database is going to house on the Oracle RAC.
    We would like to have a common supplier master for both custom applications and Oracle payables. Could you please help me with below questions?
    1. How to create/Update/Query the supplier records in the supplier master tables provided by Oracle financials using custom applications?
    2. How can we store the additional data elements needed by each custom application? We can't use the DFF on the supplier tables as the data elements for each custom application is going to be different. even though they use same supplier.
    3. We might have multiple supplier with same name but different FEIN/SSN numbers. As per the design Oracle financials doesn't allow the same supplier name entered multiple times even though FEIN/SSN number is different. How can we workaround this limitation?
    Thanks,

    Hi,
    Please find my comments below:
    1. How to create/Update/Query the supplier records in the supplier master tables provided by Oracle financials using custom applications?
    A: You may use Supplier Open interface and Sites Interface to Create the Supplier Records. I don't think there is any API to update Supplier Info. Since both the applications exist on same database, I think you can query the Vendor tables from Custom applications also.
    2. How can we store the additional data elements needed by each custom application? We can't use the DFF on the supplier tables as the data elements for each custom application is going to be different. even though they use same supplier.
    A. Designing different tables depending on Custom Application ID and Vendor ID seems to be the only option.
    3. We might have multiple supplier with same name but different FEIN/SSN numbers. As per the design Oracle financials doesn't allow the same supplier name entered multiple times even though FEIN/SSN number is different. How can we workaround this limitation?
    A.One alternative is to create a single supplier with each FEIN/SSN number as site. Second one is to create Supplier Name concatenated with FEIN/SSN numbers as different suppliers and store the actual name in some DFF or other field. Standard functionality won't allow such duplication (Cannot Create Supplier/Employee With The Same Name Of Existing Supplier [ID 743430.1]).
    Hope it helps.
    Regards,
    Sridhar

  • Retek and Oracle Financials Integration

    Hi,
    We are planning to implement Retek for the retail stores and Oracle Financials for the back end operations. Can some one tell me if these two products are seamlessly integrated? For example will the data flow from Retek to say AP or AR without having to develop any interfaces.
    Thanks in advance.
    Amit

    One may benefit from this Metalink document.
    Regards, Erik Ykema
    Subject:      Oracle Retail E-Business Suite Integration Guide
         Doc ID:      Note:458221.1      Type:      WHITE PAPER
         Last Revision Date:      02-NOV-2007      Status:      PUBLISHED
    In this Document
    Abstract
    Document History
    Oracle Retail E-Business Suite Integration Guide
    Applies to:
    Oracle Retail Invoice Matching - Version: 12.0.5 to 12.0.5
    Oracle Retail Merchandising System - Version: 12.0.5 to 12.0.5
    Information in this document applies to any platform.
    Abstract
    This is an Oracle Retail internal “services-only” document not for general customer release. It is intended for the systems analysts and other members of the integration team contracted to assist a retailer to integrate Oracle Retail applications with Oracle E Business Suite applications.
    Document History
    Author :
    Create Date 11-Sept-2007
    Update Date dd-mon-yyyy
    Expire Date dd-mon-yyyy (ignore after this date)
    Oracle Retail E-Business Suite Integration Guide
    This document describes considerations for integration of Oracle Retail applications with the Oracle Financials applications of Oracle E Business Suite. This document provides information for the implementation team to assess product requirements, configuration opportunities, and constraints related to this integration.

  • BRBACKUP fails with DB13 and TIVOLI on AIX and ORACLE

    Hi,
    We have the Tivoli setup for SAP on AIX and Oracle.
    when we run the brbackup directly we are able to get it through. But when we do the same with DB13 and Tivoli attached we are not able to get through and it throws an error.
    Would be very nice and kind of you if you could share your setup knowledge with me regarding Tivoli and SAP.
    Thanks & Regards
    Shrenik
    9393930803

    Unfortunately nobody here has a crystal ball to look into and see what is happening on your system in both cases.
    We could ask you "have you done this" or "did you configure that" but it´s very cumbersome.
    So please: provide logfiles of failed attempts if there is "an error" so we see which error it is and we can see if we can help.
    Markus

  • Satelite Forms and Oracle Lite

    Hi Guys, In order to develop the application using Puma Tech Satelite form what version should i use? Satelite forms enterprise edition with Full Server? or Just the Enterprise Edition without server? Please reply me i am planning to buy the software.
    Thanks
    SR

    Oracle 8i is a version of the Oracle RDBMS. You can buy special "sizes" of this RDBMS like: Enterprise, Standard, Personal or Lite.
    Oracle Personal is good for Developers using a private database on their own computer, usually Oracle Standard is good for a smaller server and Oracle Enterprise is for huge databases. Oracle lite is only for users that have a database on their laptop and don't need many extras. So the basic thing, the RDBMS, is always the same, but depending on the size there may be less or more "extras". You can learn more about these extras in the product decriptions on the Oracle-Site.
    To sum up, you can have a personal Oracle 8i.
    That's how I understand that.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sshuangc:
    What's difference between Oracle 8i and personal Oracle.
    Does personal provide PL/SQL?<HR></BLOCKQUOTE>
    null

  • CodeWarrier and Oracle Lite

    Hi All, I am trying to develop a small project using Codewarrier and oracle lite. For using OKAPI i need to include libokapi.lib and libokstub.lib files. I couldn't locate them in my machine? Could anyone tell me where do i find these files?
    Thanks
    SR

    Oracle 8i is a version of the Oracle RDBMS. You can buy special "sizes" of this RDBMS like: Enterprise, Standard, Personal or Lite.
    Oracle Personal is good for Developers using a private database on their own computer, usually Oracle Standard is good for a smaller server and Oracle Enterprise is for huge databases. Oracle lite is only for users that have a database on their laptop and don't need many extras. So the basic thing, the RDBMS, is always the same, but depending on the size there may be less or more "extras". You can learn more about these extras in the product decriptions on the Oracle-Site.
    To sum up, you can have a personal Oracle 8i.
    That's how I understand that.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sshuangc:
    What's difference between Oracle 8i and personal Oracle.
    Does personal provide PL/SQL?<HR></BLOCKQUOTE>
    null

  • Oracle Linux 6.1 asm packages - oracleasm and oracleasmlib for OEL 6.1 ???

    Hello everyone
    I am not ULN subscriber, I am trying to learn Oracle ASM/RAC at work.
    I am running OEL 6.1 (uname -rm output is: 2.6.32-100.34.1.el6uek.x86_64)
    I am looking for two ASM support libraries which are compatible with above Oracle Linux 6.1 X64
    Specifically this article refers to 2 packages I need for ASM support:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    •oracleasmlib-2.0.4-1.el5.x86_64.rpm -- I need this one
    •oracleasm-support-2.1.3-1.el5.x86_64.rpm -- this package is now already installed on OEL 6.1 so I dont need this one for OEL 6.1
    •oracleasm-2.6.18-164.el5-2.0.5-1.el5.x86_64.rpm -- I need this one
    Can anyone direct me to a download link for the above two packages? Even if its from RHEL6.1 as long as it works?
    Or does it mean that I must pay Oracle in order to be able to get these packages in order to learn ASM at home ??
    Why would Oracle allow us to use their RDBMS/RAC/ASM/Linux software at home learning for free and not supply the above two packages??
    thanks

    user6029797 wrote:
    •oracleasmlib-2.0.4-1.el5.x86_64.rpm -- I need this oneThis requires Oracle Linux support, as it is not GPL software and is only available to subscribers.
    •oracleasm-2.6.18-164.el5-2.0.5-1.el5.x86_64.rpm -- I need this oneNo, you don't. This is built into the kernel for OL6U1.
    Or does it mean that I must pay Oracle in order to be able to get these packages in order to learn ASM at home ??
    Why would Oracle allow us to use their RDBMS/RAC/ASM/Linux software at home learning for free and not supply the above two packages??If you want to use ASM for free, install Oracle Linux 5 Update 7 and download the RHEL5 oracleasmlib package from here:
    http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html
    Keep in mind that Database is NOT certified on Oracle Linux 6 anyway, so it is challenging to install. The very article you link to uses Oracle Linux 5. It also links to these very same RPMs. If you follow the article more carefully, you won't have any issues.

  • Oel updates and oracle 10g

    Hi
    Can i get updates for oel4/5 ?(using for testing at home)
    can i install oracle 10g oel 5 ?
    thanks

    The ability to get updates for OEL 4 or 5 is a paid service, for which you need to have a subscription to oracle's repository. So, assuming you don't want to explicitly buy a subscription, you can only download the latest version of both OEL 4 and 5, and use it.
    The oracle 10g database (that's also a assumption, that you mean the database with 'oracle 10g') can be installed on OEL5, but because the 10.2.0.1 version was released before OEL5 (actually RHEL5) existed, the installer does not see the linux version as a valid one. This can be bypassed using two popular methods: use the -ignoresysprereqs commandline option with runInstaller, or by copying over the contents of /etc/redhat-release. Also, you need to extra packages (libXp and compat-libstdc++-33). But I assume there are a lot of installation examples to be found on the internet.

Maybe you are looking for

  • Elements 9 Crashes when burning onto DVD

    I've attempted to burn a project with a newly bought Premiere Elements 9 software.  It goes through rendering all three Disc Menus just fine. Then it crashes my entire computer(multiple times) when getting to approx 4-5% burning process.  This mornin

  • Users Responsibility END DATE

    Hello Gurus, I required a script which will check the END_DATE of the responsibilities assigned of a particular user. Also how can I extend the END_DATE of the assigned responsibility from backend. Please suggest. Thanks- Pokhraj Das

  • Integrating ACS with DC

    Hi All, I am trying to integrate ACS with the DC, can anyone please try to get me the Document to follow, Thanks.

  • Use Planning for forecasting resourcess

    <p>I am trying to see if we can use Hyperion Planning to forecastresources for projects and would like to know the best way todesign the application to handle this.</p><p> </p><p><b>Scenario</b></p><p>We have employees with different skill sets (Proj

  • What exactly Persistence Interface does in BI Beans ?

    Hi All, I would like to know the significance and usage of Persistence Interface into BI Beans. Any ideas or thoughts would be appreciable. Thankz n advance. Regards, Anwar