File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66HOURS_PER_LOGFILE=24
77DETOX_INTERVAL=6
88DEALER_INTERVAL=1
9- INVENTORY_FULL_UPDATE_INTERVAL=6
9+ INVENTORY_FULL_UPDATE_INTERVAL=12
1010NUM_CRASHES=0
1111
1212while [ $# -gt 0 ]
9090 then
9191 echo " Performing the full update of inventory"
9292 $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site @disk
93- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97- # else
98- # echo "Updating the inventory"
99- # $DYNAMO_BASE/bin/execlib common/inventory.py update
93+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97+ else
98+ echo " Updating the inventory"
99+ $DYNAMO_BASE /bin/execlib common/inventory.py update
100100 fi
101101
102102 IHOUR=$(( $IHOUR + 1 ))
You can’t perform that action at this time.
0 commit comments