QC Procedure: Standard DFOS login |
|||||||
|
This page describes how to configure the DFOS login rc files in a standardised way. A script is provided which automatically creates all the required files and fills them with the default content, and prompts you to edit them with new content. Although intended for use on "empty accounts", it could as well be used to "standardise" existing accounts. Exisiting versions of files needing to be created newly are renamed, not deleted.
The standardised DFOS login relies on bash, the VLTSW standard PECS and then on .qcrc and .dfosrc files. Installation of PECS provides a .bashrc file, a .profile file and a .pecs directory filled with several further PECS files... Insure that no .bash_profile exists otherwise this will be sourced and the .profile file will NOT be sourced.
From the bash man page:
When Condor is used for pipeline processing, it does not do a full login, but starts only at .qcrc, therefore only the definitions in .qcrc and .dfosrc are available to Condor run processes, therefore the .pecs files should be essentially empty unless there is stuff you want defined for interactive sessions but not for Condor sessions. Note though that processAB when called from Condor does source .bashrc, which thus sources your .pecs files.
| ||||
|
||||
|