Vous êtes sur la page 1sur 1

bqueues

bjobs -u all -q short -r


bjobs -u all -m stluhpcprd064
bhosts -w | grep closed
badmin hclose -C thermal reading alarms stluhpcprd064
bjobs -w -u all -q long | grep stluhpcprd8
bhosts -w | egrep 'stluhpcprd(8|9)' | wc -l
788 bjobs -w -u all -q long | grep stluhpcprd8
789 bhosts -w | awk '$1 ~ /stluhpcprd(8[3-9]|9)/ && $5 !~ /0/'
790 bhosts -w | awk '$1 ~ /stluhpcprd(8[3-9]|9)/'
791 bhosts -w | awk '$1 ~ /stluhpcprd(8[3-9]|9)/ {print $1}'
792 bhosts -w | awk '$1 ~ /stluhpcprd(8[3-9]|9)/'
bjobs 18885621
bkill 18885621
bjobs 18885621
bjobs -u all | grep short | grep PEND
bjobs -w -u all | grep short | egrep [PEND|PSUSP]
bjobs -w -u all | grep short | egrep '[PEND|PSUSP]'
bjobs -w -u all | grep short | egrep '(PEND|PSUSP)'
for h in $(bhosts bigmem | awk '$1 ~ /stluhpcprd/ {print $1}'); do echo $h; ssh
$h free -g; done
badmin hclose -C "badmem" stluhpcprd059 and stluhpcprd069
/U/rwwohl/scripts/fix-full-swap.sh
bjobs -w -u all | grep RUN | awk '$6 ~ /stluhpcprd8(35|36|37|38|39|40|41|42|43|4
4|45|46|47|48|49)/'
bhosts -w | grep stluhpcprd8[34]
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4]
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4] | awk {'print $1'}
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4] | awk {'print $1'} | xarg
s echo badmin hclose -C "retiring servers"
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4] | awk {'print $1'} | xarg
s badmin hclose -C "retiring servers"
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4]
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4] | awk {'print $1'} > /tmp
/hostlist.txt
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4] | awk {'print $1'} | xarg
s bhosts -l
bhosts -w | grep stluhpcprd8[34] | grep -v prd83[0-4]
bjobs -w
bjobs -w -u all
bjobs -w -u all | grep RUN
man grep
bjobs -w -u all | grep RUN | grep -f /tmp/hostlist.txt
bjobs -w -u all | less
bjobs -w -u all | grep RUN | grep -f /tmp/hostlist.txt

Vous aimerez peut-être aussi