`

Alfresco Ubuntu 配置 MS AD

阅读更多
Alfresco Ubuntu 配置 MS AD

1. java.net.UnknownHostException: basename
    Solution -- https://forums.alfresco.com/en/viewtopic.php?f=8&t=20893
   
2. smb logon failure
    Solution -- http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/
    http://www.txway.cn/post/201101011914.html
    http://www.howtoforge.com/how-to-install-alfresco-community-3.3-on-ubuntu-server-10.04-lucid-lynx
    https://forums.alfresco.com/en/viewtopic.php?f=9&t=28773
    w2k3~2k8 http://wenku.baidu.com/view/2df4832458fb770bf78a55bf.html
    http://www.linuxquestions.org/questions/linux-networking-3/kerberos-kinit-reply-did-not-match-expectations-445698/
   
    https://forums.alfresco.com/en/viewtopic.php?f=8&t=37516
    https://forums.alfresco.com/en/viewtopic.php?f=14&t=39341&p=115259#p115259
    http://blog.mycroes.nl/2010/04/installing-alfresco-33-on-ubuntu-lucid.html
    http://www.alfresco.com/services/subscription/supported-platforms/
   
cifs.disableNativeCode=false
cifs.enabled=true
cifs.serverName=<Alfresco.server.name>
cifs.domain=<NetBIOS.Domain>
cifs.hostannounce=true
cifs.sessionTimeout=500
cifs.ipv6.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139
cifs.WINS.autoDetectEnabled=true

3. disk
http://blog.sina.com.cn/s/blog_48a770da0100og2h.html
http://www.cnblogs.com/avril/archive/2010/03/23/1692783.html

3. iptables
http://xorprime.azzenti.com/2009/01/12/alfresco-labs-3c-installer-on-ubuntu-804-server-64bit/
http://www.redhat.com/archives/fedora-list/2007-December/msg01235.html
----------------------------------------------------------------------------------------------
https://process.alfresco.com/ccdl/?file=release/community/build-3370/alfresco-community-3.4.d-installer-linux-x64.bin

iptables -F
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

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

iptables -A INPUT -p udp -m state --state NEW --dport 137 -j ACCEPT
iptables -A INPUT -p udp -m state –-state NEW --dport 138 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 139 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 445 -j ACCEPT
----------------------------------------------------------------------------------------------

4. restore db
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/
分享到:
评论

相关推荐

    Alfresco与AD集成部署

    - 编辑Alfresco全局配置文件`/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco-global.properties`,设置`ntlm.authentication.sso.enabled`和`passthru.authentication.authenticateCIFS`为`false`,开启LDAP...

    alfresco-ubuntu-install:基于Ubuntu的Alfresco脚本安装

    使用这个脚本,用户可以避免手动配置复杂的环境,快速地在Ubuntu服务器上部署Alfresco,从而节省时间和减少出错的可能性。 总的来说,这个项目为在Ubuntu系统上安装Alfresco提供了一条简便的途径,通过Shell脚本...

    Alfresco cookbook Alfresco share

    2. **安装与配置**:详细阐述如何设置和配置Alfresco Share环境,包括服务器要求、数据库集成、网络配置和安全设置等步骤。 3. **用户界面与工作流**:解释了Alfresco Share的用户界面设计,如何创建和定制个人工作...

    alfresco-jlan-4.0.zip_Alfresco JLAN_CIFS_Jlan.jar_alfresco-jlan_

    在Alfresco JLAN的集成过程中,`alfresco-jlan`是一个关键的模块,它包含了一系列配置文件、脚本和库,用于设置和管理CIFS服务。通过这个模块,用户可以轻松地配置Alfresco服务器为CIFS服务器,使得组织内的员工或者...

    Alfresco部署

    这涉及设置数据存储路径、创建数据库、导入预定义内容模型、配置Web服务器(如Tomcat)以及启动Alfresco服务。同时,可能还需要根据企业需求调整Alfresco的工作流程、权限策略和集成其他系统。 在部署过程中,要...

    alfresco4.0部署及分离solr

    - 安装单独的Solr服务器,解压并配置Solr的Alfresco核心 - 更新Alfresco的`alfresco-global.properties`文件,指定新的Solr服务器地址和端口 ``` search.lucene.indexLocation=/path/to/solr/home search.lucene....

    Alfresco5.1图文说明安装

    - 可以在系统设置或关于页面查看Alfresco的具体版本号,确保安装的是Alfresco 5.1版本。 #### 六、总结 通过上述步骤,您可以顺利地安装Alfresco 5.1并进行基本的配置。Alfresco提供了强大的文档管理功能,适用...

    alfresco讲义

    #### 五、Alfresco Explorer 配置 - **Alfresco Explorer** 是Alfresco早期版本中提供的一个用户界面,尽管已经被Alfresco Share取代,但仍然可用于某些场景下。 - **配置方法**:尽管该部分已移动到附录中,但在...

    linux下部署alfresco

    Linux 下部署 Alfresco 在 Linux 环境中部署 Alfresco 需要安装 Java Development ...部署 Alfresco 需要安装 JDK 和 MySQL 数据库,并配置环境变量和数据库连接。通过这些步骤,可以成功部署 Alfresco 并开始使用。

    alfresco-community-4.0.e安装配置

    本文以Alfresco Community 4.0.e在Tomcat 6.0上的安装配置为例进行讲解。首先,确保具备以下环境和资源: 1. JDK 6.0(注意:Alfresco 4.2及以上版本需要JDK 7) 2. PostgreSQL数据库(也可以选择MySQL) 3. Tomcat...

    Alfresco安装说明.docx

    本文档旨在指导用户安装和配置 Alfresco 服务器。 安装准备 在开始安装之前,需要准备好以下几项: 1. Alfresco 安装程序(alfresco-community-4.2.e-installer-win-x64.exe) 2. PostgresSQL 数据库软件 3. ...

    Linux系统安装Alfresco Community

    知识点:数据库配置是安装 Alfresco 的关键步骤,需要输入正确的数据库信息。 8. 进行 Tomcat 端口配置:在安装向导中,需要配置 Tomcat 端口号,可以选择默认值或手动输入端口号。 知识点:Tomcat 是一个流行的...

    Alfresco 3 Enterprise Content Management Implementation

    书中详细阐述了Alfresco的部署过程,包括硬件需求、软件配置、数据库集成以及网络设置等。这涉及到选择合适的服务器平台,如Linux或Windows,以及配置适合的数据库系统,如MySQL或PostgreSQL。此外,还会讲解如何...

    Alfresco安装后启动异常处理

    此外,Alfresco的启动脚本`alfresco.bat`中包含了一些针对特定Java虚拟机(JVM)版本的优化设置。例如,有几行代码用于排除特定的Java编译命令,这些命令只适用于Sun JVMs版本低于1.5 update 8的情况。通过`java -...

    Alfresco社区版+windows2008+oracle 11g详细部署文档

    由于Alfresco社区版不支持Oracle的自动配置,需要手动配置数据源。在Alfresco的web应用中,找到context.xml文件,添加一个新的数据源定义,指定到Oracle数据库的连接信息。 六、初始化Alfresco 1. 使用Alfresco提供...

    Alfresco Workflow Guide.pdf

    Alfresco的工作流模块提供了高度的可定制性,允许用户修改默认配置文件来适应特定业务需求。这涉及到对XML文件的编辑,例如`workflow-context.xml`,其中包含了工作流引擎的关键设置。修改这些配置时,应谨慎操作,...

    整理的Alfresco学习文档

    学习如何在Windows系统上安装和配置Alfresco是从事Alfresco相关工作的基础。 首先,我们需要了解安装向导的作用和安装步骤。安装向导会引导用户完成安装Alfresco所需软件和组件的过程。对于Windows用户来说,官方...

Global site tag (gtag.js) - Google Analytics