cancel
Showing results for 
Search instead for 
Did you mean: 

(3.2.R2) CIFS work on Server 2008 ?

pitorreb
Champ in-the-making
Champ in-the-making
Hi
I install Alfresco community 3.2R2 on windows serveur 2008 (VM) with no modification and the CIFS don't work.

(sorry windows is in french)

ipconfig /all
Configuration IP de Windows

   Nom de l'hôte . . . . . . . . . . : ALFRES1
   Suffixe DNS principal . . . . . . :
   Type de noeud. . . . . . . . . .  : Hybride
   Routage IP activé . . . . . . . . : Non
   Proxy WINS activé . . . . . . . . : Non

Carte Ethernet Connexion au réseau local :

   Suffixe DNS propre à la connexion. . . :
   Adresse physique . . . . . . . . . . . : 00-50-56-91-5D-61
   DHCP activé. . . . . . . . . . . . . . : Non
   Configuration automatique activée. . . : Oui
   Adresse IPv4. . . . . . . . . . . : 192.168.1.133(préféré)
   Masque de sous-réseau. . . . . . . . . : 255.255.255.0
   Passerelle par défaut. . . . . . . . . : 192.168.1.254
   Serveurs DNS. . .  . . . . . . . . . . : 192.168.1.103
                                       10.69.164.3
   NetBIOS sur Tcpip. . . . . . . . . . . : Activé

nbtstat -n
Connexion au réseau local:
Adresse IP du noeud : [192.168.1.133] ID d'étendue : []

                Table nom local NetBIOS

       Nom                Type         Statut
    ———————————————
    ALFRES1        <00>  UNIQUE      Inscrit
    WORK           <00>  Groupe      Inscrit
    ALFRES1        <20>  UNIQUE      Inscrit
6 REPLIES 6

mrogers
Star Contributor
Star Contributor
What's in your alfresco-global.properties.   Have you turned on CIFS?

pitorreb
Champ in-the-making
Champ in-the-making
The CIFS is not turn on by default ?

The alfresco-global.properties is the original

I install 3.2R2 on windows 7 (x64) and i have the same bug.


###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#————-
dir.root=C:/Alfresco2/alf_data

#
# Sample database connection properties
#————-
db.name=alfresco
db.username=alfresco
db.password=alfresco
db.host=localhost
db.port=3306

#
# External locations
#————-
ooo.exe=C:/Alfresco2/OpenOffice.org/program/soffice
img.root=C:/Alfresco2/ImageMagick
swf.exe=C:/Alfresco2/bin/pdf2swf

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

#
# Index Recovery Mode
#————-
#index.recovery.mode=Auto

#
# Outbound Email Configuration
#————-
#mail.host=
#mail.port=25
#mail.username=anonymous
#mail.password=
#mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
#mail.smtp.auth=false

#
# Alfresco Email Service and Email Server
#————-

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#————-
#email.inbound.enabled=true

# Email Server properties
#————-
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match.  For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#————-
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#————-
#authentication.chain=alfrescoNtlm1:alfrescoNtlm

#
# IMAP
#————-
#imap.server.enabled=true
#imap.server.port=143
#imap.server.host=localhost

pitorreb
Champ in-the-making
Champ in-the-making
I dont understand.

On the file-servers.properties cifs is enable by default

filesystem.name=Alfresco

cifs.enabled=true
cifs.localname=${localname}
cifs.domain=WORK
cifs.broadcast=255.255.255.0
cifs.bindto=0.0.0.0
cifs.ipv6=disabled
cifs.hostannounce=true

ftp.enabled=true
ftp.ipv6=disabled

nfs.enabled=false

I put this on alfresco-global.properties and nothing append.

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#————-
dir.root=C:/Alfresco2/alf_data

#
# Sample database connection properties
#————-
db.name=alfresco
db.username=alfresco
db.password=alfresco
db.host=localhost
db.port=3306

#
# External locations
#————-
ooo.exe=C:/Alfresco2/OpenOffice.org/program/soffice
img.root=C:/Alfresco2/ImageMagick
swf.exe=C:/Alfresco2/bin/pdf2swf

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

#
# Index Recovery Mode
#————-
#index.recovery.mode=Auto

#
# Outbound Email Configuration
#————-
#mail.host=
#mail.port=25
#mail.username=anonymous
#mail.password=
#mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
#mail.smtp.auth=false

#
# Alfresco Email Service and Email Server
#————-

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#————-
#email.inbound.enabled=true

# Email Server properties
#————-
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match.  For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#————-
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#————-
#authentication.chain=alfrescoNtlm1:alfrescoNtlm

#
# IMAP
#————-
#imap.server.enabled=true
#imap.server.port=143
#imap.server.host=localhost

filesystem.name=Alfresco

cifs.enabled=true
cifs.localname=${localname}
cifs.domain=WORK
cifs.broadcast=255.255.255.0
cifs.bindto=0.0.0.0
cifs.ipv6=disabled
cifs.hostannounce=true

ftp.enabled=true
ftp.ipv6=disabled

nfs.enabled=false

I change log4j to see more info about cifs but nothing

# CIFS server debugging
log4j.logger.org.alfresco.smb.protocol=info
log4j.logger.org.alfresco.smb.protocol.auth=info
log4j.logger.org.alfresco.acegi=info

I change  /driver/etc/hosts
127.0.0.1       localhost
192.168.1.133   ALFRES1 ALFRES1A

pitorreb
Champ in-the-making
Champ in-the-making
I test 3.2R and 3.2R2 on Windows server 2003 and CIFS work fine without configuration so alfresco 3.2 CIFS DONT work on windows server 2008 .

maximus007
Champ in-the-making
Champ in-the-making
Confirming the same behaviour on Windows Server 2008 R2 Standard.

Has anyone found a fix?