cancel
Showing results for 
Search instead for 
Did you mean: 

lltconfig ERROR V-14-2-15121 LLT unconfigure aborted,

cedric_tours
Level 3

Hello,

I've a 2 node cluster, with on CP server and 2 fencing disks. But think something is wrong on my fencing configuration.

OS : RHEL6.6 

VCS 6.2.1

# gabconfig -a
GAB Port Memberships
===============================================================
Port a gen   816e15 membership 01
Port a gen   816e15   jeopardy ;1
Port b gen   816e1b membership 01
Port b gen   816e1b   jeopardy ;1
Port h gen   816e1e membership 01
Port h gen   816e1e   jeopardy ;1

# lltconfig -a list
Link 0 (bond0):
  Node   0 Node01 :   00:XX:XX:XX:XX:YY
  Node   1 Node02 :   00:XX:XX:XX:XX:YX  permanent

# cat /etc/llttab
set-node Node02 
set-cluster 229
link bond0 bond0 - ether - -
link eth2 eth-00:11:AA:77:BB:22 - ether - -

 

I don't have a eth2 on my server, I tried to remove the second line of my /etc/llttab and stop and restart 

 

#  /etc/init.d/llt  stop
Stopping LLT:
LLT lltconfig ERROR V-14-2-15121 LLT unconfigure aborted, unregister 4 port(s)
LLT:Warning: lltconfig failed. Retrying [1]
LLT lltconfig ERROR V-14-2-15121 LLT unconfigure aborted, unregister 4 port(s)
LLT:Warning: lltconfig failed. Retrying [2]
LLT lltconfig ERROR V-14-2-15121 LLT unconfigure aborted, unregister 4 port(s)
LLT:Warning: lltconfig failed. Retrying [3]
LLT lltconfig ERROR V-14-2-15121 LLT unconfigure aborted, unregister 4 port(s)
LLT:Warning: lltconfig failed. Retrying [4]
LLT lltconfig ERROR V-14-2-15121 LLT unconfigure aborted, unregister 4 port(s)
LLT:Warning: lltconfig failed. Retrying [5]
LLT:Error: lltconfig failed

 

 

Any suggestions will be welcome ...

 

thanks 

Cédric

 

1 ACCEPTED SOLUTION

Accepted Solutions

Kapalin
Level 3
Employee Accredited Certified
Hi Cedric, Yes it works with one bonded interface. Please keep set-dbg-minlinks 2 In the /etc/llttab file. Where 2 is the number of links configured under an aggregated link. Restart LLT. # /etc/init.d/llt start Thanks.

View solution in original post

4 REPLIES 4

Kapalin
Level 3
Employee Accredited Certified
Hi Cedric, You need to stop HAD,VxFEN and GAB first before stopping llt. Have you tried to stop them and see if llt can be stopped? # /opt/VRTSvcs/bin/hastop -all -force # /etc/init.d/vxglm stop # /etc/init.d/vxodm stop # /etc/init.d/vxgms stop # /etc/init.d/vxfen stop # /etc/init.d/gab stop # /etc/init.d/llt stop See the link below to avoid jeopardy state while Using link aggregation or NIC bonding https://sort.symantec.com/public/documents/vie/7.0/linux/productguides/html/sfrac_config/ch10s03s09s01.htm Thanks, Kapalin

cedric_tours
Level 3

Hello,

 

Thanks for your response.

I did manage to stop and restart the llt

I change the llttab file with the requested configuration.

# cat /etc/llttab
set-node Node01
set-cluster 229
set-dbg-minlinks 1
link bond0 bond0 - ether - -

And I still have a jeopardy 

# gabconfig -a
GAB Port Memberships
===============================================================
Port a gen    3e503 membership 01
Port a gen    3e503   jeopardy ;1
Port b gen    3e505 membership 01
Port b gen    3e505   jeopardy ;1
Port h gen    3e508 membership 01
Port h gen    3e508   jeopardy ;1

Do you know if it can work with only one bonded interface ?

regards.

 

 

 

 

Kapalin
Level 3
Employee Accredited Certified
Hi Cedric, Yes it works with one bonded interface. Please keep set-dbg-minlinks 2 In the /etc/llttab file. Where 2 is the number of links configured under an aggregated link. Restart LLT. # /etc/init.d/llt start Thanks.

cedric_tours
Level 3

thanks a lot, 

with this config, I don't have jeopardy anymore.

Have a nice and beautifull day.