You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin-training/00-overview-demo.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
-
*Estimated time : 3 hours*
4
+
*Estimated time : ~3 hours*
5
5
6
6
## Requirements
7
-
8
-
* Cluster account.
9
-
* Laptop with SSH client.
10
-
* sNow! cluster manager already installed
11
-
12
-
## ToDo
13
-
14
-
## Prerequisites
15
7
The following notes describe how to install a single sNow! server.
16
8
17
9
This guide assumes that:
18
10
19
11
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)
20
12
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
+
21
14
## Installation
22
15
Access to the sNow! server and execute the following commands as root user:
23
16
```
@@ -223,3 +216,9 @@ Example:
223
216
snow boot mycluster centos-7.4-minimal
224
217
```
225
218
## 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```.
0 commit comments