...
The RKS procedure can be configured using these profile parameters:
Parameter | Default Value | Details |
---|---|---|
lg/rks_strategy | unmodified | Describes how load balancing is performed during the RKS procedure. unmodified:New logons are distributed across instances that still have to be restarted as well as instances that have already been restarted. Prefer_restarted:The preferred option is to forward new logons to instances that have already been restarted. |
rdisp/server_startup/max_time | 1H | Specifies the maximum length of time the server startup procedure can last for while the application server instance is restarting. If this value is exceeded, the server startup procdure is terminated. |
rdisp/server_startup/info_file | $(DIR_DATA)$(DIR_SEP)$(FN_STARTINFO) | stores additional information during the server startup procedure. Do not change the file name |
rdisp/server_startup/run_proc | YES | Specifies whether the server startup procedure is to be run while an ABAP application server instance is starting up |
rdisp/server_startup/user | DDIC | Specifies the ABAP user with which the server startup procedure is run. |
The server startup procedure should be run while an instance is starting up, but it is not mandatory for starting the instance. We recommend you only change the values of profile parameters for the server startup procedure after consulting SAP.
...
sapcontrol -nr <NR> -function GetVersionInfo
...
sapcontrol -nr <NR> -function UpdateSystem
...