Versions Compared

Key

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

...

Excerpt
hiddentrue

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

Code Block
languagebash
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

Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-articleecflow-faqs" and label = "server" and type = "page" and space = "UDOC"
labelskb-how-to-article

...