× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Rob,

According to this, Dekko has registered the 208 address on the public 
network. If this is no longer needed, you can probably request Sprint to 
remove that public DNS entry. Or you could just add NOTES01 to your host 
table on the System i.

As for why the OS and Domino are resolving to different addresses, I know 
that Domino caches the addresses in "$Savedxxx" fields on each server 
document. Look at those fields on your NOTES01 server and see if it has 
"internotes2.dekko.com" for the $SavedAddresses field. If so, you may want 
to check the server document and make sure that the internotes2.dekko.com 
isn't listed for the FQDN of that NOTES01 server. If it's there and still 
used, just put it into the host table with your internal address...

http://www-1.ibm.com/support/docview.wss?&uid=swg21094111

http://www.dnstools.com/?lookup=on&wwwhois=on&arin=on&portNum=80&target=208.16.99.7&submit=Get+Info


208.16.99.7 resolves to internotes2.dekko.com
Domain Whois Results:


No Match
IP Whois Results:
Connecting to whois.arin.net...

Sprint SPRINTLINK-BLKS (NET-208-0-0-0-1) 
                                  208.0.0.0 - 208.35.255.255
Group Dekko Services LLc SPRINT-D01063 (NET-208-16-99-0-1) 
                                  208.16.99.0 - 208.16.99.255

# ARIN WHOIS database, last updated 2007-02-04 19:10
# Enter ? for additional hints on searching ARIN's WHOIS database.

Chris Whisonant
Senior Mid-Range Systems Administrator
Comporium
803-326-7270
IBM Certified Specialist -- eServer i5 iSeries Domino Technical Solutions 
V5R3
IBM eServer Certified Systems Expert - iSeries Technical Solutions V5R2
IBM Certified System Administrator - Lotus Notes and Domino 6/6.5
IBM Certified System Administrator - Lotus Notes and Domino 7
IBM Certified Associate Developer - Lotus Notes and Domino 6/6.5

domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on 
02/02/2007 05:22:19 PM:

Whether PING looks in the host table, or the DNS, first is dependent on 
the entry for
"Host name search priority"
in
Change TCP/IP Domain (CHGTCPDMN)
otherwise known as
CFGTCP 12. Change TCP/IP domain information
*LOCAL says host table first.
*REMOTE says DNS first.

I have *LOCAL.
I have no entries in "10. Work with TCP/IP host table entries" for 
NOTES01.

Apparently someone out there somewhere has NOTES01 mapped to that 208 
address.  But, since,
1 - I have removed those DN Servers from CHGTCPDMN
2 - Ping finds it as the other "local" address
Why does a server console trace find it otherwise?

... wait ...

After rebooting i5/os now even the server console trace is finding it as 

the "local" address.
trace notes01 
Determining path to server NOTES01 
Available Ports:  TCPIP 
Checking normal priority connection documents only... 
Local network connection document found for NOTES01/DEKKO 
  Verifying address 'NOTES01.dekko.com' for NOTES01/DEKKO on TCPIP
    Requesting IP Address for NOTES01.dekko.com from DNS 
    DNS returned address 10.10.1.189 for NOTES01.dekko.com 

Don't know why an i5/os reboot was necessary.  Heck one of the perceived 

advantages of running Domino on i5/os is the multiple dpars using 
separate 
subsystems, etc.  I shouldn't have had to even bounce the darn Domino 
server, let alone the whole i5/os lpar.  Especially since ping was fat, 
dumb and happy.

There's no server console command like the DOS command IPCONFIG to flush 

the dns, is there?

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





Robert Laing <rlaing@xxxxxxxxx> 
Sent by: domino400-bounces+rob=dekko.com@xxxxxxxxxxxx
02/02/2007 04:23 PM
Please respond to
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>


To
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>
cc

Fax to

Subject
Re: Ping vs Notes Trace






Ping I believe looks in the Host table first -- what entry do you have 
there for notes01 ?

Not sure what trace looks at first:  dns or host table.

Bob






rob@xxxxxxxxx 
Sent by: domino400-bounces+rlaing=gemko.com@xxxxxxxxxxxx
02/02/2007 04:14 PM
Please respond to
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>


To
domino400@xxxxxxxxxxxx
cc

Subject
Ping vs Notes Trace






On the i5/os command line I can type in
ping notes01
and it will return 
Verifying connection to host system NOTES01.dekko-1 at address
  10.10.1.189. 
PING reply 1 from 10.10.1.189 took 0 ms. 256 bytes. TTL 64. 
PING reply 2 from 10.10.1.189 took 0 ms. 256 bytes. TTL 64. 
PING reply 3 from 10.10.1.189 took 0 ms. 256 bytes. TTL 64. 
PING reply 4 from 10.10.1.189 took 0 ms. 256 bytes. TTL 64. 
PING reply 5 from 10.10.1.189 took 0 ms. 256 bytes. TTL 64. 
Round-trip (in milliseconds) min/avg/max = 0/0/0. 
Connection verification statistics: 5 of 5 successful (100 %).

Which is good.

However, at the domino console I type in 
trace notes01
and I get back:
Determining path to server NOTES01 
Available Ports:  TCPIP 
Checking normal priority connection documents only... 
Local network connection document found for NOTES01/DEKKO 
  Verifying address 'NOTES01.dekko.com' for NOTES01/DEKKO on TCPIP
    Requesting IP Address for NOTES01.dekko.com from DNS 
    DNS returned address 208.16.99.7 for NOTES01.dekko.com 
Which is BS.

Now, we did have wierd stuff in CHGTCPDMN.  Two of the three DN Servers 
did not make sense and it's being blamed on someone who no longer works 
here.  So we changed those two to something that makes sense.  Stopped 
the 


Domino server and started it back up.
Ping still returns 10.10.1.189.
Domino Trace still returns 208.16.99.7.

What now?  Reboot the iSeries?


Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com

_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.



_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.


_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.



NOTICE: This message contains information which may be confidential. If 
the reader is neither the intended recipient nor a person responsible for 
delivering the message to the intended recipient, you are notified that 
any distribution, copying or retention of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by return e-mail, telephone or facsimile. Thank you.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.