Check OEM Instance

Hello All,
Can anyone please let me know how can we check in a UNIX shell command that whether OEM is configured for a Oracle database instance for a particular server or not.
Your Suggestions will be helpful.
Thanks
Rahul

You probably could parse the $OH/sysman/emd/targets.xml file. Where the $OH is the home of the intelligent agent on that server.
Don't ask me how to parse the file. That's a question for another forum. :)

Similar Messages

  • SQL Server Agent Log showing errors [298] SQLServer Error: 10061, A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL

    Hi All,
    I have started receiving this error in the logs for the last 10 days and the Schedules Jobs for the database have stopped running. My MS CRM application is working fine.
    Can anyone guide me what could be the problem.
    Date                      17/4/2014 2:04:20 PM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct
    and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. [SQLSTATE 08001]
    Date                      17/4/2014 2:11:55 PM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error
    has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online. [SQLSTATE 08001]
    Date                      7/4/2014 11:00:31 AM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error
    has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online. [SQLSTATE 08001]

    Check this link
    http://social.msdn.microsoft.com/Forums/en-US/906da9b5-2482-468c-a424-ae099da2d96b/sql-server-agent-service-account-error?forum=sqlsetupandupgrade
    Regards, RSingh

  • How to check java instance in solaris

    Dear All,
    I am running one java client application in solaris machine.
    Now my query is that if my application is already running ,how can i check that instance that whether that application is already running on machine or now so that i can restrict the operator to run multiple java application.
    Waiting for your reply
    Gaurav

    Open a ServerSocket with a fixed port number.

  • How to check running instance of a program, when its run by a job

    Hello,
    I have a report run by a job, twice a day. The thing is, the second run cannot start, if the first one hasn't finished (quite possible).
    So i would like in my report to check if an instance of this report is already running.
    I tried the solutions supplied by Rich Heilman with:
    'ENQUEUE_E_TRDIR' and 'ENQUEUE_ESINDX'
    i also tried locking an entry in table TVARV
    One more thing is, if the program stops with an error, or doesnt finish execution, it shouldnt need any manual reseting - i though of making an entry in tavrv and correcting it at the end of execution, but that would be the issue.
    Thanks for any help,
    Edited by: Michal Szczerbowski on Nov 17, 2008 3:08 PM

    Instead of locking the entry and leaving it unattented incase of error, you may give a try to implement solution like:
    1. Get the all running processes on the server by executing the FM TH_WPINFO.
    2. Check the Exporting table WPLIST with:
    WP_ITYPE = 4
    WP_REPORT = program_name_for_job
    If you find any entry in the table WPLIST that gives you the running instance of the that program in the job.
    Regards,
    Naimesh Patel

  • Check ABAP Instance or Java Instance

    Hi
    How to Check whether our SAP Server contain  ABAP Instance or Java Instance ?
    Regards
    Gunjan

    Hi,
    1. Check with Tcode SM51
    2. Check with RZ20
    Regards,
    Srini Nookala

  • Check an instance of a jframe

    i have a login in screen(jframe) with username and password, i try to run it from one console(windows command promt) its opening, but what i need is when i run the same jframe from another console how can i check whether this frame is already opened(in memory) or not.

    this does look like a jni work
    why?
    u open two instances of the same application, the OS keeps
    an instense of the threads

  • Memory check of instance

    show sga
    show parameter pgawhat other method to check the memory of one instance?

    select * from v$sga
    col component format a30
    select component,sum(current_size), sum(current_size/(16*1024*1024))as Granuals from v$sga_dynamic_components
    group by rollup (component)
    select sum(value) "Max Sga Size" from v$sga
    select sum(bytes) as SUM_SGA_STAT from v$sgastat
    select sum(current_size) "Sum of dynamic components" from v$sga_dynamic_components
    SELECT current_size as "Current Free Memory" FROM V$SGA_DYNAMIC_FREE_MEMORY
    SELECT (
    (SELECT SUM(value) FROM V$SGA) -
    (SELECT CURRENT_SIZE FROM V$SGA_DYNAMIC_FREE_MEMORY)
    ) "SGA_TARGET"
    FROM DUAL
    select sum(current_size) "Current Buffer Size", sum(buffers) "Sum of the Buffers" from v$buffer_pool
    select trunc(
    (select sum(value) "Max Sga Size" from v$sga) -
    (select sum(current_size) from v$sga_dynamic_components)
    /(16*1024*1024)
    as "Available Granual Size" from dual
    /

  • Migrate jobs from one OEM instance to another

    Hi,
    We have an OEM 11g dev server, where we are testing and creating many job definitions.
    We also have an OEM 10g prod server, that we will soon upgrade to 11g.
    Is there a way or a tool to migrate all jobs from the OEM 11g dev server to the OEM 11g prod server?
    thanks

    It might be benefiicial to list more detail. What versions of OEM, assuming 10.2.0.5? What version of DB, in our case it was 10.1.0.4.0.
    Our path was to export 10.1.0.4 into 11.1.0.7.0, then upgrade to 11.2.0.3.0 which all of our DB's are.
    However, from Collaborate and from forums/communities, the consensus was it was better to install OEM 12c from scratch and skip 11g all-together.
    So that's where we are. Installed OEM 12c on another server (we wanted to decommision our 10g server anyway).
    Running OEM 10g/12c Parallel (Agents on different ports). Configuring as we go. OEM 12c I will say, at least IMHO (In My Humble Opinion) is a a complete difference from OEM 10g (rule-wise). Not that there are no similarities, just how you get there is a lot different.
    Anyway hope this helps!

  • OEM Instance Activity/ Physical I/O / REDO Size

    This is Oracle 10g R2 running on zLinux.
    When I look at our Physical I/O activity, the most activity by far, is listed as REDO Size. Sometimes it shows we are doing 10,000 I/O per second. Yep, we can handle that. However, most other I/O activity is shown in the 50 - 100 per second range.
    It seems to me that I have something, rather inefficient going on. I haven't found any documentation that discusses what overhead factors relates to high redo activity. Yep, I see, from a query side, how that contributes to redo activity, but I don't see any reason for such high redo activity vs relatively low application activity.
    Any suggestions?
    Thanks
    Tom Duerbusch
    THD Consulting

    Dear Mr. Hunt,
    I'm an experienced Oracle DBA.
    The tech staff in organizing VLDB systems (very large databases) is quiet similar to what you have showed here.
    May I suggest, Perhaps, for your readers benefits ( especially those who do professional large scale editing projects) I think it will be a good idea to elaborate about some modern storage systems architectures like NetApp , EMC etc.
    Using a modern storage systems can solve much of the I/O problems, and it seems to me after reading this article that me and you are dealing with the same IO problems: large amounts of data who needs to be wriiten and accessed very fast.
    Thank you for your effort.
    Sincerely Yours,
    shimon.

  • OEM Access

    Hello,
    I have 4 instances up on a remote server. I am only able to reach the EM manager link for 1 of them through my local machine using Internet Explorer, which happens to be the first one that I created. I have checked all instances to make sure that emctl is up and running. I can connect to the initial instance that i set up just fine but for the other three I just get the "Internet Explorer cannot display webpage error. If I actually ssh into the database server(RHEL 5) and bring up the GNOME desktop and use mozilla, I can get to all 4. Any thoughts as to why I can't access the other three from my local machine?

    user12184165 wrote:
    Hello,
    I have 4 instances up on a remote server. I am only able to reach the EM manager link for 1 of them through my local machine using Internet Explorer, which happens to be the first one that I created. I have checked all instances to make sure that emctl is up and running. I can connect to the initial instance that i set up just fine but for the other three I just get the "Internet Explorer cannot display webpage error. If I actually ssh into the database server(RHEL 5) and bring up the GNOME desktop and use mozilla, I can get to all 4. Any thoughts as to why I can't access the other three from my local machine?While a given instance of dbcontrol can only deal with a single database instance, it is possible to have multiple dbcontrols to handle multiple databases ... one dbcontrol per database. Each OEM would be configured to run on its own port. Thus ..
    1) are you specifiying the correct port for the OEM console you want to contact? (go to the server, set ORACLE_SID appropriately, and start the control with 'emctl status dbconsole', and notice the complete url, including port, that is reported)
    2) Since you can connect to all four from the host machine, this pretty clearly suggests a firewall issue. Do you have an entry for each in your iptables?

  • 3750 switches list of instances to monitor

    Hello,
    Does anyone have a list of th main instances to monitor on cisco switches as well as their OIDs( ie: CPU, memotry,....etc)
    Regards

    Hi 950358,
    these are the few:
    monitor alert log
    Check for Instance & Database to be up
    check for database_name,open mode, log mode, startup_time
    Check for all the necessary Processes to be up like pmon smon etc
    Check the processes of the Application in the server FNDLIBR etc
    Check Listener processes to be up
    free and used space on server
    Size of the Database
    Number of Tablespaces
    Number of Datafiles
    Number of Invalid objects
    list of invalid objects
    locks on db
    Number of Archives generated the previous day
    List the archive log generated
    check for archivelogs shipped to standbydatabase (if u hav DR)
    Latest redo log SCN# in Primary and Standby database
    TNS Ping results to STANDBY database
    Login and check the Application front end
    Errored Requests submitted in the last 24 hours
    Verify the managers are all running properly
    Check for a sample Report (submit active users)
    Check for VNC is working
    Buffer Hit Ratio
    Library Hit Ratio
    check for number of DB users
    Completed concurrent requests that have run for more than 2 hrs
    Current Running Requests
    Request Currently Running for more than 2Hrs
    Error Concurrent Requests in the last 24 Hrs
    Check database backup (RMAN) status (daily + weekly + monthly) as per your backup policy
    it is better to use oem regarding automated alerts.
    HTH
    Regards,
    Haafiz

  • How to call a instance method without creating the instance of a class

    class ...EXCH_PRD_VERT_NN_MODEL definition
    public section.
      methods CONSTRUCTOR
        importing
          value(I_ALV_RECORDS) type ..../EXCH_VBEL_TT_ALV
          value(I_HEADER) type EDIDC .
      methods QUERY
        importing
          I_IDEX type FLAG
          i_..........
        returning
          value(R_RESULTS) type .../EXCH_VBEL_TT_ALV .
    Both methods are instance methods.
    But in my program i cannot created instance of the class unless i get the results from Query.
    I proposed that Query must be static, and once we get results we can create object of the class by pasing the result table which we get from method query.
    But i must not change the method Query to a static method.
    Is there any way out other than making method Query as static ?
    Regards.

    You can't execute any instance method without creating instance of the class.
    In your scenario, if you don't want to process your method of your class, you can check the instance has been created or not.
    Like:
    IF IT_QUERY IS NOT INITIAL.
      CRATE OBJECT O_QUERY EXPORTING......
    ENDIF.
    IF O_QUERY IS NOT INITIAL.
    CALL METHOD O_QUERY->QUERY EXPORTING....
    ENDIF.
    Regards,
    Naimesh Patel

  • Shadow Instance Not starting during upgrade Pre-processing

    Hi All,
    I am upgrading CRM Dev system from 6.0 to 7.02. I am getting an error during the start of shadow system in pre-processing phase in MAIN_SHDPREPUT/START_SHDI_PREPUT! Please help ASAP.
    Last error code set: Shadow instance couldn't be started, check 'STARTSSC.LOG' and 'DEVTRACE.LOG': Process F:\SUM\SUM\abap\exe/sapcontrol.exe exited with 2, see 'F:\SUM\SUM\abap\log\SAPup.ECO' for details.
    STARTSSC:
    1 ETQ399 SYSTEM HEALTH MANAGER: check for instance processlist.
    1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: SAPCRMDEV and instance: 04
    3 ETQ120 20150113094015: PID 4656 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -format script -prot PIPE -host SAPCRMDEV -nr 04 -function GetProcessList', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094015: PID 4656 exited with status 4 (time 0.000 real)
    1 ETQ399 SAPCONTROL MANAGER: get parameter value
    3 ETQ120 20150113094015: PID 6968 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -prot PIPE -host SAPCRMDEV -nr 04 -function ParameterValue SAPSYSTEMNAME', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094015: PID 6968 exited with status 0 (time 0.000 real)
    1 ETQ399 SYSTEM HEALTH MANAGER: running postCheck for instance 04 on host SAPCRMDEV
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '04', GwService = 'sapgw04' Client = '000'
    1 ETQ359 RFC Login to: System="CRD", AsHost="SAPCRMDEV" Nr="04", GwHost="SAPCRMDEV", GwService="sapgw04"
    2EETQ231 RFC Login failed
    2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 4 for used ports on host 'SAPCRMDEV'.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3204 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3304 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3604 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3904 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 8104 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 30401 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 50419 appears to be unused.
    1 ETQ399 SAPCONTROL MANAGER: restartService with kernelstate: 0
    3 ETQ120 20150113094040: PID 8848 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -prot PIPE -host SAPCRMDEV -nr 04 -function RestartService', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094040: PID 8848 exited with status 0 (time 0.000 real)
    1 ETQ399 SYSTEM MANAGER: SAPControl tries to control all instances.
    1 ETQ399 SYSTEM MANAGER: Calling getInstances.
    1 ETQ399 SYSTEM MANAGER: found instance for action START : Instance Number: 04
    1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action START for instance 04.
    1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 04 on host SAPCRMDEV.
    2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 4 for used ports on host 'SAPCRMDEV'.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3204 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3304 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3604 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 3904 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 8104 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 30401 appears to be unused.
    3 ETQ399 SYSTEM HEALTH MANAGER: Port 50419 appears to be unused.
    1 ETQ399 SYSTEM HEALTH MANAGER: call test rfc.
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '04', GwService = 'sapgw04' Client = '000'
    1 ETQ359 RFC Login to: System="CRD", AsHost="SAPCRMDEV" Nr="04", GwHost="SAPCRMDEV", GwService="sapgw04"
    2EETQ231 RFC Login failed
    1 ETQ399 SYSTEM HEALTH MANAGER: check for instance processlist.
    1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: SAPCRMDEV and instance: 04
    3 ETQ120 20150113094113: PID 8484 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -format script -prot PIPE -host SAPCRMDEV -nr 04 -function GetProcessList', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094113: PID 8484 exited with status 4 (time 0.000 real)
    1 ETQ399 SYSTEM HEALTH MANAGER: System is down, go on with start action
    1 ETQ399 SAPCONTROL MANAGER: startWait with host: SAPCRMDEV and instance: 04
    3 ETQ120 20150113094113: PID 7860 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -prot PIPE -host SAPCRMDEV -nr 04 -function StartWait 300 10', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094153: PID 7860 exited with status 2 (time 0.000 real)
    1 ETQ399 SYSTEM MANAGER: SAPControl action START failed for instance 04 ('SAPCONTROL MANAGER: call (sapcontrol.exe) failed with return code '-1'
    1 ETQ399 SYSTEM MANAGER: CheckSystemStatus.
    1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: SAPCRMDEV and instance: 04
    3 ETQ120 20150113094153: PID 8728 execute 'F:\SUM\SUM\abap\exe\sapcontrol.exe -format script -prot PIPE -host SAPCRMDEV -nr 04 -function GetProcessList', output written to 'F:\SUM\SUM\abap\log\SAPup.ECO'.
    3 ETQ123 20150113094153: PID 8728 exited with status 0 (time 0.000 real)
    1EETQ399 SYSTEM MANAGER: START of mandatory instance 04 on server SAPCRMDEV has failed
    2EETQ399 Starting shadow instance failed
    1EETQ399 Last error code set is: Shadow instance couldn't be started, check 'STARTSSC.LOG' and 'DEVTRACE.LOG': Process F:\SUM\SUM\abap\exe/sapcontrol.exe exited with 2, see 'F:\SUM\SUM\abap\log\SAPup.ECO' for details
    1EETQ204 Upgrade phase "START_SHDI_PREPUT" aborted with severe errors ("20150113094153")
    DEVTRACE:
    trc file: "dev_disp", trc level: 1, release: "721"
    sysno      04
    sid        CRD
    systemid   562 (PC with Windows NT)
    relno      7210
    patchlevel 0
    patchno    400
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    F:\SUM\SUM\abap\system\CRD\SYS\profile\CRD_DVEBMGS04_SAPCRMDEV
    pid        8608
    kernel runs with dp version 139000(ext=121000) (@(#) DPLIB-INT-VERSION-139000-UC)
    length of sys_adm_ext is 592 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (04 8608) [dpxxdisp.c   1323]
    shared lib "dw_xml.dll" version 400 successfully loaded
    shared lib "dw_xtc.dll" version 400 successfully loaded
    shared lib "dw_stl.dll" version 400 successfully loaded
    shared lib "dw_gui.dll" version 400 successfully loaded
    shared lib "dw_mdm.dll" version 400 successfully loaded
    shared lib "dw_rndrt.dll" version 400 successfully loaded
    shared lib "dw_abp.dll" version 400 successfully loaded
    shared lib "dw_sym.dll" version 400 successfully loaded
    shared lib "dw_aci.dll" version 400 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3904
    rdisp/dynamic_wp_check : 0
    rdisp/calculateLoadAverage : 1
    Tue Jan 13 08:53:56 2015
    *** 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  6525]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    display_tcp_ip: 0
    Set Check Logoff Flags to 0x0
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >SAPCRMDEV_CRD_04                        <
    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/1392064/1392080
    DpShMCreate: sizeof(comm_adm)  1392080 (2768)
    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: 00000000073B0050, size: 7182832)
    DpShMCreate: allocated sys_adm at 00000000073B0060
    DpShMCreate: allocated wp_adm_list at 00000000073B30B0
    DpShMCreate: allocated wp_adm at 00000000073B32A0
    DpShMCreate: allocated tm_adm_list at 00000000073BDA20
    DpShMCreate: allocated tm_adm at 00000000073BDA70
    DpShMCreate: allocated wp_ca_adm at 0000000007900980
    DpShMCreate: allocated appc_ca_adm at 0000000007910390
    DpShMCreate: allocated comm_adm at 000000000791FDA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0000000007A73B80
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 0000000007A73C30
    DpShMCreate: allocated j2ee_adm at 0000000007A73C70
    DpShMCreate: allocated ca_info at 0000000007A74BF0
    DpShMCreate: allocated wall_adm at 0000000007A74C80
    DpCommAttachTable: attached comm table (header=000000000791FDA0/ft=000000000791FDB0)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (8 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    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 Mutex for locking
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 8191MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 8192MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    *** ERROR => <EsNT> CreateFileMapping name=Global\ES_SEG_04_003 ,size=2044 MB, error=1455 [esnti.c      1278]
    * Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Processor-Count           : 4
    Operating System          : NT 6.1, Build 7601
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      :     0 K
    Config. maximum size      :     0 K
    Avail.  maximum size      :     0 K
    | Num|Pagefile                      |  Min.Size|  Max.Size| Avail.Max| Curr.Size|
    |----|------------------------------|----------|----------|----------|----------|
    NT Task Manager Informations
    Total Handles             :    42631
    Total Threads             :     1579
    Total Processes           :      124
    Commit Charge Total       : 38104688 K
    Commit Charge Limit       : 39413172 K
    Commit Charge Peak        : 38104688 K
    Phys.Memory Total         : 16776696 K
    Phys.Memory Available     :  4975120 K
    File Cache                :   260104 K
    Kernel Memory Total       :   370268 K
    Kernel Memory Paged       :   284740 K
    Kernel Memory Nonpaged    :    85528 K
    Memory usage of current process
    Total virt.address space  : 0000008589934464 K
    Avail.virt.address space  : 0000008588857984 K
    Private Pages             :        0 K
    Total heap size           :    14399 K
    Virtual memory regions    :       42 K
    Uncommitted heap memory   :     5660 K
    Allocated heap memory     :     7949 K
    Moveable heap memory      :        0 K
    DDE shared heap memory    :     4372 K
    Memory usage of all processes
    | PID|Image               |Instance   |  Work.Set|   WS Peak|Priv.Pages|   PP Peak|Pg Fault|
    |----|--------------------|-----------|----------|----------|----------|----------|--------|
    |5088|conhost.exe         |           |    1228 K|    3148 K|    1204 K|    7952 K|       0|
    |6672|conhost.exe         |           |    1228 K|    3156 K|    1204 K|   35924 K|       0|
    |6416|conhost.exe         |           |    1228 K|    3144 K|    1204 K|   35924 K|       0|
    |5148|taskhost.exe        |           |    6320 K|   10896 K|    7908 K|    8600 K|     235|
    |2576|rdpclip.exe         |           |    6224 K|    8708 K|    2968 K|    3008 K|       3|
    |5664|Dwm.exe             |           |    3564 K|    5576 K|    1884 K|    2064 K|       8|
    |7232|Explorer.EXE        |           |   28532 K|   45316 K|   30488 K|   32508 K|      26|
    |5860|vmtoolsd.exe        |           |    6004 K|   12512 K|    6204 K|    6296 K|      13|
    |3824|MagicDisc.exe       |           |    3208 K|    6812 K|    3000 K|    3176 K|       1|
    |5600|mmc.exe             |           |    9244 K|   28268 K|   21772 K|   21892 K|      14|
    |7952|msg_server.EXE      |[MS] CRD_00|   27324 K|   32816 K|   34368 K|   34636 K|       8|
    |8020|conhost.exe         |           |    1244 K|    3152 K|    1216 K|    1332 K|       0|
    |5756|disp+work.EXE       |[DP] CRD_00|   25144 K|  126440 K|  107700 K|  109536 K|      32|
    |3588|igswd.EXE           |[**] CRD_00|    3740 K|    7808 K|    5252 K|    6364 K|       2|
    |5844|conhost.exe         |           |    1300 K|    3340 K|    1224 K|    1340 K|       1|
    |6536|conhost.exe         |           |    1244 K|    3172 K|    1216 K|    1332 K|       0|
    |7272|igsmux.exe          |           |   30968 K|   30968 K|   37552 K|   37552 K|       9|
    |7636|igspw.exe           |           |   30356 K|   38880 K|   39248 K|   39404 K|      37|
    |1316|igspw.exe           |           |   30408 K|   38924 K|   39428 K|   39584 K|      37|
    | 732|gwrd.EXE            |[GW] CRD_00|   11736 K|   20188 K|   15120 K|   15420 K|       7|
    |3908|icman.EXE           |[**] CRD_00|  109388 K|  118116 K|  116920 K|  117744 K|      29|
    |7264|disp+work.EXE       |[WP] CRD_00|  139528 K|  444572 K|  133204 K|  242864 K|    2417|
    |7620|disp+work.EXE       |[WP] CRD_00|   34728 K|  506312 K|  121364 K|  368924 K|    1174|
    |3620|disp+work.EXE       |[WP] CRD_00|  141068 K|  309044 K|  129432 K|  243256 K|    2035|
    |7140|disp+work.EXE       |[WP] CRD_00|  148012 K|  289512 K|  125064 K|  257388 K|    2123|
    |7296|disp+work.EXE       |[WP] CRD_00|   29664 K|   77940 K|  117004 K|  117272 K|      19|
    |5884|disp+work.EXE       |[WP] CRD_00|  149536 K|  592744 K|  127968 K|  309976 K|   11517|
    |5236|disp+work.EXE       |[WP] CRD_00|  148264 K|  259552 K|  133824 K|  155352 K|    3329|
    |7864|disp+work.EXE       |[WP] CRD_00|  130780 K|  307832 K|  135488 K|  294336 K|    2179|
    |7980|disp+work.EXE       |[WP] CRD_00|   32088 K|  239100 K|  118672 K|  118940 K|      65|
    |3996|disp+work.EXE       |[WP] CRD_00|   28664 K|   57556 K|  116188 K|  116344 K|      14|
    |6140|disp+work.EXE       |[WP] CRD_00|   31348 K|  105800 K|  118016 K|  118172 K|      26|
    |7968|disp+work.EXE       |[WP] CRD_00|   27988 K|   54684 K|  115096 K|  115240 K|      13|
    |7584|disp+work.EXE       |[WP] CRD_00|   35656 K|  150072 K|  123180 K|  132752 K|      71|
    |7856|disp+work.EXE       |[WP] CRD_00|   75496 K|  397344 K|  128608 K|  257352 K|     352|
    |6992|disp+work.EXE       |[WP] CRD_00|   34324 K|   97024 K|  121640 K|  121904 K|      31|
    |8032|disp+work.EXE       |[WP] CRD_00|   31456 K|   85396 K|  119484 K|  119632 K|      24|
    |6196|disp+work.EXE       |[WP] CRD_00|   35688 K|  213644 K|  123180 K|  123632 K|      80|
    | 628|disp+work.EXE       |[WP] CRD_00|   30756 K|   73208 K|  118884 K|  119040 K|      20|
    |3684|disp+work.EXE       |[WP] CRD_00|   41876 K|   69024 K|  117412 K|  117688 K|     166|
    |5456|disp+work.EXE       |[WP] CRD_00|   28516 K|   55980 K|  116140 K|  116296 K|      13|
    |5580|jcontrol.EXE        |[**] CDJ_02|    4960 K|   18960 K|   11776 K|   16620 K|       7|
    |3608|igswd.EXE           |[**] CDJ_02|    2948 K|    7460 K|    4120 K|    5680 K|       2|
    |7480|conhost.exe         |           |    1236 K|    3168 K|    1212 K|    1332 K|       0|
    |4768|conhost.exe         |           |    1248 K|    3168 K|    1216 K|    1332 K|       0|
    |5760|igsmux.exe          |           |   21512 K|   21512 K|   27372 K|   27372 K|       6|
    |6996|igspw.exe           |           |   30516 K|   39044 K|   39524 K|   39716 K|      37|
    |3508|igspw.exe           |           |   30244 K|   38752 K|   38560 K|   38712 K|      37|
    |3368|msg_server.EXE      |[MS] CDJ_03|    9588 K|   15004 K|   15408 K|   15560 K|       3|
    |7260|enserver.EXE        |[**] CDJ_03|   17396 K|   25324 K|   62652 K|   62800 K|       6|
    |2376|conhost.exe         |           |    1240 K|    3144 K|    1212 K|    1332 K|       0|
    |6884|conhost.exe         |           |    1244 K|    3148 K|    1216 K|    1332 K|       0|
    |4264|cmd.exe             |           |    1132 K|    3176 K|    2372 K|    3468 K|       0|
    |5196|conhost.exe         |           |    1472 K|    3840 K|    1332 K|    1452 K|       1|
    |5800|jlaunch.exe         |           |  157752 K|  236956 K|  411928 K|  423684 K|      96|
    |3636|jlaunch.exe         |           |  892232 K|  909720 K| 2438664 K| 2459780 K|     428|
    |5216|jlaunch.exe         |           |  161616 K|  175812 K|  209044 K|  211344 K|      64|
    |5928|cmd.exe             |           |    1176 K|    3156 K|    2408 K|    3504 K|       0|
    |7672|conhost.exe         |           |    1448 K|    3600 K|    1312 K|    1428 K|       1|
    |2732|java.exe            |           |  300320 K|  328740 K|  405232 K|  422776 K|     161|
    |5192|iexplore.exe        |           |   16248 K|   31204 K|   11508 K|   12872 K|      11|
    |6364|IEXPLORE.EXE        |           |   16700 K|   35472 K|   15356 K|   19092 K|      11|
    | 256|javaw.exe           |           |  130904 K|  187428 K|  293136 K|  355476 K|     288|
    |2812|SAPup.exe           |           |  151960 K|  372148 K|  150948 K|  367436 K|     848|
    |6876|conhost.exe         |           |    1112 K|    3032 K|    1176 K|    3180 K|       0|
    |2276|saposcol.exe        |           |   18312 K|   22844 K|   20364 K| 1390432 K|      71|
    |6908|sapstartsrv.exe     |           |   84424 K|   84424 K|  109840 K|  169528 K|      52|
    |9108|sapcontrol.exe      |           |   12176 K|   12176 K|    9588 K|    9588 K|       3|
    |3504|conhost.exe         |           |    3072 K|    3072 K|    1196 K|   34964 K|       0|
    |5628|msg_server.EXE      |[MS] CRD_04|   14264 K|   14264 K|   15384 K|   15388 K|       3|
    |5572|conhost.exe         |           |    3108 K|    3108 K|    1212 K|    1212 K|       0|
    |8888|enserver.EXE        |[**] CRD_04|   41128 K|   41128 K|   17576 K|   17580 K|      10|
    |8412|conhost.exe         |           |    3104 K|    3104 K|    1216 K|    1216 K|       0|
    |8608|disp+work.EXE       |           |   49264 K|   49264 K|   80656 K|   85836 K|      20|
    |9088|conhost.exe         |           |    3116 K|    3116 K|    1212 K|    1212 K|       0|
    |----|--------------------|-----------|----------|----------|----------|----------|--------|
    |    |Sum                 |           | 3883240 K|**********| 7343856 K|**********|********|
    Tue Jan 13 08:53:57 2015
    *** Error 11 while initializing OS dependent part.
    *** ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   10995]
    *** ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   10909]
    *** DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Jan 13 08:54:07 2015
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)   Tue Jan 13 13:54:07 2015
    ========================
    No Type  Pid    Status  Cause Start Rstr  Err Sem Time Program          Cl  User         Action                    Table
    Dispatcher Queue Statistics   Tue Jan 13 13:54:07 2015
    ===========================
    +------+--------+--------+--------+------------+------------+
    |  Typ |    now |   high |    max | writes     |  reads     |
    +------+--------+--------+--------+------------+------------+
    | NOWP |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  DIA |      0 |      0 |   2000 |          0 |          0 |
    +------+--------+--------+--------+------------+------------+
    |  UPD |      0 |      0 |   2000 |          0 |          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  0
    wake_evt_udp_now 0
    wake events       total     0,  udp     0 (  0%),  shm     0 (  0%)
    since last update total     0,  udp     0 (  0%),  shm     0 (  0%)
    Dump of tm_adm structure:   Tue Jan 13 13:54:07 2015
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks   Tue Jan 13 13:54:07 2015
    =============================
    Slots: 1000, Used: 0, Max: 0
    +------+--------------+----------+-------------+
    |   id | owner        |   pid    | eyecatcher  |
    +------+--------------+----------+-------------+
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Jan 13 08:54:12 2015
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >SAPCRMDEV_CRD_04                        < (normal)
    DpJ2eeDisableRestart
    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: terminate gui connections
    DpHalt: wait for end of work processes
    DpHalt: not attached to the message server
    DpHalt: cleanup EM
    EsCleanup( )
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 8608) [dpxxdisp.c   11819]
    DpHalt: Good Bye .....
    trc file: "dev_ms", trc level: 1, release: "721"
    [Thr 8464] Tue Jan 13 08:53:49 2015
    [Thr 8464] ms/http_max_clients = 500 -> 500
    [Thr 8464] MsSSetTrcLog: trc logging active, max size = 52428800 bytes
    systemid   562 (PC with Windows NT)
    relno      7210
    patchlevel 0
    patchno    327
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    pid        5628
    [Thr 8464] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 5628) [msxxserv.c   2305]
    [Thr 8464] MsInitAclInfo: acl file F:\SUM\SUM\abap\system\CRD\SYS\global\ms_acl_info.DAT not found, unrestricted access
    [Thr 8464] MsGetOwnIpAddr: my host addresses are :
    [Thr 8464]   1 : [192.168.200.142] SAPCRMDEV.CRESTRON.CRESTRON.com (HOSTNAME)
    [Thr 8464]   2 : [127.0.0.1] SAPCRMDEV.CRESTRON.CRESTRON.com (LOCALHOST)
    [Thr 8464] MsHttpInit: full qualified hostname = SAPCRMDEV.CRESTRON.CRESTRON.com
    [Thr 8464] HTTP logging is switch off
    [Thr 8464] MsHttpOwnDomain: own domain[1] = CRESTRON.CRESTRON.com
    [Thr 8464] *** I listen to port 3604 (3604) ***
    [Thr 8464] *** I listen to internal port 3904 (3904) ***
    [Thr 8464] CUSTOMER KEY: >G0021204657<
    [Thr 8464] build version=721.2014.07.17
    Thanks,
    Kavitha Rajan.

    Hi Kavitha,
    Hope you are doing good.
    Looks like a memory issue:
    EsNT> Memory Reset disabled as NT default
    *** ERROR => <EsNT> CreateFileMapping name=Global\ES_SEG_04_003 ,size=2044 MB, error=1455 [esnti.c      1278]
    Tue Jan 13 08:53:57 2015
    *** Error 11 while initializing OS dependent part.
    *** ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   10995]
    *** ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   10909]
    *** DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    First restart Windows and then try to start the SAP system from the MMC.If that doesn't help then increase the pagefile size and restart the Windows.
    Kind Regards,
    Hemanth
    SAP AGS

  • Problem using DG4ODBC with named SQL Server instance

    I am running DG4ODBC on a 64 bit LINUX machine with the Microsoft SQL Server driver installed. I have successfully tested this with a SQL Server instance that was not named (GENERALI_DSN).The named instance gives the following when trying to query:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Microsoft][SQL Server Native Client 11.0]Login timeout expired {HYT00}[unixODBC][Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].  {08001,NativeErr = -1}[unixODBC][Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. {08001,NativeErr = -1}
    ORA-02063: preceding 2 lines from DEVMISC
    odbc.ini
    [GENERALI_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = CLTDMJCWBYZ.eu.scor.local
    User                    = everest
    Password                = everest
    Database                = Everest_Generali
    [DEVMISC_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = [USVCLTDEVSQL02\DEVMISC]
    User                    = link_user
    Password                = password1
    Database                = DBA
    initDG4ODBC2.ora
    # HS init parameters
    HS_FDS_CONNECT_INFO = DEVMISC_DSN
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/home/oracle/.odbc.ini
    listener.ora
    SID_LIST_LISTENER_GW =
       (SID_LIST =
          (SID_DESC =
           (SID_NAME=DG4ODBC)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENV=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micro
    soft/sqlncli/lib)
          (PROGRAM=dg4odbc)
          (SID_DESC =
           (SID_NAME=DG4ODBC2)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENVS=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micr
    osoft/sqlncli/lib)
          (PROGRAM=dg4odbc)
    LISTENER_GW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = usvcltprdoragw)(PORT = 1521))
    tnsnames.ora
    DG4ODBC =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC))
          (HS=OK)
    DG4ODBC2 =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC2))
          (HS=OK)
    I can't figure out why the named instance does not work but the other one does. Any help would be greatly appreciated!

    Did you check with the ODBC test utility isql (it is installed by default when you install the unixODBC Driver manager) if your ODBC driver can connect at all to that named instance? I have some doubts that it will work either as there was a blog commented by a MS engineer:
    Introducing the new Microsoft ODBC Drivers for SQL Server - Microsoft SQLNCli team blog - Site Home - MSDN Blogs
    who states that named instance connections are not supported using that driver.
    - Klaus

  • Having issues with report server in OEM

    I'm having some issues with viewing the UNIX metrics for our reports server in OEM. The metrics are coming up as 0, no error messages. The cpu/memory metrics come up for the HTTP server, and on the instance page.
    I'm also not able to stop/start the reports server via OEM. It's greyed out on the oem instance page.
    This is occurring only on one machine...I have another midtier box and have no issues viewing metrics/start/stopping report server.
    Anyone have any ideas?
    Thanks,
    Melissa Wilcox

    Hi Thomas,
    Thanks for your post.
    I 'd like to suggest you can try to sing out and re-sign in the Azure server explore.
    1.right click the Azure node on server explore.
    2.Select "Connect to with Microsoft Azure " and then login using your account.
    3.Make sure your select the right subscription.
    4.If storage list didn't include your  account, you could right-click the storage node, and select Attach External Storage.
    Another approach is that you can re-install the
    Azure tool.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Error message when activation a packaging specification in ICH 5.0

    Dear all, I created a packaging spec within ICH 5.0. The check function does not return a error. But when trying to activate the PS I am getting the error message: Package specification not activated; no condition records found. What kind of conditio

  • Active Directory Not Replicating

    Hey Guys, I have a Windows 2012 server but it has a demo license, this is also my DC. I am trying to create another DC and let it replicate so I can license the new properly and stuff. I have the DNS of each server pointing to each other as the prima

  • Strange bug when exporting a spreadsheet to a pdf

    I am using Numbers 3.5 on a brand new Mac with Yosemite and I think that I have found a bug.  When I export a spreadsheet into either a pdf or excel file it works fine if I save it to my default location (Documents).  But if I change to a subfolder w

  • My Flash Player no longer works on my android

    m P     omllm d  my flash player no longer works on my android tablet, what up. it worked before.

  • CPU-Upgrades: can Sonnet and PowerLogix Firmware live next to each other?

    Hi, I have previously installed a Sonnet firmware with a Dual 1,8GHz 7447. This also worked with a Single 1,2GHz 7455 Sonnet, no reflashing. Now I got a PowerLogix/Newertech 7448 Single 2GHz and I am asking myself, if I first have to uninstall the So