博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

Unix爱好者家园

卓越源代码  
   sdccf.cublog.cn
关于作者  
姓名:sdccf
职业:chinapost
年龄:36
位置:sd
个性介绍:

我的分类  




SCO UnixWare 7.1.4下安装Lotus Domino server
作者:sco  出处:uw714doc.sco.com  

Lotus Domino server

透过 Google AdSense 使您的网站产生收益

Visit the Lotus web site at http://www.lotus.com/home.nsf/welcome/domino for information about obtaining and installing Domino.

The information provided here is for example purposes only. We recommend that you refer to the product documentation for definitive information about installing and configuring the product.

Prerequisites

  • Make sure you have enough swap space (more than 600MB). See ``Adding swap space''

  • Disable the /unixware/etc/rc2.d/S81sendmail and /unixware/etc/rc2.d/S88ldap startup scripts by renaming them. For example:
       mv /unixware/etc/rc2.d/S81sendmail /unixware/etc/rc2.d/unused.S81sendmail
       mv /unixware/etc/rc2.d/S88ldap /unixware/etc/rc2.d/unused.S88ldap
    

  • Edit /etc/inetd.conf and comment out (place a ``#'' at the beginning of each line) the pop-3 and imap-4 lines to disable them.
       #pop-3   stream  tcp     nowait  root    /usr/sbin/in.tcpd       /etc/popper
       #imap-4  stream  tcp     nowait  root    /usr/sbin/in.tcpd       /etc/imapd
    

    Also, if you have an http server running on port 80, you must disable that as well.

Users and groups

  1. Create a group called ``notes''.
       addgrp notes
    

  2. Create a user called ``notes'' that is member of the notes group.
       adduser -g notes -m notes
    

  3. Assign a password for the notes user login.
       passwd notes
    

Installing Domino

  1. Mount the CD that contains Domino.
       mount -F cdfs -r /dev/cdrom/cdrom1 /mnt
    

  2. Change directory to /mnt/domino/linux/enu/linux and execute the Domino installer.
       ./install
    

  3. Select the Domino Enterprise Server. This will install in /opt/lotus.

  4. Choose a directory to put the data file in; for example: /opt/notesdata.

Configuring Domino

  1. Login as the notes user.
       su notes
    

  2. Change directory to the notesdata directory
       cd /opt/notesdata
    

  3. Execute the configuration server.
       /opt/lotus/bin/http httpsetup
    

  4. Point your browser at the URL, http://system:8081, where system is the name of your machine.

  5. Select HTTP, IMAP, SMTP, LDAP and NNTP . For example, domain name = yourdomain.com, certifier name = yourdomain.com, country code: us

  6. Provide the server name and server's hostname to your machines name. Do not specify the domain as part of the names.

  7. Change both passwords. You need passwords that can be used for the MicroSoft notes client to log on .

  8. Do not make any changes to TCP. Use all ports.

  9. Click on Finish.

  10. Click on Exit.


    NOTE: If it occurs, you can safely ignore the error message: ldt_clear: modify_ldt invalid argument .

Starting Domino

  1. As the root user, change directory to /opt/notesdata, and start the server.
       cd /opt/notesdata
       /opt/lotus/bin/server
    
    It takes a while to come up...

  2. Point your browser at the URL, http://system/names.nsf, where system is the name of your machine. For example:
       http://localhost/names.nsf
    

  3. Log in as the username you selected.

  4. Click on the People link and double click on the icon that represents your username.

  5. Right click on the link under the icon UserID and save the file in your MicroSoft Windows home directory.

 发表于: 2007-04-29,修改于: 2007-04-29 08:14 已浏览912次,有评论0条 推荐 投诉

  网友评论

  发表评论



Copyright © 2001-2006 ChinaUnix.net All Rights Reserved

感谢所有关心和支持过ChinaUnix的朋友们
页面生成时间:2.8619

京ICP证041476号