STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM MQ Appliance v9.0 NDM Security Technical Implementation Guide

V-255753

CAT II (Medium)

The MQ Appliance network device must activate a system alert message, send an alarm, and/or automatically shut down when a component failure is detected.

Rule ID

SV-255753r961863_rule

STIG

IBM MQ Appliance v9.0 NDM Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000366CCI-001328

Discussion

Predictable failure prevention requires organizational planning to address device failure issues. If components key to maintaining the device's security fail to function, the device could continue operating in an insecure state. If appropriate actions are not taken when an MQ Appliance network device failure occurs, a denial of service condition may occur, which could result in mission failure since the network would be operating without a critical security monitoring and prevention function. Upon detecting a failure of MQ Appliance network device security components, the MQ Appliance network device must activate a system alert message, send an alarm, or shut down. With failure notification enabled, an error report can be sent to a designated recipient or uploaded to a specific location after the appliance returns to service from an unscheduled outage. This error report can contain diagnostic details. Intrusion detection will provide a warning and restart in Fail-Safe mode. (See https://ibm.biz/Bd4NJ5)

Check Content

Log on to the MQ Appliance CLI as a privileged user. 

Enter: 
failure-notification 
show failure-notification 

Examine the configured parameters to verify the current configuration, including the notification address. 

If the MQ Appliance is not configured to send an alert when a component failure is detected, this is a finding.

Fix Text

Log on to the MQ Appliance CLI as a privileged user. 

Enter: 
co 
failure-notification 
admin-state enabled 
upload-report <on or off> 
location-id <String to identify the issuing device> 
use-smtp on 
protocol smtp 
email-address <destination notification email address> 
remote-address <remote SMTP server address> 
internal-state on 
ffdc packet-capture on 
ffdc event-log on 
ffdc memory-trace on 
always-on-startup on 
always-on-shutdown on 
report-history <Max. # of local error rpts to maintain> 
exit 
write mem 
y