Users Guide

Table Of Contents
<Category Value="BI" OrderID = "2"/>
</Sequence>
<Sequence Type="ApplyLast">
<Category Value="SV" OrderID = "0"/>
</Sequence>
</ApplySequence>
</DSUConfig>
Command to perform firmware updates via iDRAC (Remote System)
Inventory:
dsu --source-type=REPOSITORY -i --remote="idracuser:idracpassword@iDRAC IP" --
rsystemtype=iDRAC
Preview:
dsu --source-type=REPOSITORY --preview --remote="idracuser:idracpassword@iDRAC IP" --
rsystemtype=iDRAC
Update:
dsu --source-type=REPOSITORY -u --remote="idracuser:idracpassword@iDRAC IP" --
rsystemtype=iDRAC --reboot
Sample config file for performing firmware updates via iDRAC
(Multiple Remote system)
<DSUConfig>
<RemoteSystem>
<System Address="192.168.1.10" RSystemType="iDRAC">
<AuthenticationSequence>
<Authentication Password="idracpassword" Type="PLAIN" Username="username"
ExecPort="443"/>
</AuthenticationSequence>
</System>
</RemoteSystem>
</DSUConfig>
Command to perform firmware update via operating system to iDRAC
using Passthrough interface.
Host System: dsu --use-idrac-passthrough --source-type=REPOSITORY -u
Remote System: dsu --use-idrac-passthrough --source-type=REPOSITORY -u --remote="OS
Username:OSPassowrd@OSIP
Sample Config File to perform firmware update via operating system to
iDRAC Passthrough using OAuth Authentication
<DSUConfig>
<RemoteSystem>
<System Address="100.100.200.131" >
<AuthenticationSequence>
<Authentication ExecProto="WMI" Password="ospassword" Type="PLAIN"
Username="username" Domain="domainname"/>
</AuthenticationSequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Type="PLAIN" />
</UseiDRACPassThrough>
Sample
83