Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
ohpc_vagrant
Commits
9e1e73ce
Commit
9e1e73ce
authored
Sep 20, 2018
by
John-Paul Robinson
Browse files
Fix compute node naming in README.md
parent
9dd94146
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9e1e73ce
...
...
@@ -38,24 +38,24 @@ ready to ingest compute nodes via wwnodescan and prompt to you
start a compute node. You can create a compute node and start it with
the helper scripts:
Create node c
0
(choose whatever name makes sense, c
0
matches the config):
Create node c
1
(choose whatever name makes sense, c
1
matches the config):
```
compute_create c
0
compute_create c
1
```
When prompted start node c
0
:
When prompted start node c
1
:
```
compute_start c
0
compute_start c
1
```
If you want to stop the node:
```
compute_stop c
0
compute_stop c
1
```
If you want to get rid of the compute node VM:
```
compute_destroy c
0
compute_destroy c
1
```
Note, the compute scripts work directly with the VirtualBox hypervisor. The
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment