Reply To: Cycle SMAT

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Cycle SMAT Reply To: Cycle SMAT

#58701
David Caragay
Participant

    Try this..  It will cycle process log, smat files and compress the .old files.  Let me know how it works out.  

    setroot

    setsite [site_name_here]

    echo

    echo site is:$HCISITE

    echo

    hcicmd -p [process_name_here]  -c ‘. output_cycle’

    hcicmd -p [process_name_here]  -c ‘[smat_file_name_here] save_cycle in’

    hcicmd -p [process_name_here]  -c ‘[smat_file_name_here] save_cycle out’

    find $HCISITEDIR/exec/processes -name *.old.idx -exec compress -f {} ;

    find $HCISITEDIR/exec/processes -name *.old.msg -exec compress -f {} ;