...
For example, if you are given the server ecflow-genecfg-$USER-0011, you can check it's up and running and see some stats from the HPCF with:
...
- Authenticate via Teleport on your End User device
Create the SSH tunnel with:
No Format ssh -N -L3141:localhost:3141 -J jump.ecmwf.int,hpc-login <ecflow_host>
where the first '3141' is the local port. For example, if the server is started on the host ecflow-genecfg-user-0011:
No Format ssh -N -L3141:localhost:3141 -J jump.ecmwf.int,hpc-login ecflowecfg-gen-user-0011
- Open
ecflow_ui
on your End User Device and configure the new server, using "localhost
" as the host and the ecFlow (local) port used above.
...
In this case, when adding the server remember it needs to be configured with the real name of the host running the ecflow server, e.g. ecflow, ecfg-gen-$USER-001. 1