Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Cluster notes
authored
Jun 07, 2021
by
Federico Izzo
Show whitespace changes
Inline
Side-by-side
Cluster-notes.md
View page @
07977809
...
@@ -82,6 +82,7 @@ Where:
...
@@ -82,6 +82,7 @@ Where:
*
\<
node
\>
is the node number (
*node9*
,
*node11*
, etc);
*
\<
port
\>
is the port written inside ~/.ssh/config;
*
\<
node
\>
is the node number (
*node9*
,
*node11*
, etc);
*
\<
port
\>
is the port written inside ~/.ssh/config;
*
\<
cluster-port
\>
is the port of step "Start process".
*
\<
cluster-port
\>
is the port of step "Start process".
An example may be:
An example may be:
```
bash
```
bash
ssh diclub ssh node9
-L
65432:localhost:65432
ssh diclub ssh node9
-L
65432:localhost:65432
...
...