Users Guide

Sample options usage
The following are some of the sample options with DSU:
Sample Cong le 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 cong XML le 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>
<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">
<AuthenticationSequence>
<Authentication Type="PLAIN" Username="name" Password="password2" OrderID="2"
ExecProto="SSH"/>
</AuthenticationSequence>
</System>
</RemoteSystem>
</DSUConfig>
5
20 Sample options usage