Users Guide

Sample
When using an IC that has component type filter, it lists component types which are specified. When using an IC that does not have
component type filter option, all the available server components are listed.
Topics:
Sample options usage
Sample options usage
The following are some of the sample options with DSU:
Sample Config file with Authentication Sequence and
Remote System options
To point to a repository hosted at https://<ip_address>/<directory>(for example, https://192.168.10.11/16.08.00), the config
XML file is:
<DSUConfig>
<Repository Type="REPOSITORY">
<RepoLocation IP="192.168.10.11" Directory="16.08.00" UseLatestDSU="True"/>
</Repository>
<AuthenticationSequence>
<Authentication Type="PLAIN" ExecPort="22" Username="name" Password="password1"
OrderID="4"
ExecProto="SSH"/>
<Authentication Type="PLAIN" ExecPort="22" Username="name" Password="password2"
OrderID="1"
ExecProto="SSH"/>
<Authentication Type="PLAIN" ExecPort="22" Username="name" Password="password3"
ExecProto="SSH"/>
</AuthenticationSequence>
<RemoteSystem>
<System Address="192.200.14.145">
<AuthenticationSequence>
<Authentication Type="PLAIN" Username="name" Password="password1" OrderID="1"
ExecProto="SSH"/>
</AuthenticationSequence>
<ApplySequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Password="calvin" Type="PLAIN" Username="root"/>
</UseiDRACPassThrough>
<Sequence Type="ApplyFirst">
<Category OrderID="1" Value="BI"/>
<Category OrderID="2" Value="NI"/>
<Category OrderID="3" Value="DI"/>
</Sequence>
<Sequence Type="ApplyLast">
<Category OrderID="3" Value="SA"/>
<Category OrderID="0" Value="DD"/>
</Sequence>
</ApplySequence>
</System>
<System Address="192.150.12.132" RSystemType="iDRAC">
<AuthenticationSequence>
<Authentication Type="PLAIN" Username="name" Password="password2" OrderID="2"
11
Sample 57