Versions Compared

Key

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

rcECFS is ECFS is ECMWF's File Storage system. ECFS is a file oriented client-server application, providing facilities to archive and retrieve files between HPC/ECS and the Data Handling System (DHS), which is based on HPSS (High Performance Storage System). The system is non-transparent: you must issue explicit commands to store files into ECFS, or to retrieve them back into local (client) storage.

...

ECFS supports the transport of files between various clients and the ECFS storage system. However, the transport of files between clients is not supported.

ECFS is available on AIX, Linux and other platformsthe Atos HPCF and ECS, and supports C- , the Korn- and bash-shell environments.

...

ecd ec:<ecfs_path_name>

cat>sourcelist<<eof
ec:2020100100/f*
ec:2020100106/f*
ec:2020100112/f*
ec:2020100118/f*
...
eof

ecp --order=tape -F sourcelist <local <local_directory>

Note that you have to use the '-F <file_name>' option.

...