export ECF_PORT=$(($(id -u) + 1500)) ECF_HOST=${ECF_HOST:=localhost}

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

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.