@@ -34,31 +34,34 @@ The "serverStartPolicy" property determine which servers should be running.
34
34
"serverStartPolicy" can be specified at the domain, cluster and server levels. Each level supports a different set of values:
35
35
36
36
#### Available serverStartPolicy Values
37
- | Level | Default Value | Supported Value |
37
+ | Level | Default Value | Supported Values |
38
38
| --- | --- | --- |
39
39
| Domain | IF_NEEDED | IF_NEEDED, ADMIN_ONLY, NEVER |
40
40
| Cluster | IF_NEEDED | IF_NEEDED, NEVER |
41
41
| Server | IF_NEEDED | IF_NEEDED, ALWAYS, NEVER |
42
42
43
43
#### Admin Server Rules
44
- | Domain | Admin Server | Should Run |
45
- | NEVER | IF_NEEDED, ALWAYS, NEVER | no |
46
- | ADMIN_ONLY, IF_NEEDED | NEVER | no |
47
- | ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | yes |
44
+ | Domain | Admin Server | Started / Stopped |
45
+ | --- | --- | --- |
46
+ | NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
47
+ | ADMIN_ONLY, IF_NEEDED | NEVER | Stopped |
48
+ | ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | Started |
48
49
49
50
#### Standalone Managed Server Rules
50
- | Domain | Standalone Server | Should Run |
51
- | ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | no |
52
- | IF_NEEDED | NEVER | no |
53
- | IF_NEEDED | IF_NEEDED, ALWAYS | yes |
51
+ | Domain | Standalone Server | Started / Stopped |
52
+ | --- | --- | --- |
53
+ | ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
54
+ | IF_NEEDED | NEVER | Stopped |
55
+ | IF_NEEDED | IF_NEEDED, ALWAYS | Started |
54
56
55
57
#### Clustered Managed Server Rules
56
- | Domain | Cluster | Clustered Server | Should Run |
57
- | ADMIN_ONLY, NEVER | IF_NEEDED, NEVER | IF_NEEDED, ALWAYS, NEVER | no |
58
- | IF_NEEDED | NEVER | IF_NEEDED, ALWAYS, NEVER | no |
59
- | IF_NEEDED | IF_NEEDED | NEVER | no |
60
- | IF_NEEDED | IF_NEEDED | ALWAYS | yes |
61
- | IF_NEEDED | IF_NEEDED | IF_NEEDED | started if needed to get to the cluster's "replicas" count |
58
+ | Domain | Cluster | Clustered Server | Started / Stopped |
59
+ | --- | --- | --- | --- |
60
+ | ADMIN_ONLY, NEVER | IF_NEEDED, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
61
+ | IF_NEEDED | NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
62
+ | IF_NEEDED | IF_NEEDED | NEVER | Stopped |
63
+ | IF_NEEDED | IF_NEEDED | ALWAYS | Started |
64
+ | IF_NEEDED | IF_NEEDED | IF_NEEDED | Started if needed to get to the cluster's "replicas" count |
62
65
63
66
Note: servers configured as ALWAYS count towards the cluster's "replicas" count.
64
67
0 commit comments