01-28-2011 04:17 PM - edited 03-01-2019 09:49 AM
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>
01-28-2011 04:31 PM
very simple answer to my question. I just deleted the backup job and the fault cleared.
12-29-2011 04:07 PM
Thanks Russ. I had this same problem and hadn't figured out the solution for myself yet.
06-18-2018 07:27 PM
It worked for me. After deleting the failed backup fault already cleared. Thanks!
06-21-2018 03:42 PM
How can I check the status of my UCS backup using cli or Powershell?
06-22-2018 01:20 PM
Greetings.
With the ucs powertools/powershell module, issue:
Get-UcsMgmtBackup
Thanks,
Kirk...
06-22-2018 02:33 PM
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
Regards~Rafi
06-24-2018 04:12 AM
Why don't you just use the 'backupstatus' parameter? What values are you actually trying to quiery via the XtraProperty ?
Thanks,
Kirk...
06-25-2018 02:05 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide