안녕하세요 solaris10 에 oracle 을 설치하고 있는데요
아래와 같은 오류가 계속 나와서요
oracle 계정을 만들고 아래와 같이 설치를 진행했는데요
계속 xdpinfo 로 색상에 대한 자동검사를 실행할수 없다고 합니다.
해결책으로 검색을 해본 것이 대부분 root 계정으로 xhost + 를 실행하라고 되어있는데요
----
1) log into console as root and open a terminal window within CDE
2) DISPLAY=:0.0
3) export DISPLAY
4) xhost +
5) su - oracle
6) DISPLAY=:0.0
7) export DISPLAY
8) /user/openwin/bin/xclock <launched xclock this way to ensure it was working, and it was>
9) changed back to the directory where the runInstaller was and launched.
----
xhost + 를 실행하면
# xhost +
xhost: 없음
# /usr/openwin/bin/xhost +
/usr/openwin/bin/xhost: unable to open display ""
#
위와 같이 뜨네요
하루종일 보는데 솔직히 솔라리스 , 오라클은 잘 알지 못하여
자문 구합니다 T.T
아래는 오라클 설치 준비를 하면서 오류가 뜨는 부분입니다.
bash-3.00$ export DISPLAY=192.168.0.250
-bash-3.00$ export DISPLAY=192.168.0.250:0.0
-bash-3.00$ cd /download/database
-bash-3.00$ ./runInstaller
Oracle Universal Installer 시작 중...
임시 공간 확인 중: 180MB 이상이어야 합니다.. 실제 2042MB 성공
스왑 공간 확인 중: 150MB 이상이어야 합니다.. 실제 2900MB 성공
모니터 확인 중: 최소 256 색상을 표시하도록 구성되어 있어야 합니다.
>>> /usr/openwin/bin/xdpyinfo 명령을 사용하여 디스플레이 색상에 대한 자동 검사를 실행할 수 없습니다. DISPLAY 변수가 설정되어 있는지 확인하십시오. 실패 <<<<
일부 요구 사항 검사를 실패했습니다. 설치를 계속하기 전에 이러한
요구 사항이 충족되어야
계속하겠습니까? (y/n) [n] y
>>> 필수 필요 조건을 만족하지 않지만 무시하고 계속하는 중입니다.
다음에서 Oracle Universal Installer의 시작을 준비하는 중 /tmp/OraInstall2016-02-08_03-29-47PM. 기다리십시오.-bash-3.00$ Xlib: connection to "192.168.0.250:0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
at oracle.install.commons.util.Application.startup(Application.java:758)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable.
DISPLAY=<machine-name>:0.0; export DISPLAY
Start the Oracle Universal Installer (OUI) by issuing the following command in the database directory.
./runInstaller
¼º°øÇß½À´Ï´Ù^^; root °èÁ¤¿¡¼µµ ÇÏ°í oracle°èÁ¤¿¡¼µµ ÇؾßÇϱº¿ä; ;