Users Guide

Table Of Contents
Table 9. Config file options usage
Element Options Usage Description
ApplySequence -> Sequence ->
Category
Value OrderID
There are two attributes which has to be
mentioned for this feature:
Value - Category value is to be provided.
To get the category value use the option --
get-categories
OrderID - OrderID is positive integer value
which will be used to apply the updates in an
ascending order.
Default order for updating is:
iDRAC / LC
Applications like: Diagnostics DI, iSM
Device Driver (Storage, COMMs, Chipset,
Video)
Device Firmware (Storage, COMMs, PSU,
CPLD)
BIOS
AuthenticationSequence ->
Authentication
Authentication
Type="PLAIN"
ExecPort="22"
Username="name"
Password="password1"
OrderID="4"
ExecProto="SSH" |"WMI" |
"REDFISH"
The Authentication has various attributes which
can be used to config the remote systems.
The default value is Plain which requires the user
to provide the user name and the password for
the connection.
The ExecPort is used to provide the port number
in accordance to the execution protocol provided.
Username and password are required for
authentication.
The OrderID provides the order in which the
authentications provided will be checked for the
remote connections.
The ExecProto provides the protocol method
over which the connection will be established.
SSH is the connection protocol used for Linux
operating systems.
WMI is the connection protocol used for
Microsoft Windows operating systems.
Redfish - is connection method used for
iDRAC.
This attribute is optional.
RemoteSystem -> System
System Address type
AddressType="IPV4"
RSystemType=iDRAC
To provide the IP address of system, DSU
automatically detects the type of address if the
input is not provided by the user.
To provide the system type to connect to remote
system.
Sample config file with only Apply Sequence option
<DSUConfig>
<Repository Type="CATALOG">
<RepoLocation IP="192.168.10.11" Directory="16.08.00" UseLatestDSU="False"/>
</Repository>
<ApplySequence>
<Sequence Type="ApplyFirst">
<Category Value="NI" OrderID = "1"/>
82
Sample