CEPH: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 23: | Zeile 23: | ||
*root@kekistand:~# ssh bay useradd cephadmin | *root@kekistand:~# ssh bay useradd cephadmin | ||
*root@kekistand:~# ssh omar useradd cephadmin | *root@kekistand:~# ssh omar useradd cephadmin | ||
| − | |||
| − | |||
| − | |||
=Links= | =Links= | ||
*https://linoxide.com/ubuntu-how-to/create-ceph-cluster-ubuntu-16-04/ | *https://linoxide.com/ubuntu-how-to/create-ceph-cluster-ubuntu-16-04/ | ||
*https://www.howtoforge.com/tutorial/how-to-install-a-ceph-cluster-on-ubuntu-16-04/ | *https://www.howtoforge.com/tutorial/how-to-install-a-ceph-cluster-on-ubuntu-16-04/ | ||
Version vom 18. Mai 2017, 13:09 Uhr
Aufbau
Storage-Node
- omar
- nelson
- bay
Admin-Node
- kekistan
Vorbreitung
Installation von ssh und ntp
Auf allen Nodes
- sudo apt -y install ntp ssh
ssh-key auf allen nodes
ssh-keygen
- root@kekistand:~# ssh-keygen
ssh-copy-id
- root@kekistand:~# ssh-copy-id nelson
- root@kekistand:~# ssh-copy-id bay
- root@kekistand:~# ssh-copy-id omar
Anlegen des Users cephadmin
- root@kekistand:~# useradd cephadmin
- root@kekistand:~# ssh nelson useradd cephadmin
- root@kekistand:~# ssh bay useradd cephadmin
- root@kekistand:~# ssh omar useradd cephadmin