免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1994 | 回复: 0
打印 上一主题 下一主题

SCO UnixWare 7.1.4下安装Lotus Domino server [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之北控
日期:2022-03-04 22:35:50
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-03-25 10:57 |只看该作者 |倒序浏览

作者:sco  出处:uw714doc.sco.com   
Lotus Domino server
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
  • Create a group called ``notes''.    addgrp notes
  • Create a user called ``notes'' that is member of the notes group.    adduser -g notes -m notes
  • Assign a password for the notes user login.    passwd notes
    Installing Domino
  • Mount the CD that contains Domino.    mount -F cdfs -r /dev/cdrom/cdrom1 /mnt
  • Change directory to /mnt/domino/linux/enu/linux and execute the Domino installer.    ./install
  • Select the Domino Enterprise Server. This will install in /opt/lotus.
  • Choose a directory to put the data file in; for example: /opt/notesdata.
    Configuring Domino
  • Login as the notes user.    su notes
  • Change directory to the notesdata directory    cd /opt/notesdata
  • Execute the configuration server.    /opt/lotus/bin/http httpsetup
  • Point your browser at the URL, http://system:8081, where system is the name of your machine.
  • Select HTTP, IMAP, SMTP, LDAP and NNTP . For example, domain name = yourdomain.com, certifier name = yourdomain.com, country code: us
  • Provide the server name and server's hostname to your machines name. Do not specify the domain as part of the names.
  • Change both passwords. You need passwords that can be used for the MicroSoft notes client to log on .
  • Do not make any changes to TCP. Use all ports.
  • Click on Finish.
  • Click on Exit.
    NOTE: If it occurs, you can safely ignore the error message: ldt_clear: modify_ldt invalid argument .
    Starting Domino
  • 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...
  • Point your browser at the URL, http://system/names.nsf, where system is the name of your machine. For example:    http://localhost/names.nsf
  • Log in as the username you selected.
  • Click on the People link and double click on the icon that represents your username.
  • Right click on the link under the icon UserID and save the file in your MicroSoft Windows home directory.


    本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_507411.html
  • 您需要登录后才可以回帖 登录 | 注册

    本版积分规则 发表回复

      

    北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
    未成年举报专区
    中国互联网协会会员  联系我们:huangweiwei@itpub.net
    感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

    清除 Cookies - ChinaUnix - Archiver - WAP - TOP