- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Communication Problems between Database Servers
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
11-23-2004 06:28 AM
11-23-2004 06:28 AM
Actually I can ping and tnsping from TEST to PRODUCTION...but I cannot ping or tnsping from PRODUCTION to TEST.
Attached is a zip file containing the output from netstat -rn from old and new servers.
old.txt --> output fron netstat -rn on TEST
new.txt --> output fron netstat -rn on PRODUCTION
Any help would be greatly appreciated. I suspect it is something to do with my routing information/tables. But networking is not up my steet period. Thanks... ;)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:30 AM
11-23-2004 06:30 AM
Re: Communication Problems between Database Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:33 AM
11-23-2004 06:33 AM
Re: Communication Problems between Database Servers
No Firewalls in between ?.
Can you ping test from production using ip_address (just OS ping).
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:41 AM
11-23-2004 06:41 AM
Re: Communication Problems between Database Servers
Other things to check - DNS resolver - do you do files then dns? check nsswitch.conf.
If files first, are both servers in each other's hosts files and have the correct ip?
Also check the netmask for your primary interfaces - are they the same?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:50 AM
11-23-2004 06:50 AM
Re: Communication Problems between Database Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:41 AM
11-23-2004 07:41 AM
Solution200.200.120.3 200.200.120.3 UH 0 235 lan0 4136
200.200.120.8 200.200.120.8 UH 0 188154 lan1 4136
(This, by the way, is an unsupported configuration. Having two interfaces on the same LAN is sort of frowned upon by HPUX and may or may not work.)
If you look at PRODUCTION you see only one address:
200.200.120.3 200.200.120.3 UH 0 lan1 4136
but it's the EXACT SAME ADDRESS as TEST's lan0. So I expect that what is really happening is that a ping from Test to Production causes a ping with source 200.200.120.8 to be sent to 200.200.120.3 but since 200.200.120.3 is a local address it may not even reach the wire but even if it does it will be sent to the MAC found in the arp table (arp -a) for 200.200.120.3 which will most assuredly be that of TEST's lan0 and not that of PRODUCTION. TEST's lan0 will happily answer the ping by replying with a packet to 200.200.120.8. So it works.
If you ping from PRODUCTION to TEST the ping will reach the TEST, I assume on 200.200.120.8, but the Echo Reply will be sent to its own MAC for 200.200.120.3 so PRODUCTION will not get a reply to its ping. So it fails.
You could use Ethereal to prove it but I'm pretty sure that is the problem. Remove the 200.200.120.3 from TEST and things should start working.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 11:36 PM
11-23-2004 11:36 PM
Re: Communication Problems between Database Servers
Thanks, but how do I remove 200.200.120.3 from TEST?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 11:50 PM
11-23-2004 11:50 PM
Re: Communication Problems between Database Servers
for example: ifconfig lan1 unplumb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 11:52 PM
11-23-2004 11:52 PM
Re: Communication Problems between Database Servers
ifconifg lan0 unplumb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 12:02 AM
11-24-2004 12:02 AM
Re: Communication Problems between Database Servers
Also my HummingBird Exceed client to connect to TEST is messed up...
going into meeting...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 01:46 AM
11-24-2004 01:46 AM
Re: Communication Problems between Database Servers
the command "landiag -g 1" should display something like that:
......
Administration Status (value) = up(1)
Operation Status (value) = up(1)
......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:05 AM
11-24-2004 02:05 AM
Re: Communication Problems between Database Servers
I checked the network and it is plugged in to a connection point on the wall. That connection point is dropping off wall physically but it is plugged into the SOCKET itself...what do you think?
I'll check it in the hub/switch now. I have like ZERO networking experience :(
Also I changed the IP address from 200.200.120.3 on test to 200.200.120.8...the test machine had the same IP as PRODUCTION in the hosts file. Do I have to do a reboot or a net/start stop.javascript:postAnswerSubmit('submit');
submit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:08 AM
11-24-2004 02:08 AM
Re: Communication Problems between Database Servers
root:INLAND3>/sbin/init.d/net stop
root:INLAND3>/sbin/init.d/net start
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
/sbin/init.d/net[118]: ^M: not found.
interface: ifconfig: no such interface
interface: ifconfig: no such interface
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
: unknown command
getting deeper into shark infested waters it seems....arghhh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:10 AM
11-24-2004 02:10 AM
Re: Communication Problems between Database Servers
Before you try to reboot anything, go and doublecheck AND correct the values in /etc/rc.config.d/netconf file - that is remove the unwanted ip and lan config
then you can reboot and see
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:15 AM
11-24-2004 02:15 AM
Re: Communication Problems between Database Servers
Does it seem correct? I cannot still ping TEST maching from production...it does not recognize it...Do I have to reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:20 AM
11-24-2004 02:20 AM
Re: Communication Problems between Database Servers
Difficult to say not knowing who is who
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:24 AM
11-24-2004 02:24 AM
Re: Communication Problems between Database Servers
Production is 200.200.120.3 "inland8"
Do I have to change anything according to what I have told you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:25 AM
11-24-2004 02:25 AM
Re: Communication Problems between Database Servers
the command "cat -v /etc/rc.config.d/netconf"
should not display any "^M" characters!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:31 AM
11-24-2004 02:31 AM
Re: Communication Problems between Database Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:32 AM
11-24-2004 02:32 AM
Re: Communication Problems between Database Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:33 AM
11-24-2004 02:33 AM
Re: Communication Problems between Database Servers
cp titi netconf
And check the perms before/after
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:35 AM
11-24-2004 02:35 AM
Re: Communication Problems between Database Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:40 AM
11-24-2004 02:40 AM
Re: Communication Problems between Database Servers
What do you have on the procution box?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:46 AM
11-24-2004 02:46 AM
Re: Communication Problems between Database Servers
Attached is the netconf from the production machine: inland8 (200.200.120.3)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:51 AM
11-24-2004 02:51 AM
Re: Communication Problems between Database Servers
ROUTE_GATEWAY[0]=""
This is if you wish to use lan0...
This should be configured like if you were on the lans here 200.200.120.1
Waiting to see the other netconf...
All the best
Victor