AIX

AIX

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


#Power
 View Only
  • 1.  Livedump filesystem almost full

    Posted Sun February 21, 2010 11:54 PM

    Originally posted by: raja7


    Hi,
    I got the error for the past ten days. Please find the below details
    errpt -aj 4BE53A52 | more

    LABEL: DMPCHK_LDMPFSFULL
    IDENTIFIER: 4BE53A52

    Date/Time: Sun Feb 21 15:00:16 2010
    Sequence Number: 108
    Machine Id:
    Node Id:
    Class: O
    Type: PEND
    WPAR: Global
    Resource Name: dumpcheck

    Description
    Livedump filesystem almost full

    Recommended Actions
    Expand filesystem or delete dumps that are not needed

    Detail Data
    percent free
    22
    desired percent free
    25
    FILE SYSTEM MOUNT POINT
    /var/adm/ras/livedump

    Note: In this path there no files in livedump. livedump size is zero

    root=0 # cd /var/adm/ras
    (/dev/pts/0) /var/adm/ras
    root# cd livedump
    (/dev/pts/0) /var/adm/ras/livedump
    root# ls -ltr
    total 0
    (/dev/pts/0) /var/adm/ras/livedump

    Kindly guide me how to solve this issue...

    Regards
    Raja
    #AIX-Forum


  • 2.  Re: Livedump filesystem almost full

    Posted Mon February 22, 2010 06:43 AM

    Originally posted by: MarkTaylor


    df -gt /var/adm/ras/livedump .
    lsvg rootvg

    And if that is still not clear, then paste the output ..

    Rgds
    Mark Taylor
    #AIX-Forum


  • 3.  Re: Livedump filesystem almost full

    Posted Mon February 22, 2010 07:10 PM

    Originally posted by: ThinkDifferent


    Hi, I got the same error this morning. It's probably /var that's less than 25% free. The message may be misleading. What file system is this directory in (df -g /var/adm/ras/livedump)? For me it's /var. This is the filesystem that's less than 25% free.

    PGS
    #AIX-Forum


  • 4.  Re: Livedump filesystem almost full

    Posted Tue February 23, 2010 04:47 AM

    Originally posted by: MarkTaylor


    Correct, it should be /var .. df -gt /var/adm/ras/livedump will show you the filesystem usage of the filesystem that holds the directory /var/adm/ras/livedump .. which should be /var .. it could be however that a customer has created a filesystem and mounted it over /var/adm/ras/livedump .. df -gt /var/adm/ras/livedump would highlight this.

    Rgds
    Mark Taylor
    #AIX-Forum


  • 5.  Re: Livedump filesystem almost full

    Posted Mon March 01, 2010 12:02 PM

    Originally posted by: raja7


    Hi please see the below output.

    1. df -gt /var/adm/ras/livedump
    Filesystem GB blocks Used Free %Used Mounted on
    /dev/hd9var 7.00 1.58 5.42 23% /var
    Regards
    Raja
    #AIX-Forum


  • 6.  Re: Livedump filesystem almost full

    Posted Mon March 01, 2010 08:13 PM

    Originally posted by: ThinkDifferent


    Bottom line is you need to clean up /var or increase its size so that you'll have at least 25% free and you won't get the errpt.
    #AIX-Forum