Beginning with Rolling Restart version 10.2, there are new options to run programs on remote servers immediately before a restart, or immediately after a server restarts. These parameters are defined at the group level in the console.
When a program is set to run immediately before a restart, logons are disabled, the program is run, then the server is restarted.
When a program is set to run after the server starts, logons are disabled by default to avoid any conflict with logged on users. Administrators can override this by setting a value in the INI file on the Rolling Restart console:
Now the remote servers will not disable logons before running the program.
To set the behavior back to default, either delete the line above in the INI file, or set its value to "1":
DisableLogonsBeforeRunningProgramAfterRestarting=1
No questions yet.