My AIX server /etc/hosts has:
127.0.0.1 loopback localhost # loopback (lo0) name/address
10.56.4.10 OURSERVER
10.56.57.14 5R2RH0J.mycomp.local
I telnet from my windows pc (10.56.57.14) to the aix server (10.56.4.10) and log in as root
I su to oracle
Then export DISPLAY=10.56.57.14:0.0
Then dbca
java.lang.InternalError: Can't connect to X11 window server using '10.56.57.14:0.0' as the value of the DISPLAY variable.
at sun.awt.motif.MToolkit.<init>(MToolkit.java:63)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
at java.awt.Font.initializeFont(Font.java:119)
at java.awt.Font.<init>(Font.java:135)
Do I need to do something more to get things going?
Applications Support
UK
127.0.0.1 loopback localhost # loopback (lo0) name/address
10.56.4.10 OURSERVER
10.56.57.14 5R2RH0J.mycomp.local
I telnet from my windows pc (10.56.57.14) to the aix server (10.56.4.10) and log in as root
I su to oracle
Then export DISPLAY=10.56.57.14:0.0
Then dbca
java.lang.InternalError: Can't connect to X11 window server using '10.56.57.14:0.0' as the value of the DISPLAY variable.
at sun.awt.motif.MToolkit.<init>(MToolkit.java:63)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
at java.awt.Font.initializeFont(Font.java:119)
at java.awt.Font.<init>(Font.java:135)
Do I need to do something more to get things going?
Applications Support
UK