<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mapped driver in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286266#M239396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel, thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean CIFS. sorry for the typo. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From the response, CIFS can be used in WAN as well. Currently My alfresco Server is hosted in an IDC, I access it from office thru Internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The environment is: CentOS 6.3 b4bit, Alfresco Community Edition 4.2.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My configuration file about CIFS is as below, I am not sure with the following three settings. All the three are for my office PC's setting. Would you please help review? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—————————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=WORKGROUP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=192.168.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=192.168.0.85&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;———————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS settings in alfresco-global.properties ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### File System ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS Server Configuration&amp;nbsp; ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.platforms=linux,solaris,macosx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The tcpipSMB and netBIOSSMB beans have a platforms property that allow their configuration to be targeted to Alfresco servers running on specific platforms. The property is formatted as a comma-separated list of platform IDs. Valid platform IDs are windows, linux, solaris, macosx and aix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.serverName=${localname}A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=WORKGROUP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=192.168.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# An empty value indicates bind to all available network adapters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=192.168.0.85&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.ipv6.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.hostannounce=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.pseudoFiles.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#controls whether URL shortcuts or desktop actions are displayed on CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.pseudoFiles.explorerURL.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#Is the URL shortcut for alfresco explorer shown ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Name of Cifs URL for alfresco explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#cifs.pseudoFiles.shareURL.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Enable the use of asynchronous sockets/NIO code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNIO=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Disable the use of JNI code. Only currently affects Windows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNativeCode=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Session timeout, in seconds. Defaults to 15 minutes i.e. 900 seconds, to match the default Windows client setting. Maximum is 3600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# If no I/O is received within that time the session is closed by the server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.sessionTimeout=3600&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.WINS.autoDetectEnabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.sessionDebug=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.tcpipSMB.port=1445&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.sessionPort=1139&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.namePort=1137&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.datagramPort=1138&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 03:27:12 GMT</pubDate>
    <dc:creator>andy2_0</dc:creator>
    <dc:date>2014-01-03T03:27:12Z</dc:date>
    <item>
      <title>mapped driver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286264#M239394</link>
      <description>A quick question: "View item details from a mapped drive" thru CIMS is only available in a LAN (local area network)?Thanks!</description>
      <pubDate>Mon, 30 Dec 2013 16:20:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286264#M239394</guid>
      <dc:creator>andy2_0</dc:creator>
      <dc:date>2013-12-30T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: mapped driver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286265#M239395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do you mean CIFS, or is it a typo and you meant to talk about CMIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CIFS can be generally made available in LAN, WAN and potentially over the internet. BUT due to the architecture and performance/timing conditions of a WAN / Internet setup, you are very likely going to run into more or less intermittent failures, timeouts … in such a scenario. That is why CIFS is recommended to be used only in LAN or internal corporate WANs of sufficient quality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CMIS can be used in any networking environment that supports HTTP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:50:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286265#M239395</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-01-02T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: mapped driver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286266#M239396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel, thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean CIFS. sorry for the typo. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From the response, CIFS can be used in WAN as well. Currently My alfresco Server is hosted in an IDC, I access it from office thru Internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The environment is: CentOS 6.3 b4bit, Alfresco Community Edition 4.2.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My configuration file about CIFS is as below, I am not sure with the following three settings. All the three are for my office PC's setting. Would you please help review? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—————————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=WORKGROUP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=192.168.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=192.168.0.85&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;———————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS settings in alfresco-global.properties ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### File System ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS Server Configuration&amp;nbsp; ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.platforms=linux,solaris,macosx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The tcpipSMB and netBIOSSMB beans have a platforms property that allow their configuration to be targeted to Alfresco servers running on specific platforms. The property is formatted as a comma-separated list of platform IDs. Valid platform IDs are windows, linux, solaris, macosx and aix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.serverName=${localname}A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=WORKGROUP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=192.168.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# An empty value indicates bind to all available network adapters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=192.168.0.85&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.ipv6.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.hostannounce=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.pseudoFiles.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#controls whether URL shortcuts or desktop actions are displayed on CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.pseudoFiles.explorerURL.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#Is the URL shortcut for alfresco explorer shown ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Name of Cifs URL for alfresco explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#cifs.pseudoFiles.shareURL.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Enable the use of asynchronous sockets/NIO code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNIO=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Disable the use of JNI code. Only currently affects Windows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNativeCode=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Session timeout, in seconds. Defaults to 15 minutes i.e. 900 seconds, to match the default Windows client setting. Maximum is 3600.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# If no I/O is received within that time the session is closed by the server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.sessionTimeout=3600&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.WINS.autoDetectEnabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.sessionDebug=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.tcpipSMB.port=1445&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.sessionPort=1139&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.namePort=1137&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.datagramPort=1138&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 03:27:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286266#M239396</guid>
      <dc:creator>andy2_0</dc:creator>
      <dc:date>2014-01-03T03:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: mapped driver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286267#M239397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the most important of these three properties is the bindTo, which&amp;nbsp; determines the network interface (if any) that CIFS will be listening on. I usually leave this empty to have CIFS listen on all available network adapters. If it is set to a specific IP value and no network adapter on the Alfresco server is assigned that IP, than CIFS will NOT listen on any interface and can not be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I never use or take much care of the broadcast / domain settings as in our customers environment the "host announcement" feature is not relevant and usually disabled. When you access Alfresco CIFS directly via a known IP or DNS name, these two settings are pretty much irrelevant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seeing that you have used ports 1137, 1138, 1139 and 1445 in the configuration, have you made sure that NAT rules are in place using iptables or other NAT services to redirect the CIFS ports 137,138,139 and 445 to the respective ports Alfresco CIFS is listening on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use the ability to view item details on CIFS, you need to enable the Alfresco pseudo files, otherwise you won't be presented with the actions to open the item details from the shared drive. Set cifs.pseudoFiles.enabled=true to enable this. Depending on which client you are using (Share vs. Explorer) you may also want to activate the specific URL pseudo file and potentially wire up a different JavaScript file for the __ShowDetails.exe (this will have to be configured in Spring XML, not in alfresco-global.properties).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Subsystem_4.0#Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Subsystem_4.0#Configuration&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;File Server Configuration&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Subsystem_4.0#Desktop_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Subsystem_4.0#Desktop_Actions&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Desktop Actions&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2014 12:20:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mapped-driver/m-p/286267#M239397</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-01-05T12:20:45Z</dc:date>
    </item>
  </channel>
</rss>

