- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- connectivity issue!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 02:53 AM
05-19-2006 02:53 AM
connectivity issue!!
I am trying to login from a Sun server to HP server. I am able to telnet from the HP machine to the Sun server.
The IP of the Sun server is 10.221.51.147 and the IP of the HP server is 10.221.51.168.
Cany anybody suggest a workaround for this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 02:59 AM
05-19-2006 02:59 AM
Re: connectivity issue!!
Are you able to ping from both servers?
What about login from HP to Sun?
Can you try ftp between them?
If ping is not working the suspect the LAN or routing issue.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:02 AM
05-19-2006 03:02 AM
Re: connectivity issue!!
Are you able to ping from Sun server to HP Server? Does it have stable connectivity ?
I suspect, it could be an issue with Network connectivity or DNS issue ?
Also, check with syslog
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:27 AM
05-19-2006 03:27 AM
Re: connectivity issue!!
Either way the ping is not working
ftp is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:30 AM
05-19-2006 03:30 AM
Re: connectivity issue!!
You u sure that telnet is working from HP to sun but ping and ftp not working.
Ok try doing the same using IP address instaed of hostname.
can you post netstat -nr of both systems.
It may be due to your /etc/resolv.conf. Check the domain name in that file.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:40 AM
05-19-2006 03:40 AM
Re: connectivity issue!!
>netstat -nr
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.3.168 192.168.3.168 UH 0 lan13:1 4136
192.168.3.136 192.168.3.136 UH 0 lan13 4136
10.221.51.168 10.221.51.168 UH 0 lan1:1 4136
10.221.11.136 10.221.11.136 UH 0 lan0 4136
10.221.51.136 10.221.51.136 UH 0 lan1 4136
10.221.40.136 10.221.40.136 UH 0 lan3 4136
192.0.0.192 192.168.3.136 UH 0 lan13 0
10.221.51.0 10.221.51.136 U 3 lan1 1500
10.221.51.0 10.221.51.168 U 3 lan1:1 1500
10.221.11.0 10.221.11.136 U 2 lan0 1500
10.221.40.0 10.221.40.136 U 2 lan3 4352
192.168.3.0 192.168.3.136 U 3 lan13 1500
192.168.3.0 192.168.3.168 U 3 lan13:1 1500
192.168.4.0 192.168.3.136 U 0 lan13 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.221.51.250 UG 0 lan1 0
On Sun machine:
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 192.168.2.5 U 1 6796 hme0
147.204.2.0 192.168.2.250 UG 1 6976
224.0.0.0 192.168.2.5 U 1 0 hme0
default 192.168.2.254 UG 1 8481
127.0.0.1 127.0.0.1 UH 2 41 lo0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:42 AM
05-19-2006 03:42 AM
Re: connectivity issue!!
IF not, please kill the initd on the hp server, and then restart it:
inetd -k
inetd -c
then rebuild the device files with insf -e
Regards,
Jaime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:47 AM
05-19-2006 03:47 AM
Re: connectivity issue!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:52 AM
05-19-2006 03:52 AM
Re: connectivity issue!!
Try a
route add host 10.221.51.147 10.221.51.147
I am not sure of the netmask - if this doesnt work add netmask of 255.255.255.255
Regards,
Ninad