We set this to "true" when we want the state of the servers to be maintained in case of system crash.
The servers will be bought to the same state as were before the crash as the system is brought up again.
Prerequisite is that the nodemanager should be running (you may run it as a windows service) and "CrashRecoveryEnabled=true" in the “nodemanager.properties” file.
The state of the individual managed servers will be stored in:
$weblogic_home\common\nodemanager\servers\${servername}\data\nodemanager\${servername}.state file with entry similar to "RUNNING:Y:N" where 'Y' stands for server state as Running and 'N' stands for server state as "Not Running / Shutdown".
If your managed servers is not comming up to the same state as it was the try to set
NativeVersionEnabled=true in the “nodemanager.properties” file and reboot the system again.
No comments:
Post a Comment