From: vedmak on 10 May 2010 08:56 Recently got ss20, installed solaris 7 and have no network connection, the interface tests fine from the bios, but on boot I get Copyright (c) 1983-1999, Sun Microsystems, Inc. configuring network interfaces:ifconfig: andromeda: bad address le0. le0: No carrier - cable disconnected or hub link test disabled? ss20 is hooked up to cisco 837, cable was tested, tried to change speed from auto full duplex to 10 full duplex, and 10 half duplex - no result. # ifconfig -a lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 0.0.0.0 netmask 0 ether 8:0:20:fe:ed:33 # # ifconfig -a lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 0.0.0.0 netmask 0 ether 8:0:20:fe:ed:33 # cat /etc/defaultrouter 192.168.1.254 # cat /etc/hosts # # Internet host table # 127.0.0.1 localhost 192.168.1.211 andromeda loghost # cat /etc/resolv.conf nameserver 68.94.156.1 nameserver 68.94.157.1 # cat /etc/nsswitch.conf # # /etc/nsswitch.files: # # An example file that could be copied over to /etc/nsswitch.conf; it # does not use any naming service. # # "hosts:" and "services:" in this file are used only if the # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports. passwd: files group: files hosts: dns networks: files protocols: files rpc: files ethers: files netmasks: files bootparams: files publickey: files # At present there isn't a 'files' backend for netgroup; the system will # figure it out pretty quickly, and won't use netgroups at all. netgroup: files automount: files aliases: files services: files sendmailvars: files # any help is greatly appreciated
From: Roland Titze on 10 May 2010 09:36 On 10 Mai, 14:56, vedmak <vedma...(a)gmail.com> wrote: > Recently got ss20, installed solaris 7 and have no network > connection, > the interface tests fine from the bios, > but on boot I get > > Copyright (c) 1983-1999, Sun Microsystems, Inc. > configuring network interfaces:ifconfig: andromeda: bad address le0. > le0: No carrier - cable disconnected or hub link test disabled? > > ss20 is hooked up to cisco 837, cable was tested, tried to change > speed from auto full duplex to 10 full duplex, and 10 half duplex - no > result. > > # ifconfig -a > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > inet 127.0.0.1 netmask ff000000 > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > inet 0.0.0.0 netmask 0 > ether 8:0:20:fe:ed:33 > # > > # ifconfig -a > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > inet 127.0.0.1 netmask ff000000 > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > inet 0.0.0.0 netmask 0 > ether 8:0:20:fe:ed:33 > # cat /etc/defaultrouter > 192.168.1.254 > # cat /etc/hosts > # > # Internet host table > # > 127.0.0.1 localhost > 192.168.1.211 andromeda loghost > # cat /etc/resolv.conf > nameserver 68.94.156.1 > nameserver 68.94.157.1 > # cat /etc/nsswitch.conf > # > # /etc/nsswitch.files: > # > # An example file that could be copied over to /etc/nsswitch.conf; it > # does not use any naming service. > # > # "hosts:" and "services:" in this file are used only if the > # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" > transports. > > passwd: files > group: files > hosts: dns > networks: files > protocols: files > rpc: files > ethers: files > netmasks: files > bootparams: files > publickey: files > # At present there isn't a 'files' backend for netgroup; the system > will > # figure it out pretty quickly, and won't use netgroups at all. > netgroup: files > automount: files > aliases: files > services: files > sendmailvars: files > # > > any help is greatly appreciated It looks like your network configuration is broken. Check the files /etc/hostname.le0 /etc/nodename /etc/inet/netmasks and change the line of file /etc/nsswitch.conf from: hosts: dns to hosts: files dns If you cannot find the reason for your network configuration problem then run "sys-unconfig" to re-configure your system completely. HTH -- Roland
From: Michael Laajanen on 10 May 2010 10:00 Hi, vedmak wrote: > Recently got ss20, installed solaris 7 and have no network > connection, > the interface tests fine from the bios, > but on boot I get > > Copyright (c) 1983-1999, Sun Microsystems, Inc. > configuring network interfaces:ifconfig: andromeda: bad address le0. > le0: No carrier - cable disconnected or hub link test disabled? > > > ss20 is hooked up to cisco 837, cable was tested, tried to change > speed from auto full duplex to 10 full duplex, and 10 half duplex - no > result. > > # ifconfig -a > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > inet 127.0.0.1 netmask ff000000 > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > inet 0.0.0.0 netmask 0 > ether 8:0:20:fe:ed:33 > # > > # ifconfig -a > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > inet 127.0.0.1 netmask ff000000 > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > inet 0.0.0.0 netmask 0 > ether 8:0:20:fe:ed:33 > # cat /etc/defaultrouter > 192.168.1.254 > # cat /etc/hosts > # > # Internet host table > # > 127.0.0.1 localhost > 192.168.1.211 andromeda loghost > # cat /etc/resolv.conf > nameserver 68.94.156.1 > nameserver 68.94.157.1 > # cat /etc/nsswitch.conf > # > # /etc/nsswitch.files: > # > # An example file that could be copied over to /etc/nsswitch.conf; it > # does not use any naming service. > # > # "hosts:" and "services:" in this file are used only if the > # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" > transports. > > passwd: files > group: files > hosts: dns > networks: files > protocols: files > rpc: files > ethers: files > netmasks: files > bootparams: files > publickey: files > # At present there isn't a 'files' backend for netgroup; the system > will > # figure it out pretty quickly, and won't use netgroups at all. > netgroup: files > automount: files > aliases: files > services: files > sendmailvars: files > # > > > any help is greatly appreciated What if you do ifconfig le0 192.168.1.211 netmask 255.255.255.0 up ? /michael
From: vedmak on 10 May 2010 10:10 On May 10, 7:36 am, Roland Titze <rtitze.n...(a)googlemail.com> wrote: > On 10 Mai, 14:56, vedmak <vedma...(a)gmail.com> wrote: > > > > > Recently got ss20, installed solaris 7 and have no network > > connection, > > the interface tests fine from the bios, > > but on boot I get > > > Copyright (c) 1983-1999, Sun Microsystems, Inc. > > configuring network interfaces:ifconfig: andromeda: bad address le0. > > le0: No carrier - cable disconnected or hub link test disabled? > > > ss20 is hooked up to cisco 837, cable was tested, tried to change > > speed from auto full duplex to 10 full duplex, and 10 half duplex - no > > result. > > > # ifconfig -a > > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > > inet 127.0.0.1 netmask ff000000 > > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > > inet 0.0.0.0 netmask 0 > > ether 8:0:20:fe:ed:33 > > # > > > # ifconfig -a > > lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232 > > inet 127.0.0.1 netmask ff000000 > > le0: flags=842<BROADCAST,RUNNING,MULTICAST> mtu 1500 > > inet 0.0.0.0 netmask 0 > > ether 8:0:20:fe:ed:33 > > # cat /etc/defaultrouter > > 192.168.1.254 > > # cat /etc/hosts > > # > > # Internet host table > > # > > 127.0.0.1 localhost > > 192.168.1.211 andromeda loghost > > # cat /etc/resolv.conf > > nameserver 68.94.156.1 > > nameserver 68.94.157.1 > > # cat /etc/nsswitch.conf > > # > > # /etc/nsswitch.files: > > # > > # An example file that could be copied over to /etc/nsswitch.conf; it > > # does not use any naming service. > > # > > # "hosts:" and "services:" in this file are used only if the > > # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" > > transports. > > > passwd: files > > group: files > > hosts: dns > > networks: files > > protocols: files > > rpc: files > > ethers: files > > netmasks: files > > bootparams: files > > publickey: files > > # At present there isn't a 'files' backend for netgroup; the system > > will > > # figure it out pretty quickly, and won't use netgroups at all. > > netgroup: files > > automount: files > > aliases: files > > services: files > > sendmailvars: files > > # > > > any help is greatly appreciated > > It looks like your network configuration is broken. > Check the files > > /etc/hostname.le0 > /etc/nodename > /etc/inet/netmasks > > and change the line of file /etc/nsswitch.conf > > from: > hosts: dns > > to > hosts: files dns > > If you cannot find the reason for your network configuration problem > then run "sys-unconfig" to re-configure your system completely. > > HTH > -- > Roland thanks for the input Roland, I did sys-unconfig and now it tells me le0le0: No carrier - cable disconnected or hub link test disabled? on the config screen. I suspect it is something between my cisco 837 and sun sparcstation 20.
From: Oscar del Rio on 10 May 2010 10:23 On 05/10/10 10:10 AM, vedmak wrote: > on the config screen. I suspect it is something between my cisco 837 > and sun sparcstation 20. or a broken NIC on the ss20.
|
Next
|
Last
Pages: 1 2 3 Prev: How to make iso image? Next: Fresh install of Solaris 10u9 from running system, pfinstall? |