IS 9.1 on Linux RHEL 6.4 Installing error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Torn
Participant
Posts: 10
Joined: Wed Mar 06, 2013 9:17 am

IS 9.1 on Linux RHEL 6.4 Installing error

Post by Torn »

Hi all

I'm trying to install IIS 9.1 on Linux server, setup write

======> Enter one of the following URLs to your web browser to begin the install
ation process:
http://infosphere:8084/ISInstall
https://infosphere:8445/ISInstall

But my browser can't connect to this address. Timeout.
I can ping linux server from my client computer, there aren't any firewalls between us. Netstat show listening on 8084 and 8445 port. No log files created by IIS.

Host names resolving over file HOSTS on server and client
On server
-------------------
Last login: Wed Mar 6 19:53:21 2013 from 172.16.22.146
[root@infosphere ~]# ping 10.0.8.9
PING 10.0.8.9 (10.0.8.9) 56(84) bytes of data.
64 bytes from 10.0.8.9: icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from 10.0.8.9: icmp_seq=2 ttl=64 time=0.041 ms
^C
[root@infosphere ~]# ping infosphere
PING infosphere (10.0.8.9) 56(84) bytes of data.
64 bytes from infosphere (10.0.8.9): icmp_seq=1 ttl=64 time=0.029 ms
64 bytes from infosphere (10.0.8.9): icmp_seq=2 ttl=64 time=0.043 ms

On client
Ping 10.0.8.9 OK
Ping infosphere OK
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Which browser, and which version, are you using?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Torn
Participant
Posts: 10
Joined: Wed Mar 06, 2013 9:17 am

Post by Torn »

IE, Fierfox, Chrom - last versions, doesn't matter
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try opening Firefox on the Linux machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

although you can try opening the firefox on linux directly, however you should know what is blocking the browser from getting connected else you might not be able to connect from GUI. try

Code: Select all

telnet infosphere 8084
What is the output? and what is the output without port?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Torn
Participant
Posts: 10
Joined: Wed Mar 06, 2013 9:17 am

Post by Torn »

Problem was fixed, RHEL by default installation has ip-tables UP. I disabled its and now all OK.
Post Reply