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