cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5389
Views
5
Helpful
8
Replies

failed backup

russ.givens
Level 1
Level 1

I was using a script to run a configuration backup against UCS.  I had an issue with some snytax in the script and it generated an error in UCS when I ran it.  I've fixed the issue with the script and it runs successfully now, but the critical error in UCS still persists.  How can I get rid of it?  Acknowledging the alarm doesn't do anything.  A copy of the alarm is below.  The UCS faults guide doesn't offer much assistance. The IP address in the fault is fake.

<faultInst
ack="yes"
cause="fsm-failed"
changeSet=""

code="F999723"
created="2011-01-28T15:32:29"
descr="[FSM:FAILED]: internal system backup(FSM:sam:dme:MgmtBackupBackup)"
dn="sys/backup-10.10.10.10/fault-F999723"
highestSeverity="critical"
id="243555"
lastTransition="2011-01-28T15:32:29"
lc=""
occur="1"
origSeverity="critical"
prevSeverity="critical"

rule="fsm-backup-fsm-fail"
severity="critical"
status="created"
tags="fsmstagefail"
type="fsm">
</faultInst>

8 Replies 8

russ.givens
Level 1
Level 1

very simple answer to my question.  I just deleted the backup job and the fault cleared.

Thanks Russ. I had this same problem and hadn't figured out the solution for myself yet.

It worked for me. After deleting the failed backup fault already cleared. Thanks!

How can I check the status of my UCS backup using cli or Powershell?

Greetings.

With the ucs powertools/powershell module, issue:

Get-UcsMgmtBackup

 

Thanks,

Kirk...

Quick question when i use command I get property XtraProperty, When i use in the script and try converting to Html it does not work.

 

PS C:\Users\user1> Get-UcsMgmtBackup -Ucs ucs----001 | Select ucs,Type,Rn,XtraProperty

Ucs            Type       Rn                                  XtraProperty
---            ----       --                                  ------------
ucs----001 config-all backup-Machine1-1523895788107  {[Backupstatus, success]}
ucs----001 full-state backup-Machine2-1526501571896  {[Backupstatus, success]}
ucs----001 config-all backup-Machine03-1529160519727  {[Backupstatus, success]}

 

Get-UcsMgmtBackup -Ucs $handleArray | Select-Object ucs,Type,Rn,XtraProperty | ConvertTo-Html -Fragment | Out-File ucsMgmtBackup.html

Get-Content ucsMgmtBackup.html | Add-Content $ReportFile

 

Capture.JPG

Regards~Rafi

Why don't you just use the 'backupstatus' parameter?  What values are you actually trying to quiery via the XtraProperty ?

Thanks,

Kirk...

Backupstatus is a part of XtraProperty, 

 

 

Review Cisco Networking for a $25 gift card

Review Cisco Networking for a $25 gift card