CEPH: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(82 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=Aufbau=
+
*[[CEPH Einführung]]
==Storage-Node==
+
*[[CEPH Grundlagen]]
*omar
+
*[[CEPH Manuell]]
*nelson
+
*[[CEPH Promox Schaubild]]
*bay
+
*[[CEPH Promox]]
==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=
 
*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/
 

Aktuelle Version vom 30. Mai 2024, 15:03 Uhr