VNC를 이용한 원격에서의 오라클 설치.
원격에서 오라클을 설치해야 하는 상황입니다. 일단 시스템은 페도라 코어 3이며 VNC 로 잘 접속이 됩니다. 오라클 10g 의 설치 준비는 다 되어 있으며 이제 runInstaller 를 실행할 단계인데 아무래도 액스윈도를 원격으로 띄우는 문제 때문에 제대로 실행이 되지 않습니다.
다음과 같은 메세지가 나옵니다.
[oracle@izeye2 Disk1]$ ./runInstaller
Starting Oracle Universal Installer...Checking installer requirements...
Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0
PassedAll installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-01-06_01-44-36AM. Please wait ...[oracle@izeye2 Disk1]$ Xlib: connection to ":1.0" refused by server
Xlib: No protocol specifiedException in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':1.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:134)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:231)
at java.awt.Window.<init>(Window.java:275)
at java.awt.Frame.<init>(Frame.java:401)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:349)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2106)[oracle@izeye2 Disk1]$
으흠...도움을 부탁 드립니다.
DISPLAY variable이 문제이니, 다음처럼 한 후에 runIns
DISPLAY variable이 문제이니, 다음처럼 한 후에 runInstaller를 수행해 보세요.
DISPLAY=<X-Windows Host>:0.0
export DISPLAY
rm -rf /tmp/OraInstall
./runInstaller
----
I paint objects as I think them, not as I see them.
atie's minipage
답변해 주셔서 감사합니다...하지만 제대로 설치가 되지 않습니다. 말씀
답변해 주셔서 감사합니다...하지만 제대로 설치가 되지 않습니다. 말씀하신데로 작업 했습니다만...같은 메세지가 출력 됩니다.
오라클 서버: 10.51.12.174 (VNC 서버가 설치되어 있음)
원격지 피씨: 10.51.12.176 (VNC 클라이언트로 접속)
원격지 피씨에서 오라클이 설치될 서버에 접속하여 다음과 같이 했습니다.
결과는 이전과 같이 설치가 안되고 있습니다. 으흠...
vnc 5901로 접속을 하면, 10.51.12.174:1 또는 10.5
vnc 5901로 접속을 하면, 10.51.12.174:1 또는 10.51.12.174:0.1 이겠죠.
----
I paint objects as I think them, not as I see them.
atie's minipage
xhost 문제 해결.
정확한 답변 고맙습니다. ^^
댓글 달기