Chinaunix首页 | 论坛 | 博客
  • 博客访问: 130308
  • 博文数量: 69
  • 博客积分: 595
  • 博客等级: 中士
  • 技术积分: 670
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:37
文章分类

全部博文(69)

文章存档

2017年(2)

2016年(9)

2015年(13)

2014年(30)

2012年(4)

2011年(2)

2010年(2)

2009年(5)

2008年(2)

我的朋友

分类: DB2/Informix

2014-10-26 13:46:38

For these days, trying to migrate data from Domino to DB2,  so I installed db2 9.5 on the same server with Domino 8.5.  

Domino 8.5
installation directory:  /opt/ibm/lotus8.5/lotus
notesdata directory:  /local/notesdata8.5
user: notes

DB2 V9.5
Installation directory: /opt/ibm/db2/V9.5
Instance: db2inst1

1. Enable DECS in Domino
in notes.ini (in /local/notesdata8.5) add:

 EXTMGR_ADDINS=DECSEXT

Then add DECS to the ServerTasks variable (start DECS server when domino server start)

ServerTasks=Update,Replica,Router,AMgr,AdminP,CalConn,Sched,HTTP,IMAP,LDAP,POP3,RnRMgr,DECS

2. when switch to notes user, before starting up domino server,  
add /opt/ibm/lotus8.5/lotus/notes/latest/linux/ to environment variable LD_LIBRARY_PATH:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
/opt/ibm/lotus8.5/lotus/notes/latest/linux/:/opt/ibm/db2/V9.5/lib32/;
 export LD_LIBRARY_PATH

3. Start dominor server

4. In Lotus client, open DECS Administrator
add connection to db2

Reference: 
阅读(686) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~