3.2.2 - Get Check

      Action Option -GC (-GetCheck) :

      gets check information recorded in RDADB.

      dscheck-(GC|GetCheck) [Mode Options]
        [-(FN|FieldNames) FieldNameString]
        [-(CI|CheckIndex) CheckIndices]
        [-(ON|OrderNames) OrderNameString]
        [-(CM|Command) CommandNames]
        [-(AV|ArgumentVector) ArgumentVectorString]
        [-(SN|Specialist) SpecialistNames]
        [-(DS|Dataset) DatasetNames]
        [-(AN|ActionName) ActionNames]
        [-(CD|CheckDate) CommandDate]
        [-(CT|CheckTime) CommandTime]
        [-(WD|WorkDir) WorkingDirectory]
        [-(OF|OutputFile) OutputFileName]
        [-(DB|Debug) DebugModeInfo]

      Mode options that can be specified for getting check Action:

      Use Info option -FN (-FieldNames) to specify what check fields to retrieve. It defaults to "COVTUFJDNW" if -FN is not given.

      Valid check field names and their corresponding Info options:

      -(FO|FormatOutput)format the column output with a fix width for all values
      -(FO|FormatOutput)format the column output with a fix width for all values of a given field
      NamesInfo OptionsDescriptions
      C-(CI|CheckIndex)check index
      O-(CM|Command)original command name
      V-(AV|ArgumentVector)argument line following command, up to 100 chars
      T-(DS|Dataset)dataset ID, the original command run against
      A-(AN|ActionName)action name for a given command
      U-(ST|Status)check status for a recorded command
      B-(DF|DownFlags)Storage system down flags: H-HPSS,D-DRDATA,G-GLADE,O-ObjectStore
      P-(PI|ParentIndex)parent check index the current one to wait on
      F-(FC|FileCount)number of files need to be processed
      J-(DC|DoneCount)number of files are processed already
      K-(TC|TryCount)number of tries the command is executed
      L-(MC|MaxCount)upper limit for number of command tries
      Z-(SZ|DataSize)total tytes of data processed for the command
      D-(CD|CheckDate)date the command is initially recorded
      Y-(CT|CheckTime)time the command is initially recorded
      H-(HN|HostName)host names the command can or cannot run on
      N-(SN|Specialist)specialist login name who starts the command
      W-(WD|WorkDir)working directory where the command is started
      M-(MO|Modules)include modules to load to batch job script
      I-(EV|Environments)include environment vairables to load to batch job script
      Q-(QS|QsubOptions)additional PBS batch options for qsub
      X-(AX|ArgumentExtra)additional argument line beyond 100 characters
      E-(ER|ErrorMessage)error message from failed command

      Check information can be retrieved for specified check index per option -CI (-CheckIndex). Without any condition, the check records owned by the current specialist are retrieved.



      Back to Top