How do I recover /usr/lib in Solaris 10

I inadvertently deleted /usr/lib directory. Is there a way to recover this? Maybe by booting from the install DVD?
This is on a Solaris 10 11/06 SPARC install.
Thanks.

Thanks for your input.
Correct. I don't have a back up. Just built the system yesterday, but have done a lot of work since.
This is strange. I was able to mount the file system after booting from DVD. I can list the /usr/lib directory and everything looks fine. However, when I try to boot as normal I get the following errors and it locks (at least no keyboard function):
Rebooting with command: boot
Hardware Watchdog Enabled
WARNING: exec(/sbin/init) failed (file not found).
(Could not start init) Program terminated
{0} OK
ERROR:/pci@1f,700000/... Externally Initiated Reset has occurred.
ERROR:/pci@1f,700000/... Last Trap : Externally Initiated Reset
Here is the sequence of events that started this whole mess:
I tried to make a symbolic link at the root level to /usr/lib
ln -s /usr/lib /lib
Then when I did an ls -l on / the lib did not show as a link but as a regular directory.
So I tried to remove (not thinking clearly):
rm /lib
The system of course tells me it is a directory - so being the idiot that I am I did:
rm -r /lib
Then I started getting this type of error:
#ls -alt
ls: Cannot find /usr/lib/ld.so.1
Don't know for sure what I did or how to fix it.
Sorry for the long post but thought it might help solve the problem.
DC

Similar Messages

  • Any way to recover /usr/lib/?

    Hey, I deleted the whole content of /usr/lib/ instead of just one folder.
    Would there be any way to recover it? I did try using the Archlinux Fallback img. Only got me to console, can't login as it says root is an incorrect password.
    Sorry if this is face-punching to read, wrote it using my iPhone.
    Thanks in advance.

    I'd chroot into the system's root partition and, manually install pacman using a live cd, then I'd try if I could see the manually installed packages (pacman -Qqe) and maybe ignore the AUR packages (as shown by pacman -Qqem) and then install all those manually installed packages again.
    Why did you fool around with that folder anyway? Is your second name pacman? :-D

  • /usr/lib/extendedFILE.so.1 for Solaris 9

    Hi All,
    How do I get /usr/lib/extendedFILE.so.1 in Solaris 9.What would be the quickest way to download that.
    I tried changing the system file but set
    # set rlim_fd_max=8192 ; hard limit (per process)
    # set rlim_fd_cur=1024 ; soft limit (per process)
    But it is not effective and also checked the /etc/profile nothing is there which resets the value to 256.I am not able to open more than 253 files still.
    Looking forward for help.
    Thanks
    -A

    As per (Doc ID 316806.1) and (Doc ID 1205388.1) this warning message can be ignored.
    Is this the only warning/error message you see in the CM log file?
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in the database log file?
    Have you tried to run cmclean.sql and relink FND executable files and see if it helps?
    Thanks,
    Hussein

  • [SLVD] force using /usr/lib/xorg/modules/updates/extensions/libglx.so

    Latest versions of catalyst bring powerXpress support - it means that we can now switch between discreet AMD gfx driver and integrated intel gfx driver (and maybe also switch between catalyst and ati oss driver).
    I'm working on it now, unfortunatelly it's not that easy to implement in a right way in Arch. There's no way without doing some ugly tricks (like creating /usr/X11R6 dir). Although i must say that i almost succeeded.
    Yes, i know that /usr/X11R6/lib is obsolete and not supported by Arch, but i must to place catalyst's libGL.so somewhere so it wouldn't conflict with libgl's libGL.so (+ more important is to be able to update libgl package without problems), and that directory is looking good.
    Basically this whole powerXpress suport = linking libGL and libglx libraries into right place. Let me show you some functions:
    switching libGL:
    function switch_to_amd() {
    ln -snf /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2 \
    /usr/X11R6/lib/libGL.so.1.2
    ln -snf libGL.so.1.2 /usr/X11R6/lib/libGL.so.1
    ln -snf libGL.so.1 /usr/X11R6/lib/libGL.so
    ldconfig /usr/X11R6/lib
    function switch_to_intel() {
    ln -snf /usr/lib/libGL.so.1.2 \
    /usr/X11R6/lib/libGL.so.1.2
    ln -snf libGL.so.1.2 /usr/X11R6/lib/libGL.so.1
    ln -snf libGL.so.1 /usr/X11R6/lib/libGL.so
    ldconfig /usr/X11R6/lib
    switching libglx:
    function switch_to_amd() {
    ln -snf /usr/lib/xorg/modules/updates/extensions/fglrx/fglrx-libglx.so \
    /usr/lib/xorg/modules/updates/extensions/libglx.so
    function switch_to_intel() {
    ln -snf /usr/lib/xorg/modules/extensions/libglx.so \
    /usr/lib/xorg/modules/updates/extensions/libglx.so
    I've created /etc/ld.so.conf.d/catalyst.conf with:
    /usr/X11R6/lib
    inside. I've also added /usr/X11R6/lib into PATH in /etc/profile in 1st place (just in case).
    And it's working fine (i mean catalyst is working fine) untill i will install libgl (so it's not fine)... After restart, when running X server screen goes blank and i cannot do anything (even when it's switched to amd). /var/log/Xorg.0.log looks fine, no errors, it's longer than usuall with those lines:
    [ 2515.883] (II) Power Button: Close
    [ 2515.883] (II) UnloadModule: "evdev"
    [ 2515.883] (II) Unloading evdev
    [ 2515.895] (II) Power Button: Close
    [ 2515.895] (II) UnloadModule: "evdev"
    [ 2515.895] (II) Unloading evdev
    [ 2515.911] (II) My keyboard: Close
    [ 2515.911] (II) UnloadModule: "evdev"
    [ 2515.911] (II) Unloading evdev
    [ 2515.926] (II) My keyboard: Close
    [ 2515.926] (II) UnloadModule: "evdev"
    [ 2515.926] (II) Unloading evdev
    [ 2515.942] (II) My Mouse: Close
    [ 2515.942] (II) UnloadModule: "evdev"
    [ 2515.942] (II) Unloading evdev
    [ 2515.947] (II) fglrx(0): Shutdown CMMQS
    [ 2515.948] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 2515.948] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7fdc4f862000
    [ 2515.962] (II) fglrx(0): Interrupt handler Shutdown.
    but it doesn't look relevant.
    I don't know is it:
    - /usr/X11R6/lib that is chosen after /usr/lib
    - OR /usr/lib/xorg/modules/updates/extensions/ that is chosen after /usr/lib/xorg/modules/extensions/  - i though that updates should be taken in 1st place by default
    Maybe both of them?
    Right now i'm thinking that this is the problem of /usr/X11R6/lib that need to be taken before /usr/lib, so my question is same as the question in topic of this post.
    I will really appreciate any help.
    Btw: there's only one file in /usr/X11R6/lib : /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2
    + there's only one file in /usr/lib/xorg/modules/updates/extensions : /usr/lib/xorg/modules/updates/extensions/fglrx/fglrx-libglx.so
    I took this whole solution and scripts from SUSE (AMD's solution is really ugly). SUSE also doesn't like /usr/X11R6/lib, but they used it and there it seems to work. I mean i don't have SUSE, i just see their catalyst packaging script.
    Last edited by Vi0L0 (2011-05-15 10:02:32)

    Lone_Wolf wrote:
    've installed libgl, then removed /usr/lib/libGL.so* and problem persist. Then i reinstalled libgl, and removed /usr/lib/xorg/modules/extensions/libglx.so - it was working fine...
    This may be because of  a fallback option that if libglx.so is not found , xorg uses libglx.xorg .
    But libglx.so owned by catalyst (/usr/lib/xorg/modules/updates/extensions/libglx.so) should be found, and is found if only libglx.so owned by libgl (/usr/lib/xorg/modules/extensions/libglx.so) is not present. And if the last one is absent i can see in Xorg.0.log that xserver/catalyst is using that one placed in updates dir, not libglx.xorg.
    Now i removed libgl, and removed /usr/lib/xorg/modules/updates/extensions/libglx.so, so catalyst should got troubles, restart X and same problem: blank screen with only one char sign on top left corner: _
    So obviously catalyst need that /usr/lib/xorg/modules/updates/extensions/libglx.so
    I just don't know how to force using /usr/lib/xorg/modules/updates/extensions directory over /usr/lib/xorg/modules/extensions dir...
    Maybe i need something like LD_PRELOAD or something.
    This maybe not clear but what i'm trying to reach right now is to get catalyst working when libgl package is present, cuz it's looking like good begining.
    Lone_Wolf wrote:It does look like xorg doesn't entirely folllow ldconfig / symbolic links , so i'm inclined to suggest to keep things as simple as possible and change only what's really necessary .
    Ofcourse, i also don't like this whole /usr/X11R6/lib thing. Hell no, i even don't got intel gfx , i'm only trying to implement something that can be usefull for others.
    And since SUSE know how to use /usr/lib/xorg/modules/updates/extensions directory over /usr/lib/xorg/modules/extensions i'm sure it's also possible in Arch. Maybe the right and only way is to change something in xserver compilation, i don't know. Right now i'm trying to do this in "easier" way.
    Lone_Wolf wrote:
    As your libraries have different names as the mesa ones :
    place fglrx-libGL.so.1.2 in /usr/lib
    put fglrx-libglx.so in /usr/lib/xorg/modules/extensions
    for libgl only change the symbolic link just above the binary :  /usr/lib/libGL.so.1
    for libglx change /usr/lib/xorg/modules/extensions/libglx.so
    That ofcourse should work - since it will link to proper libs.
    But it's not what i'm trying to reach : catalyst and libgl installed without conflicts.
    Lone_Wolf wrote:If that works, you'll atleast know the switch is possible.
    Just a mention: this whole linking thing isn't anything new, it was used by linux users for long time so such switch is possible (as i can see they used to use such linking as you suggested but imho it's bad way - it should to be done without pacman's conflicts), now ati is just trying to implement it by default.
    This powerXpress support is still in developement, although i can see what way ati picked up, i'm trying to follow it and i'm pretty sure that it will work if i will follow it. The sooner - the better.

  • /usr/lib/lwp in Solaris 8

    Okay, I have seen earlier posts that suggests to put /usr/lib/lwp in front
    of your LD_LIBRARY_PATH for Solaris 8 and for JDK 1.3.1. A lot have said
    that increased the performance by 10 to 20%.
    From what I can see, this will effectively use libthread.so in /usr/lib/lwp
    instead of the the shared library with the same name in /usr/lib.
    What is the difference between those two shared libraries? My understanding
    that Solaris always uses lwp ( light-weight processes .. many-to-many ) by
    default anyway, so I am curious as to what the directory name "lwp" mean.
    Will BEA support this if you change the LD_LIBRARY_PATH?
    Thanks,
    John

    OK, I can see how you might have concluded that this would be most
    useful with fewer threads, but actually the only downside to using the
    alternate threads library would be if you are creating many short lived
    threads. The reason is that creating a bound thread is 4-5 times slower
    than creating an unbound one. However, WebLogic recommends pooling user
    created thread anyway, so this should not be an issue. You won't likely
    notice the extra system overhead associated with the extra kernel
    threads and LWPs plus Solaris will most likely manage the thread
    scheduling much better than the JVM will.
    -Charlie
    Charlie Therit wrote:
    I'm not sure how you came to the conclusion that it would be best used
    where fewer threads are involved. The performance differences will
    best measured with load test tools that measure throughput. However,
    you should see differences in the JVM LWP/thread allocation by using
    the ps command's -L options and/or pstack. You should also detect
    differences in CPU utilization with vmstat/mpstat in that you may
    reach higher utilization levels with less system overhead.
    And yes, BEA does recommend this configuration and will support it.
    -Charlie
    "Jesus M. Salvo Jr." wrote:
    Thanks. It's more clear now. So it seems like it is best used for
    apps with
    few threads.
    Will / Does BEA support WebLogic Server using this thread library?
    Raja Mukherjee wrote:
    Jesus,
    From Dimitri and Joel you already got the information you needed.The
    official SUN reply can be found in
    http://supportforum.sun.com/freesolaris/techfaqs.html?techfaqs_2957
    Hope this helps...
    .raja
    "Jesus M. Salvo Jr." <[email protected]> wrote in message
    news:[email protected]...
    Yup, that was the thread I was referring to .... but still not
    clear what
    the difference in really technical details between libthread.soin
    /usr/lib
    and in /usr/lib/lwp.
    Dmitri did explain to me offline, but I am still not clear. e.g.:
    It
    seems like /usr/lib/lwp/libthread.so uses a different threadingmodel
    than the one /usr/lib.
    In any case, how do you monitor that using libthread.so in/usr/lib/lwp
    did
    have an effect? ps?
    Mike Reiche wrote:
    Follow the links in this link.
    h
    tp://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo
    per.interest.performance&item=3134&utag=
    Jesus M. Salvo Jr. <[email protected]> wrote:
    Okay, I have seen earlier posts that suggests to put
    /usr/lib/lwp in
    front
    of your LD_LIBRARY_PATH for Solaris 8 and for JDK 1.3.1. A lothave
    said
    that increased the performance by 10 to 20%.
    From what I can see, this will effectively use libthread.so in
    /usr/lib/lwp
    instead of the the shared library with the same name in/usr/lib.
    What is the difference between those two shared libraries? My
    understanding
    that Solaris always uses lwp ( light-weight processes ..many-to-many
    ) by
    default anyway, so I am curious as to what the directory name"lwp"
    mean.
    Will BEA support this if you change the LD_LIBRARY_PATH?
    Thanks,
    John
    [att1.html]

  • How to fix CUPS corrupted (Dyld Error Message:   Library not loaded: /usr/lib/libcups.2.dylib)?

    Hello,
    After trying to change my printer settings on CUPS administrator area to allow to share my wirelless printer to my VirtualBox environment (somehow virtualbox doesn't detect my wirelless printer) I notice that this area stop to work. After it I try to update  the CUPS by installing a new version. I admint that I am a newby in unix environment and I downloaded the  CUPS v1.6.1 and installed through the terminal,
    ./configure
    sudo make
    make install
    After restarting apple site no longer opened like also my home page. Other programs also stopped working and always warn about the same error described bellow. I posted my last try which was reinstall my system Snow Leopard (Mac OS X 10.6.8). Does anyone deal with this problem before? How can I reinstall at least the operation system or just fixing this library will solve the problem?
    Note: The reason of using virtualbox is that I need to use a prescribed software that only works in windows environment and since I need to make work in other places the wireless printing is the only viable way to do this.
    Process:    
    Install Mac OS X [58962]
    Path:       
    /Volumes/Mac OS X Install DVD/Install Mac OS
    X.app/Contents/MacOS/Install Mac OS X
    Identifier: 
    com.apple.installassistant
    Version:    
    Build Info: 
    InstallAssistant-480000~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [207]
    Date/Time:  
    2013-02-11 01:18:18.198 +0000
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    48784 sec
    Crashes Since Last Report:      
    10094
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                 
    D1A4D697-3F20-4799-9396-A5CEDA61BC62
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /usr/lib/libcups.2.dylib
      Referenced from:
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P rintCore.framework/Versions/A/PrintCore
      Reason: no suitable image found.  Did find:
    /usr/lib/libcups.2.dylib: mach-o, but wrong architecture
    /usr/lib/libcups.2.dylib: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???)
    <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core
    2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D),
    Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 149,05 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N, 7,24 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403,
    0x26500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.),
    0x8213, 0x06110000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.),
    0x0237, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2and

    Here is another option.
    I had the same problem with my Mac OSX System 10.8.4 after update cups from 1.6.2 to 1.6.3.
    I have a MacBookPro with the same system version and copy the libcups.2.dylib file form /usr/lib/ then replace the error file in my other Mac.
    1. Install cups 1.6.2 again
    2. Replace the file libcups.2.dylib in /usr/lib/ directory with this one libcups.2.dylib
    Note: I added the link if you dont have an other mac in the same version available.
    This works for me.

  • Solaris 8 : core in /usr/lib/libssasnmp.so.1

    Hello,
    I have a core file when i use the trap_send_with_more_para() function to send a ColdStart trap in Solaris 8 (with or without the last SNMP patch (108869-18)) with SEA 1.0.3..
    I have the same problem in Solaris 7 (SEA 1.0.3) when i add the 107709-20 patch.
    I have no problem in Solaris 7 without the previous patch....
    Thanks for your help.....
    The gdb result is :
    Core was generated by `snmpcd -s -d 0 -p 33045'.
    Program terminated with signal 11, Segmentation Fault.
    Reading symbols from /usr/lib/libsocket.so.1...done.
    Reading symbols from /usr/lib/libnsl.so.1...done.
    Reading symbols from /usr/lib/liby.so.1...done.
    Reading symbols from /usr/lib/libl.so.1...done.
    Reading symbols from /usr/lib/libelf.so.1...done.
    Reading symbols from /usr/lib/libw.so.1...
    warning: Lowest section in /usr/lib/libw.so.1 is .hash at 0x74
    done.
    Reading symbols from /usr/lib/libgen.so.1...done.
    Reading symbols from /usr/lib/librt.so.1...done.
    Reading symbols from /usr/lib/libssagent.so.1...done.
    Reading symbols from /usr/lib/libssasnmp.so.1...done.
    Reading symbols from /usr/lib/libc.so.1...done.
    Reading symbols from /usr/lib/libdl.so.1...done.
    Reading symbols from /usr/lib/libmp.so.2...done.
    Reading symbols from /usr/lib/libaio.so.1...done.
    Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...done.
    #0 0xff189b34 in trap_send_raw () from /usr/lib/libssasnmp.so.1
    (gdb) bt
    #0 0xff189b34 in trap_send_raw () from /usr/lib/libssasnmp.so.1
    #1 0xff189e60 in trap_send_with_more_para () from /usr/lib/libssasnmp.so.1
    #2 0x144d4 in SnmpcSendColdStart () at /home/vat/src/snmpc_appl.c:173
    #3 0x14588 in agent_init () at /home/vat/src/snmpc_appl.c:210
    #4 0xff1c8d34 in sap_main () from /usr/lib/libssagent.so.1
    #5 0x14c84 in main (argc=5, argv=0xffbef7c4) at /home/vat/src/snmpc_appl.c:538
    (gdb) q

    You probably need to get the current SUNWlibC and Solaris thread library patches for the version of Solaris you are using.
    You can find the latest compiler product patches at http://access1.sun.com/sundev/
    You can find Solaris patches at http://sunsolve.sun.com/

  • Im trying to patchadd 119254-89   in solaris 10 u2   but showing error  /usr/lib/patch/patchadd[2]: /usr/bin/ls: not found

    please can you tell solution,  im try patchadd 119254-89    output:  error is         /usr/lib/patch/patchadd[2]: /usr/bin/ls: not found
    i want update 10_reccomented patch updates 15********  to that solaris 10 u2  kernel 11********
    which error im facing is:-
    standby_node#
    standby_node#patchadd 119254-89
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    119254-89
    Checking installed patches...
    /usr/lib/patch/patchadd[2]: /usr/bin/ls:  not found
    Patchadd is terminating.
    then im trying remove following pkg in that patch 119254-89 
    standby_node#unzip 10_Recommended_sparc.zip
    Archive:  10_Recommended_sparc.zip
      End-of-central-directory signature not found.  Either this file is not
      a zipfile, or it constitutes one disk of a multi-part archive.  In the
      latter case the central directory and zipfile comment will be found on
      the last disk(s) of this archive.
    unzip:  cannot find zipfile directory in one of 10_Recommended_sparc.zip or
            10_Recommended_sparc.zip.zip, and cannot find 10_Recommended_sparc.zip.ZIP, period.
    standby_node#pwd
    /accel
    standby_node#pkgrm SUNWpkgcmdsr 
    The following package is currently installed:
       SUNWpkgcmdsr  SVr4 package commands (root)
                     (sparc) 11.11,REV=2005.01.09.23.05
    Do you want to remove this package? [y,n,?,q] Nov 21 15:57:48 standby_node last message repeated 1 time
    y
    ## Removing installed package instance <SUNWpkgcmdsr>
    ## Verifying package <SUNWpkgcmdsr> dependencies in global zone
    WARNING:
        The <SUNWpkgcmdsu> package depends on the package
        currently being removed.
    Dependency checking failed.
    Do you want to continue with the removal of this package [y,n,?,q] y
    ## Processing package information.
    ## Removing pathnames in class <none>
    /var/spool/pkg
    /var/spool <shared pathname not removed>
    /var/sadm/security
    /var/sadm/pkg <non-empty directory not removed>
    /var/sadm/install/logs <non-empty directory not removed>
    /var/sadm/install/admin/default
    /var/sadm/install/admin
    /var/sadm/install <non-empty directory not removed>
    /var/sadm <shared pathname not removed>
    /var <shared pathname not removed>
    ## Updating system information.
    Removal of <SUNWpkgcmdsr> was successful.
    actually i want to updates  patch 10_recommented to that server solaris 10 u2  current kernel 11******    for this purpose only i do all those thing.
    standby_node#unzip 10_Recommended_sparc.zip
    Archive:  10_Recommended_sparc.zip
      End-of-central-directory signature not found.  Either this file is not
      a zipfile, or it constitutes one disk of a multi-part archive.  In the
      latter case the central directory and zipfile comment will be found on
      the last disk(s) of this archive.
    unzip:  cannot find zipfile directory in one of 10_Recommended_sparc.zip or
            10_Recommended_sparc.zip.zip, and cannot find 10_Recommended_sparc.zip.ZIP, period.
    standby_node#pwd
    standby_node#patchadd 119254-89
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SUNWpkgcmdsr from directory SUNWpkgcmdsr in patch 119254-89 is not installed on the system. Changes for package SUNWpkgcmdsr will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    119254-89
    Checking installed patches...
    Patchadd is terminating.
    my motive is to updates patch kernel 11***** to 15***********
    please can you anyone give solution for this.
    by Ragavan

    thanks,   but now iam facing new issue  i dont know why it happen....
    standby_node#./installpatchset --s10patchset
    Setup ...
    Recommended OS Patchset Solaris 10 SPARC (2014.05.16)
    Patch 118833-36 will be applied shortly. Installation of the patch set will
    halt after this patch is applied, and it will be necessary to reboot before
    installation of the patch set can continue.
    Application of patches started : 2014.11.25 14:53:01
    Applying 120900-04 (  1 of 377) ... skipped
    Applying 121133-02 (  2 of 377) ... skipped
    Applying 119254-89 (  3 of 377) ... skipped
    Applying 119317-01 (  4 of 377) ... skipped
    Applying 121296-01 (  5 of 377) ... skipped
    Applying 138215-01 (  6 of 377) ... skipped
    Applying 148336-01 (  7 of 377) ... skipped
    Applying 146054-07 (  8 of 377) ... skipped
    Applying 142251-02 (  9 of 377) ... skipped
    Applying 125555-15 ( 10 of 377) ... skipped
    Applying 118367-04 ( 11 of 377) ... skipped
    Applying 118666-65 ( 12 of 377) ... skipped
    Applying 118667-65 ( 13 of 377) ... skipped
    Applying 118705-02 ( 14 of 377) ... skipped
    Applying 118706-01 ( 15 of 377) ... skipped
    Applying 118707-05 ( 16 of 377) ... skipped
    Applying 118708-19 ( 17 of 377) ... skipped
    Applying 118711-03 ( 18 of 377) ... skipped
    Applying 118712-23 ( 19 of 377) ... skipped
    Applying 118718-06 ( 20 of 377) ... skipped
    Applying 118777-16 ( 21 of 377) ... skipped
    Applying 121181-05 ( 22 of 377) ... skipped
    Applying 118918-24 ( 23 of 377) ... skipped
    Applying 138217-01 ( 24 of 377) ... skipped
    Applying 119578-30 ( 25 of 377) ... skipped
    Applying 140860-02 ( 26 of 377) ... skipped
    Applying 121453-02 ( 27 of 377) ... skipped
    Applying 121453-02 ( 28 of 377) ... skipped
    Applying 121118-19 ( 29 of 377) ... skipped
    Applying 118833-36 ( 30 of 377) ... skipped
    Applying 118945-01 ( 31 of 377) ... skipped
    Applying 118981-03 ( 32 of 377) ... skipped
    Applying 119059-66 ( 33 of 377) ... skipped
    Applying 119063-01 ( 34 of 377) ... skipped
    Applying 119081-25 ( 35 of 377) ... skipped
    Applying 119115-35 ( 36 of 377) ... skipped
    Applying 119117-52 ( 37 of 377) ... skipped
    Applying 119130-33 ( 38 of 377) ... skipped
    Applying 119213-27 ( 39 of 377) ... skipped
    Applying 119246-39 ( 40 of 377) ... skipped
    Applying 124628-10 ( 41 of 377) ... skipped
    Applying 119252-29 ( 42 of 377) ... skipped
    Applying 123611-04 ( 43 of 377) ... skipped
    Applying 119280-25 ( 44 of 377) ... skipped
    Applying 119278-38 ( 45 of 377) ... skipped
    Applying 119282-01 ( 46 of 377) ... skipped
    Applying 119309-03 ( 47 of 377) ... skipped
    Applying 140899-01 ( 48 of 377) ... skipped
    Applying 119313-42 ( 49 of 377) ... skipped
    Applying 124188-03 ( 50 of 377) ... skipped
    Applying 119315-19 ( 51 of 377) ... skipped
    Applying 120199-15 ( 52 of 377) ... skipped
    Applying 119534-29 ( 53 of 377) ... skipped
    Applying 119538-19 ( 54 of 377) ... skipped
    Applying 120099-08 ( 55 of 377) ... skipped
    Applying 119546-08 ( 56 of 377) ... skipped
    Applying 119548-14 ( 57 of 377) ... skipped
    Applying 119648-03 ( 58 of 377) ... skipped
    Applying 120272-31 ( 59 of 377) ... skipped
    Applying 122640-05 ( 60 of 377) ... skipped
    Applying 126897-02 ( 61 of 377) ... skipped
    Applying 127755-01 ( 62 of 377) ... skipped
    Applying 125503-02 ( 63 of 377) ... skipped
    Applying 118731-01 ( 64 of 377) ... skipped
    Applying 124204-04 ( 65 of 377) ... skipped
    Applying 122660-10 ( 66 of 377) ... skipped
    Applying 125547-02 ( 67 of 377) ... skipped
    Applying 140796-01 ( 68 of 377) ... skipped
    Applying 120011-14 ( 69 of 377) ... skipped
    Applying 139520-02 ( 70 of 377) ... skipped
    Applying 119757-32 ( 71 of 377) ... skipped
    Applying 119764-07 ( 72 of 377) ... skipped
    Applying 119783-28 ( 73 of 377) ... skipped
    Applying 119810-07 ( 74 of 377) ... skipped
    Applying 119812-18 ( 75 of 377) ... skipped
    Applying 119900-16 ( 76 of 377) ... skipped
    Applying 119903-02 ( 77 of 377) ... skipped
    Applying 119906-18 ( 78 of 377) ... skipped
    Applying 119955-05 ( 79 of 377) ... skipped
    Applying 119963-24 ( 80 of 377) ... skipped
    Applying 119966-01 ( 81 of 377) ... skipped
    Applying 119986-03 ( 82 of 377) ... skipped
    Applying 120094-35 ( 83 of 377) ... skipped
    Applying 120101-01 ( 84 of 377) ... skipped
    Applying 120195-02 ( 85 of 377) ... skipped
    Applying 120201-06 ( 86 of 377) ... skipped
    Applying 120256-01 ( 87 of 377) ... skipped
    Applying 120284-07 ( 88 of 377) ... skipped
    Applying 120460-17 ( 89 of 377) ... skipped
    Applying 119368-04 ( 90 of 377) ... skipped
    Applying 120286-03 ( 91 of 377) ... skipped
    Applying 120292-02 ( 92 of 377) ... skipped
    Applying 120348-03 ( 93 of 377) ... skipped
    Applying 121975-01 ( 94 of 377) ... skipped
    Applying 120410-33 ( 95 of 377) ... skipped
    Applying 120412-11 ( 96 of 377) ... skipped
    Applying 120414-27 ( 97 of 377) ... skipped
    Applying 120543-33 ( 98 of 377) ... skipped
    Applying 120719-06 ( 99 of 377) ... skipped
    Applying 120732-01 (100 of 377) ... skipped
    Applying 120739-08 (101 of 377) ... skipped
    Applying 120753-09 (102 of 377) ... skipped
    Applying 120811-09 (103 of 377) ... skipped
    Applying 120812-32 (104 of 377) ... skipped
    Applying 120815-01 (105 of 377) ... skipped
    Applying 120830-06 (106 of 377) ... skipped
    Applying 120849-04 (107 of 377) ... skipped
    Applying 120928-32 (108 of 377) ... skipped
    Applying 121095-04 (109 of 377) ... skipped
    Applying 121104-11 (110 of 377) ... skipped
    Applying 121136-02 (111 of 377) ... skipped
    Applying 121211-02 (112 of 377) ... skipped
    Applying 121308-20 (113 of 377) ... skipped
    Applying 121337-01 (114 of 377) ... skipped
    Applying 120235-01 (115 of 377) ... skipped
    Applying 121428-15 (116 of 377) ... skipped
    Applying 121606-04 (117 of 377) ... skipped
    Applying 121946-01 (118 of 377) ... skipped
    Applying 122031-01 (119 of 377) ... skipped
    Applying 122212-46 (120 of 377) ... skipped
    Applying 122259-06 (121 of 377) ... skipped
    Applying 122470-03 (122 of 377) ... skipped
    Applying 122472-07 (123 of 377) ... skipped
    Applying 122911-33 (124 of 377) ... skipped
    Applying 123003-04 (125 of 377) ... skipped
    Applying 124171-07 (126 of 377) ... skipped
    Applying 123630-03 (127 of 377) ... skipped
    Applying 123005-07 (128 of 377) ... skipped
    Applying 123252-01 (129 of 377) ... skipped
    Applying 123301-01 (130 of 377) ... skipped
    Applying 123358-02 (131 of 377) ... skipped
    Applying 123526-01 (132 of 377) ... skipped
    Applying 123590-12 (133 of 377) ... skipped
    Applying 123893-77 (134 of 377) ... skipped
    Applying 123938-02 (135 of 377) ... skipped
    Applying 124149-16 (136 of 377) ... skipped
    Applying 124325-01 (137 of 377) ... skipped
    Applying 124393-11 (138 of 377) ... skipped
    Applying 124397-02 (139 of 377) ... skipped
    Applying 124457-02 (140 of 377) ... skipped
    Applying 124630-42 (141 of 377) ... skipped
    Applying 124939-05 (142 of 377) ... skipped
    Applying 124997-01 (143 of 377) ... skipped
    Applying 125075-01 (144 of 377) ... skipped
    Applying 125136-75 (145 of 377) ... skipped
    Applying 125137-75 (146 of 377) ... skipped
    Applying 125215-04 (147 of 377) ... skipped
    Applying 125279-05 (148 of 377) ... skipped
    Applying 125332-24 (149 of 377) ... skipped
    Applying 125505-01 (150 of 377) ... skipped
    Applying 125533-17 (151 of 377) ... skipped
    Applying 125670-04 (152 of 377) ... skipped
    Applying 125719-42 (153 of 377) ... skipped
    Applying 125725-03 (154 of 377) ... skipped
    Applying 125731-11 (155 of 377) ... skipped
    Applying 125891-01 (156 of 377) ... skipped
    Applying 126119-02 (157 of 377) ... skipped
    Applying 126206-10 (158 of 377) ... skipped
    Applying 126363-08 (159 of 377) ... skipped
    Applying 126365-16 (160 of 377) ... skipped
    Applying 126425-01 (161 of 377) ... skipped
    Applying 126440-01 (162 of 377) ... skipped
    Applying 126540-02 (163 of 377) ... skipped
    Applying 126546-04 (164 of 377) ... skipped
    Applying 126868-04 (165 of 377) ... skipped
    Applying 127127-11 (166 of 377) ... skipped
    Applying 127724-02 (167 of 377) ... skipped
    Applying 127752-01 (168 of 377) ... skipped
    Applying 127872-02 (169 of 377) ... skipped
    Applying 128292-01 (170 of 377) ... skipped
    Applying 128298-02 (171 of 377) ... skipped
    Applying 128310-01 (172 of 377) ... skipped
    Applying 128332-01 (173 of 377) ... skipped
    Applying 136882-03 (174 of 377) ... skipped
    Applying 136998-10 (175 of 377) ... skipped
    Applying 137000-08 (176 of 377) ... skipped
    Applying 137004-09 (177 of 377) ... skipped
    Applying 137032-01 (178 of 377) ... skipped
    Applying 137080-07 (179 of 377) ... skipped
    Applying 137090-02 (180 of 377) ... skipped
    Applying 137093-01 (181 of 377) ... skipped
    Applying 137097-02 (182 of 377) ... skipped
    Applying 137102-01 (183 of 377) ... skipped
    Applying 137115-01 (184 of 377) ... skipped
    Applying 138866-03 (185 of 377) ... skipped
    Applying 137137-09 (186 of 377) ... skipped
    Applying 137147-07 (187 of 377) ... skipped
    Applying 137282-01 (188 of 377) ... skipped
    Applying 137321-02 (189 of 377) ... skipped
    Applying 137871-02 (190 of 377) ... skipped
    Applying 138096-02 (191 of 377) ... skipped
    Applying 138181-01 (192 of 377) ... skipped
    Applying 138195-04 (193 of 377) ... skipped
    Applying 138245-01 (194 of 377) ... skipped
    Applying 138247-01 (195 of 377) ... skipped
    Applying 138361-01 (196 of 377) ... skipped
    Applying 138647-01 (197 of 377) ... skipped
    Applying 138649-01 (198 of 377) ... skipped
    Applying 138766-01 (199 of 377) ... skipped
    Applying 138822-12 (200 of 377) ... skipped
    Applying 138824-12 (201 of 377) ... skipped
    Applying 138826-12 (202 of 377) ... skipped
    Applying 138852-01 (203 of 377) ... skipped
    Applying 138854-01 (204 of 377) ... skipped
    Applying 138876-01 (205 of 377) ... skipped
    Applying 139099-04 (206 of 377) ... skipped
    Applying 139289-02 (207 of 377) ... skipped
    Applying 139291-02 (208 of 377) ... skipped
    Applying 141016-01 (209 of 377) ... skipped
    Applying 139555-08 (210 of 377) ... skipped
    Applying 139615-01 (211 of 377) ... skipped
    Applying 139620-01 (212 of 377) ... skipped
    Applying 139962-02 (213 of 377) ... skipped
    Applying 139980-01 (214 of 377) ... skipped
    Applying 139986-01 (215 of 377) ... skipped
    Applying 140455-01 (216 of 377) ... skipped
    Applying 140912-01 (217 of 377) ... skipped
    Applying 141032-01 (218 of 377) ... skipped
    Applying 141104-04 (219 of 377) ... skipped
    Applying 142292-01 (220 of 377) ... skipped
    Applying 141444-09 (221 of 377) ... skipped
    Applying 141496-01 (222 of 377) ... skipped
    Applying 141532-04 (223 of 377) ... skipped
    Applying 141548-01 (224 of 377) ... skipped
    Applying 141558-01 (225 of 377) ... skipped
    Applying 141586-01 (226 of 377) ... skipped
    Applying 142049-01 (227 of 377) ... skipped
    Applying 142088-02 (228 of 377) ... skipped
    Applying 142234-01 (229 of 377) ... skipped
    Applying 142240-01 (230 of 377) ... skipped
    Applying 142244-02 (231 of 377) ... skipped
    Applying 142340-02 (232 of 377) ... skipped
    Applying 142373-02 (233 of 377) ... skipped
    Applying 142394-01 (234 of 377) ... skipped
    Applying 142397-01 (235 of 377) ... skipped
    Applying 142428-02 (236 of 377) ... skipped
    Applying 142430-01 (237 of 377) ... skipped
    Applying 142529-01 (238 of 377) ... skipped
    Applying 142543-01 (239 of 377) ... skipped
    Applying 142911-01 (240 of 377) ... skipped
    Applying 142933-05 (241 of 377) ... skipped
    Applying 142909-17 (242 of 377) ... skipped
    Applying 143317-03 (243 of 377) ... skipped
    Applying 143502-01 (244 of 377) ... skipped
    Applying 143506-07 (245 of 377) ... skipped
    Applying 143527-01 (246 of 377) ... skipped
    Applying 143609-03 (247 of 377) ... skipped
    Applying 144526-02 (248 of 377) ... skipped
    Applying 144500-19 (249 of 377) ... skipped
    Applying 143643-08 (250 of 377) ... skipped
    Applying 143651-01 (251 of 377) ... skipped
    Applying 144664-01 (252 of 377) ... skipped
    Applying 143725-02 (253 of 377) ... skipped
    Applying 143727-02 (254 of 377) ... skipped
    Applying 143731-01 (255 of 377) ... skipped
    Applying 143733-01 (256 of 377) ... skipped
    Applying 143739-01 (257 of 377) ... skipped
    Applying 143954-04 (258 of 377) ... skipped
    Applying 144047-01 (259 of 377) ... skipped
    Applying 144106-01 (260 of 377) ... skipped
    Applying 144112-02 (261 of 377) ... skipped
    Applying 144188-02 (262 of 377) ... skipped
    Applying 144325-01 (263 of 377) ... skipped
    Applying 144327-02 (264 of 377) ... skipped
    Applying 144455-01 (265 of 377) ... skipped
    Applying 144486-05 (266 of 377) ... skipped
    Applying 144492-01 (267 of 377) ... skipped
    Applying 144569-01 (268 of 377) ... skipped
    Applying 147002-01 (269 of 377) ... skipped
    Applying 144872-03 (270 of 377) ... skipped
    Applying 144909-03 (271 of 377) ... skipped
    Applying 144911-02 (272 of 377) ... skipped
    Applying 144994-02 (273 of 377) ... skipped
    Applying 144996-02 (274 of 377) ... skipped
    Applying 145006-04 (275 of 377) ... skipped
    Applying 145023-01 (276 of 377) ... skipped
    Applying 147217-02 (277 of 377) ... skipped
    Applying 145080-13 (278 of 377) ... skipped
    Applying 145096-03 (279 of 377) ... skipped
    Applying 145120-01 (280 of 377) ... skipped
    Applying 145200-13 (281 of 377) ... skipped
    Applying 145929-05 (282 of 377) ... skipped
    Applying 145953-07 (283 of 377) ... skipped
    Applying 147442-01 (284 of 377) ... skipped
    Applying 147147-26 (285 of 377) ... skipped
    Applying 147143-17 (286 of 377) ... skipped
    Applying 146334-01 (287 of 377) ... skipped
    Applying 146489-06 (288 of 377) ... skipped
    Applying 146582-04 (289 of 377) ... skipped
    Applying 146673-01 (290 of 377) ... skipped
    Applying 146679-01 (291 of 377) ... skipped
    Applying 146681-02 (292 of 377) ... skipped
    Applying 146683-01 (293 of 377) ... skipped
    Applying 146694-02 (294 of 377) ... skipped
    Applying 146834-02 (295 of 377) ... skipped
    Applying 146954-03 (296 of 377) ... skipped
    Applying 147023-01 (297 of 377) ... skipped
    Applying 147194-03 (298 of 377) ... skipped
    Applying 147227-01 (299 of 377) ... skipped
    Applying 147272-01 (300 of 377) ... skipped
    Applying 147378-01 (301 of 377) ... skipped
    Applying 147673-08 (302 of 377) ... skipped
    Applying 147692-55 (303 of 377) ... skipped
    Applying 147693-55 (304 of 377) ... skipped
    Applying 147793-12 (305 of 377) ... skipped
    Applying 147797-04 (306 of 377) ... skipped
    Applying 147805-01 (307 of 377) ... skipped
    Applying 147992-06 (308 of 377) ... skipped
    Applying 148002-01 (309 of 377) ... skipped
    Applying 148004-01 (310 of 377) ... skipped
    Applying 148006-01 (311 of 377) ... skipped
    Applying 148027-03 (312 of 377) ... skipped
    Applying 148049-04 (313 of 377) ... skipped
    Applying 148071-12 (314 of 377) ... skipped
    Applying 148104-11 (315 of 377) ... skipped
    Applying 148112-02 (316 of 377) ... skipped
    Applying 148135-01 (317 of 377) ... skipped
    Applying 148165-02 (318 of 377) ... skipped
    Applying 148241-02 (319 of 377) ... skipped
    Applying 148322-07 (320 of 377) ... skipped
    Applying 148324-06 (321 of 377) ... skipped
    Applying 148342-06 (322 of 377) ... skipped
    Applying 148383-01 (323 of 377) ... skipped
    Applying 148403-01 (324 of 377) ... skipped
    Applying 148407-01 (325 of 377) ... skipped
    Applying 148412-02 (326 of 377) ... skipped
    Applying 148423-01 (327 of 377) ... skipped
    Applying 148559-08 (328 of 377) ... skipped
    Applying 148561-06 (329 of 377) ... skipped
    Applying 148565-01 (330 of 377) ... skipped
    Applying 148625-01 (331 of 377) ... skipped
    Applying 148657-01 (332 of 377) ... skipped
    Applying 148693-01 (333 of 377) ... skipped
    Applying 148768-01 (334 of 377) ... skipped
    Applying 148870-01 (335 of 377) ... skipped
    Applying 150435-01 (336 of 377) ... skipped
    Applying 148888-05 (337 of 377) ... skipped
    Applying 148948-01 (338 of 377) ... skipped
    Applying 148975-01 (339 of 377) ... skipped
    Applying 149067-01 (340 of 377) ... skipped
    Applying 149071-01 (341 of 377) ... skipped
    Applying 149075-01 (342 of 377) ... skipped
    Applying 149108-01 (343 of 377) ... skipped
    Applying 149112-01 (344 of 377) ... skipped
    Applying 149149-01 (345 of 377) ... skipped
    Applying 149163-01 (346 of 377) ... skipped
    Applying 149165-01 (347 of 377) ... skipped
    Applying 149279-02 (348 of 377) ... skipped
    Applying 121081-08 (349 of 377) ... skipped
    Applying 149453-02 (350 of 377) ... skipped
    Applying 149483-01 (351 of 377) ... skipped
    Applying 149638-02 (352 of 377) ... skipped
    Applying 149646-02 (353 of 377) ... skipped
    Applying 149648-03 (354 of 377) ... skipped
    Applying 150025-01 (355 of 377) ... skipped
    Applying 150400-11 (356 of 377) ... skipped
    Applying 150031-05 (357 of 377) ... skipped
    Applying 150107-02 (358 of 377) ... skipped
    Applying 150113-02 (359 of 377) ... skipped
    Applying 150123-01 (360 of 377) ... skipped
    Applying 150157-01 (361 of 377) ... skipped
    Applying 150180-01 (362 of 377) ... skipped
    Applying 150307-01 (363 of 377) ... skipped
    Applying 150310-01 (364 of 377) ... skipped
    Applying 150312-04 (365 of 377) ... skipped
    Applying 150383-02 (366 of 377) ... skipped
    Applying 150534-01 (367 of 377) ... skipped
    Applying 150535-01 (368 of 377) ... skipped
    Applying 150537-01 (369 of 377) ... skipped
    Applying 150539-01 (370 of 377) ... skipped
    Applying 150616-01 (371 of 377) ... skipped
    Applying 150618-02 (372 of 377) ... skipped
    Applying 150631-02 (373 of 377) ... skipped
    Applying 150756-03 (374 of 377) ... skipped
    Applying 150836-01 (375 of 377) ... skipped
    Applying 150840-01 (376 of 377) ... skipped
    Applying 151145-01 (377 of 377) ... skipped
    Application of patches finished : 2014.11.25 15:06:13
    Following patches were skipped :
    Patches already applied
    120900-04     121453-02     119282-01     120256-01     120849-04
    121133-02     121453-02     122640-05     119368-04     121337-01
    119254-89     118945-01     118731-01     121975-01     120235-01
    121296-01     118981-03     119986-03     120732-01     121946-01
    118706-01     119063-01     120101-01
    Patches not applicable to packages on the system
    119317-01     119906-18     124939-05     138826-12     145200-13
    138215-01     119955-05     124997-01     138852-01     145929-05
    148336-01     119963-24     125136-75     138854-01     147442-01
    146054-07     119966-01     125137-75     139099-04     146673-01
    142251-02     120094-35     125215-04     139289-02     146679-01
    125555-15     120195-02     125279-05     139291-02     147023-01
    118367-04     120201-06     125332-24     141016-01     147227-01
    118666-65     120284-07     125505-01     139615-01     147272-01
    118667-65     120460-17     125533-17     139620-01     147378-01
    118705-02     120286-03     125670-04     139986-01     147673-08
    118707-05     120292-02     125725-03     140455-01     147692-55
    118708-19     120348-03     125731-11     141032-01     147693-55
    118711-03     120412-11     125891-01     141104-04     147992-06
    118712-23     120414-27     126119-02     142292-01     148002-01
    118718-06     120543-33     126363-08     141496-01     148004-01
    118777-16     120719-06     126365-16     141558-01     148006-01
    121181-05     120739-08     126425-01     142049-01     148135-01
    118918-24     120753-09     126440-01     142088-02     148322-07
    138217-01     120811-09     126540-02     142234-01     148324-06
    119578-30     120812-32     126546-04     142244-02     148342-06
    140860-02     120815-01     126868-04     142373-02     148383-01
    121118-19     120830-06     127752-01     142529-01     148423-01
    119059-66     120928-32     127872-02     142911-01     148559-08
    119081-25     121095-04     128292-01     142933-05     148565-01
    119115-35     121104-11     128298-02     143502-01     148625-01
    119117-52     121211-02     136882-03     143527-01     148768-01
    119213-27     121606-04     136998-10     143643-08     148870-01
    119246-39     122031-01     137000-08     143651-01     150435-01
    123611-04     122212-46     137004-09     144664-01     148975-01
    119309-03     122259-06     137080-07     143725-02     149067-01
    140899-01     122470-03     137090-02     143727-02     149071-01
    119313-42     122472-07     137093-01     143731-01     149075-01
    124188-03     122911-33     137097-02     143733-01     149108-01
    119538-19     123003-04     137102-01     143739-01     149112-01
    120099-08     124171-07     137147-07     144047-01     149149-01
    119548-14     123252-01     137321-02     144112-02     149163-01
    119648-03     123301-01     137871-02     144325-01     121081-08
    125547-02     123358-02     138195-04     144327-02     149483-01
    140796-01     123526-01     138247-01     147002-01     150031-05
    139520-02     123590-12     138361-01     144994-02     150107-02
    119764-07     123893-77     138647-01     144996-02     150157-01
    119783-28     123938-02     138649-01     145006-04     150616-01
    119810-07     124149-16     138766-01     145023-01     150618-02
    119812-18     124325-01     138822-12     147217-02     150840-01
    119900-16     124397-02     138824-12     145080-13     151145-01
    119903-02     124457-02
    Patches missing one or more required patches
    118833-36     125075-01     142394-01     147143-17     148693-01
    119130-33     125719-42     142397-01     146334-01     148888-05
    124628-10     126206-10     142428-02     146489-06     148948-01
    119252-29     127127-11     142430-01     146582-04     149165-01
    119280-25     127724-02     142543-01     146681-02     149279-02
    119278-38     128310-01     142909-17     146683-01     149453-02
    119315-19     128332-01     143317-03     146694-02     149638-02
    120199-15     137032-01     143506-07     146834-02     149646-02
    119534-29     137115-01     143609-03     146954-03     149648-03
    119546-08     138866-03     144526-02     147194-03     150025-01
    120272-31     137137-09     144500-19     147793-12     150400-11
    126897-02     137282-01     143954-04     147797-04     150113-02
    127755-01     138096-02     144106-01     147805-01     150123-01
    125503-02     138181-01     144188-02     148027-03     150180-01
    124204-04     138245-01     144455-01     148049-04     150307-01
    122660-10     138876-01     144486-05     148071-12     150310-01
    120011-14     139555-08     144492-01     148104-11     150312-04
    119757-32     139962-02     144569-01     148112-02     150383-02
    120410-33     139980-01     144872-03     148165-02     150534-01
    121136-02     140912-01     144909-03     148241-02     150535-01
    121308-20     141444-09     144911-02     148403-01     150537-01
    121428-15     141532-04     145096-03     148407-01     150539-01
    123630-03     141548-01     145120-01     148412-02     150631-02
    123005-07     141586-01     145953-07     148561-06     150756-03
    124393-11     142240-01     147147-26     148657-01     150836-01
    124630-42     142340-02
    No patches were applied.
    Install log files written :
      /var/sadm/install_data/s10s_rec_patchset_short_2014.11.25_14.53.01.log
      /var/sadm/install_data/s10s_rec_patchset_verbose_2014.11.25_14.53.01.log
    standby_node#
    standby_node#
    standby_node#uname -a
    SunOS standby_node 5.10 Generic_118833-17 sun4v sparc SUNW,Sun-Fire-T200
    standby_node#
    standby_node#
    standby_node#iniy t 6
    standby_node#
    standby_node#
    standby_node#
    all patch skipped   i dont why can u any solution for that???

  • Recovering Permissions on /usr/lib - pkgchk or perl script?

    We have a SUN 280R running solaris 8 which accidently had a 'chmod-R 644 /usr/lib' run on it. The result was that on reboot, the system could not 'execute' or 'find' specific libraries such as ld.so.1 and some files associated with the veritas volume software we have installed on the system. We have been able to chmod most of /usr/lib 755 including ld.so.1. We would like to restore permissions to prevent any system stablity problems. so what is the better method to use here?
    1.) do a grep /usr/lib on /var/sadm/install/contents, pull out all the package names with an awk statement and then run them in a loop with pkgchk -fa?
    2.) Run a perl script which parses /var/sadm/install/contents, pulls out all the individual files in /usr/lib, and run a chmod <perm> $file on each file name?
    Which method would be less destructive? My concern is that running pkgchk on all packages associated with /usr/lib may 'fix' something, or modify something which would prevent the system from coming up.
    What key files in /usr/lib would prevent the system from coming back up, if permissions were incorrect? (i.e 644)? Should a chmod <perm> <file> for each file in the contents file for all files in /usr/lib resolve this problem completely?
    Any advice would be appreciated.

    If you don't already have a current backup, back up all data, then reinstall the OS. You don't need to erase the startup volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it.

  • Solaris cluster 3.2 with zfs failover filesystem failed. How can I recover?

    Hi all,
    I have just install and configure Solaris cluster 3.2U3 using zfs for both of root filesystem and shared storage file system.
    This cluster operate clearly. Today, I can not see the zpool for shared storage. I can see the storage volume in the output of format command.
    So all my resources change to offline status. and my application is failed.
    How can I recover this cluster??????
    is there any body can help me :(

    Have you used a SUNW.HAStoragePlus (HASP) resource to control your zpool? If not, the zpool is probably needs importing. That is what the HASP resource would do for you. You would also need a dependency from your application on the HASP resource to ensure that your application does not try to start up before the storage is avaialable.
    Regards,
    Tim
    ---

  • Moving /usr/lib directory

    Hi all,
    I have a SUN Ultra Sparc 60 running Solaris 7.
    I tried to move the /usr/lib directory to /opt/usr/lib in order to get more disk space in /usr because if was almost full (it was not a good idea, I know it now). My idea was to make later a soft link in /usr to /opt/usr/lib, but when I tried to do it (ln -s /opt/usr/lib) this and almost all the other commands didn,t work. It is logical now, they can't find the needed libraries in /usr/lib because they are not there now. I tried some things to move /usr/lib to its original place but I didn't have luck (cp mv, ...). Finally I restarted the Workstation and, of course it couldn't boot. I can only enter in the System Maintenence Mode like root. I can't do so much there. Worst, I can't enter in the /opt/usr directory and fsch doesn't work neither.
    My question is, is there any way to recover the system from this situation??
    Any help would be appreciated. Thanks.
    Alex
    PS: I have another identical system working close to this one, if that can help in anything.

    You can move any directory's contents to another directory using the following commands:
    cd <from_directory>
    tar cf -. | (cd <to_directory>; tar xvf -)
    In your case, you need to boot the corrupted system into single-user mode, mount all volumes and then manipulate the directories.Generally speaking, what happened to you is the result of a very odd UNIX sysadmin's misconception: everybody thinks that under UNIX hard drives need to be partitioned. They don't know why, but they "have always done it that way". When you are planning the system's layout it is very difficult to predict exactly how much space a particular directory will take up. And here is the best part -- they recommend that "/" partition be set to about 100 MBytes. Just imagine what happens if you create a "/big_files" directory (or installer does)! Partitioning also increases the drive contention because the drive heads need to constantly jump between different partitions (the system doesn't know that the partitions are not "real" harddrives and tries to read/write on all of them simultaneously). The solution is -- not to partition the drives. Just put everything on "/" partition which is easy to set to 100 GBytes these days. This way you are safe from running out of space in "/big_files" directory (at least for a while).
    You may be wondering, what about the "swap" partition? the answer is very unorthodox -- don't do it! If you really need swap -- create a swap file. The only good reason to put swap on a separate volume is when you actually have a separate hard drive just for swap. Otherwise the drive contention will kill you. Once we're at it, how big would you say the swap file should be on a system with 2GB of real RAM? "They" say it should be twice the real RAM. Well, that's ridiculous -- you need swap because you don't have enough RAM, but by their logic, the more RAM you have the more swap you need. Again, unorthodox solution -- if you have 2 (3, 4... 8) GB of real RAM you don't need swap at all. Use your cabesa, UNIX computer science is very old -- it does not neccessarily apply to modern computers.

  • Mistakenly overwrote some *.dylib files in /usr/lib

    Hello all. I made a foolish mistake while working on my iMac remotely (via SSH). I realized how stupid I was right as I did it--but, of course, it was already too late. So now I have to figure out what to do to get things back in working order.
    Here's what I did... I copied the following three *.dylib files into /usr/lib/:
    i386_libstdc++.6.dylib
    libgcc_s.1.dylib
    libstdc++.6.dylib
    I am not 100% sure if I overwrote existing files (as I don't have access to another Mac at the moment to see if these files exist by default) but I think that is the case. After I did it, the most simple of commands no longer worked. "ls" gave me this:
    dyld: Symbol not found: dyld_stub_binder
      Referenced from: /usr/lib/libSystem.B.dylib
      Expected in: /usr/lib/libSystem.B.dylib
    in /usr/lib/libSystem.B.dylib
    Trace/BPT trap: 5
    I do not yet know if this has made the GUI non-functional as well (like I said, I was doing this remotely). But as soon as someone is availble on the other end I will have them check. If the GUI is funcitonal, would it be possible to just delete the offending files via Finder, and copy over versions (if another version of these files indeed exists by default) from another Lion machine? (Unfortunately, I don't have a Time Machine backup for this Mac so that is not an option).
    If the GUI is not functional and/or this will not work for some other reason, I suppose I will need to use Target Disk Mode to retrieve my data from the machine and rebuild it from scratch?
    At any rate, if anyone can give me any troubleshooting steps or other suggestions for how to tackel this issue, that would be very appreciated.

    Do you think a restore is necessary? Is there a reason removing/replacing the offending files will not work? (I did verify that I have normal access via the GUI, by the way--so far these librarie seem to only affect CLI commands, though I wouldn't be surprised if other odd things popped up too).
    If I *do* have to do a restore, would it be possible for me to set up Time Machine, back up the machine as-is right now, restore the machine to a factory state, then use Time Machine to just recover my user data? Or maybe kist clone the disk to an external drive? Or is just a plain old copy to an external drive the best option? Just want to make sure I have an understanding of the best route here so that I can save the data (which is mainly just Applicaitons and iMovie projects and events).
    As for "mucking" with it remotely--if I couldn't do that, it would ruin all my fun, now wouldn't it?! :-) I'm a linux admin for a living so thus why the Terminal is very comfortable (perhaps TOO comfortable in this case!) for me, yet I am less familiar with things like Time Machine. I'm definitely about to learn though! If I had Time Machine it would make recovering the proper versions of these files very simple, no?

  • How to make Open Source work on Solaris 10, x86 ?

    I'm trying to make this Open Source code for MDBTools work on my
    Solaris 10, x86.
    What this tool does is to read in a Microsoft Access MDB file, and
    outputs the contents of that database file, into an ASCII text file.
    I unzipped these files already, but how do I make "mdbtools" work on
    Solaris x86, version 10?
    http://sourceforge.net/search/?type_of_search=soft&words=mdbtools
    http://sourceforge.net/projects/mdbtools/files/mdbtools/mdbtools-0.6pre1.tar.gz/download

    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking dependency style of g++... none
    checking how to run the C++ preprocessor... /lib/cpp
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fl32... no
    checking for af77... no
    checking for fort77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for lf95... no
    checking for g95... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether accepts -g... no
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... false
    checking for ranlib... :
    checking for strip... :
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... solaris2.10 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    libtool.m4: error: problem compiling CXX test program
    checking for g++ option to produce PIC...
    checking if g++ supports -c -o file.o... no
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.10 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    appending configuration tag "F77" to libtool
    checking for flex... no
    checking for lex... no
    checking for yywrap in -lfl... no
    checking for yywrap in -ll... yes
    checking for bison... no
    checking for byacc... no
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for unistd.h... (cached) yes
    checking wordexp.h usability... yes
    checking wordexp.h presence... yes
    checking for wordexp.h... yes
    checking for an ANSI C-conforming const... yes
    checking for size_t... yes
    checking whether byte ordering is bigendian... no
    checking Are we using flex ... yes
    checking for SQLGetPrivateProfileString in -lodbcinst... no
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.0.0... yes (version 2.4.1)
    checking for libglade-2.0 libgnomeui-2.0... yes
    checking GNOME_CFLAGS... -DORBIT2=1 -mt -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
    checking GNOME_LIBS... -mt -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
    checking gtk-doc version >= 1.0... yes
    checking for initscr in -lncurses... no
    checking for add_history in -lreadline... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating libmdb.pc
    config.status: creating libmdbsql.pc
    config.status: creating src/util/Makefile
    config.status: creating src/extras/Makefile
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating src/libmdb/Makefile
    config.status: creating src/sql/Makefile
    config.status: creating src/odbc/Makefile
    config.status: creating doc/Makefile
    config.status: creating src/gmdb2/Makefile
    config.status: creating src/gmdb2/gladefiles/Makefile
    config.status: creating src/gmdb2/pixmaps/Makefile
    config.status: creating src/gmdb2/help/Makefile
    config.status: creating src/gmdb2/help/C/Makefile
    config.status: creating mdbtools.spec
    config.status: creating include/mdbver.h
    config.status: creating include/config.h
    config.status: include/config.h is unchanged
    config.status: executing depfiles commands
    @

  • How do I add Chinese local after Solaris OS has been installed

    How do I add Chinese local after Solaris OS has been installed. right now on my
    /usr/lib/localedef/src I only have iso_8859_1
    Thank you

    Welcome to the Apple Support Communities
    1. To boot into Mac OS X, press X key while your computer is starting.
    2. Install Boot Camp drivers

  • Missing /usr/lib/ what can I do??!

    Don't tell me how,But I accidentally deleted the /usr/lib/ folder...now every command I run obviously fails because some lib is missing...Is there a way I can recover the lib folder? apart reinstalling linux -.-

    Apart from restoring your backup, obviously, you could try booting from an Arch install disc/usb and using the --dbpath and --root options of pacman to reinstall all the packages you've got in /var/cache/pacman/pkg/.
    Edit: I've never done that. And you could also try some undelete utility, of course.
    Last edited by stqn (2011-04-20 14:10:44)

Maybe you are looking for

  • Multiple table of contents in one document

    I would like to create multiple table of contents in one document. It would look something like the layout below. Each of the documents is a standalone FrameMaker file. Is this possible? I'm wracking my brain for ideas. Thank you! Salome TABLE OF CON

  • SOAP Webservice Security Issue

    Hello, I was able to implement a SOAP Client at my local machine successfully. When i upload the SOAP client to server and run, i got the following error message. Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: An error occurred when

  • Ipad mini - No sound alert

    After turning on sound in notification I do not get any alert sounds for incoming mail I even noticed there is no ring tone when I get a Skype call

  • Error-file to Idoc

    Hi, I have created file to idoc scenario. I have done all the Design and  Configuration parts. But when executed the same scenario by placing input file on input folder. Its not picking the file and in sxmb_moni also it wont give any messages?!! What

  • Songs cannot be found because original files could not be found, but...

    I've just imported over 2,000 songs to iTunes and had my preferences set (Edit/Preferences/Advanced tab/General tab) to copy each file to my iTunes music folder when copying to iTunes library (I thought--at least the box is checked). However, when I