VXFEN ERROR V-11-1-4 GAB not available. vxfen driver not attached...

book

Article ID: 100047983

calendar_today

Updated On:

Description

Error Message

 

GAB INFO V-15-1-20230 Client VxFen inited GAB API with handle ffff8c016f46f7e0
GAB WARNING V-15-1-20115 Port b registration failed, GAB not configured
VXFEN Warning V-11-1-32790 RFSM GAB err -261 in register
VXFEN Warning V-11-1-32817 RFSM start failure: GAB failed - err 3
VXFEN Warning V-11-1-32793 send thread bails out on start
VXFEN Warning V-11-1-32793 receive thread bails out on start
GAB WARNING V-15-1-20100 Port b is not open
GAB INFO V-15-1-20229 Client VxFen deiniting GAB API
VXFEN ERROR V-11-1-4 GAB not available. vxfen driver not attached...

 

1. Verify LLT is running and start if needed

# systemctl status llt
   llt.service - VERITAS Low Latency Transport (LLT)
   Loaded: loaded (/opt/VRTSllt/llt; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2019-08-21 11:45:54 IST; 5h 58min ago
   Process: 7554 ExecStart=/opt/VRTSllt/llt start 2>&1 (code=exited, status=1/FAILURE)
   Main PID: 7554 (code=exited, status=1/FAILURE)

If status shows Failure, please check error message and manually start LLT.

 #systemctl start llt

 

2. Confirm LLT is up

 #systemctl status llt
 #lltstat -nvv active

3. Start Gab

 #systemctl start gab
 #systemctl status gab

  #gabconfig -a
  GAB Port Memberships
  ===================================
  Port a gen a36e0003 membership 01

 

3. Start VXFEN

 #systemctl start vxfen
 #systemctl status vxfen

 

Port B (VXFEN) should now be up

  #gabconfig -a
  GAB Port Memberships
  ===================================
  Port a gen a36e0003 membership 01

  Port b gen a36e0003 membership 01

 

Cause

This is caused by gab not being up when vxfen is trying to configure.

 

Resolution

Please verify LLT is up and running or configured to start on boot.

Issue/Introduction

GAB INFO V-15-1-20230 Client VxFen inited GAB API with handle ffff8c016f46f7e0
GAB WARNING V-15-1-20115 Port b registration failed, GAB not configured
VXFEN Warning V-11-1-32790 RFSM GAB err -261 in register
VXFEN Warning V-11-1-32817 RFSM start failure: GAB failed - err 3
VXFEN Warning V-11-1-32793 send thread bails out on start
VXFEN Warning V-11-1-32793 receive thread bails out on start
GAB WARNING V-15-1-20100 Port b is not open
GAB INFO V-15-1-20229 Client VxFen deiniting GAB API
VXFEN ERROR V-11-1-4 GAB not available. vxfen driver not attached...