安装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 。