小杂馆 2011-12-26
AlfrescoUbuntu配置MSAD
1.java.net.UnknownHostException:basename
Solution--https://forums.alfresco.com/en/viewtopic.php?f=8&t=20893
2.smblogonfailure
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~2k8http://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-tnat-F
iptables-PINPUTACCEPT
iptables-PFORWARDACCEPT
iptables-POUTPUTACCEPT
iptables-tnat-APREROUTING-ptcp-mtcp--dport445-jREDIRECT--to-ports1445
iptables-tnat-APREROUTING-ptcp-mtcp--dport139-jREDIRECT--to-ports1139
iptables-tnat-APREROUTING-pudp-mudp--dport137-jREDIRECT--to-ports1137
iptables-tnat-APREROUTING-pudp-mudp--dport138-jREDIRECT--to-ports1138
iptables-AINPUT-pudp-mstate--stateNEW--dport137-jACCEPT
iptables-AINPUT-pudp-mstate–-stateNEW--dport138-jACCEPT
iptables-AINPUT-ptcp-mstate--stateNEW--dport139-jACCEPT
iptables-AINPUT-ptcp-mstate--stateNEW--dport445-jACCEPT
----------------------------------------------------------------------------------------------
4.restoredb
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/