|
Post by AMI_BenWang on Mar 28, 2023 1:51:50 GMT
What is the meaning of the MaxConcurrentSessions property in the GraphicalConsole section of redfish.dmtf.org/schemas/v1/Manager.v1_17_0.json?The property can be either: To display the active number of MaxConcurrentSessions (including all supported ConnectedType), OR Only reflect the configuration, regardless of whether the expected service is alive or not. Thank you. P.S. Personal opinion, the property should only reflect the configuration and should not update even if any run time service changes.
|
|
|
Post by mraineri on Mar 28, 2023 13:04:16 GMT
Can you elaborate on how a configuration would affect this property? My expectation is if a manager has some limit on the number of open connections for a given service, this property reflect that limit. For example, if the manager has VNC as its graphical console and it only allows 4 users to connect to it via VNC, then the property would show the value 4.
|
|
|
Post by AMI_BenWang on Mar 29, 2023 8:26:48 GMT
When ServiceEnabled is patched to false or true.
According your explanation , The MaxConcurrentSessions should only reflect the configuration and should not update whether ServiceEnabled is false or ture. Right ?
Thanks
|
|
|
Post by mraineri on Mar 29, 2023 12:50:21 GMT
Correct, I would not expect it to change. It's reporting a capability of the manager, and having the function disabled is an independent switch.
|
|