Interface e1000g0 not showing in running state


 
Thread Tools Search this Thread
Operating Systems Solaris Interface e1000g0 not showing in running state
# 8  
Old 03-09-2013
ossuser@PNR1RAD01 # cat hostname.e1000g0
PNR1RAD01
ossuser@PNR1RAD01 # cat hostname.e1000g1
10.200.3.58
ossuser@PNR1RAD01 #

yes these cables go to the same switch, pls note this was working before but somehow this suddenly went down.
# 9  
Old 03-09-2013
Normally, a /etc/hostname.<interface name> file contains just a hostname (as you have in your hostname.e1000g0 file). The host names provided in these files is looked-up in /etc/hosts to tell Unix what ip address to use for that interface.

Anyway, you have different ip subnet addresses on these interfaces which, depending on how clever your network switch is, might confuse the hell out of the switch and cause it to "down" one of the interfaces.

You could provide different hostnames in each "hostname" file and different ip addresses for these in /etc/hosts.

Alternatively, if your switch will understand, you could set up an aggregate interface (Google that "aggr1") to combine two or more interfaces to look like one and load share via a clever switch.
This User Gave Thanks to hicksd8 For This Post:
# 10  
Old 03-09-2013
Code:
root@PNR1RAD01 # cat /etc/hosts 
# 
# Internet host table 
# 
127.0.0.1       localhost        
::1     localhost        
10.200.2.73     PNR1RAD01       loghost 
10.200.3.58     PNR1RAD01

yes its defined as above, but am still not able to resolve this issue, gave a soft reboot to the server as well but it did not help to resolve the issue.

Last edited by DukeNuke2; 03-09-2013 at 04:23 PM..
# 11  
Old 03-09-2013
With a /etc/hosts containing the same hostname twice, only the first entry will ever be used when the system searches to resolve a hostname.

That's why you have an ip address in the second hostname file.

This is very unusual.

You are definitely saying that both network interfaces were working a short while ago? Has the network switch been changed recently?

Or, has there been another change on the network that might have created a loop that the switch can see? This could be just a cable being moved or something elsewhere on your network.

I reckon that network conditions (loops???) are causing your switch to drop one of the Solaris interfaces.

Hopefully, I can get a second opinion on this forum from another Solaris networking expert. I can't think of much else it can be.

---------- Post updated at 08:55 PM ---------- Previous update was at 08:15 PM ----------

Here's an idea..........

If you've got a spare switch put each interface cable into different switches. Connect just a PC or something to the spare switch too.

See if you can ping the respective ip address from each "separate" network and also see if both interfaces stay up.

If the interfaces stay up then that pretty much eliminates the Solaris box as being the problem.

Last edited by hicksd8; 03-09-2013 at 05:32 PM..
This User Gave Thanks to hicksd8 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to increase the e1000g0 interface speed in Solaris?

Hi All, Please let me know the step by step process to set the e1000g0 interface speed to 1000mbps with full duplex from 100fdx and how to disable the auto negotiation with switch?. Thanks and Regards, Ganesh. (7 Replies)
Discussion started by: gsrungav
7 Replies

2. Solaris

Network interface showing wrong configuratoin

on both of my T2000 I am seeing same values of 100Mbps for e1000g0 ethernet port. i know all four ethernet ports on T2000 are gigabit ports so why is my first link showing as 100Mbps and how can i correct it? # dladm show-dev e1000g0 link: up speed: 100 Mbps ... (1 Reply)
Discussion started by: aliyesami
1 Replies

3. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies

4. Solaris

Not showing n/w interface name in Solaris with ifconfig -a

hi frineds in sunfire 6800 server for one domain when ever i am giving ifconfig -a interface names like hme0,hme1.......are not showing.Actually in the server hme0,hme1,qfe are showing .when i was tried with the cat /etc/path_to_intstshowing tphysical interfcace names . after giving the... (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

5. Solaris

how to force e1000g0 interface in solaris 10

Hi all, I encounter some problem with my e1000g interface running on sol 10. I can't permanently change the auto-nego to disable, if i use ndd commands, it will only stay until the next reboot. But i can't change the link speed either is set to /etc/init.d/nddconfig or using ndd commands. ... (1 Reply)
Discussion started by: mailbox80
1 Replies

6. Solaris

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (2 Replies)
Discussion started by: rgilan01
2 Replies

7. Programming

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

8. Shell Programming and Scripting

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

9. IP Networking

Solaris 9 new pumbed interface will not enter a RUNNING state

I'm trying to plumb a new interface bge1 on my machine: root@obms2-com-indianapolis-in:/root# ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet... (3 Replies)
Discussion started by: R37ribution
3 Replies

10. Solaris

Interface not showing : Xview error

Hi I'm having a big trouble running a configuration tool (ftamtool) which uses xview on sunos 5.8, it refuses to start and says: XView error: could not load font 'FONT_FAMILY_SANS_SERIF... How to force the program to use installed fonts and where are fonts installed available to use ? ... (0 Replies)
Discussion started by: andryk
0 Replies
Login or Register to Ask a Question