How to stop LLT INFO V-14-1-10205 / LLT INFO V-14-1-10024 messages

book

Article ID: 100020369

calendar_today

Updated On:

Description

Error Message

LLT INFO V-14-1-10205 link 2 (bge2) node 1 in trouble
LLT INFO V-14-1-10024 link 2 (bge2) node 1 active

Resolution

ISSUE:

Prior to 5.0MP3,, LLT used broadcast heartbeats by default. Beginning with 5.0MP3, instead of using broadcast heartbeats, LLT uses unicast heartbeats. Solaris aggr interfaces on servers recently upgraded to 5.0 MP3 may begin logging INFO messages of active/inactivelow-pri links at the same timestamp. These messages may fill /var/adm/messages, and although are not indicative of a serious h/w issue, they can be annoying, or alarming to customers.


LLT considers a link to be in trouble for a peer node when it finds that the link has not been up for that node for 2seconds (peer trouble 200). On lo-pri links, LLT sends heartbeats just once every second; on hi-pri links, it is twice every second. With the above described change in LLT, it is possible that for lo-pri links, the troubled condition ishit more often. And hence the corresponding LLT messages will be printed more often in the system log. While this message is only informational, frequent appearance in the system logs may alarm the customer.


TO RESOLVE THE ISSUE:

Therefore, it is recommended that the LLT peertrouble tunable should be increased to 400, so that link inactivity for up to 4 seconds is ignored by LLT before printing out the message in the system log.
           
As noted before, the trouble message is only informational and changing the trouble time to 4 seconds from 2 seconds is harmless.

If the following messages are seen frequently for an LLT lo-pri link, then change the LLT tunable named peer trouble to 400. Its default value is 200.

LLT INFOV-14-1-10205 link 2 (eri0) node 1 in trouble LLT INFO V-14-1-10024 link 2 (eri0)node 1 active

The peer trouble tunable can be changed with the following command on all the nodes in the cluster:

# lltconfig -T peertrouble:400

It is recommended that the following line be added to /etc/llttab on all the nodes in the cluster in order to ensure that this value is used across server reboots. On each node, the change will take effect only after restarting LLT.

set-timer peertrouble:400

E.g.

# lltconfig -T query

Current LLT timer values (.01 sec units):
. . .
peertrouble = 200    <---------before
peerinact   = 1600
.. .

# lltconfig -T peertrouble:400 <--- cmd

Use the following command to ensure that the values are indeed changed:

# lltconfig -T query

Current LLT timer values (.01 sec units):
. . .
peertrouble = 400    <--------- after
peerinact   = 1600
. . .

 
 

 

Issue/Introduction

How to stop LLT INFO V-14-1-10205 / LLT INFO V-14-1-10024 messages