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 >
Extensible Markup Language  |  2007-05-29  |  3KB  |  77 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="config.xsd">
  3.     <parameters>
  4.         <logging>
  5.             <!--LogLevel values: 0-Disabled, 1-Errors, 2-Warnings, 3-all messages    -->
  6.             <LogLevel value="1"/>
  7.             <!--Don't change the LogMask if you have no idea what does it mean!-->
  8.             <LogMask value="0x8fffffff"/>
  9.         </logging>
  10.         <connections>
  11.             <!--Port number for iSCSI connectons-->
  12.             <Port value="3260"/>
  13.             <!--Interface to listen to. "0.0.0.0" corresponds to "listen to all interfaces".-->
  14.             <Interface value="0.0.0.0"/>
  15.         </connections>
  16.         <authentication>
  17.             <!--Username and password used for the control connection.-->
  18.             <Login value="test"/>
  19.             <Password value="##CY9rzUYh03PK3k6DJie09g=="/>
  20.  
  21.             <!--CHAP authentification for control connections-->
  22.             <!--
  23.             <CtlAuthMode value="chap"/>
  24.             <CtlAuthServerName value="srv"/>
  25.             <CtlAuthServerSecret value="123"/>
  26.             <CtlAuthClientName value="user"/>
  27.             <CtlAuthClientSecret value="345"/>
  28.             -->
  29.         </authentication>
  30.         <options>
  31.             <!--Minimal 'maximum transfer length' should be supported by all SPTI devices-->
  32.             <MinBufferSize value="65536"/>
  33.  
  34.             <!--Minimal' aligment mask for SPTI devices - all buffers passed to SPTI will 
  35.             be aligned according to this mask at least. Sure if an adapter requests 
  36.                 bigger aligment target will supply correctly aligmned buffers.    -->
  37.             <AlignmentMask value="0x0000"/>
  38.  
  39.             <!--Length of iSCSI queue. (min 16, max 512)-->
  40.             <MaxPendingRequests value="64"/>
  41.  
  42.             <!--Global target id name-->
  43.             <DefTargetName value="iqn.2003-06.com.rocketdivision.swl:$(host).$(symid)"/>
  44.  
  45.             <!--Setting value of AllowOnlyRecordableCd to 'yes' forces the target to filter out all but 
  46.             recordable CD/DVD.-->
  47.             <AllowOnlyRecordableCd value="no"/>
  48.  
  49.             <!--Auto Export some of the found Devices-->
  50.             <!--<AutoExportDevices value="spti:cd/dvd"/>-->
  51.  
  52.             <!--Devices are autoexported as read/write by default.
  53.             Set value of AutoConfigMode to "ro" to allow only readonly access to all the devices-->
  54.             <!--<AutoExportMode value="ro"/>-->
  55.  
  56.             <!--<iSnsServer value="127.0.0.1:3205"/>-->
  57.         </options>
  58.     </parameters>
  59.  
  60.     <plugins>
  61.     </plugins>
  62.  
  63.     <devices>
  64.         <!--SPTI-specific device parameters (optional)
  65.         timeout="nnn"  - SCSI command execution timeout (in seconds). Default is 108000 (30 hours).#  
  66.         share="rw|r" - to allow multiple initiators to access the device (shared mode)
  67.         sessions="nnn" - set maximum number of initiators allowed to mount the device in shared mode
  68.         readonly="no|yes" - to export hard drives in readonly mode-->
  69.         <!--    CD-ROM accessible through SPTI -->
  70.         <!-- <device name="\\.\F:" timeout="256" share="rw" sessions="8"/> -->
  71.     </devices>
  72.  
  73.     <permissions>
  74.     </permissions>
  75.  
  76. </configuration>
  77.