cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
862
Views
5
Helpful
1
Replies

I'd like to know Cisco UCS Manager log size, retention time, usage, etc..

jbjo00001
Level 1
Level 1

Hi All,

I have a question about Cisco UCS Manager log.

I'd like to know retention period of Audit Log, maximum log size and current size.

(not mentioned anywhere on manual)

Please Help me.

Have a good day.

1 Accepted Solution

Accepted Solutions

Kirk J
Cisco Employee
Cisco Employee

Greetings.

The audit log has roughly a max of 10,000 entries.

If you have the UCSM power shell/powertools installed:

>Connect-ucs x.x.x.x

PowerTool C:\> Get-UcsAudit | measure-object


Count : 9952
Average :
Sum :
Maximum :
Minimum :
Property :

It utilizes a circular logging design, so oldest entries will drop off as new entries are created if you are at the 10,000 limit.

You can export as .csv from the GUI, or you could issue powershell script to also pull logs

Powertool C:\> Get-UcsAudit | Export-Csv C:\audit.csv

Thanks,

Kirk...

View solution in original post

1 Reply 1

Kirk J
Cisco Employee
Cisco Employee

Greetings.

The audit log has roughly a max of 10,000 entries.

If you have the UCSM power shell/powertools installed:

>Connect-ucs x.x.x.x

PowerTool C:\> Get-UcsAudit | measure-object


Count : 9952
Average :
Sum :
Maximum :
Minimum :
Property :

It utilizes a circular logging design, so oldest entries will drop off as new entries are created if you are at the 10,000 limit.

You can export as .csv from the GUI, or you could issue powershell script to also pull logs

Powertool C:\> Get-UcsAudit | Export-Csv C:\audit.csv

Thanks,

Kirk...

Review Cisco Networking for a $25 gift card

Review Cisco Networking for a $25 gift card