Network not working on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Network not working on Solaris 10
# 8  
Old 02-11-2009
Thanks for you guys' tips.

I forgot to mention that the /etc/netmasks file was already set, as

192.168.1.0 255.255.255.0

172.16.1.0 255.255.255.0

The /etc/defaultrouter was set, as

192.168.1.1

For 172.16.1.0 subnet, as all three machines use direct routing for this local network, I think no router needed for them.
Actually, one machine has a rtls0 nic working on 172.16.1.15. It can communicate with one machine (with XP installed)
on 172.16.1.4 without problem.


I realized the problem may come from the nic drivers to be installed. Here is why and the problem:

1) The environment:

Two networks: 192.168.1.0 with an extra router;

172.16.1.0 no router -- and no router needed

Three machines Win1, Sol1, Sol2.

Win1:

installed with XP, two NICs, 192.168.1.4 and 172.16.1.4. No problem at all.

Sol1:

Solaris 10 5/8, or later 10/8;

two NICs:

nVidia nforce 430 MCP61 for 192.168.1.15

Realtek 8139 for 172.16.1.15

Sol2:

Solaris 10 5/8

two NICs:

Intel 82562 ET/EZ/GT/GZ Pro/100 VE (from result of scanpci command), for 192.168.1.12

3Com 3c905C-TX/TX-M [Tornado] (from result of scanpci command), for 172.16.1.12

During the Solaris installations for Sol1 and Sol2 machines, only Sol1's Realtek nic was recognized (rtls0).

I identified the problem is likely coming from the NICs' drivers -- could not be properly installed:

3). Working on Sol2 machine

I first manually tried to install Sol2's two nic drivers.
For machine Sol2, from "# prtconf -pv" I got the vendor ids and device ids

Intel 82562 vendor id 8086, device id 1064

3c905C-TX vendor id 10b7, device id 9200

3.a) Installing Intel 82562 EZ
According SUN's site: http://www.sun.com/bigadmin/hcl/data...ils/2717.html:

Need to do:

# update_drv -a -i "pci8086,1050" iprb;

and reboot.

But my Intel nic has device id 1064. And I tried 1050, not working. So I used

# update_drv -a -i "pci8086,1064" iprb;

That's good, NO errors appearred. After restarted

# ifconfig iprb0 plumb ==> no error

# ifconfig iprb0 192.168.1.12/24 broadcast 192.168.1.255 up

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

iprb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 192.168.1.12

netmask ffffff00 broadcast 192.168.1.255 ether 0:1e:90:cd:9a:a4

So far, it's fine.

# ping 192.168.1.12 ==> working

# ping 192.168.1.4 ==> no responding from Win1

(checking the log of the firewall on Win1: no messaged received from 192.168.1.12)

# ping 192.168.1.1 ==> no responding from the router

3.b) Same as 3c905C-TX card.

# update_drv -a -i "pci10b7,9200" elxl

After

# ifconfig elxl0 plumb

# ifconfig elxl0 172.16.1.12/24 broadcast 172.16.1.255 up

Same result as to Intel 82562

3.c) Remove and then reinstall drivers even failed
Later, for a retry, I executed

# ifconfig iprb0 unplumb

# ifconfig elxl0 unplumb

# rem_drv iprb

# rem_drv elxl

And remove the entries in /etc/driver_aliases file for these two nics

Now,

# update_drv -a -i "pci8086,1064" iprb ==> error: "Driver (iprb) not installed"

# update_drv -a -i "pci10b7,9200" elxl ==> error: "Driver (elxl) not installed"

4) Working on Sol1 machine -- The result showed that my problems may come from the drivers for all nics
As I couldn't solve the problems on Sol2, I shifted to Sol1. During the Solaris installation, rtls0 was recognized and
set to 172.16.1.15 and then Sol1 could immediately talk to Win1 after installation by

# ping 172.16.1.4

For the nForce 430 MCP61 nic, using

# prtconf -pv

will not show info as it did not show up clearly the "Ethernet" message.

But by using

# /usr/X11/bin/scanpci -v

I can get this nforce430 MCP61 nic info as:

pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x10de device 0x03ef

nVidia Corporation MCP61 Ethernet

CardVendor 0x1019 card 0x2609 (Elitegroup Computer Systems, Card unknown)

STATUS 0x00b0 COMMAND 0x0007

CLASS 0x06 0x80 0x00 REVISION 0xa2

BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00

BASE0 0xfe02d000 addr 0xfe02d000 MEM

BASE1 0x0000ec01 addr 0x0000ec00 I/O

MAX_LAT 0x14 MIN_GNT 0x01 INT_PIN 0x01 INT_LINE 0x0f

BYTE_0 0x19 BYTE_1 0x10 BYTE_2 0x09 BYTE_3 0x26

So: vendor id 10de, device id 03ef

I could not find the nge driver for it. But I could get nfo driver for it from http://homepage2.nifty.com/mrym3/taiyodo/eng/

I tried version 1.1.2, version 2.4.4 and version 2.6.3. I got strange results:

From checking the file: nfo_gem.c for all three versions, only 2.6.3 support nforce 430, MCP61.
Installing version 2.6.3 let me plumbing, assigning address 192.168.1.15 and ping itself, but could NOT ping 172.16.1.4
Installing version 1.1.2 reported error when executing

# ./adddrv.sh ==> error: "System configuration files modified but driver not loaded or attached"

But

# modload obj/nfo ==> good

# devfsadm -i nfo ==> good

# ifconfig nfo0 plumb ==> good

# ifconfig nfo0 192.168.1.15/24 broadcast 192.168.1.255 up ==> good

# ping 192.168.1.15 ==> ping itself, good

# ping 192.168.1.4 ==> good. Succeeded!!!!

# ping 192.168.1.1 ==> good. Succeeded!!!!

I was excited. But after restart, nfo dispeared. And I tried reload the drivers for all versions.
It never worked again.

By so far, I realized that it's likely a problem from the drivers.

5) So my problem is:

Where I can find correct drivers for

Intel 82562EZ Pro/100

nVidia nforce430 MCP61

3Com 3c905C-TX

And how to install them correctly and uninstall?

And further, for nforce430 MCP61, where is the SUN nge driver I can find and how to install?


Thank you so much

dunson

Last edited by dn100; 02-11-2009 at 03:36 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 11 LDOM guest network not working

I'm really stuck here. I've created an LDOM on a SPARC T4-1 with Solaris 11.4 to run a copy of Linux for SPARC. I got the Linux ISO installed and Linux itself installed and booted OK. The only thing is is that there's no networking available in the Linux guest. This question is basically the... (7 Replies)
Discussion started by: Michele31416
7 Replies

2. Red Hat

Network Teaming not working in RHEL/CentOS 7

I was testing Networking Teaming (activebackup) with a VM hosted on VmWare Workstation and VirtualBox, and the result is, if the active interface is down, the system is not using the backup interface. Tested on both CentOS / RHEL 7 Please find below the command I have used to configure teaming.... (0 Replies)
Discussion started by: atanubanerji
0 Replies

3. Solaris

Network of Virtual machine not working

Hello, I have a problem. I have a server SPARC T3-1 with solaris 11 on the base. The server is working well. And then i did a virtual machine using again Solaris 11 to do this, but now my notwork on my virtual machine is not working anymore. There says that the network that i have created is... (11 Replies)
Discussion started by: keziacp
11 Replies

4. SCO

Printing to a working network printer using PCL

I am trying to get a network printer to work that currently works from my Unix (5.0.7) server when printing text files only. When I try to print post script files like a PDF file I get all of the controls so I am not sure if I have my printer configuration setup properly in Unix The printer... (1 Reply)
Discussion started by: ziggy6
1 Replies

5. Ubuntu

Wireless network not working

Hi, I am a new to Ubuntu linux and trying to learn it. I am using ubuntu 10.04. I am getting problem in setting my wireless network. I set it up properly and was working fine. But suddenly it stopped working, though the wireless icon saying that it is connected, but can't load any page. I... (2 Replies)
Discussion started by: linux_learner
2 Replies

6. Solaris

Executable compiled on solaris 10 not working on solaris 9

Hi I compiled an executable on Solaris 10 which creates semaphore ( semget) but it didn't work on solaris 9 , while it is executing sucessfully on solaris 10. It is throwing the system error that Invalid arguments ( system error 22) on solaris 9. the ldd for the executable on two servers is as... (4 Replies)
Discussion started by: ash_bit2k2
4 Replies

7. Solaris

solaris 8 network

hi all, how do i change the routing info and make sure i will be able to connect remotely? any ideas please? thanks in advance. (5 Replies)
Discussion started by: itik
5 Replies

8. Solaris

rare network problem even-- reinstall is not working

i am not able to install solaris 10 i have installed solaris many times succesfully with wotking network after that abrupt power failure i was never able to start solaris and neither install during install it hangs IS IT PROBABLE THAT BIOS OR SOME OTHER SETTINGS RELATED TO HARDWARE IS... (3 Replies)
Discussion started by: simaich8
3 Replies

9. Solaris

Getting solaris on my network

I have a solaris x86 box that ive been having trouble getting on my network, anyone know a good guide that can take me through it step by step? (1 Reply)
Discussion started by: xtremepancakez
1 Replies

10. IP Networking

home network not working!

i just linked 2 100MHz Linux kernel 2.4.2 boxes togeather using a direct cable connection, on two 3Com PCI network cards, using the EtherLink III chipset. Unfortuanately, when I boot both PCs, i get a loading interface: eth0 for five minutes, then a failed flag. No networking suppt. in windows,... (2 Replies)
Discussion started by: boris888
2 Replies
Login or Register to Ask a Question