X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fd9342c42faaf2c6aa2a6800fe91172bf24e2916..6477db8a1f5ed0b2f81cf743bbea32c681c7c10c:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index 1ba9fc522f..b3c6386129 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -173,18 +173,22 @@ In such cases -- for example, a site which is not reachable from the internet, w h2(#confirm-working). Confirm working installation -
-$ curl -H "Authorization: Bearer $system_root_token" https://download.ClusterID.example.com/c=59389a8f9ee9d399be35462a0f92541c-53/_/hello.txt
-
+We recommend using the "Cluster diagnostics tool.":diagnostics.html + +Here are some other checks you can perform manually. + + +
$ curl -H "Authorization: Bearer $system_root_token" https://download.ClusterID.example.com/c=59389a8f9ee9d399be35462a0f92541c-53/_/hello.txt
+
If wildcard collections domains are configured: -
-$ curl -H "Authorization: Bearer $system_root_token" https://59389a8f9ee9d399be35462a0f92541c-53.collections.ClusterID.example.com/hello.txt
-
+ +
$ curl -H "Authorization: Bearer $system_root_token" https://59389a8f9ee9d399be35462a0f92541c-53.collections.ClusterID.example.com/hello.txt
+
If using a single collections preview domain: -
-$ curl https://collections.ClusterID.example.com/c=59389a8f9ee9d399be35462a0f92541c-53/t=$system_root_token/_/hello.txt
-
+ +
$ curl https://collections.ClusterID.example.com/c=59389a8f9ee9d399be35462a0f92541c-53/t=$system_root_token/_/hello.txt
+