How to install patch SAS disk FW 124232 on SunFire T2000

Hi,
Need complete instructions how to install the 124232 patch on SunFire T2000.
Any help is much appreciated.
Regards,
E

The instructions in the README included with the patch look pretty complete to me. What are you missing?

Similar Messages

  • How to install software from disk onto imac

    how to install software from disk onto imac

    Are you using one of the newer iMac's with no DVD drive? If so, you can either get an external CD/DVD drive (any make - doesn't have to be Apple) or, if you have another Mac on the same network that has a CD/DVD drive you may be able to do it by turning on 'DVD or CD Sharing' on that Mac (System Preferences>Sharing). Hopefully you'll see the disk on the Mac without the DVD drive and be able to install from there.

  • How to install patches in DWM?

    I've been trying but I can't figure out how to install patches in DWM. For instance I'm trying to install the Fancybar pathc from the DWM. I tried to do this by going to my dwm directory, run patch -p1 < ~/fancybar-r1496.diff, then rebuild DWM with makepkg -efi --skipinteg and finally restart DWM.. But it doesn't work
    What am I doing wrong?

    patroclo7 wrote:If you compile dwm, by hand, you obviously need to run plain "make clean install" and not resort to makepkg. If you want to resort to makepkg (which is in this specific case, IMOO, overkill) you can: apply the patch in the PKGBUILD itself; apply the patch by hand in $startdir/src/dwm-<version>, but then you need to use the specific option "-e", so to instruct makepkg to use the existing $startdir/src without untarring again the source tarball.
    Well, the reason I'm using PKGBUILD is because that's what the Arch Wiki says. But if make's better then I'll use that instead. How exactly do I do that?

  • How to install show panther disk on erased hard drive

    How to install show panther disk on erased hard drive?

    rlfjof
            Feb 2, 2014 1:23 PM    
    How to install show panther disk on erased hard drive?
    MacBook Pro, Mac OS X (10.5.8)
    Snow Leopard 10.6
    https://www.apple.com/support/snowleopard/installation/

  • How to install photoshop without disk but with serial number

    Any ideas on how to install a permission of PS if I've lost the installation disk but do have the serial number?

    Hello Scotty,
    you should download a trial version e.g. there >>> http://www.adobe.com/downloads.edu.html >>> https://creative.adobe.com/products/download/photoshop
    and change it after that in a "real" version.
    For elder versions come back please or use https://www.google.de/search?newwindow=1&site=&source=hp&q=adobe+download+photoshop+&oq=ad obe+download+photoshop+&gs_l=h….
    Hans-Günter

  • How to install patchs in linux

    Hi Friends,
    I am new person. How do I install oracle patchs in linux redhat 5.0 system?
    Plz show me some steps in detail.
    Thanks,
    Jim

    Hi Jim
    Sorry for the late answer.
    What patches are we taking about?
    Oracle patches? Yes then you have to use
    0. First read the installation note given on metalink it gives your a detailled description what shall be done.
    In metalink go to Patches & updates
    make a simple search on your patch and read the read me file
    Please control also that the file downloaded is consitent by controlling the value of the "patch digest"
    for example :
    File      Digests
    p7369190_10203_Linux-x86-64.zip      
    SHA-1      295AF3B7585BB00093CF7DB25A314E750B3A76AE
    MD5      7D1C9C9B36D646E557DE250458067B1B
    i.e.
    to list all the installed patches :
    $ORACLE_HOME/OPatch/opatch lsinventory
    unzip p7369190_10203_<platform>.zip
    cd 7369190
    opatch napply -skip_subset -skip_duplicate
    And if the patch is changing something in the datadictionary :
    cd $ORACLE_HOME/cpu/CPUOct2008
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> STARTUP
    SQL> @catcpu.sql
    SQL> QUIT
    cd $ORACLE_HOME/rdbms/admin
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> @utlrp.sql
    You can check for any invalid objects by executing following statement:
    SQL> SELECT OBJECT_NAME FROM DBA_OBJECTS WHERE STATUS= 'INVALID';
    Voilà !
    more question please ask!
    Edited by: Hub on Oct 29, 2008 10:33 AM
    Edited by: Hub on Oct 29, 2008 10:35 AM

  • How to Install Patch 3944888: EBS-OFO integration patch for PLM Family

    Dear Oracle,
    I just Download Patch 3944888: EBS-OFO integration patch for PLM Family Pack 11.5.10 E. Unfortunately after unzip the file and read the readme file, i can't found the installation guide or instruction to install the patch. Does anybody know how to install this patch on EBS?
    Best Regards
    Gumas

    Gumas wrote:
    Dear Oracle,
    I just Download Patch 3944888: EBS-OFO integration patch for PLM Family Pack 11.5.10 E. Unfortunately after unzip the file and read the readme file, i can't found the installation guide or instruction to install the patch. Does anybody know how to install this patch on EBS?
    Best Regards
    GumasYou need to apply the patch driver u3944888.drv using adpatch like any other patch.
    Just make sure you apply all the patches under "Prerequisite Updates" before applying the patch.
    You may also refer to these docs which are related to the patch you are applying.
    Integrating Oracle E-Business Suite (11i, R12, and R12.1) with Content Management Repositories [ID 1061947.1]
    Internal Controls Manager Patchset history [ID 400191.1]
    Update Process, Risk Or Control Results In JBO-25002 ApplicationModule Not Found [ID 553539.1]
    Cannot Add Or Display 10G Repository Attachments [ID 367965.1]
    Thanks,
    Hussein

  • How to install external Hard Disk Drive

    I don't know if it is a good idea or even if there are other options, but I need to know how to install a GreenDrive ex. hard disk with out screwing everythinp up. Please help

    do you mean one of these: http://www.fantomdrives.com/products/greendrive.htm ?
    if so, just plug it into your Mac using the USB or, if you have it on your Mac, the eSATA interface and the drive should show up on your Mac's desktop.
    JGG

  • How to install Patch 14503114

    I am trying to install Oracle patch 14503114 using Windows Server 2008R2.  I am running Oracle 11g R2.  I tried to go by the readme.txt but its not working.  Does anyone know how to install oracle patches using opatch?
    Any ideas will be greatly appreciated.

    The instructions for that patch are generic, so unfortunately he is looking at the right ones.
    The options I can think of are: 1) set the environment variables or 2) add the opatch location to your path variable.
    1)
    C:\Users\oracle>SET ORACLE_SID=PROD
    C:\Users\oracle>set ORACLE_HOME=C:\app\oracle\product\11.2.0\dbhome_1
    C:\Users\oracle>%ORACLE_HOME%\OPatch\opatch lsinventory
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : C:\app\oracle\product\11.2.0\dbhome_1
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.3.0
    Log file location : C:\app\oracle\product\11.2.0\dbhome_1\cfgtoollogs\opatch\opa
    tch2013-06-27_20-39-23PM_1.log
    Lsinventory Output file location : C:\app\oracle\product\11.2.0\dbhome_1\cfgtool
    logs\opatch\lsinv\lsinventory2013-06-27_20-39-23PM.txt
    Installed Top-level Products (1):
    Oracle Database 11g                                                  11.2.0.3.0
    There are 1 products installed in this Oracle Home.
    <output truncated>
    2)
    C:\Users\oracle>set PATH=%PATH%;C:\app\oracle\product\11.2.0\dbhome_1\OPatch
    C:\Users\oracle>opatch lsinventory
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : C:\app\oracle\product\11.2.0\dbhome_1
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.3.0
    Log file location : C:\app\oracle\product\11.2.0\dbhome_1\cfgtoollogs\opatch\opa
    tch2013-06-27_20-46-55PM_1.log
    Lsinventory Output file location : C:\app\oracle\product\11.2.0\dbhome_1\cfgtool
    logs\opatch\lsinv\lsinventory2013-06-27_20-46-55PM.txt
    Installed Top-level Products (1):
    Oracle Database 11g                                                  11.2.0.3.0
    There are 1 products installed in this Oracle Home.
    <output truncated>
    HTH
    Message was edited by: Justin_Mungal - Ugh... why is the code highlighting axing all of my spaces?

  • How to install Patch to fix the Bug for generating log in OBIEE11.1.1.3.0

    Hi,
    I found the "Patch Number is 10125516" to fix the BUG for generating LOG in OBIEE 11.1.1.3.0 But I don't Know how to generate password for "Patch Number is 10125516" and as well as How to install the Patch.
    Please Let me know to install this Patch.
    I am using OBIEE 11.1.13.0 on Linux(OEL5.4-64bit).
    Thanks & Regards,
    Pamidi.

    I found the "Patch Number is 10125516" to fix the BUG for generating LOG in OBIEE 11.1.1.3.0 But I don't Know how to generate password for "Patch Number is 10125516" and as well as How to install the Patch.Log a SR and ask Oracle support to provide you with the password to download the file.
    Please Let me know to install this Patch.
    I am using OBIEE 11.1.13.0 on Linux(OEL5.4-64bit).Once you get the password, you can access the README file, so just follow the instructions in that file.
    Thanks,
    Hussein

  • How To Install Patch in BI Publisher Server

    Hi Experts,
    Can any one please guide me how to apply patch in BI Publisher server.
    Any reference would be appreciated.
    P.S : I have gone through the "read me" file but it is not making much sense to me.
    Regards,
    Andy

    What patch is this ? PSU/CPU or a upgrade ?

  • How to install patch GridControl_10.2.0.4_Win32 on oracle 10g r2

    Hi
    How to install GridControl_10.2.0.4_Win32 on windows 2003 for Oracle 10g r2.
    If any one has steps ,please send me.

    Hi
    You will have to install each components for your grid controller
    - Management Server (OMS): Middle tier server that handles communication with the intelligent agents. The OEM Console connects to the management server to monitor and configure the Oracle enterprise.
    - Database repository
    - Agent repository
    - Agents on all the servers
    Please dedicated specific homes for each components.
    Enterprise Manager is installed on multiple Oracle homes within the Oracle base directory. This means that a typical Enterprise Manager Grid Control installation creates three Oracle homes in different Oracle home directories. For example, oms10g, db10g, and agent10g.
    Please read also that : http://download.oracle.com/docs/cd/B19306_01/em.102/b40103/pre-installation_requirements.htm#BABFEAIA
    Full Documentation
    http://download.oracle.com/docs/cd/B19306_01/em.102/b40103/pre-installation_requirements.htm
    Hope this helps.
    p.s
    DBConsole:
    emctl start dbconsole
    emctl stop dbconsole
    Grid Control:
    emctl start oms
    emctl stop oms

  • How to install a floppy disk drive

    I have an HP Pavilion 20-b150 All in one desktop PC  running Windows 8. I want to use some old floppy discs from my old XP computer. I have bought an external floppy disc drive which was recommended as using Windows 8 but when I plug it into a USB socket it just sits there and nothing happens. It came with instructions or installation disc. What am I doing wrong or is the drive a dud? Please tell me how to install it.
    Thank you

    Hi:
    This is the one I have.
    It came with my nc6400 business notebook.  Works like a champ.
    http://www.ebay.com/itm/HP-359098-003-391091-001-DC361B-USB-1-44MB-EXTERNAL-DISKETTE-DRIVE-/22118599...

  • How to install from hard disk

    i have the mac os x tiger on my hard disk , but no startup disc due to the fact that i had to reinstall my os while repartioning my drive. my question is how do i make a startup disk, or choose to install from the hard drive spot?

    my question is how do i make a startup disk...If your iMac shipped with Tiger, boot from the Tiger DVD or the iMac restore disc and reinstall.

  • How to install patches with .bin extension

    I have downloaded Solaris_JDK_1.2.2_07_sparc.bin patches, but how can
    i install this ?? It is not like .tar.gz.....Help

    Hi,
    Did you download the patches or the JDK kit?
    Based on the file you said you downloaded it looks like you downloaded the whole JDK 1.2.2_07 kit. If you wish to install this all you have to do is download or move the file to where you want it to install and change the permissions on the file so you can execute it (chmod 755 Solaris_JDK_1.2.2_07_sparc.bin) then in a terminal just type:
    #Solaris_JDK_1.2.2_07_sparc.bin.
    This will install it for you. Make sure you update your path and any links that might be pointing to older versions of the JDK to the new JDK you just installed.
    If you it was the patches you ment to download the file you download should look something like "1.2.2_07_patches_sparc_OSVERISON.tar"
    to see what patches you have installed in a terminal type:
    #showrev -p
    To install the patches you need to extract the patch archives you wish to install. And then issue the following command:
    #patchadd -M <your_patch_directory> <patch-id>
    Please also consult the README files that come along with the patches as they might be of use to you also.
    Hope This Helps
    Regards,
    Andrew
    Sun Developer Technical Support

Maybe you are looking for