cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3535
Views
15
Helpful
3
Replies

UCS PowerTool / PowerShell Script to Retrieve SEL Logs

Rob Walters
Level 1
Level 1

Does anyone know of way to retrieve the content of the SEL Logs from a server blade through PowerShell using the UCS PowerTool?

I've been looking for the correct cmdlet and haven't come across anything yet.

The GUI equivalent would be the content displayed under Equipment tab -> Equipment -> Chassis - > Chassis # -> Servers -> Server # - > SEL Logs tab.

3 Replies 3

stevekiser1
Level 1
Level 1

Not sure if you are still looking for an answer to this or not, but this will clear the SEL logs for all blades on the domain:

connect-ucs <ucsdomain>

Get-UcsBlade | Get-UcsMgmtController | Get-UcsSysdebugMEpLog -Type SEL | Set-UcsSysdebugMEpLog -AdminState clear -Confirm:$false –Force

If you wanted to clear them from a single blade, you could modify it to:

connect-ucs <ucsdomain>

Get-UcsBlade -Chassis <chasssis #> -SlotID <slot #> | Get-UcsMgmtController | Get-UcsSysdebugMEpLog -Type SEL | Set-UcsSysdebugMEpLog -AdminState clear -Confirm:$false –Force

Hello,

Read description before use,

It's very dangerous, this command don't retrieve SEL Logs, but clear all .

regards,

Did anyone figure this one out? I have the same issue ... 7 years later

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: