Pulpo-Admin
July 10, 2017 | Ceph Storage LinuxThe admin node of our Ceph storage cluster Pulpos is pulpo-admin.
Hardware
- Two 8-core Intel Xeon E5-2620 v4 processors @ 2.1 GHz
- 32GB DDR4 memory @ 2400 MHz
- 480GB Intel DC S3500 Series SSD
- Intel X520-DA2 10GbE adapter, with 2 SFP+ ports
- Supermicro 6028TP-HTR 2U Quad-Nodes chassis
Software
1) Performe a minimal installation of CentOS 7 on pulpo-admin.
2) Disable Selinux by changing the following line in /etc/selinux/config
:
to:
3) After copying SSH keys to the host, disable password authentication of SSH by changing the following line in /etc/ssh/sshd_config
:
to
4) Disable GSSAPI authentication of SSH by changing the following line in /etc/ssh/sshd_config
:
to:
5) Update all packages:
6) Install the package net-tools
, which contains basic networking tools, including ifconfig, netstat, route, and others:
7) Install the package bind-utils
, which contains a collection of utilities for querying DNS servers, including dig, nslookup, and others:
8) Reboot.
9) Remove the old kernel:
10) Create a pair of SSH keys of type ed25519
for root:
hyper-threading is enabled on pulpo-admin, as well as on all the other nodes in the Pulpos cluster.