MaximoInsider
RCM

Reliability-Centered Maintenance in MAS 9.2: How RCM Bridges the Gap Between EAM and APM

MAS 9.2 positions Reliability Strategies not as a separate product but as the connective tissue between Manage, Monitor, Health, and Predict. With an FMEA library of 58,000+ failure modes and AI-driven Condition Insight, the closed-loop reliability workflow is now a reality. This article covers…

Kevin Arhagba10 min readLast updated August 1, 2026
Reliability-Centered Maintenance in MAS 9.2: How RCM Bridges the Gap Between EAM and APM

The Connected Reliability Architecture in MAS 9.2

For years, many organizations have used Maximo primarily as an Enterprise Asset Management platform focused on work execution, preventive maintenance, and operational control. The reliability functions, where they existed, were handled in spreadsheets, separate tools, or simply not at all. MAS 9.2 changes this by positioning Reliability Strategies as the connective tissue between Manage, Monitor, Health, and Predict, creating what IBM calls a connected Asset Lifecycle Management platform.

The key insight, highlighted in Stefan Hoffmanns' observations from the Reliability and Asset Performance Management workshop at the IBM Innovation Studio in Amsterdam, is that MAS is no longer positioning Manage, Monitor, Health, Predict, and Reliability Strategies as separate products. Instead, they are increasingly presented as connected operational capabilities. The flow looks like this: failure analysis drives maintenance strategy, which informs sensor and meter configuration, which feeds monitoring, which generates health scores, which trigger alerts, which create work orders in Manage, which feed results back into reliability improvement.

This closed-loop flow is the architecture that makes RCM in MAS 9.2 fundamentally different from the standalone RCM tools that many organizations have used in the past. In a standalone model, the RCM analysis produces recommendations that must be manually translated into PM schedules, condition monitoring configurations, and work order triggers. In the MAS 9.2 model, the RCM analysis is directly connected to the execution layer. Recommendations flow through the system as configuration changes that automatically affect how assets are monitored, maintained, and managed.

The components of this connected architecture are:

MAS 9.2 RELIABILITY ARCHITECTURE
----------------------------------------
1. Reliability Strategies
   - FMEA creation and management
   - RCM study execution
   - Failure mode library (58,000+ modes)
   - PM task optimization
   - AI-assisted failure mode analysis
  1. Maximo Monitor
  2. - IoT sensor data ingestion
  3. - Real-time asset condition monitoring
  4. - Anomaly detection
  5. - Alert generation
  1. Maximo Health
  2. - Asset health scoring
  3. - Condition-based maintenance triggers
  4. - Risk and criticality assessment
  1. Maximo Predict
  2. - AI/ML failure prediction models
  3. - Days-to-failure forecasting
  4. - Probability of failure calculations
  1. Maximo Manage
  2. - Work order execution
  3. - PM schedule management
  4. - Failure reporting and history
  5. - Labor and materials tracking
  1. Maximo Condition Insight (new in 9.2)
  2. - Agentic AI for asset condition interpretation
  3. - Explainable condition summaries
  4. - Corrective action recommendations
  5. - Trend analysis and early warning
  6. `

The closed loop works as follows. Reliability Strategies defines the failure modes and maintenance strategy for each asset class. Monitor ingests sensor data and generates alerts when conditions deviate from expected patterns. Health calculates a health score based on the sensor data and the failure mode definitions. Predict uses machine learning models to forecast when failure is likely to occur. Condition Insight interprets all of this data and produces an explainable summary with recommended actions. Manage executes the work orders that result from these insights. When the work is completed, the failure data and work history feed back into the reliability analysis, closing the loop.

This architecture requires all five components to be licensed and deployed. An organization that only has Manage cannot take advantage of the closed-loop reliability workflow. However, the value of the full stack is significant. Organizations that implement the complete reliability architecture typically see 15 to 30 percent reductions in unplanned downtime, 10 to 20 percent reductions in maintenance costs, and measurable improvements in asset availability.

FMEA Library and RCM Study Execution

IBM Maximo Reliability Strategies includes a purpose-built application and an extensive FMEA (Failure Mode and Effects Analysis) content library. The library covers 25 years of accumulated expertise with 800+ equipment types, 58,000+ failure modes, and 50,000+ PM tasks. This is not a generic industry database. It is a curated, continuously updated library that IBM has built through decades of implementation experience across multiple industries.

The FMEA library is organized by equipment type, with each equipment type having a defined set of failure modes. Each failure mode includes a description, potential causes, effects, and recommended maintenance tasks. The tasks are categorized by maintenance strategy: preventive maintenance (time-based), predictive maintenance (condition-based), and detective maintenance (failure-finding).

Here is how an FMEA is structured for a common equipment type:

FMEA STRUCTURE: Centrifugal Pump
----------------------------------------
Equipment Type: CENTRIFUGAL_PUMP
Total Failure Modes: 47

Sample Failure Mode: Failure Mode: BEARING_FAILURE Description: Rolling element bearing failure due to fatigue, lubrication degradation, or contamination Potential Causes: - Inadequate lubrication (lubricant degradation) - Contamination ingress (water, particulate) - Misalignment or imbalance - Excessive load or speed - Improper installation Effects: - Increased vibration and noise - Bearing temperature rise - Reduced pump efficiency - Potential shaft damage - Complete pump failure Recommended PM Tasks: - Vibration analysis (PdM, monthly) - Oil analysis (PdM, quarterly) - Bearing temperature monitoring (CBM, continuous) - Lubrication task (PM, per OEM schedule) - Alignment check (PM, annual) Risk Priority Number: Severity: 8 (high - pump failure) Occurrence: 4 (moderate) Detection: 3 (good - vibration analysis) RPN: 96 ```

RCM study execution in MAS 9.2 follows a structured workflow. The reliability engineer creates a study, selects the equipment type, and the system pre-populates the FMEA from the library. The engineer then customizes the FMEA based on the specific operating context of the asset, adjusts the risk rankings, and defines the maintenance strategy. The output is a set of recommended PM schedules, condition monitoring points, and inspection tasks that are directly actionable in Maximo Manage.

The AI-assisted failure mode analysis feature, introduced in the 9.2 release, uses the watsonx model to analyze historical failure data from the organization's Maximo instance and compare it against the FMEA library. The AI identifies failure modes that are occurring more frequently than the library predicts, suggests additional failure modes that may be relevant based on the operating context, and recommends maintenance strategy adjustments based on the actual failure history.

Here is how the AI-assisted failure mode analysis is configured:

# Reliability Strategies AI Configuration
apiVersion: mas.ibm.com/v1
kind: ManageWorkspace
metadata:
  name: maximo-manage
  namespace: masdemo-manage
spec:
  settings:
    reliability:
      aiAssistedAnalysis:
        enabled: true
        model: "watsonx-reliability-analyzer"
        dataSource: "WO_FAILURE_HISTORY"
        analysisWindow: 24    # months of history to analyze
        confidenceThreshold: 0.75

The practical impact of the FMEA library is that reliability engineers do not start from zero. Instead of spending weeks researching failure modes for each equipment type, they start with a pre-populated FMEA that covers the most common failure scenarios. The customization effort is focused on the specific operating context, not on building the base FMEA from scratch. This reduces the time to complete an RCM study from weeks to days.

Condition Insight: The Agentic AI in APM

The single most important AI capability in MAS 9.x is Maximo Condition Insight, which IBM introduced in late 2025 and which has matured into a flagship feature by mid-2026 with the 9.2 release. Condition Insight is an agentic AI capability within Maximo Asset Performance Management that interprets asset data to explain asset condition, highlight emerging trends, and recommend corrective actions.

Condition Insight is agentic, meaning it does not just answer questions. It takes initiative. It monitors asset data continuously, identifies patterns that indicate degrading condition, and proactively generates insights and recommendations. It works in concert with the other MAS applications to deliver a unified, condition-based maintenance approach across the Maximo ecosystem.

The traditional challenge with APM data is that it is abundant but difficult to interpret. A vibration sensor on a pump generates thousands of data points per day. Anomaly detection models flag dozens of potential issues. Health scores fluctuate. But what does it all mean? A maintenance planner looking at a dashboard full of charts and alerts may not be able to determine what action to take. Condition Insight removes that barrier by analyzing asset data in seconds and returning a clear, explainable summary of condition, trends, and recommended actions.

Here is how Condition Insight works in practice:

CONDITION INSIGHT WORKFLOW
----------------------------------------
Input Data Sources:
  - Maximo Monitor: IoT sensor data, anomaly alerts
  - Maximo Health: Health scores, risk ratings
  - Maximo Manage: Work order history, failure codes, PM history
  - Asset specifications: Operating context, design parameters

Processing: 1. Data aggregation and normalization 2. Pattern recognition across data sources 3. Trend analysis (short-term and long-term) 4. Failure mode correlation 5. AI inference using watsonx model 6. Explanation generation (natural language) 7. Recommendation formulation

Output Example: Asset: PUMP-001 (Centrifugal Pump, Cooling Water System)

Condition Summary: "PUMP-001 is experiencing progressive bearing degradation. Vibration levels have increased 40% over the past 30 days, with the dominant frequency component indicating outer race defect. Health score has declined from 85 to 62 in the same period. Oil analysis from the last PM shows elevated particle count consistent with bearing wear."

Recommended Actions: 1. Schedule bearing replacement within 14 days 2. Increase vibration monitoring frequency to daily 3. Verify lubrication schedule is being followed 4. Check alignment and foundation integrity

Confidence: 89% Based on: 30 days sensor data, 2 oil analysis reports, 3 work orders on this asset in past 12 months ```

The explainability of Condition Insight is critical. The AI does not just provide a recommendation. It shows the data that led to the recommendation, the confidence level, and the sources it analyzed. This allows maintenance planners and reliability engineers to verify the recommendation and make informed decisions. It also builds trust in the AI over time, as users see that the recommendations are grounded in operational data rather than being black-box pronouncements.

Implementing the Closed-Loop Reliability Workflow

Implementing the closed-loop reliability workflow in MAS 9.2 requires a phased approach. Attempting to deploy all five components simultaneously is a common mistake that leads to implementation failures and delayed value realization. The recommended approach is to start with the components that deliver the most immediate value and expand over time.

Phase one is Reliability Strategies and Manage. This phase establishes the FMEA foundation and optimizes the PM schedule. The value is immediate because it improves the quality of preventive maintenance and ensures that PM tasks are aligned with actual failure modes. This phase can be completed in 2 to 3 months and does not require IoT sensor data.

Phase two adds Monitor and Health. This phase deploys condition monitoring on critical assets and establishes health scoring. The value comes from moving critical assets from time-based maintenance to condition-based maintenance, which reduces unnecessary PM work and catches developing issues earlier. This phase requires IoT sensors to be installed on critical assets and the Monitor application to be configured to ingest and analyze the sensor data. This phase typically takes 3 to 6 months depending on the number of assets and the availability of sensor infrastructure.

Phase three adds Predict and Condition Insight. This phase deploys predictive models that forecast asset failures and the agentic AI that interprets condition data and recommends actions. The value is the shift from reactive to predictive maintenance, where maintenance is scheduled based on predicted failure timing rather than on condition thresholds. This phase requires sufficient historical data (typically 12 to 18 months of sensor data and work order history) to train the predictive models effectively.

Here is a reference implementation plan:

CLOSED-LOOP RELIABILITY IMPLEMENTATION PLAN
----------------------------------------
Phase 1: Foundation (2-3 months)
  - Deploy Reliability Strategies
  - Conduct FMEA workshops for top 20 asset types
  - Optimize PM schedules based on FMEA recommendations
  - Establish failure reporting standards in Manage
  - Deliverable: Optimized PM schedule, FMEA library

Phase 2: Condition Monitoring (3-6 months) - Deploy Maximo Monitor - Install IoT sensors on top 50 critical assets - Configure anomaly detection models - Deploy Maximo Health - Establish health scoring thresholds - Configure condition-based work order triggers - Deliverable: Real-time condition monitoring, CBM triggers

Phase 3: Predictive Analytics (3-6 months) - Deploy Maximo Predict - Train failure prediction models - Deploy Condition Insight - Configure agentic AI recommendations - Establish weekly reliability review process - Deliverable: Predictive maintenance program, AI recommendations

Phase 4: Continuous Improvement (ongoing) - Monthly RCM review cycle - FMEA updates based on failure history - Model retraining as new data accumulates - Expansion to additional asset types - Deliverable: Mature reliability program ```

Common Pitfalls in RCM Implementation

The most common pitfall in RCM implementation is treating it as a one-time project rather than an ongoing process. RCM is not a checkbox exercise. The FMEA library needs to be updated as new failure modes are discovered. PM schedules need to be adjusted based on actual failure history. The reliability strategy for each asset class should be reviewed at least annually. Organizations that conduct an RCM study, produce a report, and then never revisit it have wasted their investment.

The second pitfall is over-scoping the initial implementation. Trying to conduct FMEA workshops for every asset type in the organization at once is a recipe for burnout and shallow analysis. Start with the top 20 asset types by criticality. Complete thorough, detailed FMEAs for those. Deliver value. Then expand to additional asset types.

The third pitfall is disconnecting the RCM analysis from execution. If the FMEA recommends vibration analysis for bearing failure but nobody configures the condition monitoring point in Maximo Monitor, the recommendation is just words on a page. The closed-loop architecture in MAS 9.2 makes this connection explicit, but the configuration still needs to be done.

The fourth pitfall is ignoring data quality. Condition monitoring and predictive models are only as good as the data they consume. If work order failure codes are inaccurate, if sensor data is noisy or incomplete, or if asset records are missing critical specifications, the AI recommendations will be unreliable. Data quality is a prerequisite, not an afterthought.

Practical Implications

If you have Maximo Manage but have not deployed Reliability Strategies, you are running an EAM without a reliability program. The FMEA library alone is worth the investment because it provides a starting point for every RCM study that would otherwise take weeks to build from scratch. The AI-assisted failure mode analysis in 9.2 further accelerates the process by identifying which failure modes are actually occurring in your environment.

If you have Reliability Strategies and Manage but have not deployed Monitor and Health, you are running an RCM program without condition monitoring. Your maintenance strategy is based on FMEA recommendations and time-based schedules, but you have no visibility into actual asset condition. You are doing preventive maintenance without condition data, which means you are either over-maintaining (doing PM work before it is needed) or under-maintaining (missing developing issues that PM schedules do not catch).

If you have the full stack but have not enabled Condition Insight, you have the data but not the interpretation. Your maintenance planners are looking at dashboards and alerts but spending too much time trying to understand what the data means. Condition Insight reduces that interpretation time from hours to seconds and provides explainable recommendations that planners can act on with confidence.

Bottom Line

MAS 9.2 has made the closed-loop reliability workflow a reality. The connected architecture of Reliability Strategies, Monitor, Health, Predict, and Condition Insight, all feeding into Manage, creates a continuous improvement cycle that standalone RCM tools and manual processes cannot match. The FMEA library with 58,000+ failure modes eliminates the blank-page problem. The AI-assisted analysis reduces the time spent on FMEA workshops. Condition Insight makes the data actionable. And the closed-loop design ensures that every work order completion feeds back into the reliability analysis, making the system smarter over time. Organizations that implement this architecture will move from reactive maintenance to predictive maintenance, with measurable improvements in asset availability, maintenance cost, and operational reliability.

KA

Author

Kevin Arhagba

Maximo Insider contributor

Was this helpful?

The Maximo Brief

Get weekly Maximo analysis and field notes.

Powered by Ghost. Join The Maximo Brief — one weekly read for Maximo professionals.

Cite this article

Arhagba, K. (2026). Reliability-Centered Maintenance in MAS 9.2: How RCM Bridges the Gap Between EAM and APM. MaximoInsider. https://maximoinsider.com/articles/rcm-bridges-eam-apm-mas-9-2