Skip to content

Commit

Permalink
Update worker_vm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skara9 authored Aug 16, 2024
1 parent 16fddb1 commit 04d941e
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions _docs/developer/getting_started/worker_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,17 @@ machines* in addition to your primary vagrant virtual machine.

When this is finished, you should see the Submitty duck ASCII art for each new worker machine.

6. Verify that all expected machines are running
6. You can verify that all the worker machines are running with:
```
vagrant global-status
vagrant workers status
```

Which should print out a line for the primary machine, and an additional line for each worker machine:

7. `vagrant ssh` into the main virtual machine and run:
```
id name provider state directory
------------------------------------------------------------------------------------
abab893 ubuntu-22.04 qemu running /SOMETHING/GIT_CHECKOUT/Submitty
0fe6810 worker-1 qemu running /SOMETHING/GIT_CHECKOUT/Submitty
refresh_vagrant_workers # (runs python3 /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/bin/refresh_vagrant_workers.py)
submitty_install
```


7. Connect to the primary machine and complete the

NOTE: This is mirroring the manual connection done on the production machine

http://localhost:4000/sysadmin/installation/worker_installation


`vagrant ssh` into the main virtual machine and do a `submitty_install`

---

## Connecting to the Worker Machine
Expand Down

0 comments on commit 04d941e

Please sign in to comment.