티스토리 뷰
▶ IT/2. DATABASE
Oracle] 설치 중 Checking monitor: must be configured to display at least 256 colors 오류
케로로몽 2023. 6. 27. 15:18728x90
xwindow와 vnc설정 후 오라클 설치 과정에서 vnc로 접속해 ./runInstaller 입력하면 ui창으로 인스톨 창이 나와야 하는데 콜솔창에서 글씨만 주구장창 나온다면 ui를 나오게 하기 위해서는 다음 처럼 작업을 진행 하면 된다.
oracle 계정에서 runInstaller 실행 시 아래와 같이 에러가 발생하는 경우
#./runInstaller
Starting Oracle Universal Installer…
Checking Temp space: must be greater than 120 MB. Actual 44130 MB Passed
Checking swap space: must be greater than 150 MB. Actual 10047 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
continuing with the installation, Continue? (y/n) [n]
계정을 root로 변경한 후 xhost +를 실행
# xhost +
access control disabled, clients can connect from any host
# xclock(시계 창이 열리면 확인 후 닫는다)
# echo $DISPLAY(display를 확인한다.)
:0
사용자 계정을 oracle로 변경 후 Display를 실행
#su – oracle
$xclock(시계가 뜨는지 확인한다.- 아마도 에러가 날것이다.)
Error: can’t open display
$export DISPLAY=:0(DISPLAY 값을 root계정의 DISPLAY 값과 동일하게 맞춰 준다.)
$xclock (시계 창이 뜨는 걸 확인 후 닫는다)
$./runInstaller
728x90
'▶ IT > 2. DATABASE' 카테고리의 다른 글
Windows10에 Mrida DB설치하기 (0) | 2021.03.12 |
---|
댓글
250x250