cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get a list of active users on an AS Java platform on a cluster?

Former Member
0 Kudos

Hello Experts,

I have an AS Java NetWeaver CE v7.1 EhP1 SP3 system and it's running in a cluster. Do you know how I can get a list of all users that are currently logged in or whom have active sessions on each application server instance?

Thanks,

Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sam,

Run the command

telnet <ip address> 5<nr>08

Provide Administrator ID and Password.

After logging enter

>jump

it will give list of server node available

then enter

>>jump <server node number>

enter below command.

>add servlet_jsp

>http_sessions full

Hope this Help

Regards,

Kiran Madhu

0 Kudos

Kiran,

Thanks, that's good insight. I was hoping for a programmatic approach though so that I could notify users that the system would restart for maintenance within a given time period.

Thanks,

Sam

Answers (0)