Skip to content

Commit c061378

Browse files
Update update.md (#855)
* Documentation references two exit codes but specifies there are three. Change the three to two. * Change number of top level model sections
1 parent 1d51846 commit c061378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All assignment statements must have one or more spaces between the colon and the
3636
- [Using Multiple Models](#using-multiple-models)
3737

3838
### Top-Level Model Sections
39-
The tooling has four top-level model sections:
39+
The tooling has five top-level model sections:
4040

4141
- `domainInfo` - The location where special information not represented in WLST is specified (for example, the libraries that go in `$DOMAIN_HOME/lib`).
4242
- `topology` - The location where servers, clusters, machines, server templates, and other domain-level configuration is specified.

site/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Unlike the Create Domain Tool, the full domain home directory is specified, rath
1818

1919
The Update Domain Tool will not attempt to recreate or add schemas for the RCU database, for domain types that use RCU.
2020

21-
When running the tool in WLST online mode, the update operation may require server restarts or a domain restart to pick up the changes. The update operation can also encounter situations where it cannot complete its operation until the domain is restarted. To communicate these conditions to scripts that may be calling the Update Domain Tool, the shell scripts have three special, non-zero exit codes to communicate these states:
21+
When running the tool in WLST online mode, the update operation may require server restarts or a domain restart to pick up the changes. The update operation can also encounter situations where it cannot complete its operation until the domain is restarted. To communicate these conditions to scripts that may be calling the Update Domain Tool, the shell scripts have two special, non-zero exit codes to communicate these states:
2222

2323
- `103` - The entire domain needs to be restarted.
2424
- `104` - The domain changes have been canceled because the changes in the model requires a domain restart and -cancel_changes_if_restart_required is specified.

0 commit comments

Comments
 (0)