It can take VCS 10 minutes start after reboot.

book

Article ID: 100018608

calendar_today

Updated On:

Resolution

Symptom:
It can take VCS 10 minutes start after reboot.
 
When the same MAC address is being used for both LLT private links and on the same switch
it can cause a delay in VCS starting at bootup.
After a reboot  VCS can take 7 to 10 minutes to start, on a manual start it only takes about 3 minutes.
 
Typical error that will be seen:
 
LLT WARNINGV-14-1-10497 crossed links? link 0 and link 1 of node 1 on
the same network
 
Fix:
Make private link MAC addresses unique and separate onto different network switches.
 
Example:
# eeprom |greplocal-mac
local--address?=false
# /sbin/lltstat -vvn |more
LLT node information:
Node State Link Status Address
* 1 csvcs6OPEN
qfe:0 UP 08:00:20:B6:D1:D9
qfe:1 UP 08:00:20:B6:D1:D9

# eeprom local-mac-address?=true
# eeprom |grep local-mac
local-mac-address?=true
# /sbin/lltstat -vvn | more
LLT node information:
Node State Link Status Address
* 1 csvcs6 OPEN
qfe:0 UP08:00:20:B6:D1:D9
qfe:1 UP 08:00:20:B6:D1:D9
# reboot
# eeprom |grep local-mac
local-mac-address?=true
# /sbin/lltstat -vvn | more
LLT nodeinformation:
Node State Link Status Address
* 1 csvcs6 OPEN
qfe:0 UP08:00:20:B4:08:90
qfe:1 UP 08:00:20:B4:08:91
 
 
 

 

Issue/Introduction

It can take VCS 10 minutes start after reboot.