The Spectrum MIB Tools database became corrupted and I had to run the BulkMibCompile.sh script to recreate the database. The script ended and displayed a message stating some mibs failed to compile. However, it does not list the mibs that failed to compile. Is there an output file for the Spectrum MIB Tools BulkMibCompile.sh script?
Unfortunately, the BulkMibCompile.sh script does not produce a log file unless the output is redirected to a file. For example:
BulkMibCompile.sh -d /global/data/spectrum/MibDatabase.backup --skip_search >> log_file 2>&1
The above with produce a log file called log_file.
Without the ">> log_file 2>&1" at the end, no log file will be produced.
Please reference the "Import and Export MIBs" section of the documentation for more information about the BulkMibCompile.sh script.
https://docops.ca.com/ca-spectrum/10-3-0/en/managing-network/certifications/managing-mibs-and-traps-with-mib-tools/import-and-export-mibs