Network Connectivity lost after reboot


 
Thread Tools Search this Thread
Operating Systems Solaris Network Connectivity lost after reboot
# 1  
Old 07-25-2005
Network Connectivity lost after reboot

I have 4 V440 servers running Solaris 9. I have their interfaces configured (ce0) and have connectivity to our network. However, after reboot,...the connectivity is lost although the interface shows that its still up after an ifconfig -a.

Only after I reconfigure the interface do I restore network connectivity using ifconfig commands from command line.

Would appreciate any help.

Storageguy
# 2  
Old 07-26-2005
Please post a snap from your /var/adm/messages file....
Maybe auto-negoiation isnt working correctly. You can try to hard-code the speed and duplex settings both on the V440 and your switch..
# 3  
Old 07-26-2005
Check that there is a host entry in /etc/hosts for whatever you have in /etc/hostname.ce0

Also if you have a subnetmask that isnt one of the old standard class A,B or C networks it needs to be in /etc/netmasks

Also ... *just in case* check you tcp/ip startup files are present

/etc/rc2.d/S69inet
/etc/rc2.d/S72inetsvc
# 4  
Old 07-26-2005
Networkfre@k, thanks for your reply.....both server and switch are set to 100 Full Duplex.

Unbeliever, thanks for youre reply. Both hosts and hostname.ce0 are correct. I have the subnet listed in the /etc/netmasks file.

/etc/rc2.d/S69inet and /etc/rc2.d/S72inetsvc are there.
# 5  
Old 07-26-2005
Check that /etc/hostname.ce0 is ce(zero) and not capital O which would cause the system not to find the hostname/ip to set up on ce0.

Check that both startup scripts mentioned are executable by root (and owned by root).

Setting ce interface to specific required settings:
The commands for the ce fiber card (Sun GigaSwift 1.0) are:

ndd -set /dev/ce instance 0 (settings for ce0)
ndd -set /dev/ce adv_1000hdx_cap 0 (no half-duplex)
ndd -set /dev/ce adv_pause_cap 1
ndd -set /dev/ce adv_asmpause_cap 0 (send/receive pause frames)
ndd -set /dev/ce adv_autoneg_cap 0 (turn auto-negotiation off)

These should be in a start up file - change to specific settings required by your site. Always check that the interface is truely up by looking with the ndd command parameter link_status (ifconfig can state UP but that does not mean the connection is up).
# 6  
Old 07-27-2005
After rebooting the server, instead of maually putting in the correct values for the server, enter the ifconfig as.

ifconfig ce0 + netmask +

this will tell ifocnfig to use the values in the configuration files for this interface do not plumb the interface before doing this. If it is not plumbed and you get an error, the the problem is most likely caused by the hostname.ce0 having an O instead of a zero as described by RTM.

If however this does work but incorrectly configures the iterface, most probably it will be the netmask which is incorrect. Solaris default is a class b subnet (ffff0000) if you have a class c it should be ffffff00, etc. If the netmask is incorrect add the appropriate entry and try again with the command given above.
# 7  
Old 07-28-2005
Out of interest has it ever worked correctly after a reboot? Also have you recently changed the switch to which it is connected?

We've had problems before with suns and auto negaotiation with switches ... although we've never had it auto negotiate to not up at all :-) We just hard code the switches to the relevant speed now.

If you can and are allowed posting the output of ifconfig -a before and after running reborg's suggested command would tell us a lot.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Network connectivity Pre checks

Hello All, We are running multiple codes in prod all having different sources of databases in other servers. Many times due to network issue connectivity and DB issue the jobs got failed and to recover them become very brainstorming . I planning to create one script that can pre check if all the... (0 Replies)
Discussion started by: looney
0 Replies

2. UNIX for Dummies Questions & Answers

Configure network connectivity as guest O.S under vmware

Hi! I am not sure if this is the right place to post this question. What I did was to download vmware onto my laptop, them install a linux distro as a guest O.S., on VM network configuration I have used "bridge", them I used Virtual Network Editor to chose the network interface, but as I write... (4 Replies)
Discussion started by: fretagi
4 Replies

3. HP-UX

Network Connectivity Issues

Newbie with UNIX here. Currently troubleshooting a UNIX terminal we have. I determined it to be bad and swapped it out with a known good terminal. I went in and changed the IP address and host name to reflect the old terminal. Although now there is no connectivity. I swapped out the NIC... (1 Reply)
Discussion started by: kevinlord190
1 Replies

4. Solaris

Server M4000 server lost connectivity to storagetek 2540

Hi Guys, I have situation here ... server M4000 server lost connectivity to storagetek 2540 , storagetek 2540 unable to be ping.From DAS URL the storage is undetected. Any idea why this is happening. Please share. Thank you. Raj (1 Reply)
Discussion started by: muralirajah
1 Replies

5. UNIX for Dummies Questions & Answers

Will authconfig make permanent change or lost after reboot?

Hi, I made following configuration to create user directory: # authconfig --enablemkhomedir --update But the directory is created as permission 755, I'd like to modify the script to change directory access permission to 700, where is the script which copies /etc/skel to /home... (0 Replies)
Discussion started by: hce
0 Replies

6. UNIX for Advanced & Expert Users

network connectivity issue between vista and fedora

Hi guys, I had two computer which is one with vista and other one with fedora and they are connected via one router. from vista to fedora is fine.. I can ping or connect via putty using Ip address but I couldn't connect putty using hostname/domain. If I typed in fedora the hostname,... (0 Replies)
Discussion started by: peac3
0 Replies

7. SCO

Network lost after reboot

Hi .. can anyone help with this pleeaasse .. I have a Sco Unixware 7.1.0 server which has been running fine for nearly 10 years ... we have not had to do any os changes for several years. We tend to reboot it about once a month just to keep everthing clean! My issue is that we have just... (7 Replies)
Discussion started by: DickTutton
7 Replies

8. IP Networking

Lost Connectivity to the Internet

I'm running FreeBSD 6.2 and suddenly lost connectivity to the net. After unplugging the router and checking all the connections I could find nothing wrong. All the driver software seems to be intact. I thought I would remove the driver software and restore it. However, when I go to root and type ... (5 Replies)
Discussion started by: Aaron Van
5 Replies

9. IP Networking

ip network connectivity with novell

Hi, I would like to know how i can setup my unix computer to connect to novell. Anybody any idea? (5 Replies)
Discussion started by: edw1ns
5 Replies
Login or Register to Ask a Question