home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
multimedia
/
alcohol
/
Alcohol120_trial_1.9.7.6221.exe
/
StarWind
/
StarWindLite.cfg
< prev
next >
Wrap
Extensible Markup Language
|
2007-05-29
|
3KB
|
77 lines
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="config.xsd">
<parameters>
<logging>
<!--LogLevel values: 0-Disabled, 1-Errors, 2-Warnings, 3-all messages -->
<LogLevel value="1"/>
<!--Don't change the LogMask if you have no idea what does it mean!-->
<LogMask value="0x8fffffff"/>
</logging>
<connections>
<!--Port number for iSCSI connectons-->
<Port value="3260"/>
<!--Interface to listen to. "0.0.0.0" corresponds to "listen to all interfaces".-->
<Interface value="0.0.0.0"/>
</connections>
<authentication>
<!--Username and password used for the control connection.-->
<Login value="test"/>
<Password value="##CY9rzUYh03PK3k6DJie09g=="/>
<!--CHAP authentification for control connections-->
<!--
<CtlAuthMode value="chap"/>
<CtlAuthServerName value="srv"/>
<CtlAuthServerSecret value="123"/>
<CtlAuthClientName value="user"/>
<CtlAuthClientSecret value="345"/>
-->
</authentication>
<options>
<!--Minimal 'maximum transfer length' should be supported by all SPTI devices-->
<MinBufferSize value="65536"/>
<!--Minimal' aligment mask for SPTI devices - all buffers passed to SPTI will
be aligned according to this mask at least. Sure if an adapter requests
bigger aligment target will supply correctly aligmned buffers. -->
<AlignmentMask value="0x0000"/>
<!--Length of iSCSI queue. (min 16, max 512)-->
<MaxPendingRequests value="64"/>
<!--Global target id name-->
<DefTargetName value="iqn.2003-06.com.rocketdivision.swl:$(host).$(symid)"/>
<!--Setting value of AllowOnlyRecordableCd to 'yes' forces the target to filter out all but
recordable CD/DVD.-->
<AllowOnlyRecordableCd value="no"/>
<!--Auto Export some of the found Devices-->
<!--<AutoExportDevices value="spti:cd/dvd"/>-->
<!--Devices are autoexported as read/write by default.
Set value of AutoConfigMode to "ro" to allow only readonly access to all the devices-->
<!--<AutoExportMode value="ro"/>-->
<!--<iSnsServer value="127.0.0.1:3205"/>-->
</options>
</parameters>
<plugins>
</plugins>
<devices>
<!--SPTI-specific device parameters (optional)
timeout="nnn" - SCSI command execution timeout (in seconds). Default is 108000 (30 hours).#
share="rw|r" - to allow multiple initiators to access the device (shared mode)
sessions="nnn" - set maximum number of initiators allowed to mount the device in shared mode
readonly="no|yes" - to export hard drives in readonly mode-->
<!-- CD-ROM accessible through SPTI -->
<!-- <device name="\\.\F:" timeout="256" share="rw" sessions="8"/> -->
</devices>
<permissions>
</permissions>
</configuration>