When running an "awexe rmi_status" command, the results should return a few RMI status values including a Session ID.
And example below:
[user@testhost ~]$ awexe rmi_status
Host IP Session Last Activity
Master 10.0.0.1 2221838 RmiServer 01/17/24 12:20:02
testhost 10.0.0.1 2221838 RmiServer 01/17/24 12:20:02
However, if a session ID more then 8 characters is returned, the rmi_status command shows a value of ######### as seen below:
[user@testhost ~]$ awexe rmi_status
Host IP Session Last Activity
Master 10.0.0.1 ######### RmiServer 01/17/24 12:20:02
testhost 10.0.0.1 ######### RmiServer 01/17/24 12:20:02
Note that this behavior does not affect the actual session ID or Applications Manger
code behind RMI_STATUS command has a maximum character count of 8
A fix will be included in Applications Manager version 9.5.2.