Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for sosreport #6

Merged
merged 2 commits into from
May 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions source/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,23 @@ The password for the dashboard can be found by running:

Once you are logged in, you can find a dashboard showing the state of nodes by clicking on "Home ▾" and selecting "Slurm".

Reporting issues
----------------

Please report questions and problems to `Cluster in the Cloud GitHub Issues
<https://github.com/milliams/cluster-in-the-cloud/issues>`_.

You can gather diagnostic information from your cluster which might help
pinpoint problems by running

.. code-block:: shell-session

[opc@mgmt ~]$ sudo sosreport --only-plugins citc && sudo chown opc /var/tmp/sosreport*

For ``case id`` put your GitHub username (if you have one). This will generate
a ``tar.xz`` file that can be downloaded and then attached to, for example, a
GitHub issue.

Destroying the whole cluster
----------------------------

Expand Down