Title: | DEC TCP/IP Services for OpenVMS |
Notice: | Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System |
Moderator: | ucxaxp.ucx.lkg.dec.com::TIBBERT |
Created: | Thu Nov 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5568 |
Total number of notes: | 21492 |
I've seen this problem multiple times but never bothered for a real 'fix' cause it was happenning to 'other' people. Now, it's happenning to me. :*) I've set up a primary name server; no problem works fine. I've then set up a secondary name server; problem. Description: My primary name server is in domain "cth.dec.com". My secondary name server is in domain "csc.dec.com". I did all the 'set config bind..." stuff and the ".db" files were copied over from the primary to the secondary (w/ all the csc.dec.com entries only) Here's the problem: UCX> sh host/nolocal %UCX-W-BIND_NOSERVNAM, Server with address 128.90.90.90 is not responding %UCX-E-BIND_NOSERVERS, Default servers are not available %UCX-W-NORECORD, Information not found -UCX-E-BIND_NOSERVERS, Default servers are not available UCX> note:***128.90.90.90 is the address of the secondary name server. THEN.... UCX> sh host andy ! this fictitious name is both of my ! '.db' files on my secondary server BIND database Server: 128.90.90.90 mike Host address Host name 128.90.90.1 ANDY.csc.dec.com ucx is v4.1-ECO4 on vms6.2 Also: $ mcr ucx$nslookup *** Can't find server name for address 128.90.90.90: Non-existent domain *** Default servers are not available So what is it that "I" don't understand. ;*) Andy
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5506.1 | NS record missing ?? | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Wed May 14 1997 03:27 | 16 |
Andy, I've also seen this several times. If I do understand your setup correctly, you are secondary server for the csc.... domain. Did you put an NS entry in the db file concerning that domain for your server ? I think this might be the problem. Perhaps could you post a bit more information ..... ucx sho name - ucx sho config bind - ucx sho service bind - the database of the csc domain ? Regards, Guy | |||||
5506.2 | info | KAOT01::WATTERS | Wed May 14 1997 11:54 | 68 | |
Thanks for the reply Guy. Here's some info from the secondary server: $ty CSC_DEC_COM.DB ; ; D O N O T E D I T ! ; ; This is a secondary database, copied over the network ; automatically by the UCX BIND server. The server will ; purge any existing versions of this file when a new ; version is copied over the network. ; $ORIGIN DEC.COM. CSC IN SOA decmcc.cth.dec.com. POSTMASTER.decmcc.cth.dec.co m. ( 3 3600 300 172800 43200 ) $ORIGIN CSC.DEC.COM. WATT IN A 128.90.90.2 mike IN NS 128.90.90.90.CSC.DEC.COM. mark IN A 128.90.90.3 ANDY IN A 128.90.90.1 $ty 90_90_128_IN-ADDR_ARPA.DB;1 ; ; D O N O T E D I T ! ; ; This is a secondary database, copied over the network ; automatically by the UCX BIND server. The server will ; purge any existing versions of this file when a new ; version is copied over the network. ; $ORIGIN 90.128.IN-ADDR.ARPA. 90 IN SOA decmcc.cth.dec.com. POSTMASTER.decmcc.cth.dec.co m. ( 2 3600 300 172800 43200 ) $ORIGIN 90.90.128.IN-ADDR.ARPA. 2 IN PTR WATT.CSC.DEC.COM. 3 IN PTR MARK.CSC.DEC.COM. 1 IN PTR ANDY.CSC.DEC.COM. Note: decmcc.cth.dec.com is my primary server UCX> sh config bind Primary Domain: 0.0.127.IN-ADDR.ARPA File: NAMED.LOCAL Secondary Domain: CSC.DEC.COM File: CSC_DEC_COM.DB Host: 128.45.80.9 Secondary Domain: 90.90.128.IN-ADDR.ARPA File: 90_90_128_IN-ADDR_ARPA.DB Host: 128.45.80.9 Cache Domain: . File: NAMED.CA Notes: 128.45.80.9 is the address of decmcc.cth.dec.com(the primary server) I appreciate any help you can provide; meanwhile I'm trying everything under the sun. :*) Andy | |||||
5506.3 | answer | KAOT01::WATTERS | Wed May 14 1997 13:41 | 12 | |
Got the answer: RFC 1033. Add this to .db file: csc.dec.com. IN NS mike.csc.dec.com. mike.csc.dec.com. IN A 128.90.90.90 Works now. Thanks again. Andy |