天天看點

Steps to install Domino Server 8.5.1 on AIX 6

1 Introduction

This guide introduces how to install Domino Server 8.5.1 on AXI6 .

2 Steps

(2) Domino Server 8.5.1 can’t be running with root user. 

The default user and group provided by Domino Server 8.5.1 are notes/notes. 

So we need create them:

#mkgroup -A notes 

#mkuser pgrp=notes groups='staff,notes'  notes<b></b>

(3) It’s better to update you AIX 6 to the latest TL &amp; SP in advance. 

Because Domino Server 8.5.1 only can be installed on AIX 6 with some specified patches. 

For example: 

As of now, AIX 6100-04-01 level for Domino Server 8.5.1 is enough. 

Then install them to your AIX 6 box.

(4) For Domino Server 8.5.1 need use port 25, it conflict with sendmail service on AIX 6. 

So it’s better to remove sendmail service by removing sendmail record in /etc/rc.tcpip. 

And run:

#stopsrc -s sendmail

Now check its status by issuing: 

<a href="http://brantc.blog.51cto.com/attachment/201001/16/410705_1263626618OSC4.jpg"></a>

(5) Run the install script at the Domino Server 8.5.1 directory. 

Here comes the illustration: 

圖一 

圖二 

圖三 

圖四 

圖五 

圖六 

圖七 

Done :)

本文轉自 xkdcc 51CTO部落格,原文連結:http://blog.51cto.com/brantc/266469,如需轉載請自行聯系原作者