X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/533ee50c604e3900c390b77fafac1455b28a15d0..75fbb4eabf0da2fceebf8196bec769e4cbc6547b:/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid diff --git a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid index ded244046d..fc4393d0b6 100644 --- a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid +++ b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid @@ -40,6 +40,8 @@ Add a DispatchLSF entry to the Services section, using the hostname where @arvad Review the following configuration parameters and adjust as needed. +{% include 'hpc_max_gateway_tunnels' %} + h3(#BsubSudoUser). Containers.LSF.BsubSudoUser arvados-dispatch-lsf uses @sudo@ to execute @bsub@, for example @sudo -E -u crunch bsub [...]@. This means the @crunch@ account must exist on the hosts where LSF jobs run ("execution hosts"), as well as on the host where you are installing the Arvados LSF dispatcher (the "submission host"). To use a user account other than @crunch@, configure @BsubSudoUser@: @@ -172,3 +174,28 @@ Apart from detecting non-runnable containers, the configured instance types will {% include 'start_service' %} {% include 'restart_api' %} + +h2(#confirm-working). Confirm working installation + +On the dispatch node, start monitoring the arvados-dispatch-lsf logs: + + +
# journalctl -o cat -fu arvados-dispatch-lsf.service
+
+
+ +In another terminal window, use the diagnostics tool to run a simple container. + + +
# arvados-client sudo diagnostics
+INFO       5: running health check (same as `arvados-server check`)
+INFO      10: getting discovery document from https://zzzzz.arvadosapi.com/discovery/v1/apis/arvados/v1/rest
+...
+INFO     160: running a container
+INFO      ... container request submitted, waiting up to 10m for container to run
+
+
+ +After performing a number of other quick tests, this will submit a new container request and wait for it to finish. + +While the diagnostics tool is waiting, the @arvados-dispatch-lsf@ logs will show details about submitting an LSF job to run the container.