logsum
The logsum.py
script collects all the Windows system logs, the instance logs, and any crash dump files into a summary.zip file to be sent to Bravura Security support team. The summary.zip will be located in the <Program Files path>\Bravura Security\Bravura Security Fabric\Logs\<instance> directory. Replication node and proxy server logs are also collected.
The script requires Python 3.3 or higher.
Usage
logsum.py -h | [--minspace <N>]
Argument | Description |
---|---|
-h, –help | Displays the help message and exits |
–minspace <N> | The minimum amount of space that must remain on the system in MB. |
When generating crash dump files, refer to the Microsoft documentation regarding crash dump collection at:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx
It is recommended that the DumpFolder is set to an explicit path, C:\temp\CrashDumps for example.
Examples
To gather all the instance log files, and crash dumps.
logsum.py
To ensure that the system has roughly 10 GB remaining on the drive.
logsum.py --minspace 10000