MAS 9 Is Not Just Manage: The Suite Architecture That Changes Everything
Who this is for: Upgrade teams, architects, and decision-makers who need to understand what MAS 9 actually delivers — and why treating it as a Maximo replacement leaves 80% of its value on the table.
Estimated read time: 10 minutes
The Biggest Misconception in Every MAS Upgrade
Here is the single most expensive misunderstanding we see in MAS 9 migrations:
"We're upgrading Maximo to MAS."
No. You are not. You are moving from a single monolithic application to an entire Application Suite. And if your upgrade team treats MAS 9 as a one-for-one replacement for Maximo 7.6, you will deploy Manage, call it done, and leave the majority of what you paid for untouched.
We need to fix that right now.
What You Had vs. What You Get
Let's put it in a table. One column for what Maximo 7.6 gave you. One column for what MAS 9 delivers.
What You Had (7.6) — What You Get (MAS 9)
Maximo Asset Management (single monolithic app) — Maximo Manage (core EAM)
Condition Monitoring add-on (limited) — Maximo Monitor (full IoT platform)
No equivalent — Maximo Health (asset health scoring)
No equivalent — Maximo Predict (ML failure prediction)
No equivalent — Maximo Visual Inspection (computer vision)
No equivalent — Maximo AI Assist / Assistant (generative AI)
Maximo Scheduler (basic) — Maximo Optimizer (advanced optimization)
No equivalent — Maximo Civil Infrastructure
No equivalent — Maximo Parts Identifier
Count the "No equivalent" rows. That is six entirely new applications that had no predecessor in 7.6. One application became nine. That is not an upgrade. That is a platform shift.
Key insight: Your AppPoints license already covers these applications. If you purchased AppPoints for MAS, you can allocate those points across ANY application in the suite. Your organization may already own access to applications nobody on your team has explored.
The Platform: Everything on OpenShift
Every one of those nine applications runs as a containerized workload on Red Hat OpenShift Container Platform. This is not a marketing detail. It is the architectural foundation that makes the entire suite possible.
Here is what that gives you:
- Unified deployment -- all applications deploy through the MAS operator framework
- Shared infrastructure -- compute, storage, and networking managed at the cluster level
- Independent scaling -- Monitor can scale to handle IoT bursts without touching Manage
- Namespace isolation -- applications run in separate namespaces with controlled network policies
- Operator-managed upgrades -- rolling updates per application, no "take down everything" maintenance windows
+------------------------------------------------------------------+
| Red Hat OpenShift Container Platform |
| |
| +----------+ +----------+ +---------+ +----------+ +-------+ |
| | Manage | | Monitor | | Health | | Predict | | MVI | |
| | (core EAM)| | (IoT) | | (scores) | | (ML) | | (CV) | |
| +----------+ +----------+ +---------+ +----------+ +-------+ |
| |
| +----------+ +----------+ +---------+ +----------+ |
| | Optimizer | | AI Assist | | Civil | | Parts | |
| | (sched) | | (GenAI) | | Infra | | Ident | |
| +----------+ +----------+ +---------+ +----------+ |
| |
| +------------------------------------------------------------+ |
| | Shared Services Layer | |
| | MongoDB | Kafka | Db2/Oracle | Object Storage | BAS | |
| +------------------------------------------------------------+ |
+------------------------------------------------------------------+Nine applications. One platform. Shared services underneath. Independent lifecycles on top. This is what a suite architecture looks like.
Manage Is the Hub
This is the most important architectural fact to internalize: Manage sits at the center of everything.
Manage is the authoritative source for:
- Asset records (ASSET table)
- Location hierarchy (LOCATIONS table)
- Work orders (WORKORDER table)
- Failure codes (FAILURECODE table)
- Meter readings (MEASUREMENT table)
- Classification and attributes (CLASSSTRUCTURE, CLASSSPEC)
- Inventory and parts (INVENTORY, ITEM)
Every other MAS application reads from and writes to Manage. Health reads your asset records and work order history to calculate health scores. Predict reads your failure history and meter data to train ML models. Monitor maps IoT devices back to Manage asset records. Optimizer pulls work orders from Manage to schedule them.
This means one thing: Manage must be deployed and stable before any other application can function. Your core data in Manage is the fuel for the entire suite. Bad asset data in Manage means bad health scores, bad predictions, bad everything.
How the Applications Talk to Each Other
The nine applications do not run in isolation. They integrate through five distinct mechanisms:
Integration Mechanism — What It Does — Which Apps Use It
Shared Manage Database — All apps read/write asset, WO, and master data from the Manage (Maximo) database — Health, Predict, Optimizer, Civil Infrastructure
IoT Data Lake — Time-series sensor data stored in Db2 Data Lake / Cloud Object Storage — Monitor, Health, Predict
Apache Kafka Event Bus — Real-time event streaming between applications — Monitor alerts to Manage, Health score changes
REST APIs — Direct API calls between application microservices — All applications expose and consume APIs
watsonx.ai / Watson Studio — Shared AI/ML model training and inference platform — Predict, Visual Inspection, AI Assist
MongoDB provides additional application-specific configuration and metadata storage for Monitor, Health, and Visual Inspection.
The shared database is the gravity well. Kafka is the nervous system. REST APIs are the handshakes. watsonx.ai is the brain. Together, they form the connective tissue that turns nine independent applications into one integrated platform.
The Integrated Data Pipeline
This is the most valuable section in this entire post. Read it twice.
The MAS suite is not nine applications that happen to share a login page. It is an integrated data pipeline where each application's output becomes the next application's input. The data flows in a specific sequence, and understanding that sequence is the key to unlocking the full value of the suite.
PHYSICAL WORLD MAS APPLICATION SUITE
+---------------+ +-------------------------------------------+
| Sensors | MQTT / REST | MONITOR |
| PLCs | ---------------------> | - Device registration |
| SCADA | | - Metric ingestion |
| Historians | | - Anomaly detection |
| Edge Devices | | - Alert generation |
+---------------+ +-------|-----------|----------------------+
| |
IoT Metrics Alerts
| |
v v
+-----------+ +-----------+
| HEALTH | | MANAGE |
| | | (Core EAM)|
| - Health | | |
| scores | | - Assets |
| - Degrad. | | - WOs |
| curves | | - PMs |
| - AIO | | - Inv. |
| - Risk | | - Labor |
+-----|-----+ +-----|-----+
| |
Scores + Work Orders
History |
| v
v +-----------+
+-----------+ | OPTIMIZER |
| PREDICT | | |
| | | - Schedule|
| - Failure | | - Route |
| predict | | - Resource|
| - Anomaly | | - Crew |
| - ML/AI | +-----------+
+-----------+ |
Optimized
Schedule
+------------------+ |
| VISUAL | v
| INSPECTION | +-----------+
| | | MOBILE |
| - Classification | | |
| - Detection | ----(results)-------------------> | - Execute |
| - LVM | | - Inspect |
| - Edge deploy | | - Report |
+------------------+ +-----------+
|
+------------------+ |
| AI ASSIST | <--------(context)---------------+
| |
| - NL queries |
| - Recommendations|
| - Troubleshoot |
| - Knowledge base |
+------------------+Read the pipeline from top to bottom:
- Physical assets generate data through sensors, PLCs, SCADA systems, and historians. Raw operational data flows into Monitor via MQTT or REST protocols.
- Monitor ingests, stores, and analyzes IoT data in real time. It detects anomalies and generates alerts. Anomaly data and metric summaries flow into Health as scoring contributors. Alert conditions can trigger work orders directly in Manage.
- Health combines Monitor sensor data with Manage data -- asset age, work order history, meter readings, inspection records -- to calculate a single health score for every asset. It generates degradation curves, runs Asset Investment Optimization, and scores risk. Health scores and history flow to Predict.
- Predict uses data from Monitor (sensor history), Health (scores and degradation curves), and Manage (failure history) to train ML models that predict when assets will fail. Predictions display in Manage and can trigger preventive work orders automatically.
- Manage is the hub. It receives alerts from Monitor, health scores from Health, predictions from Predict, inspection results from Visual Inspection, and AI recommendations from AI Assist. It generates work orders that flow to Optimizer.
- Optimizer takes the pool of work orders from Manage, considers constraints -- skills, travel distance, crew availability, priorities -- and produces an optimized schedule. That schedule pushes to Mobile for field execution.
- Visual Inspection operates alongside the main pipeline. Cameras, drones, and smartphones capture images. AI models (deep learning CNNs and Large Vision Models on GPU infrastructure) analyze them. Results feed back into Manage as inspection evidence and can trigger work orders independently.
- AI Assist provides an intelligence layer across all applications. It helps users create work orders using natural language, find information in knowledge bases, troubleshoot problems, and receive AI-powered recommendations at every stage.
- Business system connectors handle external data flows -- SAP and Oracle for financials, Workday for HR and labor, GIS/ArcGIS for spatial data, Envizi for ESG and sustainability reporting.
Key insight: The pipeline is not optional. It is the architecture. Every application was designed to consume the output of the application before it and produce input for the application after it. Running any of these applications in isolation is like buying a car engine and leaving the transmission in the box.
The Value Multiplier: Why Integrated Beats Standalone
Each application provides value individually. But the integrated value is multiplicative, not additive. This is not marketing language. Let's prove it with three scenarios.
Scenario 1: Monitor Detects a Vibration Anomaly
Individual value (Monitor alone):
An alert is generated. A technician investigates. Maybe they find something, maybe they don't. The alert sits in a dashboard.
Integrated value (full pipeline):
The vibration anomaly triggers an alert in Monitor. That alert immediately causes Health to re-score the asset -- the health score drops from 72 to 54. Predict ingests the updated health score and revised sensor data, updating the predicted failure date from "6 months" to "3 weeks." A work order is auto-created in Manage with AI-recommended failure codes already populated. Optimizer picks up the new work order, factors in crew skills and travel routing, and slots the repair into next Tuesday's schedule. The technician gets the optimized route on their mobile device with the full context of what is failing, why, and what parts to bring.
That is the difference between an alert and an outcome.
Scenario 2: Health Score Drops Below 40
Individual value (Health alone):
The asset is flagged as critical on a dashboard. Someone notices eventually. Maybe.
Integrated value (full pipeline):
The health score drop triggers Predict to provide a specific failure date. Monitor highlights the asset's dashboard with the critical score. A work order is auto-generated in Manage with failure code recommendations. Optimizer prioritizes the work order in the next scheduling cycle, bumping lower-priority work. The repair happens before the failure.
Scenario 3: Visual Inspection Detects Corrosion
Individual value (Visual Inspection alone):
A defect is recorded in an inspection report. Someone reads the report and creates a work order manually.
Integrated value (full pipeline):
The corrosion severity score feeds directly into Health, adjusting the asset's health score downward. Predict recalculates the failure timeline based on the new corrosion data. A work order is created in Manage with the visual inspection evidence attached -- the technician can see exactly what the camera saw. Optimizer schedules the repair. The entire chain fires without a human manually connecting the dots.
Key insight: Organizations that deploy Manage and call it done are getting perhaps 20% of the value they paid for. The remaining 80% lives in the pipeline. Every additional application you activate does not add value linearly -- it multiplies value across every application already running.
The AI Foundation: watsonx.ai Underneath
MAS 9 uses IBM watsonx.ai as the unified AI foundation across the suite:
- Predict uses Watson Studio / watsonx.ai for ML model training -- regression, classification, and survival analysis models trained on your historical failure and sensor data
- Visual Inspection uses deep learning CNNs and Large Vision Models hosted on GPU infrastructure for image classification and defect detection
- AI Assist uses watsonx.ai foundation models for generative AI -- natural language understanding, work order creation from plain text, troubleshooting recommendations from knowledge bases
- Monitor uses built-in anomaly detection algorithms plus custom Python functions for analytics
This is not three separate AI systems. It is one AI platform serving multiple applications. Your model training, your inference infrastructure, and your AI governance all live in one place.
AppPoints: The Licensing That Makes This Possible
MAS uses AppPoints-based licensing. This is the mechanism that makes suite adoption practical.
How it works: Your organization purchases a pool of AppPoints. Those points can be allocated across ANY application in the suite. You do not buy separate licenses for Health, Monitor, Predict, and Visual Inspection. You allocate points from a single pool.
Typical AppPoint costs per user:
Application — AppPoints Per User — License Type
Manage - Limited — 5 — Authorized (view-only, limited transactions)
Manage - Base — 10 — Authorized (standard EAM)
Manage - Premium — 15 — Authorized (full functionality + add-ons)
Monitor — 5 — Authorized
Health — 5 — Authorized
Predict — 10 — Authorized
Visual Inspection — 10 — Authorized
Optimizer — 10 — Authorized
AI Assist — Varies — Often included with Premium
Civil Infrastructure — 10 — Authorized
Mobile — Included — Included with Manage license
Practical example: A Reliability Engineer who needs Manage Base + Health + Predict + Monitor consumes 30 AppPoints. A technician who only needs Manage Base + Mobile consumes 10. You allocate strategically based on roles.
The flex allocation model means you can reallocate points between applications as your deployment matures. Start with most points on Manage. As you deploy Health and Monitor, shift points to cover those users. No new procurement required.
Key insight: Run a license audit. If you purchased AppPoints for MAS, you likely already own access to applications nobody on your team has even opened. That is money sitting on the table.
The Deployment Reality: Manage First, Then Build Up
The architecture dictates the deployment order. You cannot skip steps.
Manage must be deployed and stable first. It is the authoritative data source. Every other application depends on it.
After Manage stabilizes:
- Health (Months 1-3) -- requires quality asset data from Manage. Straightforward configuration. Immediate visibility into asset condition.
- Monitor (Months 2-4) -- requires IoT infrastructure and device connectivity. Feeds real-time data into Health and Predict.
- Predict (Months 4-6) -- requires Health scores, Monitor sensor data, and sufficient failure history. The ML models need data to train on.
- Visual Inspection (Months 4-6) -- requires GPU nodes, camera infrastructure, and labeled training images.
- AI Assist (Months 6-9) -- requires watsonx.ai provisioned and at least two years of work order data for meaningful recommendations.
- Optimizer (Months 6-9) -- requires clean craft/skill data and accurate location coordinates in Manage.
- Civil Infrastructure (if applicable) -- domain-specific for DOTs and infrastructure organizations.
- Parts Identifier (evaluate later) -- niche use case, limited user base, relatively simple deployment.
Do not try to deploy everything simultaneously. Each application in the pipeline depends on the data quality and stability of the application before it. Health without good Manage data produces garbage scores. Predict without Monitor sensor data produces unreliable predictions.
What This Means for Your Upgrade Team
If you are on a MAS 9 upgrade project and your team is only talking about Manage, you need to have a different conversation.
Here is what you tell leadership:
"We are not upgrading Maximo. We are deploying an Application Suite. Manage is the foundation, but the competitive advantage lives in the integrated pipeline -- Monitor, Health, Predict, Visual Inspection, AI Assist, and Optimizer. Our AppPoints license already covers these applications. Every month we delay exploring them is ROI we leave on the table."
And here is what you tell your technical team:
"Data quality in Manage is the fuel for every other application. If our asset records are incomplete, our failure codes are inconsistent, or our meter readings are unreliable, no amount of AI will fix it. Fix the data. Then light up the pipeline."
Key Takeaways
- MAS 9 is an Application Suite with 8+ applications -- not just Manage with a new interface. Six of those applications had no equivalent in Maximo 7.6.
- Manage is the hub -- the authoritative source for asset data, work orders, inventory, and failure codes. Every other application reads from and writes to Manage.
- The integrated pipeline creates multiplicative value -- Sensors to Monitor to Health to Predict to Manage to Optimizer to Mobile. Each application's output becomes the next application's input.
- Individual app value is dwarfed by integrated value -- a vibration alert in Monitor alone is just a notification. Through the full pipeline, it becomes an auto-generated, AI-coded, optimally-scheduled work order on a technician's phone.
- AppPoints licensing enables flexible allocation -- your existing license investment likely already covers applications nobody on your team has opened.
- Deployment follows the pipeline -- Manage first, then Health, Monitor, Predict, and the rest. Sequence matters. Data quality matters more.
References
- IBM Maximo Application Suite Documentation
- IBM MAS Architecture Overview
- Red Hat OpenShift Container Platform
- IBM watsonx.ai for Maximo
- MAS AppPoints Licensing Guide
Series Navigation:
Previous: Part 8 -- Scripts, AI, and the Reliability Stack
Next: Part 10 -- Maximo Health: Asset Health Scoring and Investment Optimization
View the full MAS FEATURES series index -->
Part 9 of the "MAS FEATURES" series | Published by TheMaximoGuys
MAS 9 is not a Maximo upgrade. It is an Application Suite. The organizations that understand this -- and deploy the integrated pipeline -- will see returns that make the upgrade investment look trivial. The ones that deploy Manage alone will wonder what they paid for.


