Changes between Version 5 and Version 6 of Software/eTutorialSupport


Ignore:
Timestamp:
Jun 26, 2016, 7:58:58 PM (8 years ago)
Author:
ffund01
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eTutorialSupport

    v5 v6  
    107107
    108108{{{
    109 list=$(omf stat -t system:topo:all | grep "Node:" | awk -F" " '{print $2}' | cut -f1 -d$'.')
     109list=$(qstat -Q | tail -n+3 | awk -F" " '{print $1}')
    110110
    111111for l in $list
    112112do
    113     qmgr -c "set queue $l enabled = False"
     113    qdisable "$l"
    114114done
    115115}}}