Skip to content

Commit

Permalink
Update miscellaneous.md
Browse files Browse the repository at this point in the history
Add description to add grafana ctl
  • Loading branch information
vksastry authored Oct 2, 2023
1 parent 8a88da5 commit f05556a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/ai-testbed/cerebras/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cerebras documentation for porting code to run on a Cerebras CS-2 system:<br>
## Grafana WsJob Dashboard for Cerebras jobs
See the Cerebras documentation for the [Job Information Dashboard](https://docs.cerebras.net/en/latest/wsc/getting-started/grafana.html#wsjob-dashboard)

Here is a summary (tested to work on Ubuntu)<br>
Here is a summary (tested to work on Ubuntu and MacOS)<br>

On your work machine with a web browser, e.g. your laptop,<br>
edit /etc/hosts, using your editor of choice
Expand All @@ -21,6 +21,13 @@ Add this line
```
Save, and exit the editor

Download the Grafana certificate present on the Cerebras node at /opt/cerebras/certs/grafana_tls.crt to your local machine. To add this certificate to your browser keychain,

1. On chrome, go to Settings->Privacy and security->Security->Manage device certificates
2. Select System under "System Keychains" on the left hand side of your screen. Also select the "Certificate" tab.
3. Drag and drop the downloaded certificate. Once it is added, it is visible as "lab.alcf.anl.gov"
4. Select the certificate, and ensure that the "Trust" section is set to "Always Trust"


On your work machine with a web browser, e.g. your laptop,<br>
tunnel the grafana https port on the cerebras grafana host through to localhost
Expand Down

0 comments on commit f05556a

Please sign in to comment.