Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You can execute (some) commands on the ScoutAM servers using ssh hssrv2 <command>
  • The ScoutAM use your (standard) AWI $HOME. We suggest to create an ssh key pair with a passphrase (e.g., https://www.ssh.com/academy/ssh/keygen) there.
  • The tool saminfo.sh provides more options and can be extended on request. 

Specific taks

filestat (e.g. online/offline)

  • We use these variables for testingfile variables to provide some examples. Please note that the variable for several files have to formatted differently, depending on the preferred access method. 
    • single file
    :
      • F=/hs/store/users/2023/2023-11-30_liegmahl/home_edvs1.tgz
    • multiple files:
      • DIR="store/users/2023/2023-11-30_liegmahl"
      • FA="/hs/$DIR/*"
      • FB="/hs/$DIR/home_edvs1.tgz:/hs/$DIR/isibhv_personal.tgz:/hs/$DIR/isipd_home_pd.tgz"
      • FC='"$DIR/home_edvs1.tgz","$DIR/isibhv_personal.tgz","$DIR/isipd_home_pd.tgz"'   # Note: "/hs/" is missing here!
  • Some additional tasks can be done with ssh hssrv2 saminfo.sh 

...