...
Client shall be activated:
Code Block |
---|
language | bash |
---|
theme | Eclipse |
---|
title | mount server content as a file system |
---|
|
mkdir -p mnt; python ./py_fuse_ecflow.py $ECF_NODE $ECF_PORT 31415 mnt; |
In this example, node attributes are visible as a .att file ; each node status is encoded and a three characters extension (.com for complete, .que for queued, .abo for aborted ...) and you will appreciate that suspended status is not displayed.
Standard command line utilities (find, ls, cat, ...) can be used then:
Code Block |
---|
language | bash |
---|
title | use case |
---|
|
# server eod3 was mounted
ls eod3ls eod3/emc_41r2/thu
# 01 01.att 01.que hind hind.att hind.que verify verify.att verify.com
cat eod3/emc_41r2/main/18bc/sv/getini.ecf
cat eod3/emc_41r2/main/18bc/sv/getini.man
cat eod3/emc_41r2/main/18bc/sv/getini.out
kdirstat eod3/emc_41r2/main/
find eod3 -name "*.abo" |
Center |
---|
Image Added |