oracle 安裝出現(xiàn) must be configured to display at least 256 colors 問題
安裝oracle11g時,運行xmanager
export DISPLAY=192.168.133.xxx:0.0
./runInstall.sh
出現(xiàn)如下提示:
Checking Temp space: must be greater than 120 MB. Actual 29477 MB Passed
Checking swap space: must be greater than 150 MB. Actual 511 MB Passed
Checking monitor: must be configured to display at least 256 colors>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
Some requirement checks failed. You must fulfill these requirements before
解決方案:
1. 安裝xdpyinfo
yum install -y xdpyinfo
2.?root下執(zhí)行
xhost +
3. oracle下執(zhí)行
export DISPLAY=192.168.133.xxx:0.0
再次運行安裝腳本就出現(xiàn)圖像界面。

標簽: