Patch installation problem...

Hi,
My database is running on Linux.Database version is(9.2.0.4). I have to upgrade database from 9.2.0.4.0 to 9.2.0.6.0. I tried to apply P3948480_9206__Linux.Zip this patch. After unzipping this patch ,
$./runInstaller
Checking Installer Requirements...
Checking operating system version:Must be rehat-2.1As,rehat-2.1,rehat-3,United Linux-1.0,SuSE -9 or SuSE -8 >>>>failed
My Linux Version
cat /proc/version
Linux 2.6.9-5 ELSmp #1 SMP wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
uname -a
2.6.9-5 ELSmp
thanks,

If the installer complains about an unsupported platform then most probably you are working on a platform not include in the Supported List.
Is this a redhat based linux? then post the contents of the /etc/redhat-release file.
You could ignore the prerrequisites, but before proceeding provide this information. If this is not a production system there are several workarounds and issues depending on the particular linux distro. If this is a production system, then you will be out of support if you plan to go ahead installing on a non certified platform.
~ Madrid
http://hrivera99.blogspot.com

Similar Messages

  • Oracle 9.2.0.8 patch installation problem on top of 9.2.0.4 installation

    I'm trying to install the 9.2.0.8 patch on top of my 9.2.0.4 Oracle installation on Fedora 8 OS and I'm not able to get the installer going. After I get the first screen, it displays for the Oracle_HOME screen and when I press next here, I get the following error:
    java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
    If anyone was successful in this installation, please let me know what I have to do to get past this error and get a successful installation.

    More or less similar problem reported in following thread
    Install 11g on Fedora 8?

  • Patch installation problem, catupgrd.sql file is missing in the directory

    Hi,
    I have installed oracle database 10.1.0.2.0 in my windows system and i have created one database.
    now i got oracle database 10.2 patch from metalink.
    As per the document everything i did, i shutdowned the database,stoped all services and installed oracle 10.2 in the same oracle home directory.
    As per the document procedure i performed below steps
    SQL> STARTUP NOMOUNT
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
    SQL> SHUTDOWN
    C:\> sqlplus /NOLOG
    SQL> CONNECT SYS/password AS SYSDBA
    SQL> STARTUP NOMOUNT
    SQL> ALTER SYSTEM SET CLUSTER_DATABASE=FALSE SCOPE=spfile;
    SQL> SHUTDOWN
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
    SQL> SPOOL OFF
    Till startup upgrade everything worked, after i made spool on as per the document and then the problem arives
    i executed this below statement
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
    i got SP2-0310: unable to open file "C:\oracle\product\10.1.0\db_1\rdbms\admin\catupgr
    d.sql" error.
    i went into that path and i checked many files was there but this perticular file was not there.
    i am stuck here what i should do now?
    i have to upgrade the database and i should start the database.
    please help me out
    regards
    veeresh
    [email protected]

    hi virag,
    but in the document they have given not to install in new oracle home directory. for ur reference i have added that lines, please help me out. and 1 thing,after i installed 10.2 patch when i type sqlplus it give 10.1.0.2 only, it is not giving 10.2,why is this.
    Note:
    If you attempt to install this patch set in an Oracle home directory that does not contain an Oracle Database 10g release 10.2.0.1 installation, Oracle Universal Installer displays a warning dialog with the following error:
    OUI-10091: There are no patches that need to be applied from the patchset Oracle Database 10g Release 2 Patch Set 1
    10.2.0.2.0
    The Oracle Universal Installer does not allow the installation to proceed. Click OK, then click Cancel to end the installation.

  • Soa suite 10.1.3.4 patch installation problem

    Hi,
    As a preinstallation task, when I tried to run the script upgrade_10133_10134_olite.sql on olite database, it is giving me the following error...
    SQL> SET FEEDBACK 1
    SQL> SET NUMWIDTH 10
    SQL> SET LINESIZE 80
    SQL> SET TRIMSPOOL ON
    SQL> SET TAB OFF
    SQL> SET PAGESIZE 100
    SQL> -- Drop following indexes from oreaesb schema
    SQL> DROP INDEX ESB_FLOW_ID
    [POL-5167] index SYSTEM.ESB_FLOW_ID does not exist
    SQL> DROP INDEX ESB_ACTIVITY_TIMESTAMP
    [POL-5167] index SYSTEM.ESB_ACTIVITY_TIMESTAMP does not exist
    SQL> -- Create following indexes in oraesb schema
    SQL> CREATE INDEX ESB_FLOW_ID_TIMESTAMP ON ESB_ACTIVITY(FLOW_ID,TIMESTAMP)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_ACTIVITY_TIMESTAMP_TYPE ON ESB_ACTIVITY (TIMESTAMP,TYPE)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_ACTIVITY_TYPE_TIMESTAMP ON ESB_ACTIVITY (TYPE,TIMESTAMP)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_TRACKING_VALUE ON ESB_TRACKING_FIELD_VALUE(ACTIVITY_ID,NAME,VALUE)
    [POL-5130] table or view SYSTEM.ESB_TRACKING_FIELD_VALUE not found
    SQL> CREATE INDEX ESB_TRANSACTION ON ESB_TRANSACTION_STATUS(FLOW_ID)
    [POL-5130] table or view SYSTEM.ESB_TRANSACTION_STATUS not found
    SQL> -- Create REQUEST_HEADER column in ESB_FAULTED_INSTANCE table.
    SQL> ALTER TABLE ESB_FAULTED_INSTANCE add REQUEST_HEADER BLOB
    [POL-5130] table or view SYSTEM.ESB_FAULTED_INSTANCE not found
    SQL> @@update_resequencer_tables_10134
    SQL> Rem
    SQL> Rem $Header: update_resequencer_tables_10134.sql 20-jun-2008.19:01:18 atusingh Exp $
    SQL> Rem
    SQL> Rem createschema_oracle.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2006, 2008, Oracle. All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem createschema_oracle.sql - <one-line expansion of the name>
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem <short description of component this file declares/defines>
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem atusingh 06/20/08 - Backport atusingh_bug-7163503 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 06/17/08 - Backport atusingh_bug-7168163 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 06/02/08 - Backport atusingh_backport_heartbeat from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 05/14/08 - Backport atusingh_bug-7017649 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem
    SQL> Rem SET ECHO ON
    SQL> Rem SET FEEDBACK 1
    SQL> Rem SET NUMWIDTH 10
    SQL> Rem SET LINESIZE 80
    SQL> Rem SET TRIMSPOOL ON
    SQL> Rem SET TAB OFF
    SQL> Rem SET PAGESIZE 100
    SQL> drop table ESB_message_map
    [POL-5130] table or view SYSTEM.ESB_MESSAGE_MAP not found
    SQL> drop table ESB_messages
    [POL-5130] table or view SYSTEM.ESB_MESSAGES not found
    SQL> drop table ESB_group_status
    [POL-5130] table or view SYSTEM.ESB_GROUP_STATUS not found
    SQL> drop table ESB_containerid_lease
    [POL-5130] table or view SYSTEM.ESB_CONTAINERID_LEASE not found
    SQL> CREATE TABLE ESB_messages ( message_id varchar2(48) PRIMARY KEY
    , system_guid varchar2(48), operation_guid varchar2(48),
    flow_id varchar2(100), key varchar2(1000), from_system_guid
    varchar2(48), priority number(3), transactional number(1), correlation_id varchar2(48), error_message varchar2(2000),
    error_stack varchar2(4000), header blob, data blob, dummy1 varchar2(200), dummy2 varchar2(200),
    dummy3 varchar2(200) )
    Table created
    SQL> CREATE TABLE ESB_group_status ( group_id varchar2(100), last_sequence_id varchar2(100), last_received_time timestamp,
    error number(1), lockConId varchar2(100), lockTime timestamp, service_guid varchar2(48), system_guid varchar2(48),
    destination_system_guid varchar2(48), version number(38,0), dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200),
    PRIMARY KEY(group_id, service_guid) )
    Table created
    SQL> CREATE TABLE ESB_message_map (id varchar2(48) PRIMARY KEY, service_guid varchar2(48), group_id varchar2(100), sequence_id varchar2(100), message_id varchar2(48), received_time timestamp, status number(1), standard_sequence_id varchar2(100),
    dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200), FOREIGN KEY(message_id) REFERENCES ESB_messages(message_id) on delete cascade, CONSTRAINT stnd_reseq UNIQUE(service_guid, group_id, standard_sequence_id) )
    Table created
    SQL> create table ESB_containerid_lease ( container_id varchar2(100) PRIMARY KEY, renewal_time timestamp )
    Table created
    SQL> create index resequencer_index1 on ESB_MESSAGE_MAP (STATUS, SERVICE_GUID, GROUP_ID, SEQUENCE_ID)
    Index created
    SQL> -- Create xref_data table if it is not already created by user
    SQL> CREATE TABLE XREF_DATA ( XREF_TABLE_NAME VARCHAR2(2000) NOT NULL, XREF_COLUMN_NAME VARCHAR2(2000) NOT NULL, ROW_NUMBER VARCHAR2(48) NOT NULL, VALUE VARCHAR2(2000) NOT NULL, IS_DELETED VARCHAR2(1) NOT NULL, LAST_MODIFIED VARCHAR2(100) NOT NULL, LAST_ACCESSED VARCHAR2(100) NOT NULL )
    Table created
    SQL> CREATE INDEX XREF_ROW_NUMBER ON XREF_DATA(ROW_NUMBER)
    Index created
    SQL> CREATE INDEX XREF_VALUE ON XREF_DATA(VALUE)
    Index created
    SQL> commit
    Commit complete
    Can anybody explain, why I am getting the error about Views and Tables? I have checked in Olite database (connecting through JDeveloper), these view/tables don't exist? These are fine or I am missing something?
    Please help me.

    Ya, that may happen. When I login as a orabpel user to update Olite database, I forgot to login as a oraesb user.
    but I think that will definitely solve the problem. Let me try and revert to you back.
    Thanks.

  • Same O_H for OMS and DB10g - Patch installation problem

    Hello,
    I already installed the PatchSet from 10.1.0.5, and my OPatch version is 10.2.0..what this is asking me is for the OracleHome form the OMS, I have 2 OracleHomes...
    ORACLE_HOMES=c:\oraclehomes\db10g (DB)
    ORACLE_HOMES=c:\oraclehomes\oms10g (OMS)
    this Patch is looking for the rsf.rdbms_rsd component that supposed to read from DB, but how can I point the patch to 2 places that have the same O_H???
    Please I need some help.
    Thanks.

    The environment variable is ORACLE_HOME (singular).
    It is best practice to set up different environment variables for:
    OMR_HOME
    OMS_HOME
    and
    OMA_HOME

  • 8.1.7 Installation Problem on Pentium IV Sony VAIO PCV-RX651 with XP Operating System

    Have problem installing Oracle 8i Enterprise Edition on a SONY VAIO with XP Personal Edition. The "Explore CD" and "Browse Documents" buttons of the Oracle Universal Installer/Autorun responded but the "Install/DeInstall Products" button did not. Oracle 8i DB from the same CD was installed and ran just fine on a Pentium III Toshiba laptop with Win2000 ?! Please help.
    Thanks.
    CNguyen
    [email protected]

    ================================================================
    Doc ID:
    Note:131299.1
    Subject:
    Oracle Installer 8.1.X Hangs on Machines with Pentium 4
    Processors
    Type:
    ALERT
    Status:
    PUBLISHED
    Content
    Type:
    TEXT/PLAIN
    Creation
    Date:
    02-JAN-2001
    Last
    Revision Date:
    18-APR-2001
    This alert was modified 16-January-2001 by specifying specific
    Oracle Universal
    Installer Versions in the the Versions Affected section.
    Oracle Universal Installer (OUI) for 8.1.x Hangs on Machines
    with Pentium 4
    Processors
    ~~~~~~~~~~~~~~~~~~
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Oracle 8.1.5
    ============
    Oracle Universal Installer 1.6.0.9.0
    Oracle 8.1.6
    =============
    Oracle Universal Installer 1.7.0.19.0
    Oracle 8.1.7
    ==============
    Oracle Universal Installer 1.7.1.9.0
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000
    and NetWare platforms are confirmed to be affected.
    Description
    ~~~~~~~~~~~
    When installing Oracle Products with the Oracle Universal
    Installer (8.1.x)
    on machines that use the Sun JRE and Symmantec JIT, the
    installer hangs.
    Specifically for the Windows platform, the following version
    of the Symmantec
    JIT or earlier will encounter the failure:
    Symantec Java! JustInTime Compiler Version 3.10.107 for JDK
    1.2.
    Details regarding this issue can be found at:
    http://developer.intel.com/design/processor/future/manuals/knowni ssue.htm
    How to determine if you have Symmantec Java for JDK 1.2:
    1. Select the file "symcjit.dll" and right click on it.
    2. Select Properties, then the Version tab.
    3. Under Microsoft Windows*, the properties of the DLL are:
    "Symantec Java! JustInTime Compiler Version 3.10.107 for
    JDK 1.2 Copyright (C)
    1996-99 Symantec Corporation Dynamic Link Library file".
    DLLs older than this will also not work. "
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000 and NetWare platforms are confirmed to be
    affected.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    The failure typically is that the affected application simply
    terminates.
    Workaround
    ~~~~~~~~~~
    Not only will OUI be affected by this bug, most of the
    post-install
    configuration tools will also be affected. Running these
    tools with "-nojit"
    specified will avoid the hang, but it is not simple to specify
    "-nojit" for
    some of the products.
    The following workaround works for the Windows operating
    system:
    a. Copy only the install directory from the CD to the hard
    disk ,say, e:\temp.
    b. Open oraparam.ini and make the following modifications
    (Assuming CD
    drive is f:)
    * Change the "SOURCE=" line to use the full path to the CD
    instead of a
    relative path. (i.e., SOURCE=f:\stage\products.jar)
    * Change the "JRE_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    JRE_LOCATION=f:\stage\Components\oracle\swd\jre\1.1.7\1\DataFiles
    \Expanded)
    * Change the "OUI_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    OUI_LOCATION=f:\stage\Components\oracle\swd\oui\1.6.0.9.0\1\DataF
    iles\Expanded
    * Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the
    first argument.
    (i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m)
    ^^^^^^
    * Other entries should remain the same
    c. Launch setup.exe from the temporary location on your hard
    drive (i.e.
    e:\temp\install\win32\setup.exe). This will use the
    modified
    oraparam.ini and pick up the information from the CD since
    the absolute
    locations are specified.
    Choose a Custom install and choose not to create a database
    during the
    install. This way, the Database Configuration Assistant will
    not be launched
    during installation.
    The Net8 Configuration Assistant will still be launched, and
    there is no way
    to suppress it. You will need to kill the Net8 Configuration
    Assistant if it
    hangs due to the bug. The installation still will have been
    successful, and
    you can run the DBCA and NetCA after installation.
    To kill NetCA if it hangs during installation:
    In the "Configuration Tools" window, highlight the "Net8
    Configuration
    Assistant" and click "Stop". If that does not work, look for
    the most recent
    JRE process using the Task Manager, and kill it manually.
    NOTE: the OUI
    itself will also have a jre process. Be sure to kill the one
    with the most
    recent date, which should be the jre process being used for
    Net8CA, not the
    one for OUI itself.
    After killing the configuration tools and continuing through
    the installation
    to the "End of Installation" screen, you should modify the
    configuration tools
    to use "-nojit", then call the appropriate tools from the
    Start Menu.
    Once installation is complete, each of the following files in
    the ORACLE_HOME
    needs to be modified:
    assistants\dbca\dbassist.cl
    assistants\dbma\dbmig.cl
    assistants\ifa\ifa.cl
    bin\elogin.cl
    bin\owm.cl
    ldap\oidamdin\oidadmin.cl
    network\tools\netasst.cl
    network\tools\netca.cl
    owm\install\instelogin.cl
    owm\install\instowm.cl
    Edit the contents of the above files to add "-nojit" as shown
    below:
    Command=("C:\Program Files\Oracle\jre\1.1.7\BIN\JREW" -nojit
    -classpath ....
    this is the only thing you need to add --> ^^^^^^
    Then, launch the necessary tools, like Net8CA and DBCA from
    the Start Menu.
    Patches
    ~~~~~~~
    Currently there is not a patched installer available to deal
    with this
    problem, the workaround listed above must be used.
    References
    ~~~~~~~~~~
    [BUG:1507768] INSTALLER FAILS WHEN RUNNING ON NEW PENTIUM 4
    (IV) PROCESSORS
    [BUG:1507946] INSTALLER FAILS WHEN RUNNING ON NEW INTEL
    PENTIUM 4 (IV) PROCESSORS
    @[BUG:1518935] SYMCJIT.DLL DOESN'T WORK WITH THE NEW P4
    PROCESSORS
    Oracle
    Support Services.
    Copyright (c) 1995,2000 Oracle Corporation. All Rights
    Reserved. Legal Notices and Terms of Use.
    ================================================================
    The solution of making a local copy of the installation CD on
    the hard disk and renameing symcjit.dll to symcjit.old does
    work to allow installation of Oracle Client 8.1.7 on a Pentium 4
    This function is useful and you can find two file to rename
    ===============================================================
    Windows ME
    Solution to the installation of Oraclei8.1.7 PE in Windows Millennium
    Oracle does not support installing version 8.1.7 PE into
    Windows Millennium.
    As an unsupported workaround, you may add the following line
    to the [compatibility95] section of win.ini prior to
    installation:
    Jrew=0x00080000
    After setup is complete, Oracle will recommend a reboot.
    There is one additional step necessary prior to reboot;
    Oracle may add a non-standard path statement to the
    autoexec.bat file. Please modify this SET PATH
    statement to use short-filenames if you find a quoted
    LFN string represented as part of the path. You can
    confirm that the path was merged successfully into the
    registry after reboot by examining the PATH variable
    in the registry at
    HKLM\System\CurrentControlSet\Control\SessionManager\Environment
    Symptoms of a missing Oracle path statement in the registry are that Net8 Easy Config will not launch.
    Please note that Oracle does not support the use of this
    product in Windows ME, but have authorized these workarounds
    for testing purposes only.
    ===============================================================
    Windows XP Home Edition
    Oracle 8i is not certified on windows XP. Even if yes, it must be Windows XP Professional.
    You can install Oracle8i on windows XP Home Edition, try like this:
    1 - Copy your Oracle CD into hard disk in your
    machine. For example Copy from oracle8i CD into C:\Oracle\ ...
    2 - Search the two files named Symcjit.dll on the D drive (where you have copied Oracle8i. You can found them in (example):
    C:\Oracle\stage\Components\oracle.swd.jre\1.1.7.30\1
    \DataFiles\Expanded\jre\win32\bin\symcjit.dll
    3 - Rename this file (Example): symcjit_back.dll (make sure to find two files and rename them)
    4 - Execute the Oracle setup.exe from C:\Oracle\setup.exe
    ===============================================================
    When Oracle 8i dies on the install or the installer hangs, here is the fix for this, make sure that you have Service Pack 2 installed.
    1. \JRE\1.3.1\ From Sun. (You can download java program at http://java.sun.com/products/jdk/1.1/jre/download-jre-windows.html)
    2. Install the java file.
    There is also a problem in the installation disk.
    3. Make a copy of the Oracle 8i disk on the local hard disk.
    4. Do a search for the two files called symcjit.dll and rename them for example: symcjit.old.
    5. Install Oracle from the win32 directory.
    ================================================================
    PLEASE NOTE THAT ORACLE DOESN'T SUPPORT THE USE OF THOSE PRODUCTS IN WINDOWS ME, BUT HAVE AUTHORIZED THESE WORKAROUNDS FOR TESTING PURPOSES ONLY

  • Installation problems on Solaris 9

    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.15978/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

    from the diagnostic details:
    Architecture           spso0509
    Host           SunOS e220r 5.9 Generic_117171-17 sun4u sparc SUNW,Ultra-60
    Package           Tarantella Secure Global Desktop Enterprise Edition for
    SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Andrew
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Hangul
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Platform
    Identity Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Security
    Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Windows
    Connectivity Pack for SPARC Solaris 2.8+ (4.10.903)
    Bill Weir wrote:
    Gavin,
    Glad you're sorted. Can you confirm that it is 4.10.903 you are using
    (not 4.00.903)? I'm concerned if this installation problem is still
    present in the later version.
    Bill
    Gavin Westermann wrote on 31/08/2005 05:00:
    Bill - that seems to have done the trick! the installation is now running.
    Thanks so much for this.I am running a pair of Sun Ray 170's on my desk
    here at home mated to an E220R. I am hoping to use Tarantella to be able
    to access and run apps on a win3k server in the same rack.
    Gavin
    Bill Weir wrote:
    Gavin,
    This looks like a known problem with TTA 4.00.903 and some Solaris
    patches which were distributed at about the same time. However, you say
    you're using 4.10.903, and as far as I know the problem should be fixed
    in that version.
    You could try the workaround described in
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "tta_pkgadd" on that page and follow the instructions given there.
    Regards,
    Bill Weir, Sun Microsystems Inc.
    Gavin Westermann wrote on 30/08/2005 05:06:
    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

  • Crs installation problem in oracle 10g rac with NAS storage

    Hi,
    for my practice i am trying to install oracle 10gR2 on RHEL5-64bit OS in my laptop.
    during my crs installation i have struckup with the below error while i am executing root.sh in node1.
    Error:
    +++++
    Setting the permissions on OCR backup directory
    Setting up NS directories
    PROT-1: Failed to initialize ocrconfig
    Failed to upgrade Oracle Cluster Registry configuration
    ocrconfig.log ;
    ++++++++++++
    NFS file system /u01 mounted with incorrect options
    [  OCROSD][4265610768]WARNING:Expected NFS mount options: wsize>=32768,rsize>=32768,hard,(noac | actimeo=0 | acregmin=0,acregmax=0,acdirmin=0,acdirmax=0
    [  OCROSD][4265610768]utopen:6m'': OCR location [share/storage/ocr] configured is not a valid storage type. Rturn code [37].
    As per metalink i have find that this problem is fixed with Patch:4679769
    # Patch Installation Instructions:
    # To apply the patch, unzip the PSE container file:
    # p4679769_10201_LINUX.zip
    # Set your current directory to the directory where the patch
    # is located:
    # % cd 4679769
    # Copy the clsfmt.bin binary to the $ORACLE_HOME/bin directory where
    # clsfmt is being run:
    # % cp $ORACLE_HOME/bin/clsfmt.bin $ORACLE_HOME/bin/clsfmt.bin.bak
    # % cp clsfmt.bin $ORACLE_HOME/bin/clsfmt.bin
    # Ensure permissions on the clsfmt.bin binary are correct:
    # % chmod 755 $ORACLE_HOME/bin/clsfmt.bin
    3. Run the root.sh script and proceed with the installation.
    **My question is still i am not install Database ..only i ma trying to install crs but in this readme .txt we need to replace the clsfmt.bin file in ORACLE_HOME/bin.**
    **but i have not bin directory under in ORACLE_HOME.please clear my doupt to apply this patch...**
    Regards,
    Mugunth

    Also you clusterware installation installs to an ORACLE_HOME.
    Oracle does only make a differentiation, if it has to be clear, that you got a clusterware home and a database home.
    Normally if a patch is referring to $ORACLE_HOME (and the patch can be used for clusterware & database), it just means the installation directory of the oracle software installed.
    Sebastian

  • Oracle 8.0.5 Post Installation Problem

    Hi all,
    I have installed Oracle 8.0.5.1 is installed on my RH 6.0 box.
    However, I am running into a couple of post-installation
    problems.
    1. root.sh (sucessfully ran).
    2. glibc patch (successfuly ran). There were a few errors on the
    screen with the "mv" commands (file does not exist). Is tha
    alright?
    3. catrep.sql (problem). This is where I have a problem.
    I ran dbstart as oracle805 (installation account), but I have no
    idea whether or not I really started the database. ps -aux did
    not yield any clue.
    I also tried svrmgrl and "startup", but the file "initXXX.ora"
    did not exist, so I copied the existing "init.ora" to
    "initXXX.ora". XXX is my ORACLE_SID. Instead alert_XXX.log gave
    me the following:
    ORA-00202: controlfile: 'ora_control1'
    ORA-27037: unable to obtain file status
    So, in other words, I have no idea whether or not I have
    successfully installed Oracle. All insights are greatly
    appreciated.
    Thanks a bunch...
    Anh
    null

    Phan Anh Tran (guest) wrote:
    : Hi all,
    : I have installed Oracle 8.0.5.1 is installed on my RH 6.0 box.
    : However, I am running into a couple of post-installation
    : problems.
    : 1. root.sh (sucessfully ran).
    : 2. glibc patch (successfuly ran). There were a few errors on
    the
    : screen with the "mv" commands (file does not exist). Is tha
    : alright?
    : 3. catrep.sql (problem). This is where I have a problem.
    : I ran dbstart as oracle805 (installation account), but I have
    no
    : idea whether or not I really started the database. ps -aux did
    : not yield any clue.
    : I also tried svrmgrl and "startup", but the file "initXXX.ora"
    : did not exist, so I copied the existing "init.ora" to
    : "initXXX.ora". XXX is my ORACLE_SID. Instead alert_XXX.log
    gave
    : me the following:
    : ORA-00202: controlfile: 'ora_control1'
    : ORA-27037: unable to obtain file status
    : So, in other words, I have no idea whether or not I have
    : successfully installed Oracle. All insights are greatly
    : appreciated.
    : Thanks a bunch...
    : Anh
    Hei !
    I also did this fault :-( See this webpage - it's excellent
    and describes everything.
    http://jordan.fortwayne.com/oracle/rh6x.html
    null

  • Installation problems in MSCS ORACLE 10.2 ECC 6.00

    I am writing to report some unexpected installation problems. I am installing SAP ECC 6.00 in a MSCS cluster environment (Windows 2003 / Oracle 10.2) in our production environment and I am having problems during the installing the central instance phase. The sapinst_dev shows the following error: “CJS-30102  Checking the database for installation type failed”, Also the jsourcecheck.log shows  the following error: “com. sap. engine. frame. core. configuration. Configuration Exception: Error while connecting to DB” and  “java. sql. SQLException: Excepción de E/S: The Network Adapter could not establish the connection     at oracle. jdbc.driver.  DatabaseError. throwSqlException (DatabaseError.java:112)”
    The database is currently running without any problem and all the services (SAP and Oracle) as well.
    Following the installation guide, I performed the almost all the steps successfully:
    •     Oracle RDBMS, patches and Oracle fail safe software on both nodes (successfully)
    •     Install the central services instance for ABAP (ASCS) on the first MSCS node (successfully)
    •     Install the central services instance (SCS) on the first MSCS node (successfully)
    •     Cluster the first MSCS node (successfully)
    •     Install the database instance on the first MSCS node (successfully)
    •     Cluster the additional MSCS node (successfully)
    •     Install an enqueue replication server(successfully)
    •     Perform additional steps for the Oracle Fail Safe configuration (successfully)
    •     Create the Oracle Fail Safe group (successfully)
    •     Set up as shared database directory in your Oracle Home (successfully)
    •     Add the Oracle database resource to the Fail Safe group (successfully)
    •     install the central instance (Failed)
    •     install at least one dialog instance (not installed yet)
    As you can observe, I have performed the create oracle fail safe group activity first and then the install the central instance later. Reading the sap note 967121 today, I just realized that there is a wrong installation sequence; the sap note 967121 (actualized date: 17/OCT/07 ) says that “you must install the central instance before you create the Oracle Fail Safe group”.  Is this sequence compulsory? Or can I continue the installation process?
    If this sequence is compulsory do I have to reinstall all the predecessor activities or should I undo just the create oracle fail safe group activity?
    Please let me know if the error which is showed in the installation of the central instance phase is because the wrong sequence or it is due to another reason.
    Our cluster configuration is:
    4 network card
    Public network cards:
    Ip:192.168.2.240 (hostname: ccaribe3rp1, Node A)
    Ip: 192.168.2.241 (hostname: ccariber3p2, node B)
    Private network cards:
    Ip: 10.10.10.1 (hostname: ccaribe3rp1.ceramicascaribe.com, node A
    Ip: 10.10.10.2 (hostname: ccaribe3rp2.ceramicascaribe.com, node B
    Clustergroup:
    Cluster group name: SAPPRO
    Cluster group Virtual IP: 192.168.2.239, network name: SAPPRO (subnet mask 255.255.255.0)
    SAP cluster group:
    Sap clustergroup virtual IP: 192.168.2.238, network name: sapgrp (subnet mask 255.255.255.0)
    Database cluster group:
    Database cluster group virtual Ip: 192.168.2.237, network name: dbgrp (subnet mask: 255.255.255.0)
    We have performed the mapping of the host names to the IP addresses on the windows host file already.
    I would be very grateful if someone kindly can help me to solve this problem.
    Best Regards
    Boris Romero

    Hello Boris,
    one of the main problems is that step
    "Create the Oracle Fail Safe group (successfully)"
    cannot be successful because you need to run configtool and change the secure store as described in installation guide. At this stage the configtool does not exists (documentation error for ECC6.0 guide), so the correct sequence is to install CI and cluster the DB, but not vice versa.
    Which stage is the sapinst braking up?
    Is this beginning, middle or end of installation?
    Did you try to run configtool and modify secure store?
    best regards

  • Windows 7 X86 Update patch installation failed ("Updateshandler.log - Update execution failed")

    Hi,
    I am using SCCM 2007 R3 at client site, Since from Jan 2015 and for Feb 2015 also i am facing a problem in Windows 7 32bit OS Patch installation failure on Client PC. I am creating a bundle for Windows 7 OS Patch's and targeting these monthly patches to
    windows 7 Collection having X86 and X64 bit OS.
    From All the Deployed Patches only X64 bit Win 7 PC's are getting successfully Update.
    BUT on all X86(32Bit) win 7 OS there was Installation Failed Error. The UPDATES are getting successfully downloaded in CACHE folder on client PC's but while installation they are getting failed. I have tried reinstalling SCCM Client on PC but problem persists.
    Checked number of forum's and done WUA re-installtion  as well, Tried downloading new patches for win7 32 bit and deployed again, but no +ve result. WSUS reconfigured and reinstalled and approved all patches again, again no solution.
    Updates for all other OS's Like Win 8, 8.1 Server 2003,2008 and 2012 for X86 and C64 all working fine.
    Updateshandler.log Giving :---- Update execution failed.
    MP DP and all other roles are working fine with SUP role reinsalled.
    Tried:-
    https://technet.microsoft.com/en-in/library/bb932189.aspx
    http://blogs.technet.com/b/sudheesn/archive/2010/11/10/troubleshooting-sccm-part-iii-software-updates.aspx
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/c8c8715e-a1f7-4de1-b17f-d3a72c24db6c/updates-not-show-up?forum=configmgrsum
    Please anyone help..
    Regards
    Rajiv.

    1. We have tried downloading patch again & again . Try to push them trough SCCM targeting win7 collection having x-86 & x-64 bit OS.
    2. Tried manual installation of . Cab files also on 10 win 7 x-86 PC's but all failing with error code.0x800706f7. This code shows The stub received bad data. In both cases (manual & SCCM )
    3. Even tried downloading .MSU files for same KB article that also not getting installed
    4. Monitored Windowsupdate.log & DISM.log & CBS.log
    Handler Fatal: CBS called error with 0x800706f7
    warning exit code=0x00000000; call error code=0x80240022
    5. Tried renaming windir/Softwaredeployment folder to windir/Softwaredeployment.log & run SFC /Scannow
    0x800706F7 -2147023113 RPC_X_Bad_Stub_Data This can occur after a control selfupdate that has not fully completed and requires a reboot. The controls may need to be reregistered.
    This seems related to a problem within Windows, and ConfigMgr is not at fault - Windows has a severe issue which is affecting the servicing stack.
    Try CheckSUR.
    http://blogs.technet.com/b/roplatforms/archive/2011/04/28/installation-failures-cbs-store-corruptions-uncommon-issues-and-troubleshooting.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Adobe Reader XI Installation Problem

    I just performed a fresh reload of Windows XP SP3 on one of my computers. After downloading and running the installer for Adobe Reader XI I get the following error pop up:
    Internet Explorer Script Error
    An Error has occurred in the script on this page.
    Line:     1
    Char:    10570
    Error:    'ActionLaunchReader' is undefined.
    Code:    0
    URL:     http://127.0.0.1:2469/app/_js/adobe.js
    Again I am running Windows XP SP3 with all the patches applied, JRE 7u10 (set as the default for both IE and Firefox), and scripting is enabled in Internet Explorer. I get the exact same error when trying to install the latest version of Adobe Flash Player as well, however, Adobe Shockwave installed just fine.
    I am new to this forum, so forgive me if this problem has been posted before. I did not find anything similar in a search. Any help would be greatly appreciated!
    Message was edited by: fd2849 Corrected spelling errors.

    Yes: http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

  • Oraview.vrf(0) is missing -- installation problem

    Hello:
    I had a problem when I was trying to install Oracle 8.0.5 on my
    RedHat 6.0 machine. Please help me if you happen to know the
    solution. It seemed that everything was OK at the first stage of
    my installation. After I set the environment variables, I ran the
    orainst to install new product without creating database. After I
    got the success result, I ran the "glibcpatch" script. I also got
    the message saying "Applied glibc patch for Oracle 8.0.5.
    successfully." Well, after I ran the orainst again to try to
    create database objects, I got the problem. In the install
    screen, I select "Oracle 8 Standard RDBMS 8.0.5.0.0". After the
    installation ran for a while, I got this message:
    Oraview.vrf(0): FILE_NOT_FOUND while verifying oraview.
    (No such file or directory.)
    I tried several times to install again from the very beginning.
    But each time it stopped there. I got the same results. Did
    anybody out there have the same problem before? If you know how
    to solve this problems, please help me. Your help is greatly
    appreciated. Thanks in advance.
    Warren
    null

    Phan Anh Tran (guest) wrote:
    : Hi all,
    : I have installed Oracle 8.0.5.1 is installed on my RH 6.0 box.
    : However, I am running into a couple of post-installation
    : problems.
    : 1. root.sh (sucessfully ran).
    : 2. glibc patch (successfuly ran). There were a few errors on
    the
    : screen with the "mv" commands (file does not exist). Is tha
    : alright?
    : 3. catrep.sql (problem). This is where I have a problem.
    : I ran dbstart as oracle805 (installation account), but I have
    no
    : idea whether or not I really started the database. ps -aux did
    : not yield any clue.
    : I also tried svrmgrl and "startup", but the file "initXXX.ora"
    : did not exist, so I copied the existing "init.ora" to
    : "initXXX.ora". XXX is my ORACLE_SID. Instead alert_XXX.log
    gave
    : me the following:
    : ORA-00202: controlfile: 'ora_control1'
    : ORA-27037: unable to obtain file status
    : So, in other words, I have no idea whether or not I have
    : successfully installed Oracle. All insights are greatly
    : appreciated.
    : Thanks a bunch...
    : Anh
    Hei !
    I also did this fault :-( See this webpage - it's excellent
    and describes everything.
    http://jordan.fortwayne.com/oracle/rh6x.html
    null

  • Sun, take responsibility for appserver7 installation problems!

    *** First set of problems...
    I'm having installation problems on both Solaris 8, (Ultra 480, 1GB RAM, latest recommended patches) and a Windows 2000 Server with SP2 (1GHz P4, 512MB RAM).
    I chose default installation directory and then the install
    complains that Pointbase 4.2 should be installed into the
    same directory etc. Cannot unselect the Sample apps and
    Pointbase options.
    *** Second problem...
    I have an instance previously installed on Windows 2000
    Professional with SP2.(1GHz PIII, 512MB RAM, 5GB space)
    When i start application server 7.0 , then i get the following
    message:
    Could not start the instance: domain1:admin-server
    Server failed to start:abnormal subprocess termination
    Could not start the instance: domain1:server1
    Server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain:domain1
    Could not start one or more domains
    Press any key to continue ...

    When you say that you choose the default installation directory and then the installer complained about Pointbase, what platform where you using? Had you already attempted installs in the past or uninstallations that did not complete properly?
    For your second issue, did you happen to change the host name of your machine? Try cranking up the log level (edit server.xml) to see what's causing the instances to fail on startup. Did the application ever start up after install? What things did you do just prior to the server exhibiting this behaviour?

  • Toshiba Video Player v5.3.49.124_A-patch installation

    Hi
    I'm trying to install an update to Toshiba Video Player released on February 15th 2015 - version 5.3.49.124_A patch. The problem is, as soon as I try to install it its says that its extracting the file and then an error message appears, "Unable to create file, error 120." Please help in trying to resolve the above error.
    Thank You,
    Inayat

    Hmmmm.... as I can see you don't have original factory settings anymore. In the past I have always installed updates on original OS version and cannot say if Win update is the reason for described issue.
    But original player version is still installed on your machine and works properly, right?
    I mean if everything is OK I think patch installation is not so necessary.

Maybe you are looking for

  • Credit block of ship-to-party

    Hi thr, I have this strange problem where a credit block is coming up on Ship-to. This custoemr has account grp as 0002 which is an exclusive ship-to and when I use VA01 and try to create a sales order and first input ship-to it says order receipt/de

  • Wanted to block the Goods Receipt but not the Invoice Receipt

    Hi After the partial delivery of the Goods Receipt, i am manually setting the "Delivery completed" indicator in the PO. I dont want any future delivery against this PO. But it is allowing me to do a GR even though the Delivery Completed Indicator is

  • Having trouble setting the look and feel

    hi, i've almost finished my app and am trying to improve it's appearance. I'm trying to change the look and feel but i can't seem to get any changes to take effect. i've been reading through the tutorial on L&F but obviously am not 'getting' somethin

  • IPhone 4S - Syncing issues with a Mac

    I've tried almost everything! I have the latest versions of Itunes, iOS7, and running OS x 10.9. I cant sync music between my iPhone 4S and my Mac or my wife's iPhone4 and the Mac. Very frustrating, I don't manually manage music I sync my playlists a

  • Fragmented LWAPP Join Request

    We have a setup of two WiSMs (4 WLCs) in the HO and multiple branches connected to the HO through MPLS with the same ISP. In one of the branches, the APs are unable to join any of the cotrollers. I troubleshooted this issue from different aspects wit