This is a discussion on Monthly security Audit Check within the DB2 forums, part of the Database Server Software category; --> Dear All I need to do a monthly security audit check on our DB2 instances.. Did anyone has any ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Santhosh wrote: > Dear All > > I need to do a monthly security audit check on our DB2 instances.. Did > anyone has any information on how to proceed, pl help > > Thanks in advance > > Regards > Santhosh > What are the requirements? Larry Edelstein |
| ||||
| Hi, Santhosh, Takea look at the options in the db2audit command, it should give you plenty to keep the IT security people happy. Essentially, you have to: 1) Decide which security-related events to capture with "db2audit configure...." 2) Start the routine with "db2audit start" 3)Periodically you can flush the results into a readable format with "db2audit extract file <filename> " and look at the resulting file 4) Donīt remember "db2audit stop" when you donīt want to audit stuff any more More options in the Command Reference book. Cheerio, Willy |