Users Guide

Table Of Contents
<Authentication Type="PLAIN" Username="name" Password="password2" OrderID="2"
ExecProto="SSH"/>
</AuthenticationSequence>
</System>
<System Address="192.160.10.101 RSystemType="iDRAC">
<AuthenticationSequence>
<Authentication Password="password" Type="PLAIN" Username="username"/>
</AuthenticationSequence>
</System>
</RemoteSystem>
</DSUConfig>
# Sample Config file for Configuring repository and sequencing the order of updates
using Config file
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<DSUConfig xmlns="DSUConfiguration">
# Repository Details
<Repository Type="REPOSITORY">
<RepoLocation IP="192.168.10.11" Directory="16.08.00" UseLatestDSU="True"/>
</Repository>
<ApplySequence>
<Sequence Type="ApplyFirst">
<Category Value="NI" OrderID = "1"/>
<Category Value="BI" OrderID = "2"/>
</Sequence>
<Sequence Type="ApplyLast">
<Category Value="SV" OrderID = "0"/>
<Category Value="SA" OrderID = "3">
</Sequence>
</ApplySequence>
<RemoteSystem>
# Windows Remote Hosts
<System Address="192.168.200.11" >
<AuthenticationSequence>
<Authentication Type="PLAIN" Username="system Username" Password="password2"
Domain="Domain Name" OrderID="1" ExecProto="WMI"/>
</AuthenticationSequence>
</System>
<System Address="192.168.200.11" >
<AuthenticationSequence>
<Authentication Type="PLAIN" Username="system Username" Password="password2"
Domain="Domain Name" OrderID="2" ExecProto="WMI"/>
</AuthenticationSequence>
</System>
<RemoteSystem>
</DSUConfig>
#Sample Config file for providing multiple Remote iDRACs
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<DSUConfig xmlns="DSUConfiguration">
<RemoteSystem>
<System Address="192.168.200.135" RSystemType="iDRAC">
<AuthenticationSequence>
<Authentication ExecProto="REDFISH" Username="root" Password="calvin" Type="PLAIN"
ExecPort="443" OrderID="2"/>
</AuthenticationSequence>
</System>
<System Address="192.168.200.136" RSystemType="iDRAC">
<AuthenticationSequence>
<Authentication ExecProto="REDFISH" Username="root" Password="calvin" Type="PLAIN"
ExecPort="443" OrderID="1"/>
</AuthenticationSequence>
Sample
79