SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Low space on SRX /cf partition

    Posted 01-04-2016 01:42

    Dears ,

         I have low space on /cf of my SRX , i found the same problem description on KB29651 , however the proposed solution ( run run request system software delete-backup ) did't resolve my problem , i also run request system storage cleanup without enhancement . Any other alternative ?

    # run show system storage
    node0:
    --------------------------------------------------------------------------
    Filesystem    Size    Used   Avail Capacity   Mounted on
    /dev/ad0s1a   864M    761M   34M   96%        /
    devfs         1.0K    1.0K   0B    100%       /dev
    /dev/md0      810M    810M   0B    100%       /junos
    /cf           864M    761M   34M   96%        /junos/cf

    Br.

    Kayssar



  • 2.  RE: Low space on SRX /cf partition
    Best Answer

     
    Posted 01-04-2016 02:01

    Hello ,

     

    In that case we need to delete then manually from shell .

     

    /altroot/cf/packages/

     

    or do :

     

    # run show system software backup  

     

    to confirm the location and tehn do :

     

    % rm -rf  /altroot/cf/packages/*

     

    Make sure to do this in a window . Also if needed take JTAc assistance .



  • 3.  RE: Low space on SRX /cf partition

    Posted 01-04-2016 02:12

    Done 🙂 

     

     

    > show system storage
    node0:
    --------------------------------------------------------------------------
    Filesystem       Size     Used    Avail    Capacity    Mounted on
    /cf                    864M    398M   397M   50%          /junos/cf



  • 4.  RE: Low space on SRX /cf partition

     
    Posted 01-04-2016 02:26

    Hello ,

     

    Glad it worked . Thanks for sharing the output .