You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Changes required to move to new DB server:

~glast/pdb_config/dpf_config_prod.csh

Update value of $TWO_TASK env var to reflect new server alias:

setenv TWO_TASK SLACPROD
setenv TWO_TASK GLASTP


~glast/pdb_config/dpf_config_prod.sh

Update value of $TWO_TASK env var to reflect new server alias:

export TWO_TASK=SLACPROD
export TWO_TASK=GLASTP


DPF/PDB/PDBConnect.pm

Update value of $TWO_TASK env var to reflect new server alias:

# If all else fails, assign a default
# Use production DB for backward compatibility with older code...
# we used to have only SLACPROD, so no parameters were passed.
$two_task = "SLACPROD" unless defined($two_task);
$two_task = "GLASTP" unless defined($two_task);


  • No labels