AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only

aix core dump naming pattern

  • 1.  aix core dump naming pattern

    Posted Thu April 03, 2014 02:08 AM

    Originally posted by: saurabh0109


    In AIX , I want to change the naming format of the core files generated.
    I used 'chcore -n on' but it changes the naming convention to default that is

    core.pid.ddhhmmss, where:   
    pid is Process ID   
    dd is Day of the month   
    hh is Hours   
    mm is Minutes   
    ss is Seconds 

    How can I change the default value. I specifically want to name it something like <processname>-<pid>.core ????