2 thoughts on “Running BigIPReport on Docker

  1. I am able to login using ssh and gui using same credentials to this load balancer.

    Main error is this statement, and also I tried (https://support.f5.com/csp/article/K43377453) this KB assuming it is a bug on F5, but still same issue. My F5 is running on 14.1.4.1 version.

    Error getting auth token from 10.10.10.1 : Authentication failed, see inner exception. (Line 1689, Tries 1)

    Below is the complete error output I am getting when running the command.
    [root@f5reporting bigipreport]# sudo docker run –rm -v “/opt/bigipreport:/bigipreport/” bigipreport/data-collector
    2021-04-16 05:13:23 Successfully loaded the config file: /bigipreport/bigipreportconfig.xml
    2021-04-16 05:13:23 Starting: PSCommandPath=/bigipreport/bigipreport.ps1 ConfigurationFile=/bigipreport/bigipreportconfig.xml PollLoadBalancer= Location= PSScriptRoot=/bigipreport
    2021-04-16 05:13:23 Pre-execution checks
    2021-04-16 05:13:23 Pre execution checks were successful
    2021-04-16 05:13:24 Enabling TLS1.2
    2021-04-16 05:13:24 Start-Job 10.10.10.1 (1 / 10)
    2021-04-16 05:13:25 10.10.10.1:Successfully loaded the config file: /bigipreport/bigipreportconfig.xml
    2021-04-16 05:13:25 10.10.10.1:Starting: PSCommandPath= ConfigurationFile=/bigipreport/bigipreportconfig.xml PollLoadBalancer=10.10.10.1 Location=/bigipreport PSScriptRoot=/bigipreport
    2021-04-16 05:13:25 10.10.10.1:Pre-execution checks
    2021-04-16 05:13:26 10.10.10.1:Pre execution checks were successful
    2021-04-16 05:13:26 10.10.10.1:Enabling TLS1.2
    2021-04-16 05:13:26 10.10.10.1:Getting data from 10.10.10.1
    2021-04-16 05:13:26 10.10.10.1:Error getting auth token from 10.10.10.1 : Authentication failed, see inner exception. (Line 1689, Tries 1)
    2021-04-16 05:13:26 10.10.10.1:Error getting auth token from 10.10.10.1 : Authentication failed, see inner exception. (Line 1689, Tries 2)
    2021-04-16 05:13:26 10.10.10.1:Error getting auth token from 10.10.10.1 : Authentication failed, see inner exception. (Line 1689, Tries 3)
    2021-04-16 05:13:26 10.10.10.1:Error getting auth token from 10.10.10.1 : Authentication failed, see inner exception. (Line 1689, Tries 4)
    2021-04-16 05:13:28 Verifying load balancer data to make sure that no load balancer is missing
    2021-04-16 05:13:28 10.10.10.1 does not seem to have been indexed
    2021-04-16 05:13:28 does not seem to have been indexed
    2021-04-16 05:13:28 Missing data from device group containing 10.10.10.1, .
    2021-04-16 05:13:28 Missing data, run script with xml and a loadbalancer name for more information
    2021-04-16 05:13:28 Missing load balancer data, writing report anyway
    InvalidOperation: /bigipreport/bigipreport.ps1:2107
    Line |
    2107 | $StatsMsg += ” LB:” + $Global:ReportObjects.Values.LoadBalancer.Count
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | The property ‘LoadBalancer’ cannot be found on this object.
    | Verify that the property exists.

    [root@f5reporting bigipreport]#
    [root@f5reporting bigipreport]#

Leave a Reply

Your email address will not be published. Required fields are marked *