Users Guide
Sample cong le 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"/>
<Category Value="BI" OrderID = "2"/>
</Sequence>
<Sequence Type="ApplyLast">
<Category Value="SV" OrderID = "0"/>
</Sequence>
</ApplySequence>
</DSUConfig>
Command to perform rmware 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 cong le for performing rmware 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 rmware update via operating
system to iDRAC using Passthrough interface.
Host System: dsu --use-idrac-passthrough --source-type=REPOSITORY -u
Sample options usage
25