CEPH: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
Auf allen Nodes
 
Auf allen Nodes
 
*sudo apt -y install ntp ssh
 
*sudo apt -y install ntp ssh
==ssh-key auf allen nodes=
+
==ssh-key auf allen nodes==
 
===ssh-keygen===
 
===ssh-keygen===
 
*root@kekistand:~# ssh-keygen  
 
*root@kekistand:~# ssh-keygen  

Version vom 18. Mai 2017, 13:07 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

useradd

root@kekistand:~# useradd cephadmin root@kekistand:~# ssh nelson useradd cephadmin root@kekistand:~# ssh bay useradd cephadmin root@kekistand:~# ssh omar useradd cephadmin

==Anlegen des Users cephadmin==
  • useradd cephadmin

Links