X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9828e9218084856240fdeafa2d388d8bf322e655..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/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..d4328d89a3 100644 --- a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid +++ b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid @@ -172,3 +172,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.