cancel
Showing results for 
Search instead for 
Did you mean: 

How to use CIFS

gunjanagarwal
Champ in-the-making
Champ in-the-making
HI

Our organisation have a large data stored in alfresco 2.1(40 GB).Now we need to move that to another portal.So we want to downlaod all the files.We can do it through CIFS .But we dont know how to use it.Please help.
3 REPLIES 3

roseta
Champ in-the-making
Champ in-the-making
I have now the same question… Can anyone help us out, please? THANKS

spiritz
Champ in-the-making
Champ in-the-making
Add more configuration in "alfresco-global.properties" with the following configuration:

#
# CIFS Support
#————————
cifs.enabled=true
cifs.serverName=dms –> dns alias name
cifs.ipv6.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139

after that, update the firewall for forward port to Alfresco CIFS with following command:

iptables -t nat -A PREROUTING -p tcp -m tcp –dport 445 -j REDIRECT –to-ports 1445
iptables -t nat -A PREROUTING -p tcp -m tcp –dport 139 -j REDIRECT –to-ports 1139
iptables -t nat -A PREROUTING -p udp -m udp –dport 137 -j REDIRECT –to-ports 1137
iptables -t nat -A PREROUTING -p udp -m udp –dport 138 -j REDIRECT –to-ports 1138

so, restart your alfresco server and I hope you can access the CIFS with
- \\dms\alfresco –> If you added the dms on your dns server
or - \\<alfresco server ip address>\alfresco

you can use your administration account to log in it.

Note: If you cannot access CIFS with \\dms\alfresco or \\<alfresco server ip address>\alfresco, just try access to \\dms or \\<alfresco server ip address> fisrt and log in on it and then double on the alfresco folder.

Sorry for my English and hope it useful for you.

Regards,
Nisumcee M.

bisana
Champ on-the-rise
Champ on-the-rise
Trying out CIFS to backup or retrieve ur files is over kill, more than that the all the folders which u copy will be having two exe files which u wont need
My suggestion is to try addons for "Compress and Download". It works well
It worked fine for me
You can get the information from
https://addons.alfresco.com/addons/compress-and-download-share-action-zip