You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

How do i cleanup a server from all its connections?

Step-by-step guide

export ECF_PORT=$(($(id -u) + 1500)) ECF_HOST=${ECF_HOST:=localhost}
handles="$(ecflow_client --ch_suites | cut -c7-18 | grep -v handle)"
for handle in $handles ; do ecflow_client --ch_drop $handle; done



  • No labels