# /sbin/lltconfig -c
LLT lltconfig ERROR V-14-2-15336 dlatt failed: DLerror 4 - Invalid argument
LLT lltconfig ERROR V-14-2-15074 cannot DL_ATTACH 8 on /dev/bge
Prior to VCS 5.1 release:
This behavior is as per LLT design. Currently even if one of the LLT links is faulty, LLT does not get configured.
From VCS 5.1 release:
On failure of configuration of one link, lltconfig continues to configure the remaining links and if it succeeds to configure even one link, the output of "lltconfig" command is shown as "LLT is running" and LLT works fine. The output of "lltstat -l" command shows the info of the link which succeeded in configuring.
set-node node1
set-cluster 7
link bge1 /dev/bge:1 - ether 0xCAFE -
link-lowpri bge0 /dev/bge:0 - ether - -
link bge8 /dev/bge:8 - ether 0xCAFF - <=== This is faulty (non-existent interface)
# /sbin/lltconfig -c
LLT lltconfig ERROR V-14-2-15336 dlatt failed: DLerror 4 - Invalid argument
LLT lltconfig ERROR V-14-2-15074 cannot DL_ATTACH 8 on /dev/bge
# lltconfig
LLT is not running
LLT can not communicate with other node.
===================# ./getmac /dev/qfe:6
LLT getmac ERROR V-14-2-15336 dlatt failed: DLerror 8 - Error 0
getmac: cannot DL_ATTACH 6 to /dev/qfe
# ./getmac /dev/qfe:2
/dev/qfe:2 08:00:20:E2:C7:42
===================Sample output from VCS 5.1 system is shown below:
# lltconfig
LLT is not running
# cat /etc/llttab
set-node node1
set-cluster 7
link e1000g0 /dev/e1000g:0 - ether - -
link e1000g2 /dev/e1000g:2 - ether - -
# /lib/svc/method/llt start
Starting LLT...
LLT lltconfig ERROR V-14-2-15336 dlatt failed: DLerror 4 - Invalid argument
LLT lltconfig ERROR V-14-2-15074 cannot DL_ATTACH 2 on /dev/e1000g
Starting LLT done.
# lltconfig
LLT is running
# lltstat -l
LLT link information:
link 0 e1000g0 on etherfp hipri
mtu 1500, sap 0xcafe, broadcast FF:FF:FF:FF:FF:FF, addrlen 6
txpkts 0 txbytes 0
rxpkts 284 rxbytes 17024
latehb 0 badcksum 0 errors 0
#Applies To
This is applicable to VCS across all platforms.