Skip to content

Commit 8ea1051

Browse files
authored
Update 00-overview-demo.md
1 parent ae1b69c commit 8ea1051

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

admin-training/00-overview-demo.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
1-
# Hands-On 01: Getting access
2-
In this hands-on, we are going to deploy required services to operate a standard High Performance Computing cluster.
1+
# Hands-On 00: Overview Demo
2+
In this hands-on, we are going to install a standard High Performance Computing cluster based on a single sNow! server.
33

4-
*Estimated time : 3 hours*
4+
*Estimated time : ~3 hours*
55

66
## Requirements
7-
8-
* Cluster account.
9-
* Laptop with SSH client.
10-
* sNow! cluster manager already installed
11-
12-
## ToDo
13-
14-
## Prerequisites
157
The following notes describe how to install a single sNow! server.
168

179
This guide assumes that:
1810

1911
1. You have one server dedicated to sNow! (sNow! server) with Debian 9 installed. More information about how to install Debian OS is available [here](https://hpcnow.github.io/snow-documentation/mydoc_install_os_debian.html)
2012
2. The sNow! server will also provide access to share file system via NFS (/home and /sNow). Check the [sNow! documentation](https://hpcnow.github.io/snow-documentation) in order to integrate other cluster file systems like BeeGFS, Lustre or IBM Spectrum Scale.
13+
2114
## Installation
2215
Access to the sNow! server and execute the following commands as root user:
2316
```
@@ -223,3 +216,9 @@ Example:
223216
snow boot mycluster centos-7.4-minimal
224217
```
225218
## Modify Single System Image
219+
The following command provides write access to a chroot environment inside a rootfs image. The prompt provided by this command also shows that the shell session is allocated inside a particular image chroot.
220+
221+
In order to exit from this environment, type ```exit``` or press ```Ctrl+d```.
222+
```
223+
snow chroot centos-7.4-minimal
224+
```

0 commit comments

Comments
 (0)