After OBR 10.01 patch (Shared components 12.01.020) bbcutil command is not showing the values for bbcV”, “appN”, “appV”"

  • KM02818359
  • 15-Jun-2017
  • 15-Jun-2017

Summary

After OBR 10.01 patch (Shared components 12.01.020) bbcutil command is not showing the values for bbcV”, “appN”, “appV”"

Error

After OBR 10.01 patch installation (Shared components 12.01.020)  bbcutil command is not showing the values for bbcV”, “appN”, “appV”"

# bbcutil -ping http://<system>

http://<system>: status=eServiceOK
                         coreID=0eabda5e-b3f7-758d-09d2-d67479f5529f bbcV=
                         appN= appV= conn=2 time=52 ms

Cause

The root cause for the reported issue is having LOCAL_INFO_ONLY config variable set to TRUE.  The description of this config variable is as seen below:

image text

 # ovconfget bbc.cb
LOCAL_CONTROL_ONLY=true
LOCAL_INFO_ONLY=true
REQUEST_TIMEOUT=1
RESTRICT_REG=false
SSL_REQUIRED=true

Fix

To fix this problem set  LOCAL_INFO_ONLY config variable to “false”:

                # Run the following command: ovconfchg -ns bbc.cb -set LOCAL_INFO_ONLY false
                # /opt/OV/bin/ovc -kill
                # /opt/OV/bin/ovc -start

After this is done bbcutil -ping will display bbccb version and other information:

# bbcutil -ping  http://<system>

http://<system>: status=eServiceOK
                         coreID=ced65406-d600-758c-075c-cb5aed876ddd
                         bbcV=12.01.020 appN=ovbbccb appV=12.01.020 conn=1
                         time=803 ms

# ovconfget bbc.cb
LOCAL_CONTROL_ONLY=true
LOCAL_INFO_ONLY=false
REQUEST_TIMEOUT=1
RESTRICT_REG=false
SSL_REQUIRED=true