These are the instructions to upgrade a jim client site, submission site AND execution site to the latest cut.
The procedure should maintain the current product configuration. Please, follow the steps below:
> ups stop server_run -O jim_broker_client > ups stop server_run -O sam_fcp > ups stop server_run -O tomcat
> setup sam_batch_adapter > sambatch display station config --station=blahIf the configuration uses scripts from $SAM_BATCH_ADAPTER_HANDLER_DIR, beware that they may have been upgraded. You should make sure that the scripts that you are currently using are served from $SAM_BATCH_ADAPTER_CONFIG_DIR, which does not change accross upgrades.
> setup jim_broker_client > cat $CONDOR_CONFIG > myold_condor_config
> upd install -G-c tomcat v4_3_3_9 > ups start server_run -O tomcat
> setup jim_broker_client > condor_config_val SUBMIT_SEND_RESCHEDULE This should be "FALSE"
> ups run server_run -O jim_broker_client > ups run server_run -O sam_fcp
$Id: JimCut-Oct2005.html,v 1.3 2005/11/28 17:10:05 garzogli Exp $