Hi Jiang, Thanks and It's fixed. Able to see servername by setting property on Server Bundle additional server bundle properties with name as mxe.name and value as SERVERNAME (without quotes).
Original Message:
Sent: 07-02-2025 08:52
From: Jiang Monge
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Hi Steven, in our production we have 12 UI pods, if I hardcode mxe.name = XYZSERVER, won't all maxsession user sessions have XYZSERVER serverhost value? The goal is to have serverhost field display the specific UI server bundle pod name that a user session is running in.
------------------------------
Jiang Monge
GM
Original Message:
Sent: 07-01-2025 15:51
From: Steven Hauptman
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Hi Jiang, in the bundle level properties give it a name like JIANGSERVER.
------------------------------
Steven Hauptman
IBM
Original Message:
Sent: 07-01-2025 09:23
From: Jiang Monge
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Thanks Steven, set both jvm option and bundle properties as show in screenshot below still didn't work. So far the best solution is the sql provided by Maycon Belfort.

maxsession table:

------------------------------
Jiang Monge
GM
Original Message:
Sent: 06-30-2025 15:39
From: Steven Hauptman
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Jiang, I think you need both.
------------------------------
Steven Hauptman
IBM
Original Message:
Sent: 06-27-2025 09:23
From: Jiang Monge
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Steve, I added -Dmxe.name=${HOSTNAME} to bundle jvm option per Mark Robbins suggestion. Are you saying instead of jvm option, I need to add to Bundle level properties, an entry Name=mxe.name and Value='your server name'? What would be correct value? Ideally, we need pod name to be populated as we have multiple pods per server bundle. Would ${HOSTNAME} work in this place?
------------------------------
Jiang Monge
GM
Original Message:
Sent: 06-27-2025 08:34
From: Steven Hauptman
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Jiang, did you set the Additional Server Bundle Properties so that there is an entry Name=mxe.name and Value='your server name'?
------------------------------
Steven Hauptman
IBM
Original Message:
Sent: 06-26-2025 10:40
From: mark robbins
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
As per our private conversation... I am checking this further with the development team
------------------------------
mark robbins
Cohesive
IBM Champion 2017-2024 Inclusive
See my blog on Maximo support related topics here:
https://www.linkedin.com/pulse/maximo-support-advice-from-non-ibm-engineer-article-mark-robbins/
Original Message:
Sent: 06-26-2025 10:10
From: Jiang Monge
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
This did not work for me on manage 9.0, the servername field in maxsession table shows literal '${HOSTNAME}' after adding -Dmxe.name=${HOSTNAME} to bundle jvm option. So ${HOSTNAME} is not really instantiated.
------------------------------
Jiang Monge
GM
Original Message:
Sent: 06-25-2025 03:08
From: mark robbins
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Hi Hari,
I talked to the MAS development team about this and this is the answer:
When the bundle pod is deployed, environment variable $hostname is always instantiated to be the pod id.
Add -Dmxe.name=${HOSTNAME} as bundle jvm option would make the server name to be the pod id.
------------------------------
mark robbins
Cohesive
IBM Champion 2017-2024 Inclusive
See my blog on Maximo support related topics here:
https://www.linkedin.com/pulse/maximo-support-advice-from-non-ibm-engineer-article-mark-robbins/
Original Message:
Sent: 06-04-2025 02:17
From: Hari Veerla
Subject: Unique Server Name for each server bundle/pod to show on MAS manage users application in server sessions tab
Hi All,
I am using MAS 9.0 and set the system property of mxe.name=MASTST. Same name is showing all servers in Users application serversessions tab.
How can we update servername for each pod/server bundle to differentiate from which server user logged in?
Tried with setting JVM options with mxe.name="MASUITST" & mxe.name=MASUITST for server bundle in administration workspace. But both didn't work.
#Administration
------------------------------
Hari Veerla
IBM
------------------------------