awexe rmi_status command may return invalid values
search cancel

awexe rmi_status command may return invalid values

book

Article ID: 278122

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

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

Cause

code behind RMI_STATUS command has a maximum character count of 8

Resolution

A fix will be included in Applications Manager version 9.5.2.