You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* the domain is "ADMIN_ONLY" or "IF_NEEDED" (i.e. not "NEVER")
34
-
* AND
35
-
* the adminServer is "ALWAYS" or "IF_NEEDED" (i.e. not "NEVER")
49
+
#### 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 |
36
54
37
-
A stand alone managed server will be started if:
38
-
* the domain is "IF_NEEDED" (i.e. not "NEVER" or "ADMIN_ONLY")
39
-
* AND
40
-
* the server is "ALWAYS" or "IF_NEEDED" (i.e. not "NEVER")
55
+
#### 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 |
41
62
42
-
A clustered managed server will be started if:
43
-
* the domain is "IF_NEEDED" (i.e. not "NEVER" or "ADMIN_ONLY")
44
-
* AND
45
-
* the cluster is "IF_NEEDED" (I.e. not "NEVER")
46
-
* AND
47
-
* the server is "ALWAYS", or if the server is "IF_NEEDED" and the operator needs to start it to get to the cluster's "replicas" count
63
+
Note: servers configured as ALWAYS count towards the cluster's "replicas" count.
64
+
65
+
Note: if more servers are configured as ALWAYS than the cluster's "replicas" count, they will all be started and the "replicas" count will be ignored.
48
66
49
67
### Common Scenarios
50
68
@@ -115,4 +133,3 @@ This is done by adding the server to the domain resource and settings its "serve
115
133
```
116
134
117
135
Note: the server will count towards the cluster's "replicas" count. Also, if the user configures more than "replicas" servers to "ALWAYS", they will all be started, even though "replicas" will be exceeded.
0 commit comments