Newbie: How To find Core Dump files on Unix?!  URGENT!

Hi, i would like to know on How To find Core Dump files on Unix?!
I know they should be found in  /usr/sap/<SYSTEM-ID>/<INSTANZ>/work
but there are no "core" files and also in tmp is nothing unusual but disk space is totally full.
So how to find the big files which i could delete to make system running again?!
can someone provide me with some infos?!
br

1. which user i should use to search and destroy?! root-user or SYSID-User?!
Always use the user with the least permissions to do the job, don't use root if your sidadm can do it. If you want to find / delete SAP files use sidadm.
2. I found no core files and the harddisk is still 100% full, what files might also cause this problem
In your first post you wrote that /usr/sap/SID/INST/work dir is full, it is most likely that some trace files got to large. Check for files like dev_*, dew_w0 for example is the trace file of work process 0, dev_disp is the trace of the dispatcher and so on. You either have to increase the size of the filesystem, or find the cause for the growing file. It can be due to an increased trace level.
3. What on database-side could cause this problems?! can i search for sth here.
This does not look like a database issue so far.
4. i was unable to use the given scripts (noob!), what can i do else?!
Which one, please post what you typed and the error you got.
Best regards, Michael

Similar Messages

  • How to collect core dump file

    Hello all,
    how to collect core dump on Solaris 10.
    Thanks alot

    Moderator advice: Don't double post. The other thread you started in the Servers General Discussion forum with the identically same question has been removed.
    The only response on that thread is reproduced below.
    db
    ReneF wrote:
    Hi Vutha,
    Are you looking for instructions on collecting a core file, created by a failing userland process, or do you want to collect kernel crashdump files ?
    You can look at the output of the coreadm command to find out what file is stored in which location.
    What to collect is nicely described in [url https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=1010911.1]What to send to Oracle Sun after a system panic and/or unexpected reboot (Doc ID 1010911.1).
    Did you know we have two community categories in My Oracle Support, where you also can post your questions ? Have a look at [url https://communities.oracle.com/portal/server.pt/community/sun_sparc_enterprise_servers/447]Sun SPARC Enterprise Servers and [url https://communities.oracle.com/portal/server.pt/community/oracle_sun_technologies/388] Oracle Sun Technologies .
    Hope this helps,
    Kind regards,
    Rene

  • How to find a dump file is taken using norma exp or expdp

    Hi All,
    How to find out whether a dump file is taken using the conventional exp or using the expdp utility?
    OS: HPUX
    DB: 10.2.0.4

    Hi ,
    I go with Helios's reply. We cannot just predict if it was taken my expdp or exp.
    Since your DB version is 10 , both could be possible.
    The simplest way would be : just run the imp , if it throws error , then its created through expdp.
    because dump from expdp cannot be used with imp and vice versa. So that could help you find..
    else , try to get the syntax by which the dump was created.
    If you have any doubts , wait for experts to reply.
    HTH
    Kk

  • How to view database core dump file

    I have an Oracle server on windows 2000. Now, I found the oracle server will produce a core dump file in ..\cdump directory. But this file is only a system memory image, so it's hard to analysis the core dump reason, could you tell me how to view this file? thanks

    There's no much useful information for you too see. You can create a SR with Oracle support and upload file if you want to investigate the cause of core dump. also check if there's any errors in your alert<SID>.log and core_dump_dest

  • How to find number of files in a folder using pl/sql

    please someone guide as to how to find number of files in a folder using pl/sql
    Regards

    The Java option works well.
    -- results table that will contain a file list result
    create global temporary table directory_list
            directory       varchar2(1000),
            filename        varchar2(1000)
    on commit preserve rows
    -- allowing public access to this temp table
    grant select, update, insert, delete on directory_list to public;
    create or replace public synonym directory_list for directory_list;
    -- creating the java proc that does the file listing
    create or replace and compile java source named "ListFiles" as
    import java.io.*;
    import java.sql.*;
    public class ListFiles
            public static void getList(String directory, String filter)
            throws SQLException
                    File path = new File( directory );
                    final String ExpressionFilter =  filter;
                    FilenameFilter fileFilter = new FilenameFilter() {
                            public boolean accept(File dir, String name) {
                                    if(name.equalsIgnoreCase(ExpressionFilter))
                                            return true;
                                    if(name.matches("." + ExpressionFilter))
                                            return true;
                                    return false;
                    String[] list = path.list(fileFilter);
                    String element;
                    for(int i = 0; i < list.length; i++)
                            element = list;
    #sql {
    insert
    into directory_list
    ( directory, filename )
    values
    ( :directory, :element )
    -- creating the PL/SQL wrapper for the java proc
    create or replace procedure ListFiles( cDirectory in varchar2, cFilter in varchar2 )
    as language java
    name 'ListFiles.getList( java.lang.String, java.lang.String )';
    -- punching a hole in the Java VM that allows access to the server's file
    -- systems from inside the Oracle JVM (these also allows executing command
    -- line and external programs)
    -- NOTE: this hole MUST be secured using proper Oracle security (e.g. AUTHID
    -- DEFINER PL/SQL code that is trusted)
    declare
    SCHEMA varchar2(30) := USER;
    begin
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.io.FilePermission',
    '<<ALL FILES>>',
    'execute, read, write, delete'
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.lang.RuntimePermission',
    'writeFileDescriptor',
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.lang.RuntimePermission',
    'readFileDescriptor',
    commit;
    end;
    To use:
    SQL> exec ListFiles('/tmp', '*.log' );
    PL/SQL procedure successfully completed.
    SQL> select * from directory_list;
    DIRECTORY FILENAME
    /tmp X11_newfonts.log
    /tmp ipv6agt.crashlog
    /tmp dtappint.log
    /tmp Core.sd-log
    /tmp core_intg.sd-log
    /tmp da.sd-log
    /tmp dhcpclient.log
    /tmp oracle8.sd-log
    /tmp cc.sd-log
    /tmp oms.log
    /tmp OmniBack.sd-log
    /tmp DPISInstall.sd-log
    12 rows selected.
    SQL>

  • AIX core dump file,

    Hi
    In AIX core dump file, we got this message
    'SOFTWARE PROGRAM ABNORMALLY TERMINATED'CORE FILE NAME
    /scclive/oracle/inst/apps/SCC_ebsprod/ora/10.1.2/forms/core
    PROGRAM NAME
    frmweb
    We are getting these errors frequently when there was some network issue between our server and PDC. That why oracle application server is hanging and we had to bounce for resolving the issue. Can anybody help how to resolve permanently from AIX point of view?
    Regards
    Ateeq

    Hi
    1)In which way the PDC is connected to your EBIZ system?
    No we are using hostfile. 2)If point 1 is correct then u should solve the network issue as the forms sessions are hanging coz of network issue OR If point 1 is correct then you must update the EBIZ system hostfile with the fully qualified domain name and remove DNS server for the EBIZ system to solve this issue.
    We do have fully qualified domanin name in hostfile.As well as using DNS server also.Regards
    Ateeq

  • How to find out the file name

    Hi,
    In selection screen (parameter) user will give input TXT file from presentation server to upload to SAP. I need to capture the file name only but not the path and need to concatenate with date stamp and need to download error log in XLS file to presentation server.
    How to find out the file name from selection screen?
    I searched SCN threads but not found relavant solution.
    Thanks,
    R Kumar

    Hi
    This code gets only filename from selection screen :
    REPORT x.
    PARAMETERS p_file(100).
    DATA : gv_full_path LIKE  ibipparms-path,
           gv_full_path_string TYPE string,
           gv_filename(100),
           gv_file_ext(3).
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Ask user to select file with a popup :
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = gv_full_path.
    Get filename from path :
      gv_full_path_string = gv_full_path.
      CALL FUNCTION 'CH_SPLIT_FILENAME'
        EXPORTING
          complete_filename = gv_full_path_string
        IMPORTING
          extension         = gv_file_ext
          name              = gv_filename.
      CONCATENATE gv_filename '.' gv_file_ext INTO gv_filename.
      p_file = gv_filename.
    I hope it helps.

  • How to find PG.xml file name and path associated with a FUNCTION

    Hi,
    I am having a function:IRC_VIS_HOME_PAGE with Web HTML value as below:
    OA.jsp?akRegionCode=IRC_VIS_HOME_PAGE&akRegionApplicationId=800&OAPB=IRC_BRAND
    How to find PG.xml file name and path assoicated with above funtion.
    Thanks,
    ashok

    Ashok,
    Function IRC_VIS_HOME_PAGE will have 2 parameter defined for it which are OASF and OAHP where
    OASF=<SelectedFunctionName> - this tells the Framework to select this function in the given "Home Page" menu context.
    OAHP=<HomePageMenuName> - this is used ONLY with the OASF parameter, and it is used to establish the current menu context. It should point to a "Home Page" menu.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Why my core dump file is "???? " in main process  in solaris 10

    why my core dump file is "???? ?" in main process in solaris 10?
    and called funtion is ok , can see the name and address!
    this problem is only occurent in solaris 10, not in solaris 8
    for exampel, pstacking core file is :
    ?????(0x0034x,......)----------this function in main process
    ACE_Rector::svc()(0xff3e........)this is called function

    If i recall correctly its because the binary called a function (in a library for instance) which pstack can not resolve.
    .7/M.

  • How to find out average files i am getting every day in a month?

    How to find out average files I am getting every day in a month?

    Do you mean average count of files received?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • WAE Core Dump File

    Hi all,
    I've been searching to recovering this core dump, but im not sure if it will work, and dont know if i could reboot the appliance after copy the core dump file.
    Didnt found any related document too, so if any one could link me some about this, i'll apreciate it.
    Best Regards,
    Bruno Petrónio
    cm1#show alarms detail support
    Critical Alarms:
    None
    Major Alarms:
    Alarm ID Module/Submodule Instance
    1 core_dump sysmon core
    May 20 15:03:50.606 WEST, Processing Error Alarm, #000001, 1000:445001
    Kernel Crash files and / or User Core files detected
    /alm/maj/sysmon/core%02d/core_dump:
    A user core file or kernel crash dump has been generated.
    Explanation:
    The System Monitor issues this to indicate that one or more
    of the software modules or the kernel has generated core
    files.
    Action:
    Access the device and check the directory /local1/core_dir,
    or /local1/crash, retrieve the core file through ftp and
    contact Cisco TAC.
    Minor Alarms:

    Hi Zach,
    Please see below output is the .gz file the dump file we need to remove?
    Thanks again.
    Matt
    Dev1#cd /local1/core_dir
    Dev1#ls
    core.authenticate.4.0.19.b14.cnbuild.23211.gz

  • How to find the downloaded file. its not in the "downloads".

    how to find the downloaded file?

    Open Finder, and type "Today" in the search area in the upper right of Finder's window.
    Then click "Today" under "Dates" in the resulting drop-down menu.

  • Revoe core dump files from cdump directory

    Hi,
    I have lot of core dump files exist in cdump directory of 5 GB size. Latest core dump is feb 27 2008.
    Can I safely remove all core dump files now, it is production instance 10.2.0.1 running on HP-UX.
    Please suggest. I

    No problem, a core dump means that the memory of the process was dumped in a file 'core' on the file system because of an exceptional condition similar to the internal error ORA-600, however, the big difference is that the kernel did not anticipate the error.
    HTH
    Enrique

  • How to run a JAR file in Unix system?

    hi there
    ca anyone tell me how to run a JAR file in unix system or X window, thank you

    You want to create an executable JAR file? You do it in the following way.
    Create a manifest file such as manif.txt and the contents should contain
    Main-Class: foo
    assuming foo is the name of your main class. Then create the jar as follows
    jar cvfm foo.jar manif.txt foo.class
    I hope that helps you!
    you can find more info here http://java.sun.com/docs/books/tutorial/jar/

  • [Solved] Systemd: how to disable core dumps on application crashes?

    Hi,
    I'm sorry if this is the wrong forum, but I just couldn't find a place that's really suitable for such a question.
    I have a really annoying problem with systemd: I'm developing software, which sometimes crashes. And when it crashes, I sometimes want to examine core dumps.
    The problem is that systemd seems to force coredumps, but saves them in some kind of obscure internal storage, where I don't have a clue about how to extract them from.
    The only hint that I could find was http://lists.freedesktop.org/archives/s … 04643.html which isn't really helpful.
    The problem is that systemd installs its coredump handler on boot:
    [root@neptun ~]# cat /proc/sys/kernel/core_pattern
    |/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e
    Is there any way to disable this? I don't want core dumps to be generated unless I need them. Just clearing that file on boot seems too hackish for me, does anybody know if there is a systemd
    configuration option to turn coredumps off?
    Cheers,
    andr3as
    Last edited by andr3as (2012-12-15 01:42:24)

    The .conf file was recently renamed so the symlink must be called different as well. But I found it needs to contain something to actually overload systemd's default
    # echo kernel.core_pattern= > /etc/sysctl.d/50-coredump.conf
    # /lib/systemd/systemd-sysctl
    # cat /proc/sys/kernel/core_pattern # should be empty
    Last edited by Spider.007 (2013-07-13 10:06:41)

Maybe you are looking for

  • Not able to call action of a button

    Hi All RIght now i am facing a very strange issue. In my applictaion if on my page i drop a buttion and add action for that button. If i add a SOP(System.out.println()) in that action i am able to see that in my back end means action is called. But o

  • Convert aep-path in Win-path?

    I Have problem with paths. Object File in Extened-script return me next data: "/d/test/file.png". But I want next data: "d:/test/file.png". how can I convert a path?

  • What is the difference between select and select via function normal/rfc

    what is better ?

  • Troubled dialup

    A few days ago I upgraded a friend's antique PowerBook from Panther (10.3.9) to Tiger (10.4.11). (She checks for eMail via dialup, edits a few Word and Excel files, is not a candidate for a new computer since this Mac works fine for her; she just nee

  • Dashboard 4.0 and BW Direct Connectivity

    Can we use Dashboard 4.0 with SAP BW 7.0 EHP1 SPS 5 to leverage the direct connector? I could not find this information under PAM for Dashboards 4.0, it only has supported OS info, nothing specific to BW connector. Thanks.