Hello,
I have written multiple TCL scripts that use netcfgLoad to extract thread and route data and write them to a database.
What I’m trying to do now, is to load and parse siteInfo for every one of sites so that I can extract the:
Log History “Maximum Number of Log Files”
Log History “Maximum Logs Total Size”
Monitor Daemon “Automatic Log Cycling”
SMAT “Maximum Number of SMAT Files”
SMAT “Maximum SMAT Total Size”
SMAT “Maximum Age of SMAT Files”
And then write it to a database so that I can easily see the discrepancies between all my sites.
I know I could do it manually for every site, but I have over 60 sites and that is very time consuming.
Has anybody written a TCL or other method to extract this data into a DB, CSV or flatfile?
netcfgLoad doesn’t seem to work with siteInfo.
Is there a different command I can use or has anybody come up with a method to extract this data?
Thanking you in advance,
Erik