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
Copy file name to clipboardExpand all lines: documentation/4.0/content/userguide/tools/update.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -226,21 +226,21 @@ the cause of the error.
226
226
|`-domain_type`| The type of domain. (for example, `WLS`, `JRF`) |`WLS`|
227
227
|`-model_file`| The location of the model file. This can also be specified as a comma-separated list of model locations, where each successive model layers on top of the previous ones. ||
228
228
|`-oracle_home`| Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. ||
229
+
|`-output_dir`| If specified, files containing restart information are written to this directory, including `restart.file`, `non_dynamic_changes.file`, and `results.json`. ||
229
230
|`-passphrase_env`| An alternative to entering the encryption passphrase at a prompt. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
230
231
|`-passphrase_file`| An alternative to entering the encryption passphrase at a prompt. The value is a the name of a file with a string value which WDT will read to retrieve the passphrase. ||
231
232
|`-passphrase_prompt`| Allow WDT to prompt for the encryption passphrase or read it from stdin. ||
232
-
|`-update_dir`| If specified, files containing restart information are written to this directory, including `restart.file`, `non_dynamic_changes.file`, and `results.json`. ||
233
-
|`-use_encryption`| (deprecated) Replaced by the `-passphrase_prompt` argument. ||
234
-
|`-variable_home`| The location of the property file containing the values for variables used in the model. This can also be specified as a comma-separated list of property files, where each successive set of properties layers on top of the previous ones. ||
235
-
|`-wait_for_edit_lock`| Skip checks for active edit sessions and pending changes before trying to acquire the WLST online edit lock to modify domain configuration. ||
236
233
|`-remote`| Update the domain from a remote machine. ||
237
234
|`-ssh_host`| The DNS name or IP address of the remote host. ||
238
-
|`-ssh_port`| The TCP port on the remote host where the sshd daemon is listening for connection requests. |`22`|
239
-
|`-ssh_user`| The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
240
235
|`-ssh_pass_env`| The environment variable name to use to retrieve the remote user's password when authenticating with user name and password. ||
241
236
|`-ssh_pass_file`| The file name of a file that contains the password string for the remote user's password when authenticating with user name and password. ||
242
237
|`-ssh_pass_prompt`| A flag to force the tool to prompt the user to provide the remote user's password through standard input when authenticating with user name and password. | Do not prompt or read from standard input. |
238
+
|`-ssh_port`| The TCP port on the remote host where the sshd daemon is listening for connection requests. |`22`|
243
239
|`-ssh_private_key`| The local file name of the user's private key file to use when authenticating with a public/private key pair. |`$HOME/.ssh/id_rsa`|
244
240
|`-ssh_private_key_pass_env`| The environment variable name to use to retrieve user's private key passphrase when authenticating with a public/private key pair. ||
245
241
|`-ssh_private_key_pass_file`| The file name of a file that contains the user's private key passphrase string when authenticating with a public/private key pair. ||
246
242
|`-ssh_private_key_pass_prompt`| A flag to force the tool to prompt the user to provide their private key passphrase through standard input when authenticating with a public/private key pair. | Do not prompt or read from standard input. |
243
+
|`-ssh_user`| The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
244
+
|`-use_encryption`| (deprecated) Replaced by the `-passphrase_prompt` argument. ||
245
+
|`-variable_home`| The location of the property file containing the values for variables used in the model. This can also be specified as a comma-separated list of property files, where each successive set of properties layers on top of the previous ones. ||
246
+
|`-wait_for_edit_lock`| Skip checks for active edit sessions and pending changes before trying to acquire the WLST online edit lock to modify domain configuration. ||
0 commit comments