
Learn more about MaxStack cloud hosting for IBM Maximo Application Suite (MAS) on Red Hat Openshift and IBM Maximo 7.6 with our Maximo MAS Hosting FAQ.
Click below to open each FAQ category.
Have more questions? Please reach out.
Hosting 7.6
We don’t have an end date for this service. We have hosted many companies on 7.1, 7.5, and 7.6 in the AWS cloud since 2012 and we plan to continue to offer 7.6 hosting as long as needed for clients.
If you’ve converted to App Points but are still running Maximo 7.6, we have a proprietary 7.6 concurrent user monitor to alert you if you’ve exceeded your app points.
If you are no longer on IBM Maintenance for your 7.6 licenses and own perpetual Maximo Named User licenses, then you would continue to use Maximo as you have. We or your consulting partner can provide alerts or license compliance reports to ensure you remain in compliance with your licenses.
Hosting MAS
We created our MAS Single hosting plan to make running MAS affordable for smaller organizations who primarily need to run Manage (what has been known as Maximo in the past). It uses “Single Node Openshift” (SNO) to align with an architecture that many organizations have been using successfully for Maximo 7.6 for many years, a single application server per environment. The result is a simple, cost-effective MAS deployment for up to 50 concurrent users.
“By deploying SNO, users can experience the benefits of OpenShift in a more compact environment that requires fewer resources. “
– IBM
One tradeoff is that SNO, by utilizing a single application server, is not a true “High Availability” architecture with multiple sets of clusters which would typically be spread across two or more availability zones when running in the AWS cloud. Our cost-effective MAS Cluster plan supports more users and does provide a multi-zone deployment.
More info available here:

Like our MAS Single plan, the MAS Cluster plan delivers higher ROI than you will find anywhere else. This hosting architecture is designed for organizations that have more than 50 concurrent users, would like to use additional modules in the suite beyond Manage and Health, or want a more resilient architecture with a multiple availability zone deployment.
The MAS Cluster plan starts with 2 worker nodes. This quantity can be increased to support additional concurrent users or workloads.
We also offer a premium version of our MAS Cluster service named “MAS HCP Cluster” where Red Hat directly provisions, supports, and upgrades the Control Plane portion of your MAS cluster.
“The presence of at least 2 worker nodes also accounts for high resilience. If a worker node fails, the control plane
– Red Hat
relocates unscheduled pods to the functioning worker node(s) until the failed node is recovered or replaced.”
More info available here:
Our MAS Single plan is a single server deployment designed for price-sensitive organizations with up to 50 concurrent users, who don’t yet need to use additional suite modules besides standard Maximo (aka Manage in MAS), and don’t require redundant servers in multiple availability zones. (See below for SQL to estimate your concurrent user count).
Our MAS Cluster plan is a cluster deployment with worker nodes and control plane nodes distributed across multiple availability zones. Like our MAS Single plan, it is right-sized for MAS in order to provide unbeatable value at a lower price point than you will find anywhere. The MAS Cluster plans starts with as few as 2 worker nodes and can be expanded to any number to support your concurrent user requirements. Additional special purpose nodes can be added as well, such as GPU processors for MAS modules that utilize AI.
See Our MAS hosting plans for a comparision of our MAS hosting services.
Estimating the MAS Capacity You Need
To estimate your Maximo concurrent users, find your current high-water mark with the following SQL query. This will return the top 10 concurrent user counts and the day each occurred in the prior year. You may choose to disregard any outliers.
You may also want to decrease your high-water mark if you have set Maximo’s time-out period to be longer than the standard 30 minutes, as this means the high-water number returned by the query may be inflated in terms of actual load on the server.
SQL Server:
select top 10 cast(attemptdate as Date) as countdate, max(currentcount) as concurrentcount from logintracking where attemptdate > getdate()-365 group by cast(attemptdate as Date)
order by max(currentcount) desc;
Oracle:
select * from
(select trunc(attemptdate) as countdate, max(currentcount) as concurrentcount from logintracking where attemptdate > sysdate-365 group by trunc(attemptdate)
order by max(currentcount) desc)
Where rownum <=10;
We’re proven Maximo experts, with decades of experience in supporting clients both functionally and technically. From massive Maximo projects like merging Maximo databases or creating complex integrations, to best-practice guidance, to user helpdesk support, we have done it all for clients across virtually all industries.
For more information, see our page on Maximo Support options here at Maximo Support – MaxStack Cloud Hosting
If you’re a candidate for the MAS Single hosting plan, we can offer a free one-month trial period with no obligation. Read the FAQ entry on this offer for more details.
For the MAS Cluster hosting plan, our hosting plans are offered in 1-year terms, but we can provide a MAS Cluster pilot period for short durations for you to test or to get comfortable with MAS. The duration can range from X Hours to X Months. Please contact us with your requirements and we will provide pricing.
Please also see information on our No-Charge Upgrade to MAS service.
We can provide any version that is currently offered by IBM, but our standard deployment is now version 9.1. We do think you should take advantage of the Continuous Delivery (CD) model adopted by IBM with version 8.7 to keep your version updated.
MaxStack supports SQL Server, Oracle, and DB2 for use with MAS. We offer both EC2 and RDS options for SQL Server and Oracle.
We can convert your database to DB2 to take advantage of the included entitlement from IBM, but if you’re on SQL Server or Oracle we think you’re likely much better off staying on those rather than introducing a significant unnecessary change into your MAS implementation project.
Note: If you do require a conversion from Oracle to SQL Server, we’ve done that many times for Maximo 5.x, 6.x, and 7.x databases and have a proven process for it. Contact us for more info.
We’ve enabled interfaces between other systems and Maximo 7.6 systems that we host for many years. There are several methods to enable integrations to flow between other systems you use and your hosted MAS system, whether those other systems are run on-premises, in the cloud, or at a SaaS provider.
If you are using WebSphere’s JMS queues in 7.6 to handle message processing for your integrations, our provisioner automatically installs the JMS queues in MAS and enables the continuous queue service.
One major benefit of the MaxStack dedicated server and private cloud architecture is it makes a true “Lift & Shift” from on-premises to cloud possible, often without having to redesign and recreate interfaces (an exception is file-based interfaces, which do need to be adjusted). This is because Maximo can still reach your external integrated systems and vice-versa. This is not possible in other MAS SaaS offerings using shared application clusters.

When our MAS provisioner technology runs to create your MAS system, it also creates two AWS S3 buckets for file storage for your system. One bucket is used for attached documents that your users add to records in Maximo, the other bucket is available for system admin uses such as providing customization archives to MAS.
We also give you direct read-only access to your S3 buckets so that you can access your file attachments in case that is ever needed.
Our MAS provisioner pipeline automatically handles certificate creation and renewals for you.
MaxStack is pleased to offer a MAS Manage + Health Hosting Trial. This is a dedicated MAS Single environment that we spin up for you, with Manage + Health installed, and make available for one month (weekdays, 9 to 5) in the MaxStack AWS cloud so that you and your team can check it out.
There’s no obligation required, but this offer is available only to those organizations that are candidates for using this hosting plan. Requirements include:
- Currently seeking MAS hosting services
- Have 50 concurrent users or less, and are good candidates for the MAS Single plan
- Using SQL Server (if already on Maximo 7.6)
- Other conditions may apply – please contact us
* Offer subject to change without notice.
MAS
In addition to core set of applications from 7.6, MAS provides access to several additional applications which were previously available as add-ons to be purchased.
Included with MAS Manage at MaxStack:
- Linear
- Calibration
- Spatial
- Scheduler
- Reliability (new as of MAS 8.11)
- Mobile (MAS Maximo Mobile is included automatically in every MAS system we provision at MaxStack, so you can simply download the Maximo Mobile app from the Play Store or Apple Store, point to your MAS system at MaxStack, and login from your mobile device.
Included Modules:
- The new Health module (for tracking and scoring your Asset Health) is also installed automatically in your MAS system at MaxStack at no additional cost.
Optional – Can Be Added
Manage Add-Ons:
- Maximo Asset Configuration Manager
- Maximo Service Provider
- Maximo Health, Safety and Environment
Manage Connectors:
- MaxStack Connector for Microsoft Dynamics 365
- MaxStack Connector for Sage Intacct
- Maximo Connector for SAP Applications
- Maximo Connector for Oracle Applications
- Maximo Connector for Workday Applications
Industry Solutions:
- Maximo Aviation
- Maximo Civil Infrastructure
- Maximo Oil & Gas
- Maximo Transportation
- Maximo Nuclear
- Maximo Utilities
MAS Modules:
- Maximo Monitor
- Maximo Spatial
- Maximo Civil Infrastructure
- Maximo Optimizer
- Maximo Visual Inspection
Yes, your Maximo 7.6 configurations such as screen designs, BIRT reports, custom data model (table / field changes), and automation scripts are all stored in your Maximo database and will work the same way in the MAS Manage 8/9 version.
If you have custom add-ons that you’ve purchased or created yourself using custom class files, those do not transfer automatically. MAS does support adding low level customizations in this way, but the deployment method changes and you would want to validate these when moving to MAS of course.
If you’re using the Maximo REST API, then that will still work the same way in Maximo Application Suite.
By default, we install the MAS standard (WebSphere) JMS queues like CQIN, CQOUT, SEQIN, and SEQOUT so those will be running like they do for you in prior Maximo versions. However, file-based integrations where you need to share a file/UNC location with other systems, either for Maximo to write out files or read in files placed there, are problematic in MAS. We have a proven solution that is a fairly close replacement for those integrations (even more so than using S3) that we can share with you.
One major benefit of the MaxStack dedicated server and private cloud architecture is it makes a true “Lift & Shift” from on-premises to cloud possible, without having to redesign and recreate your interfaces. This is because Maximo can still reach your external integrated systems and vice-versa. This is not possible in other MAS SaaS offerings using shared application clusters.

There shouldn’t be any need for user training, assuming you aren’t combining a functional expansion or business process project with your Maximo upgrade.
There are no significant functional changes to the Maximo 7.6 applications, although the “skin” looks a little different.
Yes, MAS supports low level class file extensions or additions. The deployment method changes slightly — MAS is informed of any “customization archives” and it retrieves them includes them in its deployment.
Yes, MaxStack makes the log files for your hosted application cluster available for you to retreive.
One of the main benefits of moving to MAS and the Red Hat Openshift platform is that it allows for Maximo to be automatically updated as IBM releases fixes and new versions.
You can disable this and control when updates are made, but for most users we think the automatic updating will be a big benefit and will mean you no longer run versions that are potentially way out of date or less secure, and you should no longer have recurring expensive Maximo upgrade projects.
Upgrading to MAS
You need to be on Maximo version 7.6.1.2 or 7.6.1.3 to upgrade to MAS.
When the MAS application is connected to a Maximo database at one of these versions, it will recognize that and upgrade the Maximo database to the current MAS version 8.x or 9.x.
If you have a typical 7.6 Maximo system where you customized your Maximo system behavior using the standard methods (autoscripts, conditional expressions, application designer changes, database configuration changes, custom reports, etc.) then the upgrade is straightforward and does not take a lot of time.
If you have elements such as integrations using Websphere messaging queues, or add-on products, or custom class files, those are likely to add time and effort to the upgrade.
We can advise on the timing and additional steps that may be needed when assessing your current system.
Provisioning a new MAS system for you using either of our MAS Hosting plans is quick and easy, as we have automated that process.
Yes, contact us for a license conversion. You will need to convert to App Points when we begin hosting your MAS system.
We also have a script and process to calculate what number of App Points you are likely to need. It examines your top 10 peak usage times over the prior year and then determines the number of App Points that would have been checked out by users during those times, based on the security rights of those actual users.
For MAS hosting customers who are currently on a standard Maximo 7.6 deployment, we can offer a no-charge upgrade from 7.6.1.2 or 7.6.1.3 to MAS 9.
Please find more details here: No-Charge Upgrade to MAS
