Users Guide

Remote System: dsu --use-idrac-passthrough --source-type=REPOSITORY -u --remote="OS
Username:OSPassowrd@OSIP
Sample Cong File to perform rmware 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>
</System>
</RemoteSystem>
</DSUConfig>
Sample Cong le to perform rmware 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
26
Sample options usage