Posted by: turanunes | December 28, 2012

Websphere audit log file to generate an html report

Firtly we have start wsadmin

#/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/wsadmin.sh -lang jython -username wasadmin -password xxxxxx

wsadmin>AdminTask.binaryAuditLogReader(‘-interactive’)

wsadmin>AdminTask.binaryAuditLogReader(‘-interactive’) Binary Audit Log Reader

Binary Audit Log Reader Command

*File name of the Binary Audit log (fileName): /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/BinaryAudit_

was85test1Cell01_was85test1CellManager01_dmgr.log

Report mode selection (reportMode): basic

Event(s) filter (eventFilter): (blank)

Outcome(s) filter (outcomeFilter): (blank)

Sequence filter (sequenceFilter): (blank)

Timestamp filter (timeStampFilter): (blank)

Key Store Password (keyStorePassword): (blank)

Output HTML file location  (outputLocation): /home/wasadmin/sampleAuditReport.html

Data points to report (dataPoints): (blank)

Binary Audit Log Reader

F (Finish) C (Cancel)

Select [F, C]: [F]  F

WASX7278I: Generated command line: AdminTask.binaryAuditLogReader(‘[-fileName /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/BinaryAudit_

was85test1Cell01_was85test1CellManager01_dmgr.log -reportMode basic -outputLocation /home/wasadmin/sampleAuditReport.html ]’) ‘true’

wsadmin>


Leave a comment

Categories