SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Storage almost full

    Posted 09-08-2014 08:34

    Hi 

     

    When I run the command 

     

     

    find -x /cf/var -type f -exec du -k {} \; | sort –n 

     

    on my SRX (240, 11.4R7.5)  it lists around 100 odd files in increasing order of size. My question is what does this command query? does it list unused files or the entire directory? 

     

    KB17365 ( http://kb.juniper.net/InfoCenter/index?page=content&id=KB17365) says 

     

    "

      1. Issue the following command on the shell:
        find -x /cf/var -type f -exec du -k {} \; | sort –n
      2. Delete the files at the end of the above generated output. 

    Here is an example:

    18256 /cf/var/lost+found/#11136/flowd_octeon.core.1.gz

    19600 /cf/var/lost+found/#11136/flowd_octeon.core.0.gz

     

    Your answer would tell me whether I should delete all these files to free up space or not

     

    BR,

    Anand



  • 2.  RE: Storage almost full
    Best Answer

    Posted 09-09-2014 02:38

    Hi Anand,

     

    Yes , you can delete big size files like flowd_octeon.core.1.gz  , RSI files etc.

     

    Take the backup first and then delete it.

     


    Regards
    rparthi
     

    Please Mark My Solution Accepted if it Helped, Kudos are Appreciated Too

     



  • 3.  RE: Storage almost full

    Posted 09-11-2014 03:26

    Thank you.