January 2019
Intermediate to advanced
606 pages
15h 1m
English
Use the following steps to configure the VSM environment:
# useradd cephuser # echo 'cephuser:cephuser' | chpasswd # echo "cephuser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# systemctl stop ntpd # systemctl stop ntpdate # ntpdate 0.centos.pool.ntp.org > /dev/null 2> /dev/null # systemctl start ntpdate # systemctl start ntpd
# yum install -y tree git epel-release
Read now
Unlock full access