Users Guide

</RemoteSystem>
</DSUConfig>
Sample Config file to perform firmware update via
operating system to iDRAC passthrough using Basic
Authentication
<DSUConfig>
<RemoteSystem>
<System Address="192.168.10.1" >
<AuthenticationSequence>
<Authentication ExecProto="WMI" Password="ospassword" Type="PLAIN"
Username="username"
Domain="domain"/>
</AuthenticationSequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Password="idracpassword " Type="PLAIN"
Username="idracusername"/>
</UseiDRACPassThrough>
</System>
</RemoteSystem>
</DSUConfig>
Command to import the public keys for Signature
Validation on Linux operating system
On Host System: dsu -u --import-public-key
On Remote System: dsu -u --remote=username:password@SystemOSIP --import-public-key
Command to ignore the signature Validation on Linux and
Microsoft Windows operating systems
Host system: dsu -u --ignore-signature
Remote system: dsu -u --remote=username:password@SystemOSIP --ignore-signature
Command to use the installer option
dsu --dsu-lin64-installer-location="<location>"
dsu --remote --config=/home/dsu/config.xml --dsu-lin64-installer-location=/home/dsu/Systems-
Management_Application_7PMM2_LN64_1.8.0_A00.BIN
--dsu-win64-installer-location=C:\dsu\ Management_Application_7PMM2_WN64_1.8.0_A00.EXE
--dsu-lin64-installer-location=/home/dsu/ Systems-
Management_Application_7PMM2_LN64_1.8.0_A00.BIN
To pick the location provided and install at remote system if DSU is not installed. Alternatively if uselatestdsu attribute is true then
following DUP will be used to replace the DSU at remote system.
Command to use reboot options
dsu --reboot
Restarts the system for updates to take effect.
While reboot option is used on host the DSU needs to be triggered manually after restart to check the status of updates.
Sample
63