On Jun 10, 7:41 am, Dave Uhring <daveuhr...@yahoo.com> wrote:
> On Sun, 10 Jun 2007 00:00:24 +0000, lucren wrote:
> > What brought this to the surface was trying to install oracle through
> > an xsever. The DISPLAY=192.168.1.100:0.0 but this failed...started
> > troubleshooting and it appears that the linux machinecannotsee the
> > WinXP machine.
>
> Windows does not have xsever (sic). Did you install one?
Here's how this was resolved:
WinXP firewall was turned off. ZoneAlarm unblocked traffic from
192.168.1.101. WinAxe was installed as the xserver.
I was able to successfully install the oracle instance and the
application server.
What remains is that I'm not able to access the management pages for
the oracle instance from WinXP. The hostname is set on the linux
machine, both in /etc/hosts and /etc/sysconfig/network. The app pages
load fine from the linux machine. (httpd.conf ServerName is set
correctly to match the hostname of the linux machine). I have the
entry in the windows /etc/hosts as:
192.168.1.101 servername.domain.com (in example). I'm able to ping
the linux box by servername.domain.com, but can't get pages from the
linux machine to load on the WinXP:
http://severname.domain.com/em (in example)
I'm not sure what I'm overlooking, but based on the previous firewall
issues I wouldn't be so bold to think its not something simple.
Thoughts?