Forum Discussion

YoonJoo__Moon_1's avatar
YoonJoo__Moon_1
Icon for Nimbostratus rankNimbostratus
Sep 21, 2016

BIG-IQ can't discover BIG-IP and show error messages.

hi all,

 

now I'm testing with BIG-IP 11.5.3 and BIG-IQ 5.0

 

when register BIG-IP and discover from BIG-IQ, BIG-IQ shown below error messages and can't discover virtual server, pool, anything else.

 

Error while transforming Virtual Server, Details: java.lang.IllegalArgumentException: Invalid address (any:1521). Address is incomplete Error while transforming Virtual Server, Details: java.lang.IllegalArgumentException: Invalid address (any:0). Address is incomplete

 

do you know what does it mean? and how to figure out it?

 

thanks.

 

1 Reply

  • This is bug 602050. It is fixed in 5.0 HF1 and 5.1+.

    If you can't upgrade to one of those releases, the following workaround is available: 1) Manually edit bigip.conf and change the name of the virtual address named "any" to "0.0.0.0"

    Find line:
        "ltm virtual-address /Common/any" 
    
    Change to:
        "ltm virtual-address /Common/0.0.0.0" 
    

    2) Load config

    tmsh load sys config
    

    3) save config:

    tmsh save sys config
    

    4) Retry the import of the device from BIG-IQ.