03-12-2008 11:20 AM
apache-tomcat/shared/classes/alfresco/extension/file-servers-custom.xml
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="CIFS Server" replace="true">
<serverEnable enabled="true"/>
<host name="10.4.4.34" domain="alloy.inc"/>
<!–<host name="${localname}A" domain="alloy.inc"/>–>
<comment>Alfresco CIFS Server</comment>
<!– Set to the broadcast mask for the subnet –>
<broadcast>255.255.255.255</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<!– Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports –>
<!–
<tcpipSMB port="1445" platforms="linux,solaris,macosx"/>
<netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/>
–>
<hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –>
<!–
<Win32NetBIOS/>
<Win32Announce interval="5"/>
–>
<WINS>
<primary>10.4.9.10</primary>
<!–<secondary>192.168.0.2</secondary>–>
</WINS>
<sessionDebug flags="Negotiate,Socket"/>
</config>
<config evaluator="string-compare" condition="FTP Server" replace="true">
<serverEnable enabled="true"/>
<!–<debug flags="File,Search,Error,Directory,Info,DataPort"/> –>
</config>
<config evaluator="string-compare" condition="NFS Server" replace="true">
<serverEnable enabled="true"/>
<ThreadPool>8</ThreadPool>
<PacketPool>50</PacketPool>
<rpcAuthenticator>
<userMappings>
<user name="admin" uid="0" gid="0"/>
</userMappings>
</rpcAuthenticator>
</config>
<config evaluator="string-compare" condition="Filesystems" replace="true">
<filesystems>
<!– Alfresco repository access shared filesystem –>
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<!– Add a URL file to each folder that links back to the web client –>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<!–<webpath>http://${localname}</webpath>–>
<webpath>http://10.4.4.34/</webpath>
</urlFile>
<!– Mark locked files as offline –>
<offlineFiles/>
</filesystem>
<!– AVM virtualization view of all stores/versions for WCM –>
<avmfilesystem name="avm">
<virtualView/>
</avmfilesystem>
</filesystems>
</config>
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="passthru">
<Server>dns-server</Server>
</authenticator>
</config>
</alfresco-config>
/etc/fstab
#//10.4.4.34/avm /media/alfresco/cifs/v cifs user=theuser,password=thepwd,rw 1 2
#//10.4.4.34/alfresco /media/alfresco/spaces cifs user=theuser,password=thepwd,rw 1 2
10.4.4.34:/avm /media/alfresco/cifs/v nfs defaults 1 2
10.4.4.34:/alfresco /media/alfresco/spaces nfs defaults 1 2
> ll /media/alfresco/spaces
total 4
drwxrwxrwx 1 root root 512 Nov 9 15:26 Data Dictionary
drwxrwxrwx 1 root root 512 Nov 9 15:26 Guest Home
drwxrwxrwx 1 root root 512 Nov 9 15:26 User Homes
drwxrwxrwx 1 root root 512 Nov 9 15:27 Web Projects
> ll /media/alfresco/cifs/v
total 0
06-12-2008 12:03 PM
06-12-2008 12:10 PM
#/etc/fstab
//10.4.4.34/avm /media/alfresco/cifs/v cifs user=admin,password=admin,rw 1 2
//10.4.4.34/alfresco /media/alfresco/spaces cifs user=admin,password=admin,rw 1 2
06-25-2008 02:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.