Node Management index: change BCM to BMC Fault Management guide: remove “ing” from title of 2 topics Change-Id: I33b4c29e2ca92e842f585f4bb641780b52769206 Signed-off-by: MCamp859 <maryx.camp@intel.com>
		
			
				
	
	
	
		
			1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
Unsuppress an Alarm Using the CLI
If you need to reactivate a suppressed alarm, you can do so using the CLI.
Use the
fm event-unsuppressCLI command to unsuppress a currently suppressed alarm.~(keystone_admin)$ fm event-unsuppress [--nowrap] --alarm_id <alarm-id>[,<alarm-id>] \ [--nopaging] [--uuid]where
<alarm-id>- 
is a comma separated Alarm ID list of alarms to unsuppress.
 --nowrap- 
disables output wrapping.
 --nopaging- 
disables paged output
 --uuid- 
includes the alarm type UUIDs in the output.
 
Alarm type(s) with the specified <alarm-id(s)> will be unsuppressed.
You can unsuppress all currently suppressed alarms using the following command:
~(keystone_admin)$ fm event-unsuppress -all [--nopaging] [--uuid]