Forum Discussion

SL's avatar
SL
Icon for Cirrus rankCirrus
Jun 28, 2018

Load Balancing of TrueSight Operations Management

Hi All

Has anyone configured load balancing for TrueSight Operations Management on the F5.

The load Balancing is only for its SNMP Adapter. what is happening is that the Application server is getting the requests but it is giving an error with the following details, /Program Files/BMC Software/TSIMAgent1/Agent/server/lib/perl/Convert/ASN1/_decode.pm line 58.)

This is my VS configuration

ltm virtual /tsom/vs_tsom {
destination /tsom/10.10.10.10:162
mask 255.255.255.255
pool /tsom/pool_tsom
profiles {
    /Common/fastL4 { }
}
source 0.0.0.0/0
source-address-translation {
    pool /tsom/snatpool_tsom
    type snat
}
translate-address enabled
translate-port enabled

Any ideas or suggestion as to what may be causing the error on the server side.

  • There is nothing in askF5 referent to TrueSight, or any deployment guide in .

     

    Your setup is very simple, the only thing would change from layer 3 or above, is the source IP. Because you setup SNAT, the source IP will change to the IP/IPs you setup in /tsom/snatpool_tsom.

     

    The source IP change looks like causes that log line, as per this feedback from another person having that error:

     

    https://communities.bmc.com/thread/114679?start=0&tstart=0