Owner's Manual
Table Of Contents
- User’s Guide
- Getting Started With Dell Update Packages
- Using Dell Update Packages
- Performing BIOS and Firmware Updates Using Dell Linux Online Repository
- Update and Rollback in Unified Server Configurator - Lifecycle Controller Enabled
- Command Line Interface Reference
- Linux Troubleshooting
- Known Issues
- Diagnostic Tasks Will Not Run While a DUP Reboot is Pending
- Abnormal Termination of a DUP
- Error While Loading Shared Libraries
- Insufficient Free Physical Memory to Load the BIOS Image
- Kernel Panic While Running Storage Controller Firmware Update Packages
- Loss of Functionality While Renaming Linux DUPs
- Yum and Up2date Repository Management Software Caches Incorrect Repository Metadata
- Use Dell Linux Repository with yum and Red Hat Enterprise Linux Version 4
- DUPs Fail on 64-bit Red Hat Enterprise Linux Operating System
- DUP Update of Firmware Might Fail While Running in the UEFI Mode
- Messages
- DUP Message Logs
- Known Issues
- Windows Troubleshooting and FAQs
- Index

34 Command Line Interface Reference
Windows CLI Options
Table 5-2 provides a list of the CLI options for Windows, a description of
each option, and the command syntax.
NOTE: DUPs for Microsoft Windows operating systems cannot display output at
the command line because they are Windows GUI applications. All output information is
written to a log file. See "DUP Message Logs" on page 54 for information on log files.
Table 5-2. Windows CLI Options: Usage
CLI Option CLI Task Description Command Syntax
/? or /h
Help option
Displays command line options and
help information.
packagename
.exe /?
packagename.exe /h
/c
Check option
Determines if the update can be
applied to the target system.
The /s option is required with
this option.
Options /f, /e, and /r are not valid with
this option.
When you click Install in the graphical
user interface (GUI) mode, the same
checking process is performed.
packagename
.exe /s
/c /l=c:\pkg.log
/e=<path>
Extract option
Extracts all files contained in the DUP
to the path you specify. If the directory
specified in the path does not exist,
it is created.
If the path contains spaces, use quotation
marks around the <path> value.
The /s option is required with this option.
Options /f, /c, and /r are not valid with
this option.
packagename
.exe /s
/e=c:\update
packagename.exe /s
/e="c:\update
files"