Users Guide
</RemoteSystem>
</DSUConfig>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<DSUConfig xmlns="DSUConfiguration">
<RemoteSystem>
# Remote Windows OS to iDRAC Passthrough with basic Authentication
<System Address="192.168.200.140" >
<AuthenticationSequence>
<Authentication ExecProto="WMI" Password="password" Username="System Username"
Domain="Domain Name" Type="PLAIN" OrderID="2"/>
</AuthenticationSequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Password="calvin" Type="PLAIN" Username="root"/>
</UseiDRACPassThrough>
</System>
# Remote Linux OS to iDRAC Passthrough with basic authentication
<System Address="192.168.200.140" >
<AuthenticationSequence>
<Authentication ExecProto="SSH" ExecPort="22" Username="System Username"
Password="password" Domain="Domain Name" Type="PLAIN" OrderID="1"/>
</AuthenticationSequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Password="calvin" Type="PLAIN" Username="root"/>
</UseiDRACPassThrough>
</System>
# Remote Linux OS to iDRAC Passthrough with OAuth authentication
<System Address="192.168.200.140" >
<AuthenticationSequence>
<Authentication ExecProto="SSH" ExecPort="22" Username="System Username"
Password="password" Domain="Domain Name" Type="PLAIN" OrderID="1"/>
</AuthenticationSequence>
<UseiDRACPassThrough>
<Authentication ExecProto="REDFISH" Type="PLAIN" />
</UseiDRACPassThrough>
</System>
</RemoteSystem>
</DSUConfig>
# Sample Config file for providing multiple Remote Hosts
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<DSUConfig xmlns="DSUConfiguration">
<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>
# Linux Remote Hosts
<System Address="192.168.200.123" >
<AuthenticationSequence>
Sample
59