IPMP failover: Why is it occurring?


 
Thread Tools Search this Thread
Operating Systems Solaris IPMP failover: Why is it occurring?
# 1  
Old 06-04-2008
IPMP failover: Why is it occurring?

The active NIC has been failing back and forth on two of our T2000s. I don't know when the problem originally began, but I can see failovers in the messages.* files. The network guy says the switches are clean (no errors) so I'm left looking at the configuration or any other issue that may be causing the symptom, and I'm at a loss on how to continue troubleshooting.

Here is a sample from messages.

Quote:
Jun 4 10:50:32 server1 in.mpathd[145]: [ID 299542 daemon.error] NIC repair detected on e1000g1 of group production
Jun 4 10:50:32 server1 in.mpathd[145]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g1
Jun 4 13:16:22 server1 in.mpathd[145]: [ID 594170 daemon.error] NIC failure detected on e1000g1 of group production
Jun 4 13:16:22 server1 in.mpathd[145]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g1 to NIC e1000g0
Jun 4 13:16:31 server1 in.mpathd[145]: [ID 299542 daemon.error] NIC repair detected on e1000g1 of group production
Jun 4 13:16:31 server1 in.mpathd[145]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g1
Jun 4 13:24:22 server1 in.mpathd[145]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group production
Jun 4 13:24:22 server1 in.mpathd[145]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g1
Jun 4 13:24:31 server1 in.mpathd[145]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group production
Jun 4 13:24:31 server1 in.mpathd[145]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g
IPMP is configured as follows:
Quote:
bash-3.00# cat /etc/hostname.e1000g0
private0 netmask + broadcast + group production deprecated -failover up \
addif public0 netmask + broadcast + failover up
bash-3.00# cat /etc/hostname.e1000g1
private1 netmask + broadcast + group production deprecated -failover up \
addif public1 netmask + broadcast + failover up
Edit to add:

Quote:
SunOS server1 5.10 Generic_127111-08 sun4v sparc SUNW,Sun-Fire-T200
# 2  
Old 06-05-2008
# 3  
Old 06-05-2008
Hi,

use 127127-11 kernel patch or 128028-03 (single patch, obsoleted by: 127127-11 SunOS 5.10: e1000g patch) for help.
# 4  
Old 06-05-2008
Quote:
Originally Posted by taran
Hi,

use 127127-11 kernel patch or 128028-03 (single patch, obsoleted by: 127127-11 SunOS 5.10: e1000g patch) for help.
Thank you. I installed the 127127-11 kernel patch.
# 5  
Old 01-12-2009
Are you able to fix this problem by applying patch?
# 6  
Old 01-12-2009
One problem I've run into is a busy gateway. IPMP uses the first 5 destinations in your routing table to determine if the current running connection is valid. While there may not be errors on the router, it can get busy, and ping requests are given the lowest priority. As discussed on the page linked above, you can increase the timeout value in /etc/default/mpathd.

One way around this is to add static routes to your routing table to addresses that you know will not be delayed in a proper working environment. Not an ideal solution, but it works. This is explained in further detail here, if you have a sun online account.
Padow
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How count the number of two words associated with the two words occurring in the file?

Hi , I need to count the number of errors associated with the two words occurring in the file. It's about counting the occurrences of the word "error" for where is the word "index.js". As such the command should look like. Please kindly help. I was trying: grep "error" log.txt | wc -l (1 Reply)
Discussion started by: jmarx
1 Replies

2. Shell Programming and Scripting

deletion of multiple occurring files

Hi all, In the given file, what I need to do is to select double (or triple) occurring files and delete the one having smaller file size. And would like to keep the one with the big file size. 518t-rw-r--r-- 1 emily us_cms 101348458 Oct 8 16:43 vgtree_518_0_LHB.root 518t-rw-r--r-- 1... (9 Replies)
Discussion started by: emily
9 Replies

3. Shell Programming and Scripting

count the number of occurring patterns in a file.

Hi, I have a file with a '|' pipe delimeter. I want to find number of counts for a particular pattern in particular field. Is it possible to do it in a single command? 1) want to find total number of "0" in field 4. 2) want to find total number of different records in field 4 ( similar to... (5 Replies)
Discussion started by: rudoraj
5 Replies

4. Gentoo

How to failover the cluster ?

How to failover the cluster ? GNU/Linux By which command, My Linux version 2008 x86_64 x86_64 x86_64 GNU/Linux What are the prerequisites we need to take while failover ? if any Regards (3 Replies)
Discussion started by: sidharthmellam
3 Replies

5. IP Networking

IP failover needed

All, I am looking to setup a simple IP failover setup, but it seems every place i look has some difficult setup like pacemaker or LVS. I only want to handle the IP piece to failover a VIP. Any suggestions? I checked out keepalived and that my work for me. (4 Replies)
Discussion started by: markdjones82
4 Replies

6. Shell Programming and Scripting

Finding the most frequently occurring set of words

Hi guys, I have a file with a list of phoneme for words, it looks like this: AILS EY1 L Z AIMLESSLY EY1 M L AH0 S L IY0 AIMONE EY1 M OW2 N AIMS EY1 M Z AINGE EY1 NG AINGE(2) EY1 N JH AINLEY EY1 N L IY0 AINSLIE EY1 N Z L IY0 AIR EH1 R AIRBAGS EH1 R B AE2 G Z and I need to... (5 Replies)
Discussion started by: Andrew9191
5 Replies

7. Solaris

EMC Failover

Hi guys, I'm running vxdmp and powerpath at the same time. Vxdmp for internal disks and powerpath for external. The problem is that, on the failover tests which a fiber cable should be removed, the system cannot recognize the disks. Any hints on how to configure powerpath in order to... (4 Replies)
Discussion started by: glenioborges
4 Replies

8. Solaris

Ipmp

Hi All, Kindly help me in configuring IPMP or guid me to some link, tried goggling however no luck. Thanks in anticipation (1 Reply)
Discussion started by: kumarmani
1 Replies

9. Shell Programming and Scripting

Display most top 10 occurring words along with number of ocurences of word inthe text

I need Display the most top 10 occurring words along with the number of occurences of those words in the given text. Sample text as below: "The Travails of Single South Indian men of conservative upbringing" or "Why we don't get any..." Yet another action packed weekend in Mumbai, full of... (2 Replies)
Discussion started by: smacherla
2 Replies

10. Solaris

Interfaces do not failover

Would anyone know why a V440 Solaris 9 machine's interfaces (ce0 and ce1) will not failover? Both interfaces are on the same subnet, but different IPs. I can pull the plug on once interface (ce0) and ce1 will be accessible. I can reverse it and pull ce1, and ce0 will NOT be accessible. ... (5 Replies)
Discussion started by: StorageGuy
5 Replies
Login or Register to Ask a Question