Owner's Manual

Command Line Interface Reference 33
Exit Codes for CLI
After running DUPs, the exit codes described in Table 3-2 are set.
The exit codes help you determine and analyze the execution results after you
run DUPs.
/s
Silent option
Executes the update silently without
user intervention. When /s is not
specified, the DUP is launched in GUI
(interactive) mode.
The /s option is required when using
the /e, /f, /c, /l, and /u options.
NOTE: Using the /s option causes all
output to be written to log files.
packagename
.exe /s
/l=c:\pkg.log
/u=
<filename>
Unicode Log
option
Appends logged messages to a
specified Unicode file; creates a new
file if one does not exist. If the file
name contains spaces, use quotation
marks around the <filename> value.
The /s option is required with
this option.
packagename
.exe /s
/u=c:\pkg.log
packagename
.exe /s
/u="c:\Update
Log\pkg.log"
Table 3-2. Exit Codes
Value Message Name Description
0 SUCCESSFUL The update was successful.
1 UNSUCCESSFUL
(FAILURE)
An error occurred during the update process; the
update was not successful.
2 REBOOT_REQUIRED You must restart the system to apply the updates.
Table 3-1. CLI Options: Usage (continued)
CLI Option CLI Task Description Command Syntax