Shared memory qustion

Oracle 10.2.0.4, 11.2.0.1, 11.2.0.2
Oracle Linux 5.6 64bit
Development box with multiple databases
Just when I thought I was getting a handle on useage of os shared memory (/dev/shm) ......
Up unitl now, if did an 'ls -l /dev/shm', I would see segments for every running instance. That is, say I did a 'ps -ef | grep pmon' and had 'oradbA', 'oradbB' and 'oradbC' , a 'ls -l /dev/shm' would show a bunch of segments for each, 'oradbA', 'oradbB' and 'oradbC'. Now I take a look a this one server, and I only see shm segments for only one of the running instances.
And no, it's not a matter of them scrolling off the screen. I'm using putty, and logging the entire session, so I can look at the log file and see evertthing, not just what's in the screen buffer. or if I grep the ouput ...
oracle:fs91upg$ ps -ef|grep pmon|grep -v grep
oracle   13064     1  0 Jun11 ?        00:00:00 ora_pmon_fsupg
oracle   13133     1  0 Jun11 ?        00:00:00 ora_pmon_hr91tst
oracle   13229     1  0 Jun11 ?        00:00:00 ora_pmon_hr91dev
oracle   13329     1  0 Jun11 ?        00:00:00 ora_pmon_hr91dmo
oracle   13425     1  0 Jun11 ?        00:00:00 ora_pmon_hr91upg
oracle   13520     1  0 Jun11 ?        00:00:00 ora_pmon_fs9dev
oracle   13663     1  0 Jun11 ?        00:00:00 ora_pmon_fs91dmo
oracle   14295     1  0 Jun11 ?        00:00:00 ora_pmon_fs9dmo
oracle   28297     1  0 Jun12 ?        00:00:00 ora_pmon_fs91upg
oracle:fs91upg$
oracle:fs91upg$ ls /devls /dev/shm | grep fsupg
oracle:fs91upg$ ls /dev/shm | grep hr91tst
oracle:fs91upg$ ls /dev/shm | grep hr91dev
oracle:fs91upg$ ls /dev/shm | grep hr1991dmo
oracle:fs91upg$ ls /dev/shm | grep hr91upg
oracle:fs91upg$ ls /dev/shm | grep fs9dev
oracle:fs91upg$ ls /dev/shm | grep fs9dmo
oracle:fs91upg$ ls /dev/shm | grep fs91upg
oracle:fs91upg$ ls /dev/shm | grep fs91dmo
ora_fs91dmo_524298_0
ora_fs91dmo_524298_1
ora_fs91dmo_557067_0
ora_fs91dmo_557067_1
ora_fs91dmo_557067_10
<snip>

EdStevens wrote:
Now to go back and read Tanel's notes once again, with this in mind . . .Ed,
I can not say how grateful I am to you for asking these questions in an excellent manner. My apologies for not being able to answer your question (as I am lagging behind you when it comes to *nix OS level knowledge) but I am curious to know how this thread develops. Tanel poder's blog post, mentioned here, is, as always, excellent (and I would like to say I understood every bit of it ;) ). Not sure if it helps, but you may want to have a look at <a href="http://www.oracle.com/technetwork/articles/linux/part3-090589.html">this</a> excellent article by Arup Nanda to see if it gives you any extra information. I liked the whole 5-part series that Arup has written and I visit it from time to time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Internal table in shared memory

    I'm using an internal table in a shared memory area. Depending on the existance of rows i would like to modify these rows or appending new rows.
    So i need read and write access.
    I tried to use attach_for_write( ) but after that i cannot read the table, sy-subrc is always 4.
    So i tried to read the table with attach_for_read( ) first. I can read it, and the result is now sy-subrc = 0.
    But after attaching the table via attach_for_write i'm unable to modify the table, how can i do this?

    myshmhandle = zca_shm_repstat_area=>attach_for_update( ).
    CREATE OBJECT myroot AREA HANDLE myshmhandle.
    read table myshmhandle->root->it_stat with key mandt = sy-mandt report = sy-repid
      ASSIGNING <p>.
    if sy-subrc = 0.
        <p>-freq    = wa_stat-freq + 1.
        <p>-ldate   = sy-datum.
        <p>-ltime   = sy-uzeit.
        <p>-userid  = sy-uname.
        ins = abap_false.
      else.
        wa_stat-mandt   = sy-mandt.
        wa_stat-report  = sy-repid.
        wa_stat-freq    = 1.
        wa_stat-ldate   = sy-datum.
        wa_stat-ltime   = sy-uzeit.
        wa_stat-userid  = sy-uname.
        ins = abap_true.
        append wa_stat to myroot->it_stat.
      endif.
    myshmhandle->set_root( myroot ).
    myshmhandle->detach_commit( ).
    Running the first time, everyting is ok. Running the second time the read will give back sy-subrc = 0 and <p> contains the correct values. after running to the end the table has no rows at all and is inconsitent I cant see what i'm doing wrong.

  • Problem with EXPORT TO SHARED MEMORY statement.

    Hi I am using the syntax
          EXPORT w_netwr FROM w_netwr
                 w_name FROM w_name
            TO SHARED MEMORY indx(xy)
            FROM wa
            CLIENT sy-mandt
            ID 'Z_MID'.  
    and later importing them in a method but I am getting wrong values in import. Can u please help do we need any
    other addition to make this work correctly.

    delete the memory before exporting and after importing. like a clear statement we use in code.

  • Oracle not Available, Shared Memory realm doesn't exist

    Hi,
    I have problem during XE installation on Windows 2003 R2 SP 2 Enterprise edition. I have uninstall the oracle xe and the result still the same. Finally I uninstall the windows and start all over again, surprisingly the result still the same. FYI, we normally has no issue during installation because this is part of our system we sell to our customer which require oracle xe. This is the first time we have seen this issue.
    ORA-01034 : Oracle Not available
    ORA-27101 : Shared memory realm doesn't exist.
    Oracle XE and listener services is started in the windows services.
    if we try to do startup the following message occured.
    SQL> connect /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-44412: XE edition memory parameter invalid or not specified
    SQL>
    I can send you the oracle_xe log, init ora, and OpsBuildAll.log to create the database.
    When we compare with the working installation, we saw that the size of oraclexe folder is less, it's just 233MB while the working one is over 1GB. After investigation, found out that the .dbf files is not avaiable in the oradata folder, i have tried to copy those files from the working one but the problem stay the same, probably there are a lot of files more missing.
    Appreciate your help on this.
    Thanks,
    Agus

    Hi,
    Please find the log below
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORA-44412: XE edition memory parameter invalid or not specified
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Connected to an idle instance.
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\cloneDBCreation.log
    I have css log as well if you are interesting to see.
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 14:13:29 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5308M/6133M, Ph+PgF:7152M/8000M, VA:1933M/2047M
    Tue Mar 20 14:13:29 2012
    Starting ORACLE instance (normal)
    Tue Mar 20 14:13:30 2012
    Starting ORACLE instance (normal)
    Tue Mar 20 14:13:31 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 19:43:31 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5351M/6133M, Ph+PgF:7150M/8000M, VA:1932M/2047M
    Tue Mar 20 19:43:31 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 19:55:39 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5254M/6133M, Ph+PgF:7052M/8000M, VA:1932M/2047M
    Tue Mar 20 19:55:39 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 05:23:41 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5259M/6133M, Ph+PgF:6894M/8000M, VA:1932M/2047M
    Wed Mar 21 05:23:41 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 05:29:12 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 05:31:42 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 05:50:45 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5143M/6133M, Ph+PgF:6768M/8000M, VA:1932M/2047M
    Wed Mar 21 05:50:45 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:02:38 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:04:03 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5205M/6133M, Ph+PgF:6866M/8000M, VA:1944M/2047M
    Wed Mar 21 06:04:03 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:00 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5195M/6133M, Ph+PgF:6837M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:00 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:11 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5195M/6133M, Ph+PgF:6836M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:11 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:40 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5191M/6133M, Ph+PgF:6832M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:40 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:07:18 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5191M/6133M, Ph+PgF:6831M/8000M, VA:1932M/2047M
    Wed Mar 21 06:07:18 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:07:38 2012
    Shutting down instance (abort)
    Wed Mar 21 06:07:51 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:13:31 2012
    Starting ORACLE instance (normal)
    I have finished installing the XE on windows but result is the same, dbf file is not created on oradata folder.
    Thanks,
    Agus

  • Disp+work stop because of shared memory?

    Hello Gurus, I have an SAP server that will not start. It was running previously, but after a parameter update and an instance restart, I cannot get the dispatcher running.
    System is Windows 2012 Server, MSSQL 2008 R2, 16 Core 132 GB RAM.
    I believe it is related to shared memory overlapping somehow, but  I am not sure how to resolve or investigate. I have had issues previously with memory overlap halting SAP servers with Diagnostics Agents, but this server is not currently running any DAA. It is running SAPRouter and some SAP Web Dispatcher instances.
    I will include my trace files below:
    Please help!
    DEV_W0:
    trc file: "dev_w0", trc level: 1, release: "721"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      00
    M sid        PRD
    M systemid   562 (PC with Windows NT)
    M relno      7210
    M patchlevel 0
    M patchno    100
    M intno      20020600
    M make       multithreaded, Unicode, 64 bit, optimized
    M profile    \\SAPERP\sapmnt\PRD\SYS\profile\PRD_DVEBMGS00_SAPERP
    M pid        7668
    M
    M  kernel runs with dp version 137000(ext=119000) (@(#) DPLIB-INT-VERSION-137000-UC)
    M  length of sys_adm_ext is 588 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 7668) [dpxxdisp.c   1376]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: sizeof(wp_adm) 42864 (2256)
    M  DpShMCreate: sizeof(tm_adm) 5517056 (27448)
    M  DpShMCreate: sizeof(wp_ca_adm) 64000 (64)
    M  DpShMCreate: sizeof(appc_ca_adm) 64000 (64)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/1384064/1384080
    M  DpShMCreate: sizeof(comm_adm) 1384080 (2744)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm) 0 (296)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm) 0 (80)
    M  DpShMCreate: sizeof(vmc_adm) 0 (2160)
    M  DpShMCreate: sizeof(wall_adm) (41664/42896/64/192)
    M  DpShMCreate: sizeof(gw_adm) 48
    M  DpShMCreate: sizeof(j2ee_adm) 3952
    M  DpShMCreate: SHM_DP_ADM_KEY (addr: 0000000000200050, size: 7174832)
    M  DpShMCreate: allocated sys_adm at 0000000000200060
    M  DpShMCreate: allocated wp_adm_list at 00000000002030B0
    M  DpShMCreate: allocated wp_adm at 00000000002032A0
    M  DpShMCreate: allocated tm_adm_list at 000000000020DA20
    M  DpShMCreate: allocated tm_adm at 000000000020DA70
    M  DpShMCreate: allocated wp_ca_adm at 0000000000750980
    M  DpShMCreate: allocated appc_ca_adm at 0000000000760390
    M  DpShMCreate: allocated comm_adm at 000000000076FDA0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 00000000008C1C40
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated gw_adm at 00000000008C1CF0
    M  DpShMCreate: allocated j2ee_adm at 00000000008C1D30
    M  DpShMCreate: allocated ca_info at 00000000008C2CB0
    M  DpShMCreate: allocated wall_adm at 00000000008C2D40
    M  DpCommAttachTable: attached comm table (header=000000000076FDA0/ft=000000000076FDB0)
    M  DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm
    M  rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  <ES> EsILock: use spinlock for locking
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE
    M
    M Fri May 16 01:23:14 2014
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0
    M
    M Fri May 16 01:23:15 2014
    M  ThInit: running on host SAPERP
    M
    M Fri May 16 01:23:16 2014
    M  calling db_connect ...
    B  Loading DB library 'E:\usr\sap\PRD\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'E:\usr\sap\PRD\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'E:\usr\sap\PRD\DVEBMGS00\exe\dbmssslib.dll' is "721.02", patchlevel (0.44)
    C  Callback functions for dynamic profile parameter registered
    C  Thread ID:4168
    C  Thank You for using the SLODBC-interface
    C  Using dynamic link library 'E:\usr\sap\PRD\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    SAP patchlevel  0
    C    SAP patchno  100
    C    Last MSSQL DBSL patchlevel 0
    C    Last MSSQL DBSL patchno         44
    C    Last MSSQL DBSL patchcomment DBSL support for Microsoft ODBC Driver 11 for SQL Server (1816426)
    C  ODBC Driver chosen: SQL Server Native Client 11.0 native
    C  lpc:(local) connection used on SAPERP
    C  lpc:(local) connection used on SAPERP
    C  Driver: sqlncli11.dll Driver release: 11.00.3000
    C  GetDbRelease: 11.00.3339.00
    C  GetDbRelease: Got DB release numbers (11,0,3339,0)
    B  Connection 0 opened (DBSL handle 0)
    M  ThInit: db_connect o.k.
    M  ICT: exclude compression: *.zip,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif,*.png,*.swc,*.swf
    I
    I Fri May 16 01:23:17 2014
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF (addr: 0000000018030050, size: 4400000)
    M  SHM_ROLL_AREA (addr: 000007FFDDAB0050, size: 268435456)
    M  SHM_PAGING_AREA (addr: 0000000018470050, size: 134217728)
    M  SHM_ROLL_ADM (addr: 0000000020480050, size: 2767448)
    M  SHM_PAGING_ADM (addr: 0000000020730050, size: 787488)
    M  ThCreateNoBuffer allocated 548152 bytes for 1000 entries at 0000000020800050
    M  ThCreateNoBuffer index size: 3000 elems
    M  ThCreateVBAdm allocated 31056 bytes (50 server) at 0000000000910050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    B
    B Fri May 16 01:23:18 2014
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 19, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 0000000027280160, size: 90000000, end: 000000002C854BE0)
    B  dbtbxbuf: Buffer TABLP (addr: 000000002C860160, size: 20480000, end: 000000002DBE8160)
    B  dbsync[db_syinit]: successfully attached to shared memory, sync_adm_p = 0000000011BE0050
    B  dbsync[db_syinit]: Buffer synchronisation started with
    B    sync_concept      = SEQ_NR
    B    sendon            = 1
    B    bufreftime        = 120
    B    max_gap_wait_time = 60
    B    ddlog_del_time    = 60
    B    last_counter      = 702514
    B    oldest_gap        = (2147483647,00000000000000)
    B    time_of_last_sync = 20140516012317
    B    MySysId           = 'SAPERP              00'
    B  dbexpbuf[EXP_SHB]: buffer EIBUF installed with
    B    semkey             = 35
    B    shmkey             = 54
    B    wp_n               = 19
    B    sclass             = 0
    B    block_length       = 256
    B    max_objects        = 2000
    B    max_obj_size       = 859872
    B    pref_obj_size      = 0
    B    est_large_obj_size = 16384
    B    free_vec_lg        = 65
    B    hash_vec_size      = 4001
    B    buffer_l           = 4194304
    B    max_blocks         = 13438
    B    free_blocks        = 13438
    B    mutex_n            = 4001
    B    max_mtx_wait_time  = 17000
    B    recovery_delay     = 500000
    B    tracing            = 0
    B    force_checks       = 0
    B    protect_shm        = 0
    B  dbexpbuf[EXP_SHM]: buffer ESM   installed with
    B    semkey             = 56
    B    shmkey             = 65
    B    wp_n               = 19
    B    sclass             = 0
    B    block_length       = 256
    B    max_objects        = 2000
    B    max_obj_size       = 859872
    B    pref_obj_size      = 0
    B    est_large_obj_size = 16384
    B    free_vec_lg        = 65
    B    hash_vec_size      = 4001
    B    buffer_l           = 4194304
    B    max_blocks         = 13438
    B    free_blocks        = 13438
    B    mutex_n            = 4001
    B    max_mtx_wait_time  = 17000
    B    recovery_delay     = 500000
    B    tracing            = 0
    B    force_checks       = 0
    B    protect_shm        = 0
    B  dbexpbuf[EXP_CUA]: buffer CUA   installed with
    B    semkey             = 30
    B    shmkey             = 47
    B    wp_n               = 19
    B    sclass             = 10
    B    block_length       = 512
    B    max_objects        = 1500
    B    max_obj_size       = 626016
    B    pref_obj_size      = 0
    B    est_large_obj_size = 98304
    B    free_vec_lg        = 193
    B    hash_vec_size      = 3001
    B    buffer_l           = 3072000
    B    max_blocks         = 4892
    B    free_blocks        = 4892
    B    mutex_n            = 3001
    B    max_mtx_wait_time  = 17000
    B    recovery_delay     = 500000
    B    tracing            = 0
    B    force_checks       = 0
    B    protect_shm        = 0
    B  dbexpbuf[EXP_OTR]: buffer OTR   installed with
    B    semkey             = 55
    B    shmkey             = 64
    B    wp_n               = 19
    B    sclass             = 13
    B    block_length       = 256
    B    max_objects        = 2000
    B    max_obj_size       = 859872
    B    pref_obj_size      = 0
    B    est_large_obj_size = 20480
    B    free_vec_lg        = 81
    B    hash_vec_size      = 4001
    B    buffer_l           = 4194304
    B    max_blocks         = 13438
    B    free_blocks        = 13438
    B    mutex_n            = 4001
    B    max_mtx_wait_time  = 17000
    B    recovery_delay     = 500000
    B    tracing            = 0
    B    force_checks       = 0
    B    protect_shm        = 0
    I  MPI: dynamic quotas disabled.
    I  MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  rdisp/thwpsf_critical_path : -1 -> 0
    M  CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    G  RelWritePermissionForShm( pLocation = 120, pEnforce = 0 )
    G  GetWritePermissionForShm( pLocation =  99, pEnforce = 1 )
    G  RelWritePermissionForShm( pLocation = 100, pEnforce = 1 )
    S  *** init spool environment
    S  TSPEVJOB updates outside critical section: event_update_nocsec = 1
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 0000000034052380
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 00000000382B00D0
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 00000000382B06A0
    S    using messages for server info
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2512 bytes
    S  immediate print option for implicitely closed spool requests is disabled
    A  ***GENER* Trace switched on ***
    A
    A  ---PXA-------------------------------------------
    A  PXA INITIALIZATION
    A  PXA: Locked PXA-Semaphore.
    A  System page size: 4kb, total admin_size: 23104kb, dir_size: 22312kb.
    A  Attached to PXA (address 000007FFEDAE0050, size 300000K, 1 fragments of 276896K )
    A  PXA allocated (address 000007FFEDAE0050, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA: checking structure sizes: 752|272|16
    A  PXA INITIALIZATION FINISHED
    A  ---PXA-------------------------------------------
    A
    A  ATRA: pfclock execution time = 0
    A  abap/force_local_update_task=0
    A  ABAP ShmAdm attached (addr=000007DFDF142000 leng=20955136 end=000007DFE053E000)
    A  >> Shm MMADM area (addr=000007DFDF639B80 leng=242240 end=000007DFDF674DC0)
    A  >> Shm MMDAT area (addr=000007DFDF675000 leng=15503360 end=000007DFE053E000)
    A  RFC Destination> destination SAPERP_PRD_00 host SAPERP system PRD systnr 0 (SAPERP_PRD_00)
    A  RFC Options> H=SAPERP,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A  
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    H  HTTP> Parameter icf/ssocookie_mandatory set to 0
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:721.02]):
    B   max_blocking_factor       =  50,  min_blocking_factor         =   5,
    B   max_in_blocking_factor    = 255,  min_in_blocking_factor      =  10,
    B   max_union_blocking_factor =  50,  min_union_blocking_factor   =   5,
    B   prefer_union_all          =   1,  prefer_join                 =   1,
    B   prefer_fix_blocking       =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG               =   1,  alias table FUPD            =   0,
    B   escape_as_literal         =   0,                                 
    B   select *                  =0x00,  character encoding          = STD / []:X,
    B   use_hints                 = abap->1, dbif->0x1, upto->0
    M  ThrCreateShObjects allocated 39514 bytes at 0000000011C00050
    Y  dyWpInit
    Y    ztta/dynpro_ara 800000
    Y    ztta/cua_ara    500000
    Y    ztta/diag_ara   250000
    N  SsfSapSecin: getenv(SECUDIR)=="E:\usr\sap\PRD\DVEBMGS00/sec"
    N
    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF library is E:\usr\sap\PRD\DVEBMGS00\exe\sapcrypto.dll .
    N  ===...SSF default hash algorithm is SHA1 .
    N  ===...SSF default symmetric encryption algorithm is DES-CBC .
    N  ===...SECUDIR="E:\usr\sap\PRD\DVEBMGS00/sec"
    N  ===...loading of Security Toolkit successfully completed.
    N  ===   SAPCRYPTOLIB  5.5.5C pl32  (Apr  2 2011) MT-safe
    N  =================================================
    N
    N Fri May 16 01:23:20 2014
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 721, [7210.0.100.20020600]
    W    ITS Plugin: Int.version, [34]
    W    ITS Plugin: Feature set: [31]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    N  SignInit: successfully obtained handle for Security Context cache
    N  SPNegoInit: SPNego disabled ("spnego/enable" not set to 1)
    N  VSI: WP init in ABAP VM completed with rc=0
    E  EnqLockTableSizeCalculate: session quota = 100%
    E  EnqLockTableAttach2: attach to lock table (size = 33554432)
    E  EnqLockTableMapToLocalContext: enque/use_pfclock2 = FALSE
    E  EnqId_Initialize: local EnqId initialization o.k.
    M
    M Fri May 16 01:23:40 2014
    M  *** ERROR => ThPlgConnectToIcm: IcmReadAck failed (-8, ni_rc=-6) [thxxplg.c    5172]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThStart: connect to icman (step 1, th_errno 2, action 3, level 1) [thxxhead.c   11348]
    M
    M  Info for wp 0
    M
    M    pid = 7668
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    req.req_info =
    M    req.tid = -1
    M    req.uid = 4294967295
    M    req.mode = 255
    M    req.len = 0
    M    req.rq_id = 65535
    M    req.rq_source =
    M    last_tid = 0
    M    last_uid = 0
    M    last_mode = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM
    M
    M  ThIErrHandle: current request:
    M
    M  -IN-- sender_id ?                 tid  -1    wp_ca_blk   -1      wp_id -1
    M  -IN-- action    -                 uid  -1    appc_ca_blk -1      type  -  
    M  -IN-- new_stat  NO_CHANGE         mode 255   len         0       rq_id -1
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >TrThHookFunc< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: hook >TrThHookFunc< o.k.
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  ThrSaveSPAFields: save spa fields
    M  ThrSaveSPAFields: not an update task, no update info saved
    M  ThrSaveSPAFields: not a batch task, field zttabtckey not saved
    M  ThCallHooks: hook >ThrSaveSPAFields< o.k.
    M  ThCallHooks: call hook >ThrBtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: hook >ThrBtcCallLgCl< o.k.
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 7668) [dpnttool.c   339]
    DEV_DISP:
    trc file: "dev_disp", trc level: 1, release: "721"
    sysno      00
    sid        PRD
    systemid   562 (PC with Windows NT)
    relno      7210
    patchlevel 0
    patchno    100
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    \\SAPERP\sapmnt\PRD\SYS\profile\PRD_DVEBMGS00_SAPERP
    pid        4924
    kernel runs with dp version 137000(ext=119000) (@(#) DPLIB-INT-VERSION-137000-UC)
    length of sys_adm_ext is 588 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 4924) [dpxxdisp.c   1314]
      shared lib "dw_xml.dll" version 100 successfully loaded
      shared lib "dw_xtc.dll" version 100 successfully loaded
      shared lib "dw_stl.dll" version 100 successfully loaded
      shared lib "dw_gui.dll" version 100 successfully loaded
      shared lib "dw_mdm.dll" version 100 successfully loaded
      shared lib "dw_rndrt.dll" version 100 successfully loaded
      shared lib "dw_abp.dll" version 100 successfully loaded
      shared lib "dw_sym.dll" version 100 successfully loaded
      shared lib "dw_aci.dll" version 100 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    rdisp/dynamic_wp_check : 1
    rdisp/calculateLoadAverage : 1
    Fri May 16 01:23:12 2014
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6438]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >SAPERP_PRD_00                           <
    DpShMCreate: sizeof(wp_adm) 42864 (2256)
    DpShMCreate: sizeof(tm_adm) 5517056 (27448)
    DpShMCreate: sizeof(wp_ca_adm) 64000 (64)
    DpShMCreate: sizeof(appc_ca_adm) 64000 (64)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/1384064/1384080
    DpShMCreate: sizeof(comm_adm) 1384080 (2744)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm) 0 (296)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm) 0 (80)
    DpShMCreate: sizeof(vmc_adm) 0 (2160)
    DpShMCreate: sizeof(wall_adm) (41664/42896/64/192)
    DpShMCreate: sizeof(gw_adm) 48
    DpShMCreate: sizeof(j2ee_adm) 3952
    DpShMCreate: SHM_DP_ADM_KEY (addr: 0000000005460050, size: 7174832)
    DpShMCreate: allocated sys_adm at 0000000005460060
    DpShMCreate: allocated wp_adm_list at 00000000054630B0
    DpShMCreate: allocated wp_adm at 00000000054632A0
    DpShMCreate: allocated tm_adm_list at 000000000546DA20
    DpShMCreate: allocated tm_adm at 000000000546DA70
    DpShMCreate: allocated wp_ca_adm at 00000000059B0980
    DpShMCreate: allocated appc_ca_adm at 00000000059C0390
    DpShMCreate: allocated comm_adm at 00000000059CFDA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0000000005B21C40
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 0000000005B21CF0
    DpShMCreate: allocated j2ee_adm at 0000000005B21D30
    DpShMCreate: allocated ca_info at 0000000005B22CB0
    DpShMCreate: allocated wall_adm at 0000000005B22D40
    DpCommAttachTable: attached comm table (header=00000000059CFDA0/ft=00000000059CFDB0)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (10 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    Fri May 16 01:23:13 2014
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> EsILock: use spinlock for locking
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 134981MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 134984MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 33745 blocks reserved for free list.
    ES initialized.
    mm.dump: set maximum dump mem to 96 MB
    DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE
    MPI: dynamic quotas disabled.
    MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 4.0.1 4.0.1 5.1) [dpxxdisp.c   1700]
    Fri May 16 01:23:40 2014
    ***LOG Q0K=> DpMsAttach, mscon ( SAPERP) [dpxxdisp.c   12667]
    MBUF state LOADING
    DpStartStopMsg: send start message (myname is >SAPERP_PRD_00                           <)
    DpStartStopMsg: start msg sent
    CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]
    MBUF state ACTIVE
    DpWpBlksLow: max wp blocks in queue is 800 (80 %)
    MBUF component UP
    DpMsgProcess: 1 server in MBUF
    DpAppcBlksLow: max appc blocks in queue is 500 (50 %)
    *** ERROR => DpIcmMsgProcess: IcmRecMsg (rc=-8,-6) [dpxxdisp.c   19121]
    Fri May 16 01:24:20 2014
    *** ERROR => DpHdlDeadWp: W0 (pid 7668) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W1 (pid 7456) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W2 (pid 8096) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W3 (pid 4376) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W4 (pid 3000) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W5 (pid 3520) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W6 (pid 7024) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W7 (pid 6172) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W8 (pid 6576) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W9 (pid 7756) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W10 (pid 624) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W11 (pid 7468) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W12 (pid 1176) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W13 (pid 6812) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W14 (pid 6968) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W15 (pid 5036) died (severity=0, status=0) [dpxxwp.c     1729]
    *** ERROR => DpHdlDeadWp: W16 (pid 5576) died (severity=0, status=0) [dpxxwp.c     1729]
    *** DP_FATAL_ERROR => DpWPCheck: no more work processes
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:30 2014
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long) Fri May 16 07:24:30 2014
    ========================
    No Type  Pid    Status  Cause Start Rstr  Err Sem Time Program          Cl  User         Action                    Table
    0 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    1 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    2 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    3 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    4 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    5 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    6 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    7 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    8 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    9 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    10 UPD       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    11 ENQ       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    12 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    13 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    14 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    15 SPO       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    16 UP2       -1 Ended         no    no     1   0    0                                    NO_ACTION                         
    Dispatcher Queue Statistics Fri May 16 07:24:30 2014
    ===========================
    +------+--------+--------+--------+------------+------------+
    |  Typ |    now |   high |    max | writes     |  reads     |
    +------+--------+--------+--------+------------+------------+
    | NOWP |      1 |     33 |   2000 |         43 |         42 |
    +------+--------+--------+--------+------------+------------+
    |  DIA |      5 |      5 |   2000 |          5 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  UPD |      1 |      1 |   2000 |          1 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  ENQ |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  BTC |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  SPO |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  UP2 |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    max_rq_id 40
    wake_evt_udp_now 0
    wake events       total    40,  udp     5 ( 12%),  shm    35 ( 87%)
    since last update total    40,  udp     5 ( 12%),  shm    35 ( 87%)
    DpGetLoadAverage: la1[1] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[1] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[1] = 0.055556 / -1.000000 %
    Dispatcher Load Statistics
    +------+---------+---------+---------+
    |  Typ |     LA1 |     LA5 |    LA15 |
    +------+---------+---------+---------+
    |  DIA |   0.000 |   0.000 |   0.056 |
    +------+---------+---------+---------+
    DpGetLoadAverage: la1[2] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[2] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[2] = 0.011111 / -1.000000 %
    |  UPD |   0.000 |   0.000 |   0.011 |
    +------+---------+---------+---------+
    DpGetLoadAverage: la1[3] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[3] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[3] = 0.000000 / -1.000000 %
    |  ENQ |   0.000 |   0.000 |   0.000 |
    +------+---------+---------+---------+
    DpGetLoadAverage: la1[4] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[4] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[4] = 0.000000 / -1.000000 %
    |  BTC |   0.000 |   0.000 |   0.000 |
    +------+---------+---------+---------+
    DpGetLoadAverage: la1[5] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[5] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[5] = 0.000000 / -1.000000 %
    |  SPO |   0.000 |   0.000 |   0.000 |
    +------+---------+---------+---------+
    DpGetLoadAverage: la1[6] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la5[6] = 0.000000 / -1.000000 %
    DpGetLoadAverage: la15[6] = 0.000000 / -1.000000 %
    |  UP2 |   0.000 |   0.000 |   0.000 |
    +------+---------+---------+---------+
    Dump of tm_adm structure: Fri May 16 07:24:30 2014
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    RM-T19, U20,                 , , 01:23:40, M0, W-1,     , 1/0
    Workprocess Comm. Area Blocks Fri May 16 07:24:30 2014
    =============================
    Slots: 1000, Used: 2, Max: 46
    +------+--------------+----------+-------------+
    |   id | owner        |   pid    | eyecatcher  |
    +------+--------------+----------+-------------+
    |    0 | DISPATCHER   |       -1 | 0xdeadbeef |
    |  546 | DISPATCHER   |       -1 | 0xdeadbeef |
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:35 2014
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >SAPERP_PRD_00                           < (normal)
    DpJ2eeDisableRestart
    DpMBufRead: read server list from MBUF (1 entries)
    DpMBufMod: name [SAPERP_PRD_00                           ], types 191 state 3 (0x0 0x0 0x0 0x0)
    DpMBufMod: call hooks for event MBUF_DPEVT_DSTATE (5->3)
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 60
    AdCallRegisteredCvtToExt: opcode 60 call 000007F7B2B8B6E0
    AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    DpWpBlksLow: wp_blks_in_queue/limit/max = 2/800/1000
    DpLockWpBlkEx: lock wp ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqIPutIntoQ: put elem in queue DIA, elems=6
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 41)
    MBUF server state SHUTDOWN
    DpModState: change state STARTING -> SHUTDOWN
    NiBufSend starting
    NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    DpHalt: switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    DpHalt: stop work processes
    DpHalt: stop gateway
    killing process (7752) (SOFT_KILL)
    DpHalt: stop icman
    killing process (5940) (SOFT_KILL)
    DpHalt: terminate gui connections
    send SHUTDOWN to REM TM 19
    DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000
    DpLockWpBlkEx: lock wp ca_blk 2
    return errno (-17) to T19
    DpTmSend: errormsg without overhead: use mode 0
    NiBufIAlloc: malloc NiBufadm, to 0 bytes
    DpTmSend: try to send 14 bytes to T19/M0
    NiBufSend starting
    NiIWrite: hdl 25 sent data (wrt=14,pac=1,MESG_IO)
    REL WP ca_blk 2
    set status of T19 to TM_DISCONNECTED
    NiBufISelUpdate: new MODE -- (r-) for hdl 25 in set0
    SiSelNSet: set events of sock 1440 to: ---
    NiBufISelRemove: remove hdl 25 from set0
    SiSelNRemove: removed sock 1440 (pos=3)
    SiSelNRemove: removed sock 1440
    NiSelIRemove: removed hdl 25
    DpDelSocketInfo: del info for nihdl 25 (pos/type=3/3)
    NiICloseHandle: shutdown and close hdl 25/sock 1440
    NiBufIClose: clear extension for hdl 25
    dp_tm_adm[19].stat = DP_SLOT_FREE
    DpGetSchedule: next schedule 1400225080/234000
    DpGetSchedule: no schedule found
    DpITmSlotRelease: release slot 19
    DpListRemove: remove elem 19 from tmadm_inuse_list
    DpListRemove: 19 elems in tmadm_inuse_list
    DpListInsert: insert elem 19 into tmadm_free_list (at begin)
    DpListInsert: 182 elems in tmadm_free_list
    DpHalt: wait for end of work processes
    DpHalt: wait for end of gateway
    [DpProcDied] Process lives  (PID:7752  HANDLE:1300)
    DpHalt: waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:36 2014
    NiISelect: TIMEOUT occured (1000ms)
    *** ERROR => [DpProcDied] Process died  (PID:7752  HANDLE:1300  rc:0x0) [dpnttool2.c  147]
    DpHalt: wait for end of icman
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:37 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:38 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:39 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:40 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:41 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:42 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:43 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:5940  HANDLE:1296)
    DpHalt: waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1445
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri May 16 01:24:44 2014
    NiISelect: TIMEOUT occured (1000ms)
    *** ERROR => [DpProcDied] Process died  (PID:5940  HANDLE:1296  rc:0x0) [dpnttool2.c  147]
    DpStartStopMsg: send stop message (myname is >SAPERP_PRD_00                           <)
    DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=SAPERP_PRD_00       , sapsysnr= 0, hostname=SAPERP                                                        
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 60
    AdCallRegisteredCvtToExt: opcode 60 call 000007F7B2B8B6E0
    AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 4
    AdCallRegisteredCvtToExt: opcode 4 call 000007F7B2BB1470
    AdCallRegisteredCvtToExt: opcode 4 exit rc=SAP_O_K
    DpConvertRequest: net size = 189 bytes
    NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes
    NiBufSend starting
    NiIWrite: hdl 17 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    MsISnd2: send msg (ms hdr/msg 110/452 bytes) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes
    NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes
    NiIRead: hdl 17 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 17
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MsIReceive: received msg (ms hdr/msg 110/164 bytes), flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 17 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 17 timed out (0ms)
    DpHalt: more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 17 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    MsISnd2: send msg (ms hdr/msg 110/4 bytes) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes
    NiIRead: hdl 17 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 17 (r)
    NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes
    NiIRead: hdl 17 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 17
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MsIReceive: received msg (ms hdr/msg 110/4 bytes), flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                            
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsISendKeepalive : keepalive sent to message server
    NiIRead: hdl 17 recv would block (errno=EAGAIN)
    Fri May 16 01:24:45 2014
    NiIPeek: peek for hdl 17 timed out (r; 1000ms)
    NiIRead: read for hdl 17 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    DpHalt: detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   13064]
    NiBufSend starting
    NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server (SAPERP / 3900)
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 17 in set0
    SiSelNSet: set events of sock 1400 to: ---
    NiBufISelRemove: remove hdl 17 from set0
    SiSelNRemove: removed sock 1400 (pos=2)
    SiSelNRemove: removed sock 1400
    NiSelIRemove: removed hdl 17
    DpDelSocketInfo: del info for nihdl 17 (pos/type=2/4)
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 60
    AdCallRegisteredCvtToExt: opcode 60 call 000007F7B2B8B6E0
    AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCallRegisteredCvtToExt: opcode 40
    AdCallRegisteredCvtToExt: opcode 40 call 000007F7B3297650
    AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K
    DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000
    DpLockWpBlkEx: lock wp ca_blk 2
    make DISP owner of wp_ca_blk 2
    DpRqIPutIntoQ: put elem in queue DIA, elems=7
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 44)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 17/sock 1400
    NiBufIClose: clear extension for hdl 17
    MsIDetach: detach MS-system (SAPERP / 3900)
    DpHalt: cleanup EM
    EsCleanup( )
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 4924) [dpxxdisp.c   11574]
    DpHalt: Good Bye .....
    SAPSTARTSRV
    trc file: "sapstartsrv.log", trc level: 0, release: "721"
    pid        6196
    [Thr 6528] Fri May 16 00:38:09 2014
    SAP HA Trace: SAP Microsoft Cluster library '721, patch 100, changelist 1397439' initialized
    CCMS agent initialization for instance type ABAP: return code 0.
    CCMS agent start: return code 0.
    Initializing SAPControl Webservice
    Starting AutoRestart thread
    AutoRestart thread started, version check is enabled
    SapSSLInit failed => https support disabled
    Starting WebService Named Pipe thread
    Starting WebService thread
    Webservice named pipe thread started, listening on port \\.\pipe\sapcontrol_00
    Webservice thread started, listening on port 50013
    \sapadmin is starting SAP System at 2014/05/16  0:38:18
    SAP HA Trace: FindClusterResource: OpenCluster failed: 1753 [sapwinha.cpp, line 213]
    SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 920]
    \sapadmin is stopping SAP System at 2014/05/16  0:49:10
    SAP HA Trace: FindClusterResource: OpenCluster failed: 1753 [sapwinha.cpp, line 213]
    SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 920]
    \sapadmin is starting SAP System at 2014/05/16  0:50:47
    SAP HA Trace: FindClusterResource: OpenCluster failed: 1753 [sapwinha.cpp, line 213]
    SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 920]
    \sapadmin is stopping SAP System at 2014/05/16  1:21:22
    SAP HA Trace: FindClusterResource: OpenCluster failed: 1753 [sapwinha.cpp, line 213]
    SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 920]
    \prdadm is starting SAP System at 2014/05/16  1:23:04
    SAP HA Trace: FindClusterResource: OpenCluster failed: 1753 [sapwinha.cpp, line 213]
    SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 920]

    Hi Alwina, here is the DEV_ICM trace:
    From this trace, it appears that it is listening to 65000?
    Netstat shows that the system is listening to 127.0.0.1:65000 .
    Other SAP ports show listening on 0:0:0:0:xxxx , is ICM listening on 127 a problem?
    trc file: "dev_icm", trc level: 1, release: "721"
    sysno      00
    sid        PRD
    systemid   562 (PC with Windows NT)
    relno      7210
    patchlevel 0
    patchno    43
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    \\SAPERP\sapmnt\PRD\SYS\profile\PRD_DVEBMGS00_SAPERP
    pid        5940
    [Thr 1812] Fri May 16 01:23:13 2014
    [Thr 1812] Parameter system/type has value: "ABAP"
    [Thr 1812] started security log to file ./dev_icm_sec
    [Thr 1812] ICM running on:
    [Thr 1812] MtxInit: 30001 0 2
    [Thr 1812] ***LOG IM1=> IcmInit, Startup (ICM&SAPERP.CORP.CANSEL.CA&5940&) [icxxman.c    1934]
    [Thr 1812] IcmInit: listening to admin port: 65000
    [Thr 1812] DpSysAdmExtCreate: ABAP is active
    [Thr 1812] DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    [Thr 1812] DpIPCInit2: read dp-profile-values from sys_adm_ext
    [Thr 1812] DpShMCreate: sizeof(wp_adm) 42864 (2256)
    [Thr 1812] DpShMCreate: sizeof(tm_adm) 5517056 (27448)
    [Thr 1812] DpShMCreate: sizeof(wp_ca_adm) 64000 (64)
    [Thr 1812] DpShMCreate: sizeof(appc_ca_adm) 64000 (64)
    [Thr 1812] DpCommTableSize: max/headSize/ftSize/tableSize=500/16/1384064/1384080
    [Thr 1812] DpShMCreate: sizeof(comm_adm) 1384080 (2744)
    [Thr 1812] DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    [Thr 1812] DpShMCreate: sizeof(slock_adm) 0 (296)
    [Thr 1812] DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    [Thr 1812] DpShMCreate: sizeof(file_adm) 0 (80)
    [Thr 1812] DpShMCreate: sizeof(vmc_adm) 0 (2160)
    [Thr 1812] DpShMCreate: sizeof(wall_adm) (41664/42896/64/192)
    [Thr 1812] DpShMCreate: sizeof(gw_adm) 48
    [Thr 1812] DpShMCreate: sizeof(j2ee_adm) 3952
    [Thr 1812] DpShMCreate: SHM_DP_ADM_KEY (addr: 00000000022F0050, size: 7174832)
    [Thr 1812] DpShMCreate: allocated sys_adm at 00000000022F0060
    [Thr 1812] DpShMCreate: allocated wp_adm_list at 00000000022F30B0
    [Thr 1812] DpShMCreate: allocated wp_adm at 00000000022F32A0
    [Thr 1812] DpShMCreate: allocated tm_adm_list at 00000000022FDA20
    [Thr 1812] DpShMCreate: allocated tm_adm at 00000000022FDA70
    [Thr 1812] DpShMCreate: allocated wp_ca_adm at 0000000002840980
    [Thr 1812] DpShMCreate: allocated appc_ca_adm at 0000000002850390
    [Thr 1812] DpShMCreate: allocated comm_adm at 000000000285FDA0
    [Thr 1812] DpShMCreate: system runs without slock table
    [Thr 1812] DpShMCreate: system runs without file table
    [Thr 1812] DpShMCreate: allocated vmc_adm_list at 00000000029B1C40
    [Thr 1812] DpShMCreate: system runs without vmc_adm
    [Thr 1812] DpShMCreate: allocated gw_adm at 00000000029B1CF0
    [Thr 1812] DpShMCreate: allocated j2ee_adm at 00000000029B1D30
    [Thr 1812] DpShMCreate: allocated ca_info at 00000000029B2CB0
    [Thr 1812] DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm
    [Thr 1812] MPI: dynamic quotas disabled.
    [Thr 1812] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    [Thr 1812] CCMS: initialize CCMS Monitoring for ABAP instance with J2EE addin.
    [Thr 1812] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    [Thr 1812] Fri May 16 01:23:14 2014
    [Thr 1812] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 0
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 1
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 2
    [Thr 6912] IcmProxyWatchDog: proxy watchdog started
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 3
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 4
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 5
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 6
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 7
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 8
    [Thr 1812] IcmCreateWorkerThreads: created worker thread 9
    [Thr 4024] IcmMpiWatchDogThread: MPI watchdog started
    [Thr 4400] IcmWatchDogThread: watchdog started
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpFileAccessHandler(000000000C2E2750), slot=0, flags=4098) for /sap/public/icmandir/, active: 1, table 000000000C2E24C0
    [Thr 6524] ISC: created 400 MB disk cache.
    [Thr 6524] ISC: created 50 MB memory cache.
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpCacheHandler(000000000C3EB4B0), slot=1, flags=12293) for /, active: 1, table 000000000C2E24C0
    [Thr 6524] HttpExtractArchive: files from archive E:\usr\sap\PRD\DVEBMGS00\exe/icmadmin.SAR in directory E:/usr/sap/PRD/DVEBMGS00/data/icmandir are up to date
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpAdminHandler(000000000C461480), slot=2, flags=36869) for /sap/admin, active: 1, table 000000000C2E24C0
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpModHandler(000000000C461570), slot=3, flags=12293) for /, active: 1, table 000000000C2E24C0
    [Thr 6524] CsiInit(): Initializing the Content Scan Interface
    [Thr 6524]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 6524] CsiInit(): CSA_LIB = "E:\usr\sap\PRD\DVEBMGS00\exe\sapcsa.dll"
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpAuthHandler(000000000C4615F0), slot=4, flags=12293) for /, active: 1, table 000000000C2E24C0
    [Thr 6524] HttpISubHandlerAdd: Added handler HttpSAPR3Handler(000000000C4AFAE0), slot=5, flags=1052677) for /, active: 1, table 000000000C2E24C0
    [Thr 6524] Started service PORT=8000,PROT=HTTP,TIMEOUT=60,PROCTIMEOUT=60
    [Thr 6524] Started service PORT=0,PROT=SMTP,TIMEOUT=120,PROCTIMEOUT=120
    [Thr 6524] Fri May 16 01:23:18 2014
    [Thr 6524] IcmNetCheck: network check passed without detecting problems
    [Thr 4268] Fri May 16 01:23:24 2014
    [Thr 4268] HttpExtractArchive: files from archive E:\usr\sap\PRD\DVEBMGS00\exe/ITS.SAR in directory E:/usr/sap/PRD/DVEBMGS00/data/icmandir are up to date
    [Thr 8156] Fri May 16 01:24:14 2014
    [Thr 8156] *** WARNING => IcmCallAllSchedules: Schedule func 1 already running - avoid recursion [icxxsched.c  481]
    [Thr 5948] Fri May 16 01:24:24 2014
    [Thr 5948] *** WARNING => IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman" (rc=500)- please check node in TA sicf [icxxman.c    2598]
    [Thr 6912] Fri May 16 01:24:44 2014
    [Thr 6912] IcmProxyWatchDog: Shutdown request received
    [Thr 4400] IcmWatchDogThread: Shutdown request received
    [Thr 6912] *** IcmProxyWatchDog: exit thread ***
    [Thr 4024] *** IcmMpiWatchDogThread: exit thread ***
    [Thr 4400] *** IcmWatchDogThread: exit thread ***
    [Thr 1812] IcmLoop: Shutdown request received
    [Thr 1812] Deactivated service PORT=8000,PROT=HTTP,TIMEOUT=60,PROCTIMEOUT=60
    [Thr 1812] Deactivated service PORT=0,PROT=SMTP,TIMEOUT=120,PROCTIMEOUT=120
    [Thr 1812] Removed service PORT=8000,PROT=HTTP,TIMEOUT=60,PROCTIMEOUT=60
    [Thr 1812] Removed service PORT=0,PROT=SMTP,TIMEOUT=120,PROCTIMEOUT=120
    [Thr 1812] *** ICM shutdown completed (pid: 5940) ***

  • ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exi

    Hi all,
    suddenly our oracle 10g database stopped working. When we tried export the database following was the output
    C:\Documents and Settings\Administrator>EXP PMIS/PMIS FILE=C:\PMIS.DMP
    Export: Release 10.2.0.1.0 - Production on Wed Mar 25 16:15:08 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    EXP-00056: ORACLE error 1034 encountered
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    EXP-00005: all allowable logon attempts failed
    EXP-00000: Export terminated unsuccessfullyalert log file had the output as
    Wed Mar 25 16:02:12 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:>sessions = 49
    >__shared_pool_size = 71303168
    >__large_pool_size = 8388608
    >__java_pool_size = 4194304
    >__streams_pool_size = 0
    >spfile = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    >sga_target = 146800640
    >control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    >__db_cache_size = 58720256
    >compatible = 10.2.0.1.0
    >db_recovery_file_dest = C:\oraclexe\app\oracle\flash_recovery_area
    >db_recovery_file_dest_size= 10737418240
    >undo_management = AUTO
    >undo_tablespace = UNDO
    >remote_login_passwordfile= EXCLUSIVE
    >dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    >shared_servers = 4
    >job_queue_processes = 4
    >audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    >background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    >user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    >core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    >db_name = XE
    >open_cursors = 300
    >os_authent_prefix =
    >pga_aggregate_target = 41943040
    PMON started with pid=2, OS id=1632
    PSP0 started with pid=3, OS id=1312
    MMAN started with pid=4, OS id=200
    DBW0 started with pid=5, OS id=1864
    LGWR started with pid=6, OS id=188
    CKPT started with pid=7, OS id=1328
    SMON started with pid=8, OS id=1848
    RECO started with pid=9, OS id=1760
    CJQ0 started with pid=10, OS id=1920
    MMON started with pid=11, OS id=768
    MMNL started with pid=12, OS id=948
    Wed Mar 25 16:02:13 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Mar 25 16:02:13 2009
    alter database mount exclusive
    Wed Mar 25 16:02:17 2009
    Setting recovery target incarnation to 2
    Wed Mar 25 16:02:17 2009
    Successful mount of redo thread 1, with mount id 2563569989
    Wed Mar 25 16:02:17 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Wed Mar 25 16:02:17 2009
    alter database open
    Wed Mar 25 16:02:18 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_188.trc:
    ORA-00600: internal error code, arguments: [3700], [1], [15], [2], [2], [], [], []
    Wed Mar 25 16:02:18 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_188.trc:
    ORA-00600: internal error code, arguments: [3700], [1], [15], [2], [2], [], [], []
    Wed Mar 25 16:02:18 2009
    LGWR: terminating instance due to error 470
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_1864.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_1328.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_1312.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_200.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_1632.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_1760.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_1848.trc:
    ORA-00470: LGWR process terminated with error
    Instance terminated by LGWR, pid = 188Again when we tried by connecting sqlplus following was output
    SQL> connect sys/manager as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 146800640 bytes
    Fixed Size 1286220 bytes
    Variable Size 83890100 bytes
    Database Buffers 58720256 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channelWe actually need database dump for user PMIS, any help would be highly appreciated

    Hi Wim
    You should say that "It may be Control File problem", but you shouldn't say that "it's due to Control File" problem
    Please refer to Errors Documentation for more information on ORA-00600
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e0.htm#sthref371
    ORA-00600: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
    Cause: This is the generic internal error number for Oracle program exceptions. This indicates that a process has encountered an exceptional condition.
    Action: Report as a bug - the first argument is the internal error number
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • ORA-01031: insufficient privileges and shared memory realm does not exist

    Hi all,
    I came to a dead end to start oracle 10.2 database. I have searched on google and this forum, none of these solutions work for me. PS, I have installed 11g on my machine too.
    I have set up ORACLE_SID,ORACLE_HOME to 10.2 database based on the tnsnames.ora.
    follow is error message:
    sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 3 02:09:54 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 3 02:10:55 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn / as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    SQL> conn scott/tiger
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    First I thought the instance has been start yet, but since I can't login with sysdba. I don't know what other options.
    For 10.2, the tnsnames.ora
    ORA102 =
    +(DESCRIPTION =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST =XXX)(PORT = 1523))+
    +(CONNECT_DATA =+
    +(SERVER = DEDICATED)+
    +(SERVICE_NAME = ora102)+
    +)+
    +)+
    LISTENER_ORA102 =
    +(ADDRESS = (PROTOCOL = TCP)(HOST =XXX)(PORT = 1523))+
    EXTPROC_CONNECTION_DATA =
    +(DESCRIPTION =+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))+
    +)+
    +(CONNECT_DATA =+
    +(SID = PLSExtProc)+
    +(PRESENTATION = RO)+
    +)+
    +)+
    listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /data/oracle/ora102)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (ADDRESS = (PROTOCOL = TCP)(HOST =XXXXX)(PORT = 1523))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )

    try do this steps on server side:
    1) sqlplus sys as sysdba
    2) select open_mode from v$database;
    show result 2 step

  • Questions about db_keep_cache_size and Automatic Shared Memory Management

    Hello all,
    I'm coming upon a server that I'm needing to pin a table and some objects in, per the recommendations of an application support call.
    Looking at the database, which is a 5 node RAC cluster (11gr2), I'm looking to see how things are laid out:
    SQL> select name, value, value/1024/1024 value_MB from v$parameter
    2 where name in ('db_cache_size','db_keep_cache_size','db_recycle_cache_size','shared_pool_size','sga_max_size');
    NAME VALUE VALUE_MB
    sga_max_size 1694498816 1616
    shared_pool_size 0 0
    db_cache_size 0 0
    db_keep_cache_size 0 0
    db_recycle_cache_siz 0 0
    e
    Looking at granularity level:
    SQL> select granule_size/value from v$sga_dynamic_components, v$parameter where name = 'db_block_size' and component like 'KEEP%';
    GRANULE_SIZE/VALUE
    2048
    Then....I looked, and I thought this instance was set up with Auto Shared Mem Mgmt....but I see that sga_target size is not set:
    SQL> show parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 1616M
    sga_target big integer 0
    So, I'm wondering first of all...would it be a good idea to switch to Automatic Shared Memory Management? If so, is this as simple as altering system set sga_target =...? Again, this is on a RAC system, is there a different way to do this than on a single instance?
    If that isn't the way to go...let me continue with the table size, etc....
    The table I need to pin is:
    SQL> select sum (blocks) from all_tables where table_name = 'MYTABLE' and owner = 'MYOWNER';
    SUM(BLOCKS)
    4858
    And block size is:
    SQL> show parameter block_size
    NAME TYPE VALUE
    db_block_size integer 8192
    So, the space I'll need in memory for pinning this is:
    4858 * 8192 /1024/1024 = 37.95.......which is well below my granularity mark of 2048
    So, would this be as easy as setting db_keep_cache_size = 2048 with an alter system call? Do I need to set db_cache_size first? What do I set that to?
    Thanks in advance for any suggestions and links to info on this.
    cayenne
    Edited by: cayenne on Mar 27, 2013 10:14 AM
    Edited by: cayenne on Mar 27, 2013 10:15 AM

    JohnWatson wrote:
    This is what you need,alter system set db_keep_cache_size=40M;I do not understand the arithmetic you do here,select granule_size/value from v$sga_dynamic_components, v$parameter where name = 'db_block_size' and component like 'KEEP%';it shows you the number of buffers per granule, which I would not think has any meaning.I'd been looking at some different sites studying this, and what I got from that, was that this granularity gave you the minimum you could set the db_keep_cache_size, that if you tried setting it below this value, it would be bumped up to it, and also, that each bump you gave the keep_cache, would be in increments of the granularity number....?
    Thanks,
    cayenne

  • ORA-27101: shared memory realm does not exist

    Hi    all
        I  have  a    problem   related  to sap xi-7.0   server. 
        when    I  start  server  than dispature  is not  started .  and the  trans file  show these  problem ,    i am     past the  this   trans   file ,
      so plz  solve this problem,
    4 ETW000 R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 20.02.2009 - 01:11:50
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Feb 20 01:11:52 2009                            3963  0.003963
    4 ETW000  [dev trc     ,00000]  db_con_init called                                   710  0.004673
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            188  0.004861
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                71  0.004932
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         74699  0.079631
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\D10\SYS\exe\uc\NTI386\dboraslib.dll"
    4 ETW000                                                                              75  0.079706
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        19  0.079725
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              22  0.079747
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.73)
    4 ETW000                                                                            5493  0.085240
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              42  0.085282
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              91  0.085373
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              59  0.085432
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              32  0.085464
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         43  0.085507
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              17  0.085524
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              21  0.085545
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                            9668  0.095213
    4 ETW000  [dev trc     ,00000]  Fri Feb 20 01:11:54 2009                         1849124  1.944337
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                   58  1.944395
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         23  1.944418
    4 ETW000  [dev trc     ,00000]  Fri Feb 20 01:11:55 2009                          511982  2.456400
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8            59  2.456459
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           18  2.456477
    4 ETW000  [dev trc     ,00000]  Connecting as /@D10 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              44  2.456521
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                           39103  2.495624
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0241DCB8   024231EC   02422A74
    4 ETW000                                                                              31  2.495655
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0    31702  2.527357
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      47  2.527404
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server D10 (con_hdl=0,svchp=024229C0,svrhp=02434234)
    4 ETW000                                                                             230  2.527634
    4 ETW000  [dev trc     ,00000]  Fri Feb 20 01:12:01 2009                         5281432  7.809066
    4 ETW000  [dev trc     ,00000]  Assigning server context 02434234 to service context 024229C0
    4 ETW000                                                                              67  7.809133
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        56  7.809189
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=024229C0,srvhp=02434234,usrhp=0246F9C8)
    4 ETW000                                                                            2370  7.811559
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                          656067  8.467626
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=02434234)       16  8.467642
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=024229C0,srvhp=02434234)
    4 ETW000                                                                              19  8.467661
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 02434234        23932  8.491593
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              64  8.491657
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  83  8.491740
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@D10 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              21  8.491761
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              21  8.491782
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0241DCB8   024231EC   02422A74
    4 ETW000                                                                              21  8.491803
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      48  8.491851
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server D10 (con_hdl=0,svchp=024229C0,svrhp=02434234)
    4 ETW000                                                                              35  8.491886
    4 ETW000  [dev trc     ,00000]  Fri Feb 20 01:12:02 2009                          458152  8.950038
    4 ETW000  [dev trc     ,00000]  Assigning server context 02434234 to service context 024229C0
    4 ETW000                                                                              56  8.950094
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0246F9C8           17  8.950111
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0246F9C8           35  8.950146
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=024229C0,srvhp=02434234,usrhp=0246F9C8)
    4 ETW000                                                                              24  8.950170
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                          234917  9.185087
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=02434234)      799  9.185886
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=024229C0,srvhp=02434234)
    4 ETW000                                                                              42  9.185928
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 02434234         1364  9.187292
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              61  9.187353
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1034   performing CON [dblink#3 @ 431]
    4 ETW000                                                                           10170  9.197523
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01034: ORACLE not available           49  9.197572
    4 ETW000                        ORA-27101: shared memory realm does not exist [dblink#3 @ 431]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'D10'"

    Hello Pankaj,
    Try starting Oracle database from SQL plus using orasid as user and then start SAP
    Refer to Note 491174 and perform all the tests as mentioned
    You will be able to solve it
    Let me know if it helps
    Rohit

  • Shared memory realm does not exist

    hi,
    when i use export ORACLE_SID=dbname i'm able to connect to db
    but can i use export TWO_TASk-dbname i'm geeting the below error wt's the reason behind this plz help me
    bash-2.05b$ sqlplus ccins
    SQL*Plus: Release 9.2.0.8.0 - Production on Di M
    r 8 07:57:56 2011
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    duplicate post ORACLE not available

  • ORA-27101: shared memory realm does not exist urgent cannot connect

    Hi i can't succeed connectivity test with netmgr
    Initializing first test to use userid: scott, password: tiger
    Attempting to connect using userid: scott
    The test did not succeed.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    There may be an error in the fields entered,
    or the server may not be ready for a connection.
    Here is what i get from tcpdump:
    0x00a0: 5241 2d30 3130 3334 3a20 4f52 4143 4c45 RA-01034:.ORACLE
    0x00b0: 206e 6f74 2061 7661 696c 6162 6c65 0a4f .not.available.O
    0x00c0: 5241 2d32 3731 3031 3a20 7368 6172 6564 RA-27101:.shared
    0x00d0: 206d 656d 6f72 7920 7265 616c 6d20 646f .memory.realm.do
    0x00e0: 6573 206e 6f74 2065 7869 7374 0a4c 696e es.not.exist.Lin
    0x00f0: 7578 2045 7272 6f72 3a20 323a 204e 6f20 ux.Error:.2:.No.
    0x0100: 7375 6368 2066 696c 6520 6f72 2064 6972 such.file.or.dir
    0x0110: 6563 746f 7279 0a ectory.
    Here an attempt with sqlplus that didn't work
    sqlplus scott/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 17:05:03 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Another attempt with sqlplus that succeed i dunno why
    oracle@debian:~$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 17:06:02 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    Can someone help me to understand what is wrong please?

    user499283 wrote:
    Well I don't understand exactly what you mean
    here is the listener status
    SNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-MAR-2006 18:24:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=debian)(PORT=1521)))
    Services Summary...
    Service "CHUCKY" has 1 instance(s).
    Instance "CHUCKYSON", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:3 refused:0
    LOCAL SERVER
    Service "chucky.rss-global.com" has 1 instance(s).
    Instance "CHUCKY", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "chuckyXDB.rss-global.com" has 1 instance(s).
    Instance "CHUCKY", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: debian, pid: 11725>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=49930))
    Service "chucky_XPT.rss-global.com" has 1 instance(s).
    Instance "CHUCKY", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    I dont know if it is a good thing i copy an init.ora file to initCHUCKY.ora and now database is using it I have just changed some values in it like control files dbname ... that were pointing to another database maybe this is why i dont manage to get this database runing.
    Now i am stucked I dunno what to do
    racle@debian:~$ tnsping chucky
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 29-MAR-2006 18:27:45
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = debian)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = CHUCKY)) (HS = OK))
    OK (0 msec)
    I am so new to it as i understand the listener is working if i beliave what reports tnsping
    As I understand the database is started
    SQL> startup
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1218316 bytes
    Variable Size 62916852 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 2973696 bytes
    Database mounted.
    Database opened.
    As Inunderstand it is listeneing on 1521
    netstat -anp | grep 1521
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 11762/tnslsnr
    tcp 0 0 127.0.0.1:46370 127.0.0.1:1521 ESTABLISHED11703/ora_pmon_CHUC
    tcp 0 0 127.0.0.1:1521 127.0.0.1:46370 ESTABLISHED11762/tnslsnr
    unix 2 [ ] DGRAM 43990 11521/su
    I made a tcpdump i saw the data is comong on localhost port 1521
    Synthese I think the listener is runing, the database too, it is making a listen on 1521 port , when I try to connect data arrives on the right interface.
    But I can't login by
    sqlplus scott/tiger@CHUCKY
    qlplus SCOTT/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 18:32:49 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    I dunno what is this fuckin shared memoryThis fuckin shared memory is how oracle does interprocess communication. When you connect to Oracle, you have to connect to this area. If you tell it the wrong area, it won't find it. You can see the areas with the ipcs command on the server. Since you can connect locally, but can't connect remotely, there is something wrong with how you told Oracle to connect remotely. Remotely can be on the same host if you have an @ in the connect string.
    >
    env | grep ORACLE
    ORACLE_SID=CHUCKY
    ORACLE_BASE=/home/oracle
    ORACLE_HOME=/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/
    seems like my variables are good.
    Well I dunno what to do I didn't think getting a simple login locally over tcp/ip would be so difficult, I am afraid of what will happen after this will work :) As it should be one of the easiest things on oracle what about the hardest :)Well, first try removing the trailing slash from ORACLE_HOME everywhere, including if you have it in the listener.ora. Then compare the tnsnames.ora ORACLE_HOME with your environment ORACLE_HOME. In fact, if you have a listener.ora, try renaming it to something else and restarting the listener.
    That error is normally due to a bad ORACLE_HOME or ORACLE_SID. Since your tnsping works, that indicates the ORACLE_HOME is good. But all that tells you is that the listener responds. Other causes may be inadequate processes in init.ora or case issues with the sid, or just generally not following the installation instructions. But are there installation instructions for debian?
    With multiple databases on one host, some kernel parameters may need to be increased.

  • Is XML Publisher causing shared memory problem..?

    Hi Experts,
    Since this week, many of the Requisition/PO are erroring out with the below errors or similar to these errors:
    - ORA-04031: unable to allocate 15504 bytes of shared memorny ("sharedpool","PO_REQAPPROVAL_INIT1APPS","PL/SQL MPCODE","BAMIMA: Bam Buffer")
    ORA-06508: PL/SQL: could not find program unit being called.
    -Error Name WFENG_COMMIT_INSIDE
    3146: Commit happened in activity/function
    'CREATE_AND_APPROVE_DOC:LAUNCH_PO_APPROVAL/PO_AUTOCREATE_DOC.LAUNCH_PO_APPROVAL'
    Process Error: ORA-06508: PL/SQL: could not find program unit being called
    Few days back we were getting heap memory error for one of the XML Publisher report.
    I heard that XML Publisher requires lot of memory for sources/features,So I want to know whether XML Publisher can be one of the cause for memory problem to occur or this shared memory is not related with XML Publisher sources at all.
    Please advice.
    Many thanks..
    Suman
    Edited by: suman.g on 25-Nov-2009 04:03

    Hi Robert,
    Thanks for your quick reply...
    Apps version: 11.5.10.2
    database version: 9.2.0.8.0
    As I am a beginner in this so dont know much about this.. Can you please guide me on this.
    DBAs has increased the shared memory and problem has resolved but here I am more concrened whether the XML Publisher was or can be one od the cause for shared memory problem. Is there any way to check that or this occurs randomly and we can not check this.
    Please advice something.

  • Multiple Users Accessing Shared Memory

    I created a shared memory enabled class, and it works great for a simple scenario.  But, it's currently not sufficient for my needs.  Here's an example of what I'm trying to accomplish, and the events happen in this order!
    User 1 writes data XXX to shared memory.
    User 2 writes data YYY to shared memory.
    User 1 reads from shared memory and I want him to get his data (XXX).
    User 2 reads from shared memory and I obviously want him to get his YYY.
    I do have a key I can use to differentiate my data but I don't know how to incorporate that in my process. 
    Is the solution to write a table, rather than my current simple structure, to my shared memory?  But if I do this how do I clean off the "used" row after it is read?
    Or is the solution to use some sort of instance of my class and reference the appropriate instance on each read?
    Here's my write:
      data: lo_shared_area type ref to z_cl_rdn_shared_area,
            lo_root        type ref to z_cl_rdn_memory.
    ****get a pointer to the Shared Area
      lo_shared_area = z_cl_rdn_shared_area=>attach_for_write( ).
    ****Create an instance of our root
      create object lo_root area handle lo_shared_area.
    ****Set the Initial value for our message
      lo_root->set_ptwy( ps_ptwy ).
    ****Set the root back into the Area
      lo_shared_area->set_root(  lo_root ).
    ****Commit and detatch
      lo_shared_area->detach_commit( ).
    Here's my read:
      data: lo_shared_area type ref to z_cl_rdn_shared_area,
            lo_root        type ref to z_cl_rdn_memory.
      lo_shared_area = z_cl_rdn_shared_area=>attach_for_read( ).
      lo_root        = lo_shared_area->root.
      try.
          ls_ptwy = lo_root->get_ptwy( ).
        catch cx_root.
          clear ls_ptwy.
      endtry.
      lo_shared_area->detach( ).
    Thanks,
    Mike

    Hello,
    Clearing shared memory will crash SAP   ie cleanipc.
    Need to increase memory parameters
    Check notes...
    146289    Parameter Recommendations for 64-Bit SAP Kernel   
    146528 "Configuration of R/3 on hosts with much RAM".                     
    regards,
    John Feely

  • Hello, I have two questions on time capsule  I can only have it on my external hd files and free up my internal memory to my mac  I can use an external hard drive, in my case a lacie rugged as shared memory for my two computers

    Hello, I have two questions on time capsule  I can only have it on my external hd files and free up my internal memory to my mac  I can use an external hard drive, in my case a lacie rugged as shared memory for my two computers

    I have a mackbook pro and an iMac if I buy a time capsule 2tb airport, I can use it with time machine and what would be the best way to use it.
    There is no particular setup required for TM.. both computers will create their own backup sparsebundle which is like a virtual disk.. Pondini explains the whole thing if you read the reference I gave you.
    and how to use time capsule airport whit other external hd to use my old lacie airport with the new time capsule
    Up to you.. you can plug the external drive into the TC and enjoy really slow file transfers or you can plug it into your computer and use it as external drive.. which is faster than the TC.. and TM can include it in the backup.
    Again everything is explained in the reference.. you are not reading it.

  • ORA-27101: shared memory realm does not exist after kernel upgrade

    Hi,
    I have installed ECC 6.0 on windows 32 bit.  After I upgraded the kernel, the database can't be started as well as SAP.  When I checked the logs, the error ORA-27101: shared memory realm does not exist was encountered.
    M  calling db_connect ...
    C  Prepending E:\usr\sap\ERP\DVEBMGS01\exe to Path.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@ERP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06E217E8   06E26D84   06E2660C
    C  Attaching to DB Server ERP (con_hdl=0,svchp=06E26558,srvhp=06E38144)
    C  Starting user session (con_hdl=0,svchp=06E26558,srvhp=06E38144,usrhp=06E4CEB8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1034
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=06E26558,srvhp=06E38144)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    11042]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@ERP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06E217E8   06E26D84   06E2660C
    C  Attaching to DB Server ERP (con_hdl=0,svchp=06E26558,srvhp=06E38144)
    C  Starting user session (con_hdl=0,svchp=06E26558,srvhp=06E38144,usrhp=06E4CEB8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1034
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=06E26558,srvhp=06E38144)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    11042]
    B  ***LOG BV3=> severe db error 1034      ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error 1034   performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10283]

    Please help.
    Thanks.
    Regards.

    Hi. First restart the server, then start the LISTENER, and repeat startsap again. Check if messages repeated. Regards.

Maybe you are looking for