X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a5445a2ae553b0723d8579462bcb48855f71a17c..2f66d4cc05e9442a9bb69969744d0750a02a1ed4:/doc/install/crunch2-slurm/install-test.html.textile.liquid?ds=sidebyside diff --git a/doc/install/crunch2-slurm/install-test.html.textile.liquid b/doc/install/crunch2-slurm/install-test.html.textile.liquid index d51cfceead..6d4ca93059 100644 --- a/doc/install/crunch2-slurm/install-test.html.textile.liquid +++ b/doc/install/crunch2-slurm/install-test.html.textile.liquid @@ -3,6 +3,15 @@ layout: default navsection: installguide title: Test SLURM dispatch ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +{% include 'notebox_begin_warning' %} +crunch-dispatch-slurm is only relevant for on premise clusters that will spool jobs to Slurm. Skip this section if you are installing a cloud cluster. +{% include 'notebox_end' %} h2. Test compute node setup @@ -24,7 +33,7 @@ On the dispatch node, start monitoring the crunch-dispatch-slurm logs: -*On your shell server*, submit a simple container request: +Submit a simple container request:
shell:~$ arv container_request create --container-request '{
@@ -48,7 +57,7 @@ On the dispatch node, start monitoring the crunch-dispatch-slurm logs:
 
-This command should return a record with a @container_uuid@ field. Once crunch-dispatch-slurm polls the API server for new containers to run, you should see it dispatch that same container. It will log messages like: +This command should return a record with a @container_uuid@ field. Once @crunch-dispatch-slurm@ polls the API server for new containers to run, you should see it dispatch that same container. It will log messages like:
2016/08/05 13:52:54 Monitoring container zzzzz-dz642-hdp2vpu9nq14tx0 started
@@ -57,8 +66,6 @@ This command should return a record with a @container_uuid@ field.  Once crunch-
 
-If you do not see crunch-dispatch-slurm try to dispatch the container, double-check that it is running and that the API hostname and token in @/etc/arvados/crunch-dispatch-slurm/crunch-dispatch-slurm.yml@ are correct. - Before the container finishes, SLURM's @squeue@ command will show the new job in the list of queued and running jobs. For example, you might see: @@ -101,9 +108,9 @@ You can use standard Keep tools to view the container's output and logs from the ./crunch-run.txt ./stderr.txt ./stdout.txt -~$ arv keep get a01df2f7e5bc1c2ad59c60a837e90dc6+166/stdout.txt +~$ arv-get a01df2f7e5bc1c2ad59c60a837e90dc6+166/stdout.txt 2016-08-05T13:53:06.201011Z Hello, Crunch! -If the container does not dispatch successfully, refer to the crunch-dispatch-slurm logs for information about why it failed. +If the container does not dispatch successfully, refer to the @crunch-dispatch-slurm@ logs for information about why it failed.