Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Multiple Production Instances on a Single Server

From: mlevinson (2016-05-18 13:37)

We are hosting multiple production instances of Maximo for different clients. I am being asked about putting multiple app servers on a single server as well as multiple databases on a single database server to reduce our overall footprint.
It is my opinion that this is not "best practice" and I am wondering what those in the field think? I need to provide my case why I think this is not a good idea, and hope that the members here can chime in with some information on the risks this presents.
Many thanks!!
Maximo 7.5
DB2
WebSphere


From: maximal (2016-05-19 06:35)

---In MAXIMO@yahoogroups.com, <mlevinson@ledgesoft.com> wrote :
We are hosting multiple production instances of Maximo for different clients. I am being asked about putting multiple app servers on a single server as well as multiple databases on a single database server to reduce our overall footprint.

What's the likelihood of the single server going down? What's the plan if it does go down?

Same for the databases.

My personal preference is three environments: dev, test, production. Test is identical to production except for data. Each environment is designed for best uptime probability: OS selection, hardware, clustering all factor into this. If something catastrophic does happen to production, data can be moved to test and DNS can be updated to point there, and your users will never know.

Real story: a system I designed in 2003 had a production failure. It was a combination of AIX and Windows, and the Windows piece failed (what a shock). I was offered stupid consultant money to fix it. I told them to just import the prod data to test, as they were identically configured. Then go fix production if you like. This is why I'm a terrible consultant (but a terrific employee). They saved lots of dollars by using what they already had.

If you have VM environments, it's even better because if you take snapshots or backups regularly, you are basically immune to hardware failures. What you lose in speed you gain in persistence.

Having said all that, multiple app servers on the same machine might not be wise. I'm thinking that Websphere, for example, has the concept of cells and nodes for a reason. I would suspect a good Websphere architect could help you host many Maximo clients on a single Websphere installation using multiple cells. I mean, who wants to log into n-consoles to manage things when you can log into one?

That's my thinking.

-C