Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  LDPFD on /mfs: filesystem full

    Posted 01-21-2010 05:14

    Hi Expert,

     

    I have encoutered this alarm in our m10i router. The /mfs is full and I cannot commit the configuration because of this. I read that this was fixed with upgrade to 9.3+. but for now is there any temporariry solution to solve this.

     

    Jan 21 09:49:54  KISR01 /kernel: pid 1140 (lpdfd), uid 0 inumber 23982 on /mfs: filesystem full

     

    regards,

    Aries



  • 2.  RE: LDPFD on /mfs: filesystem full
    Best Answer

    Posted 01-21-2010 05:51

    Hi,

     

    this issue is fixed in 9.4R3. You could use following workaround:

     

     

    Can you execute the command "file list /mfs/var/lpdfd/ detail" and see
    if you have files starting with log.xxxxx with the size of 10Mb?



    For example:



    lab@Sydney-Ams1> file list /mfs/var/lpdfd/ detail



    /mfs/var/lpdfd/:

    total 23300

    -rw-r----- 1 root wheel 24576 Feb 19 13:13 __db.001

    -rw-r----- 1 root wheel 49152 Feb 19 13:13 __db.002

    -rw-r----- 1 root wheel 270336 Feb 19 13:13 __db.003

    -rw-r----- 1 root wheel 1146880 Feb 19 13:13 __db.004

    -rw-r----- 1 root wheel 475136 Feb 19 13:13 __db.005

    -rw-r----- 1 root wheel 49152 Feb 19 13:13 __db.006

    -rw-r----- 1 root wheel 25 Feb 19 13:14 __db.register

    -rw------- 1 root wheel 4 Feb 19 13:13 __db.rep.egen

    -rw------- 1 root wheel 4 Feb 19 13:13 __db.rep.gen

    -rw-r----- 1 root wheel 10485760 Feb 19 19:42 log.0000000001
    <<<<<<<<<

    -rw-r----- 1 root wheel 10485760 Feb 19 20:23 log.0000000002
    <<<<<<<<<

    /* WE SEE ONE OF THESE 10M LOG FILES IS CREATED EVERY ~8 HOURS */





    If yes then please delete the files starting with log.xxxx and do the
    following workaround



    lab@Sydney-Ams1# set system processes local-policy-decision-function

    disable



    [edit]

    lab@Sydney-Ams1# commit and-quit

    show systcommit complete

    Exiting configuration mode

     

    Kind Regards

    Michael Pergament

     

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.



  • 3.  RE: LDPFD on /mfs: filesystem full

    Posted 01-21-2010 08:36

    Hi Michael,

     

    It works fine, now I can do the commit command. I will monitor the router and give you feedback about the status.

     

    Thank you very much again....

     

    regards,

    Aries