安装 CP 报错
2017-03-10 18:16:35 699(ERROE): The installation process detected that the server was in runlevel 5.
2017-03-10 18:16:35 700 (FATAL): The server must be in runlevel 3 before the installation can continue.
解决方法:
1 、确定当前的执行级别
[root@cloud etc]# runlevel
N 5
//当前执行级别 5
2 、 vi /etc/inittab,找到 id:5:initdefault:,将 5 改为 3 即可,即 id:3:initdefault: 。
3 、重启
reboot 或者 shutdown -r now
4 、重启之后再次检视当前执行级别
[root@cloud etc]# runlevel
N 5
5 、继续安装 CP 。