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
!8
Resolve "Add nss-pam-ldapd authconfig to docker eos-prod"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add nss-pam-ldapd authconfig to docker eos-prod"
10-add-nss-pam-ldapd-authconfig-to-docker-eos-prod
into
master
Overview
1
Commits
2
Pipelines
2
Changes
8
Merged
Martin Vala
requested to merge
10-add-nss-pam-ldapd-authconfig-to-docker-eos-prod
into
master
7 years ago
Overview
1
Commits
2
Pipelines
2
Changes
8
Expand
Closes
#10 (closed)
Edited
7 years ago
by
Martin Vala
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d5ecdbda
2 commits,
7 years ago
8 files
+
1
−
333
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 deleted
100644 → 0
+
0
−
45
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