Installing new patches on solaris 9

hello all ,
how can i install or add new kernel and oracle patches to solaris 9
is there any restrict or something else.
thanks

Oops, seems like i answered your question without reading it, there are plenty of arguments to patchadd, the most common one is "-d", which tells patchadd not to save copies of the files it patches.
Normally the files which patchadd replaces will be stored under /var, this is done to give you a chance to back out the patch later.
To see the other arguments try "man patchadd"

Similar Messages

  • Problem encountered installing new disk on Solaris VMware

    Hi Guys,
    I'm trying my first attempt to create a new disk on solaris 10 filesystem but having a few issues mounting disk. i've been following instructions on google searches but now am stuck and really some expert advice.
    Details:
    Host OS: Windows Vista
    Gues OS: Solaris 10 64x UFS filesystem
    VMware Workstation: Ver 6:00
    Steps undertook:
    1) Shut down the VM; Edit the VMware configuration: Select Virtual Machines -> Settings; Added new hard disk device of 20GB (SCSI:0:0)
    2) Booted Solaris VM
    3)
    *# format*
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c0d0 <DEFAULT cyl 2607 alt 2 hd 255 sec 63>
    /pci@0,0/pci-ide@7,1/ide@0/cmdk@0,0
    1. c2t0d0 <DEFAULT cyl 2607 alt 2 hd 255 sec 63>
    /pci@0,0/pci1000,30@10/sd@0,0
    Specify disk (enter its number): 1
    selecting c2t0d0
    [disk formatted]
    4)
    format> p
    PARTITION MENU:
    0 - change `0' partition
    1 - change `1' partition
    2 - change `2' partition
    3 - change `3' partition
    4 - change `4' partition
    5 - change `5' partition
    6 - change `6' partition
    7 - change `7' partition
    select - select a predefined table
    modify - modify a predefined partition table
    name - name the current table
    print - display the current table
    label - write partition map and label to the disk
    !<cmd> - execute <cmd>, then return
    quit
    partition> p
    Current partition table (original):
    Total disk cylinders available: 2607 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 0 0 (0/0/0) 0
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 2606 19.97GB (2607/0/0) 41881455
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    5)
    partition> 0
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 0 0 (0/0/0) 0
    Enter partition id tag[unassigned]:
    Enter partition permission flags[wm]:
    Enter new starting cyl[0]: 3
    Enter partition size[0b, 0c, 3e, 0.00mb, 0.00gb]: 2604c
    partition> p
    Current partition table (unnamed):
    Total disk cylinders available: 2607 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 3 - 2606 19.95GB (2604/0/0) 41833260
    1 unassigned wm 0 0 (0/0/0) 0
    2 backup wu 0 - 2606 19.97GB (2607/0/0) 41881455
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    partition> label
    Ready to label disk, continue? y
    partition> q
    format> q
    6)
    *# newfs /dev/dsk/c0d0s2*
    newfs: construct a new file system /dev/rdsk/c0d0s2: (y/n)? y
    Warning: inode blocks/cyl group (431) >= data blocks (246) in last
    cylinder group. This implies 3950 sector(s) cannot be allocated.
    /dev/rdsk/c0d0s2: 41877504 sectors in 6816 cylinders of 48 tracks, 128 sectors
    20448.0MB in 426 cyl groups (16 c/g, 48.00MB/g, 5824 i/g)
    super-block backups (for fsck -F ufs -o b=#) at:
    32, 98464, 196896, 295328, 393760, 492192, 590624, 689056, 787488, 885920,
    Initializing cylinder groups:
    super-block backups for last 10 cylinder groups at:
    40898592, 40997024, 41095456, 41193888, 41292320, 41390752, 41489184,
    41587616, 41686048, 41784480
    7)
    *# mountall*
    mount: /tmp is already mounted or swap is busy
    mount: /dev/dsk/c0d0s7 is already mounted or /export/home is busy
    8)
    *# df -h*
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0d0s0 6.9G 5.6G 1.2G 83% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 1.1G 968K 1.1G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    fd 0K 0K 0K 0% /dev/fd
    swap 1.1G 40K 1.1G 1% /tmp
    swap 1.1G 28K 1.1G 1% /var/run
    /dev/dsk/c0d0s7 12G 1.5G 11G 13% /export/home
    Where am i going wrong? I dont see new mount for 20GB new disk that i created?
    Please advice/help
    Thanks!

    Thanks for your response but still no luck??
    # vi vfstab
    "vfstab" 13 lines, 457 characters
    #device device mount FS fsck mount mount
    #to mount to fsck point type pass at boot options
    fd - /dev/fd fd - no -
    /proc - /proc proc - no -
    /dev/dsk/c0d0s1 - - swap - no -
    /dev/dsk/c0d0s0 /dev/rdsk/c0d0s0 / ufs 1 no -
    */dev/dsk/c0d0s2 /dev/rdsk/c0d0s2 /u01 ufs 1 yes -*
    /dev/dsk/c0d0s7 /dev/rdsk/c0d0s7 /export/home ufs 2 yes
    /devices - /devices devfs - no -
    sharefs - /etc/dfs/sharetab sharefs - no -
    ctfs - /system/contract ctfs - no -
    objfs - /system/object objfs - no -
    swap - /tmp tmpfs - yes -
    # mountall
    /dev/rdsk/c0d0s2 is clean
    mount: Nonexistent mount point: /u01
    mount: /tmp is already mounted or swap is busy
    mount: /dev/dsk/c0d0s7 is already mounted or /export/home is busy

  • Installing new patch cluster after os is hardened with Jass 4.2

    hi, i have a Solaris 10 system that's hardened with Jass 4.2. what is the correct way/best practice to apply the latest recommended patch cluster?
    will applying the latest recommended patch cluster 'un harden' the system?
    thanks.

    Well, I guess what you see isn't what you get.
    Guess I'm used to the fact USENET just left things formatted the way they were :-O

  • Error while installing a patch for Mainwin 5.0.2 on Solaris 2.8

    Hi,
    I am relatively new in this field, so i apologise for any slip-ups.
    We use a Solaris 2.8-SPARC server. I was given an external drive which contained the porting software Visual Mainwin 5.0.2 and was told to install it from the drive. On checking it, i found that the entire folder structure of the software was damaged, i.e. every file of the software was changed to uppercase. UNIX being highly case-sensitive, i manually changed each and every file present in the software directory to lowercase and then ran it.
    The software ran fine, it got installed and the license server was also up. the licenses were also nicely distributed. everything was fine until i was asked to install the patch 'vmw502_sunos5_HF1.sh'. While installing i got the following output :
    # sh vmw502_sunos5_HF*
    Extracting installation package to "/tmp/mwspselfextr27624".
    Please stand by ... Done.
    =====================================================================
    Visual MainWin Patch Installation
    HF1 for VMW 5.0.2 <sunos5> 24-Jul-2003.14:01 Cycle115
    =====================================================================
    ***Error: cannot find file
    /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini
    Something wrong with your Visual MainWin installation - aborting
    when i checked the installation directory, i found that the file 'mwversion.ini' was present inside the directory 'mwver'. I cant see any reason why the patch is not recognizing the file.
    Can anybody help?? Any kind of help will really be appreciated.
    -SD

    Hope you already tried: ls -l /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini If ls returns the file name, try running the script under truss to find some clues.
    % truss -f -vall -rall -wall -o /tmp/mwpatch.log sh vmw502_sunos5_HF*

  • Install online patch solaris 10

    Dear All ,
    I have try install lates solaris OS on t2000 and try configure updatemanager for get new patch release , we sun spectrum contrac ,After updatemanager running i get new patch list but when i am try install it , the proses still going analysing until 2 days .Any one can advise me .
    Regards
    Hadi

    hi Haspans ,
    thanks for your reply , i try command
    bash-3.00# smpatch list | more
    Patch: 118367-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-07 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118373-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118812-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsd
    Patch: 118872-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118918-17 Obsoletes: 116781-02, 121473-01, 121476-01, 121478-01, 121282-02, 121284-02, 121292-01, 121786-01
    , 119012-03 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcakr, SUNWhea,
    SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 119042-09 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr,
    SUNWtnetr, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWypr, SUNWzoner, SUNWmdr, SUNWaccr, SUNW
    bsr, SUNWdhcsr, SUNWatfsr, SUNWkdcr, SUNWbnur, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWdcsr, SUNWefcr, SUNWnfssr, SUNWntpr
    , SUNWftpr, SUNWpiclr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsshdr
    Patch: 119573-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119574-02 Obsoletes: 119267-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119578-24 Obsoletes: 119330-01, 119331-01, 119559-01, 119576-01, 120635-02, 122396-01 Requires: Incompatib
    les: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWhea, SUNWfmd, FJSVfmd, SUNWarc
    Patch: 119824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119984-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120044-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120050-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120062-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWloc
    Patch: 120128-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu6
    Patch: 120618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120737-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120816-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWxcu4
    Patch: 120830-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWtoo, SUNWxcu4, SUNWxcu6
    Patch: 120845-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl
    .................................etc
    BUT
    bash-3.00# smpatch download -n t2000 -u root -p 321
    Loading Tool: com.sun.admin.patchmgr.cli.PatchMgrCli from t2000
    Login to t2000 as user root was successful.
    Download of com.sun.admin.patchmgr.cli.PatchMgrCli from t2000 was successful.
    Assessing patches for machine t2000. Please wait...
    RMIERROR
    what means RMIERROR ?
    regards
    Hadi

  • Installing Oracle Patch Solaris 9 Oracle 9i

    Hi Guys I have to install a PATCH that I downloaded from METALINK but I've never done it before so where should I load it and does the database has to be down.
    Thanx.

    You may find the README.txt/html file in the Patch directory when you unzip the patch and follow those steps carefully to install the patch.
    Regards,
    Sabdar Syed.

  • Can i install new SQL server on my computer using service pack 2 or its just a patch

    I want to install new sql server on my computer and I have sql server 2012 enterprise core edition with service pack 2 .Can I use it create a new server ?

    If you have the same file which is avalable for download from the following link, it is just service pack: 
    Microsoft® SQL Server® 2012 Service Pack 2 (SP2)
    Cheers,
    Saeid Hasani
    Database Consultant
    Please feel free to contact me at [email protected] as well as on Twitter and Facebook.
    [My Writings on TechNet Wiki] [T-SQL Blog] [Curah!]
    [Twitter] [Facebook] [Email]

  • Sun patching system sucks like hell - 5.9 patches on Solaris 10?

    Here's a list of patches that smpatch says are available for my system:
    114568-20 SunOS 5.9_x86: usr/sadm/install/bin/pkginstall Patch
    117172-17 SunOS 5.9_x86: Kernel Patch
    120465-01 SunOS 5.9_x86: bios utility patch
    114194-09 SunOS 5.9_x86: patchadd and patchrm Patch
    114483-04 SunOS 5.9_x86: Product Registry CLI Revision
    121436-01 SunOS 5.9_x86: Live Upgrade Patch (if using S10 LU on S9 system)
    120901-03 SunOS 5.10_x86: libzonecfg patch
    121334-02 SunOS 5.10_x86: zoneadmd, zlogin and zoneadm patch
    119255-19 SunOS 5.10_x86: Install and Patch Utilities Patch
    119558-04 SunOS 5.10_x86: tavor Patch
    118344-07 SunOS 5.10_x86: Fault Manager Patch
    120759-04 Sun Studio 11_x86: Sun Compiler Common patch for x86 backend
    My system is: SunOS barlog 5.10 Generic_Patch_118844-30 i86pc i386 i86pc
    let's look at one of these patches:
    Document Audience:     PUBLIC     
    Document ID:     117172-17     
    Title:     SunOS 5.9_x86: Kernel Patch     
    Copyright Notice:     Copyright � 2005 Sun Microsystems, Inc. All Rights Reserved     
    Update Date:     Mon Jan 24 15:23:36 MST 2005
    Are you drunk down there?
    I think it's time to start talking with my boss about migration to Linux.

    We always appreciate constructive feedback.
    If you are having problems downloading content, be it patches, patch clusters, or other software, please contact the sunsolve team and they will be delighted to assist: [email protected]
    If you are having problems with updatemanager and/or smpatch we should be able to assist you, however if you wish a speedy resolution we would suggest that you raise a support call with your local solutions centre.
    Using smpatch, when configured properly, isn't all that bad. Yes it could be a lot quicker, and it does have problems from time to time, but is due to be 'replaced' by a new framework based on the UCE engine. We're still not sure how that's going to turn out, so watch this space. As for whether smpatch works outside of Sun, yes, I can say that it does - I even got it running perfectly well on an Ultra 1 with Solaris 8 at home, even when configured to use another Solaris 9 box as an LPS.
    I much prefer the command line smpatch to the GUI updatemanager, but as they say, each to their own.
    If you are really that unhappy using smpatch then there are alternatives. Sun also provide patch clusters (as already mentioned) along with the enterprise class software Sun Connection (formally UCE / Aduva).
    If you want to look outside of Sun then there is always PCA, which I'm sure you'll find using google. Please note that we do not support PCA in any shape or form, so if it breaks your system, don't blame us for the breakage.

  • Install of 9201 on Solaris 9

    I am getting this same error on install of 9201 on Solaris 9 ; ld is core dumping - I have all of the required packages so I can't figure out why linking is failing, can anybody please give me a fix?!!?
    Calling action unixActions2.2.0.6.0 make
    installMakePath = /usr/ccs/bin/make
    installMakeFileName = /opt/oracle/product/plsql/lib/ins_plsql.mk
    installTarget = install
    undoMakeFileName =
    installArguments = ORACLE_HOME=/opt/oracle/product,
    /opt/oracle/product/install/make.log
    undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk
    Exception Severity: 1
    *** Cancel Dialog: ***
    User selected: Stop installation of all products.
    Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk

    Hello,
    a) Please crosscheck your environment variables and make sure you have access to all binaries/executables.
    Ex: make etc.
    b) Make sure you OS is patches as per oracle requirements.
    <<Message>>
    Error in invoking target install of makefile /opt/oracle/product/plsql/lib/ins_plsql.mk
    Indicates that you may not have access to execute make utility.
    -Sri

  • Can't login into NW after a new patch.

    Hi experts.
    Yestoday I installed a new patch KB70010,after that use command SGEN to compile all source in component BASIS.This process began and said theres 2 hours left to complete. 
    But this morning i can't login into the system,seems the SGEN not successful or sth else.....
    disp+work is in yellow status with a message: Running but not connected to Message Server.J2EE status info unavailable.
    here's the developer trace.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        ER1
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    75
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        6112
    Tue Jun 03 10:51:31 2008
    kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 6112) [dpxxdisp.c   1237]
         shared lib "dw_xml.dll" version 75 successfully loaded
         shared lib "dw_xtc.dll" version 75 successfully loaded
         shared lib "dw_stl.dll" version 75 successfully loaded
         shared lib "dw_gui.dll" version 75 successfully loaded
         shared lib "dw_mdm.dll" version 75 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Tue Jun 03 10:51:36 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    Tue Jun 03 10:51:41 2008
    ERROR => OpenProcess PID 3180 failed for checking semaphore 4
                  ERROR_INVALID_PARAMETER: The parameter is incorrect.  [semnt.c      1892]
    DpIPCInit2: start server >EXXEPT01_ER1_01                         <
    DpShMCreate: sizeof(wp_adm)          26752     (1408)
    DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1440)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 073F0040, size: 4661816)
    DpShMCreate: allocated sys_adm at 073F0040
    DpShMCreate: allocated wp_adm at 073F1E40
    DpShMCreate: allocated tm_adm_list at 073F86C0
    DpShMCreate: allocated tm_adm at 073F86F0
    DpShMCreate: allocated wp_ca_adm at 077C7990
    DpShMCreate: allocated appc_ca_adm at 077CD750
    DpShMCreate: allocated comm_adm at 077CF690
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 07850550
    DpShMCreate: allocated gw_adm at 07850590
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 078505C0
    DpShMCreate: allocated wall_adm at 078505C8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1632
      argv[0] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1351
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=ER1
      argv[7] = -DSAPMYNAME=EXXEPT01_ER1_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]
    ***LOG Q0K=> DpMsAttach, mscon ( EXXEPT01) [dpxxdisp.c   11586]
    DpStartStopMsg: send start message (myname is >EXXEPT01_ER1_01                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 75
    Release check o.K.
    Tue Jun 03 10:52:21 2008
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
    Tue Jun 03 10:52:41 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2056
      argv[0] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1407
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=ER1
      argv[7] = -DSAPMYNAME=EXXEPT01_ER1_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED

    I found a suspicious log   dev_jcontrol,  maybe it will do some help.
    There's some deadlock at end....
    trc file: "D:\usr\sap\ER1\DVEBMGS01\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 2612
    system name : ER1
    system nr.  : 01
    started at  : Tue Jun 03 14:13:53 2008
    arguments       :
           arg[00] : D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
           arg[01] : pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=3675
           arg[04] : -DSAPSYSTEM=01
           arg[05] : -DSAPSYSTEMNAME=ER1
           arg[06] : -DSAPMYNAME=EXXEPT01_ER1_01
           arg[07] : -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4756] Tue Jun 03 14:13:53 2008
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.box.number=ER1DVEBMGS01exxept01] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.en.host=EXXEPT01] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.en.port=3202] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties;D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : EXXEPT01
    -> ms port    : 3902
    -> OS libs    : D:\usr\sap\ER1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : EXXEPT01
    -> ms port    : 3902
    -> os libs    : D:\usr\sap\ER1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID11381200 : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID11381250 : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID11381200           : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID11381250           : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties
    [Thr 4756] *** WARNING => JsfOpenShm: ShmCreate (69, 295952, CREATE) failed(rc = 4 SHM segment already exists) [jsfxxshm.c   715]
    [Thr 4756] *** ERROR => JsfOpenShm: Shm version mismatch (shm "JSF-ADM-CORRUPT", code "JSF-ADM-015") [jsfxxshm.c   761]
    [Thr 4756] *** ERROR => Can't create shared memory segment 69 (rc = 8) [jcntrxx.c    1714]
    [Thr 4756] *** ERROR => Can't initialize JControl Administration [jcntrxx.c    271]
    [Thr 4756] JControlCloseProgram: started (exitcode = -1)
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(SESSION) failed (rc = 6 invalid argument) [jsfxxshm.c   1243]
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(ALIAS) failed (rc = 6 invalid argument) [jsfxxshm.c   1250]
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(SERVICE) failed (rc = 6 invalid argument) [jsfxxshm.c   1257]
    [Thr 4756] JControlCloseProgram: good bye... (exitcode = -1)
                                                                                    [Thr 3152] Tue Jun 03 14:22:52 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 14:37:56 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 14:53:01 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 15:08:05 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 15:23:09 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?

  • How to install a patch from local JAR file...

    Newbie question -
    I'm getting an error when deploying an MDB on WL 10.0 - someone else had also come across that same error and he sent me a patch (CR326377_10GA.jar) that should fix it.
    How do I install that patch on my local WinXP installation of WL - do I just add an entry to the CLASSPATH of the startweblogic.bat file? I'm a little concenred about the order of JARs there... is there a better way?!
    I tried looking up this patch using the Smart Update utility - but I could not find it there - how do I do it manually?
    thanks,
    james
    Edited by jdepaul at 03/20/2008 4:13 PM

    I believe you can contact support and get a patch id and passcode for this
    patch and then install using smart update.
    StartWeblogic.cmd will also look for a weblogic_patch.jar in the patch
    directory. I.e. something like
    d:\BEA10\patch_wls100\profiles\default\sys_manifest_classpath\weblogic_patch.jar
    Cut/paste the directory from the output of startweblogic.cmd and then create
    the directory and copy the patch to the right filename.
    Or you can put the patch before any other jars in the classpath.
    Peter
    <James DePaul> wrote in message news:[email protected]..
    Newbie question -
    I'm getting an error when deploying an MDB on WL 10.0 - someone else had
    also come across that same error and he sent me a patch (CR326377_10GA.jar)
    that should fix it.
    How do I install that patch on my local WinXP installation of WL - do I just
    add an entry to the CLASSPATH of the startweblogic.bat file? I'm a little
    concenred about the order of JARs there... is there a better way?!
    I tried looking up this patch using the Smart Update utility - but I could
    not find it there - how do I do it manually?
    thanks,
    james
    Edited by jdepaul at 03/20/2008 4:13 PM

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Solaris patching on solaris 10 x86

    just wondering if anyone can assist. i have just installed solaris 10 x86 recommended patches on a 16 disks server. where first 2 disks are mirrored called rpool, and remaining 14 disks are raid z called spool. upon installing the patches successfully and rebooting server, i am coming up with the following error:
    NOTICE: Can not read the pool label from '/pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a'
    NOTICE: spa_import_rootpool: error 5, Inc. All rights reserved.
    Cannot mount root on /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a fstype zfs
    panic[cpu0]/thread=fffffffffbc28820: vfs_mountroot: cannot mount root
    fffffffffbc4b190 genunix:vfs_mountroot+323 ()
    fffffffffbc4b1d0 genunix:main+a9 ()
    fffffffffbc4b1e0 unix:_start+95 ()
    skipping system dump - no dump device configured
    rebooting...
    It looks like the solaris 10 os cannot find zfs filesystem and keeps on rebooting in normal solaris os mode, but when I go to safe mode and type: zfs list, I can see zfs rpool (mirrored) file system and cannot see the zfs spool (raid z) file system, any ideas on how i can fix the boot problem and get zfs spool back in the safest way possible?...

    I finally figured it out. It seems that kernel patch 137138-09 was the culprit. It took me a while to test each kernel patch but I found out that if you have a mirrored volume or a virtual logical volume this will affect you. Also, after I did all this testing I finally found the sunsolve article referencing this patch. Seems you can install the patch, but you have to install 125556-01 first. Here's the article: http://sunsolve.sun.com/search/document.do?assetkey=1-66-246206-1

  • How to install .ttf fonts in Solaris 10 x86 10/08 ?

    Hi,
    I have installed Solaris 10 x86 10/08 on my Pentium-II machine. It is working fine. I am using Java Desktop Session 3 (JDS3).
    I have to install a few true type fonts (.ttf) to the machine and make it accessible in the gnome-terminal. I have the font files, that is .ttf files, in my system, but they are not installed.
    Could you please give me the procedure to achieve this? Should I install any patches for this?
    Regards,
    Sreeram

    Hello Lubos Kocman,
    Thanks for your reply. I followed your suggestion and put the .ttf fonts in the /usr/X11/lib/X11/fonts/TrueType directory and rebooted the system.
    [Actually, you had mentioned to put them in /usr/X11/lib/X11/fonts/TTF directory. But I did not find the TTF directory. Instead I found TrueType directory and so I felt it appropriate to place them here.]
    But still I am unable to access and choose those fonts from my gnome-terminal's font list. Have I missed something? The same result was obtained when I placed the fonts in the ~/.fonts directory also. Please guide me if I am doing something wrong.
    How do we ensure that the system has recognised the fonts which have been installed newly? Any commands to confirm this? Are there any log files pertaining to fonts, where we can know whether the fonts were recognised by the system, and if not recognised, the reason for the same?
    Also, I would like to paste the contents of /etc/release of my system:
    Solaris 10 10/08 s10x_u6wos_07b X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 27 October 2008
    Should I install any patches to this version of Solaris 10 to get the .ttf fonts installed. As mentioned earlier, I am using Java Desktop System, Release 3 desktop.
    Kindly guide me in installing/accessing the .ttf fonts.
    Regards,
    Sreeram

  • Photoshop CS2 crashing after installing new Epson printer

    I just installed a new Epson Workforce 323 all-in-one printer, and its working fine. yay!
    But now PS CS2 crashes on opening.
    Just Photoshop - everything else is fine - Illustrator, GoLive, InDesign, Safari, Mail, etc.
    I have a MacPro running OSX 10.4.11
    I have other Epson things - 2 printers (C88 and 2200) and a scanner (1240U), and they've never been a problem.
    The C88 printer died (I jammed paper in it, then had to rip it out, which messed up the print heads and all - otherwise it still 'worked', it was just all wonky), which is why I replaced it with this new Workforce 323.
    I was on the phone with Epson support and they had no clue about the PS issue.
    I had some guy online on "Just Ask" walk me through uninstalling drivers, etc. - also no help in the end.
    Apple didn't know either.
    So here I am.
    Is this a known issue with CS2 and Epson? Do I need to upgrade CS2? Is there a patch or something?
    Any help at all would be SO appreciated!!!
    Thanks in advance,
    Paula

    Thanks - A tech guy just left the house, and sure enough, there were some Twain driver issues. I have more than one epson device, and after deleting stuff, then downloading and installing new ones, photoshop is working. PHEW.
    My system pref folder was all corrupted too - very weird. Not sure what that was all about, but that's fixed too.
    I appreciate your suggestions!
    Paula

Maybe you are looking for

  • Po approver per purchasing group

    Hi, i need to see the list of approvers  for  particular purchasing group.kindly advice.Is there any table to see the list of approvers assigned for that user .kindly advice regards sp

  • Why such horrible performance and unwillingness for Verizon to help?

    I have fios and Internet, TV, five cell phones and terrible performance. I can barely connect from one room to another using wireless. Occasionally it works often substandard strength. When I come home from people's houses the connections are great,

  • NAT inbound Range into VRF

    Hi. We have a 1900 cisco that we have a few VRF running on.  Its doing NAT to the internet as well. I need to be able to do some inbound NATs to a server for a range of ports - up to three hundred.  I really do not want to have to do one at a time. 

  • Does ARES install require root priveleges?

    I'm trying to install ARES 7.02 to AIX. I don't have root privileges so I'm installing from a location where I do have privileges. The application seems to install correctly (mostly) but doesn't function correctly. I'm wondering if I need root privil

  • Where are the keyboard latches on Titanium PB 15" 1 GHz??

    I'm trying to reset my PMU but I can't find the keyboard latches that are suppose to be between the ESC + F1 and F11 + F12 keys as stated in the article: http://docs.info.apple.com/article.html?artnum=14449#faq9. I looked at the 15" 1 GHz manual and