IBM Support

Explanation on the maxsession.reloadcache attribute used in Maximo 7.5

Question & Answer


Question

What is the maxsession.reloadcache attribute used for in Maximo 7.5?

Answer

Q: What is the purpose of this attribute?

A: It is the means of communicating the cache change among different servers in the used cluster

Q: What areas are affected or related to reloadcache attribute?

A: If a data dictionary entry is modified through the user action connecting to one server, the server updates its own cache, however needs to inform other servers that the cache needs to be reloaded. So, it puts the information on the other server's maxsession record to say "this is what has been changed, update yourself".

In other words, it is used to inform the other application servers in a system with multiple application servers(often in a cluster) that a change has been made to cached data and the application servers must reload that data.

Q: When is Maximo going to use this reloaded cache?



A: Each server has a type thread poking the applicable Maximo record and this way querying it's own record in maxsession..This method then ensures the thread is looking into this entry. By default this occurs once every 60 seconds and updates the server timestamp with the current date and time. If the reloadcache column is not null, then the listed caches are reloaded and the value zeroed out.

Note!: Any Maximo cache will use this not just the data dictionary, e.g condition cache, maximodd, adminmode state, crontask/escalation definitions, properties, maxvars, autokey data and logging settings.


Q: What is affected when you change the attribute type or length, as below example?

alter table maxsession modify (reloadcache varchar2(2048));
update maxattribute set length=2048 where objectname='MAXSESSION' and attributename='RELOADCACHE';
update maxattributecfg set length=2048 where objectname='MAXSESSION' and attributename='RELOADCACHE';

A: The above statement example is fine as all it will do is increasing the length. However if you make it smaller then there may not be room for a long list. Do not change the attribute type!

[{"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Component":"--","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSWT9A","label":"IBM Control Desk"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSLKTY","label":"Maximo Asset Management for IT"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSKTXT","label":"Tivoli Change and Configuration Management Database"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"},{"code":"PF027","label":"Solaris"},{"code":"PF010","label":"HP-UX"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SS6HJK","label":"Tivoli Service Request Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
17 June 2018

UID

swg21612177