Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eos-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eos
eos-docker
Merge requests
!1
Resolve "Docker image for ALICE"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Docker image for ALICE"
1-docker-image-for-alice
into
master
Overview
1
Commits
14
Pipelines
0
Changes
8
Merged
Martin Vala
requested to merge
1-docker-image-for-alice
into
master
7 years ago
Overview
1
Commits
14
Pipelines
0
Changes
8
Expand
Closes
#1 (closed)
Edited
7 years ago
by
Martin Vala
0
0
Merge request reports
Compare
master
version 13
43e375af
7 years ago
version 12
b0285714
7 years ago
version 11
b7dff828
7 years ago
version 10
796a46b4
7 years ago
version 9
1ed02b68
7 years ago
version 8
74380432
7 years ago
version 7
11340496
7 years ago
version 6
d045a8ae
7 years ago
version 5
551fd03f
7 years ago
version 4
555b5893
7 years ago
version 3
0cbe8273
7 years ago
version 2
0c4e8e8e
7 years ago
version 1
a04e2ce9
7 years ago
master (base)
and
latest version
latest version
edeee67d
14 commits,
7 years ago
version 13
43e375af
14 commits,
7 years ago
version 12
b0285714
13 commits,
7 years ago
version 11
b7dff828
12 commits,
7 years ago
version 10
796a46b4
11 commits,
7 years ago
version 9
1ed02b68
10 commits,
7 years ago
version 8
74380432
8 commits,
7 years ago
version 7
11340496
7 commits,
7 years ago
version 6
d045a8ae
6 commits,
7 years ago
version 5
551fd03f
5 commits,
7 years ago
version 4
555b5893
4 commits,
7 years ago
version 3
0cbe8273
3 commits,
7 years ago
version 2
0c4e8e8e
2 commits,
7 years ago
version 1
a04e2ce9
1 commit,
7 years ago
8 files
+
339
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
projects/alice/doc/eos-fst.md
0 → 100644
+
45
−
0
Options
# Setup and and FSTs server(s) on MGM
> Note: All FSTs are controlled from MGM pysical machine (root@eosm01-iep-grid) and not from MGM container
## FST prerequisites
1.
Mount all data disks to /var/eos/fs/XXX where XXX is 0,1,...,N disks/mounting points
2.
Open ports 1095/tcp
```
firewall-cmd --add-port=1095/tcp
firewall-cmd --add-port=1095/tcp --permanent
```
## FST installation
Add FST hostnames to /root/eos/eos-docker-fst-hosts.cf
```
[root@eosm01-iep-grid ~]# echo "eosf01-iep-grid.saske.sk" >> /root/eos/eos-docker-fst-hosts.cf
```
> Note : We assume that you have without password ssh to fsts
To setup and start fst run following command
```
[root@eosm01-iep-grid ~]# eos-docker-ssh start
```
When process finishes, one can look via eos-mgm container that new node showed up
```
[root@eosm01-iep-grid ~]# eos-mgm
[root@eosm01-iep-grid (eos-docker mgm) /]# eos -b node ls
170728 12:12:21 1744 secgsi_InitProxy: cannot access private key file: /root/.globus/userkey.pem
┌──────────┬────────────────────────────────┬────────────────┬──────────┬────────────┬──────┬──────────┬────────┬────────┬────────────────┬─────┐
│type │ hostport│ geotag│ status│ status│ txgw│ gw-queued│ gw-ntx│ gw-rate│ heartbeatdelta│ nofs│
└──────────┴────────────────────────────────┴────────────────┴──────────┴────────────┴──────┴──────────┴────────┴────────┴────────────────┴─────┘
nodesview eosf01-iep-grid.saske.sk:1095 sav online on off 0 10 120 2 36
[root@eosm01-iep-grid (eos-docker mgm) /]# exit
[root@eosm01-iep-grid ~]#
```
## Adding or synchronizing disks disks to file server
Run from mgm machine (not from docker container)
```
[root@eosm01-iep-grid ~]# eos-docker-ssh disk-sync
```
\ No newline at end of file
Loading