Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Dead DNS

    My Solaris 9 box will not resolve any addresses.
    It is DHCP and the resolv.conf has not changed.
    I've tried releasing the IP and rebooted.. no help.
    This all started when i tried to install a second NIC (This is still
    not working , But thats another story)

    I can go to sites using the ip or putting the ip in the hosts file but
    this wouls not fall into the category of efficient surfing ;-)


    Thanks
    Mark
    Mark Guest

  2. Similar Questions and Discussions

    1. Is InnoDB dead?
      Hi, As InnoDB has been acquired by Oracle, it that means the future version of MySQL will not ship with InnoDB? Will it cause licensing...
    2. Is this a dead group?
      is this group dead?
    3. Dead man switch
      Just out of curiosity; If DMS kicked-off, and the network is down it has nowhere to go. Therefore is DMS possible without a network? TIA
    4. How to varyonvg with a dead PV?
      Emeric Maschino wrote: exportvg will get the VG out of your ODM without having to access the disk. Chris Mattern
    5. DEAD MAC! - HELP!!!
      Hey Group... Any suggestions would be greatly appreciated!!! My home computer just died this past weekend....It's a Mac G3 Desktop 266mHz...
  3. #2

    Default Re: Dead DNS

    On Sat, 28 Jun 2003 10:27:59 -0500, Dave Uhring <daveuhring@yahoo.com>
    wrote:
    >On Sat, 28 Jun 2003 15:11:37 +0000, Mark wrote:
    >
    >> My Solaris 9 box will not resolve any addresses.
    >> It is DHCP and the resolv.conf has not changed.
    >> I've tried releasing the IP and rebooted.. no help.
    >> This all started when i tried to install a second NIC (This is still
    >> not working , But thats another story)
    >>
    >> I can go to sites using the ip or putting the ip in the hosts file but
    >> this wouls not fall into the category of efficient surfing ;-)
    >
    >Which indicates that your network interface is configured and your route
    >table is correct.
    >
    >There are 2 files required for DNS, /etc/resolv.conf and
    >/etc/nsswitch.conf. Copy /etc/nsswitch.dns to /etc/nsswitch.conf.
    >
    >If nslookup [url]www.sun.com[/url] does not produce
    >
    >Non-authoritative answer:
    >Name: [url]www.sun.com[/url]
    >Address: 64.124.140.181
    >
    >then post the content of /etc/resolv.conf.
    It was the nsswitch file,
    any ideas would cause this to happen ?

    Thanks


    Mark Guest

  4. #3

    Default Re: Dead DNS

    On Sat, 28 Jun 2003 17:24:44 +0000, Mark wrote:
    > It was the nsswitch file,
    > any ideas would cause this to happen ?
    The /etc/nsswitch.conf file installed by the system from SUNWcsr has this
    line:

    hosts: nis [NOTFOUND=return] files

    To use DNS you require:

    hosts: files dns

    Dave Uhring Guest

  5. #4

    Default Re: Dead DNS

    Mark wrote:
    > It was the nsswitch file,
    > any ideas would cause this to happen ?
    Did you run sys-unconfig at any point? This will overwrite
    nsswitch.conf.

    Regards, Ian
    Ian Northeast Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139