Forum Discussion

Ian_38374's avatar
Ian_38374
Icon for Nimbostratus rankNimbostratus
Aug 14, 2012

TMSH Command to Enable WMI Log

I have found in F5 documentation the bigip command to enable WMI logging.

 

 

 

bigpipe db HttpAgents.WMI.log true which is no longer supported.

 

 

 

 

I tried tmsh modify sys db HttpAgents.WMI.log value true which does not work. Could anyone point me to the correct syntax to get this working?

 

 

 

Thanks

 

 

 

 

 

 

 

 

  • Mark_Crosland_2's avatar
    Mark_Crosland_2
    Historic F5 Account
    tmsh wants to see the db variable in lower case

     

     

    (d2)(cfg-sync In Sync)(/Common)(tmos) list sys db httpagents.wmi.log

     

    sys db httpagents.wmi.log {

     

    value "false"

     

    }