General changes
- The default value of the timeout for any IPC based remote
communications has been changed to 5000 milliseconds (it was 30000
milliseconds in the previous release). The minimum timeout value has
also been decreased to 1000 milliseconds.
- IPC provides now utilities for reading/setting ERS verbosity and
debug levels of any application, which contains IPCNamedObject objects
(i.e. RC
controllers, Infrastructure servers, PMG agents, etc.). If ipc_ls utility is executed with '-l'
command line option it shows the current values for the ERS verbosity
and debug levels for all the IPC based applications. There is a new
utility called ipc_ers, which
can be used to change debug and verbosity levels for any application
in a given partition (provided that this application contains an
IPCNamedObject object).
To be implemented