「Sun Java SystemDirectory Server」の編集履歴(バックアップ)一覧に戻る

Sun Java SystemDirectory Server - (2008/01/14 (月) 22:45:31) のソース

* ダウンロード
sunのサイトからダウンロードします。

*インストール
以下のコマンドでインストール
 # /DOWNLOAD_DIRECTORY/Solaris_x86/installer
インストールアプリケーションが起動しメニューにしたがってインストール
 JavaEnterpriseSystem
 管理者ユーザID admin パスワード8文字
 サーバホスト intelli.send.test
 SSLポート 8989
 HTTPポート 8800
 実行時ユーザID root

 後でMessagingServerを入れるのでMessageQueueはインストールしない。
 あわせてApplicationServerもインストールしない。
 
 WebServer 
 HTTPポート 80
 実行時UNIXID webservd
 
 DirectoryServer
 ディレクトリインスタンスポート389
 ディレクトリインスタンスSSLポート 636
 インスタンスパス /var/opt/SUNWdsee/dsins1
 ディレクトリマネージャDN cn=DirectoryManager
 システムユーザ root
 システムグループ root
 サフィックス dc=send,dc=test
 
 AccessManager
 旧バージョンモード●
 管理者ユーザID amAdmin 管理者パスワード8文字
 LDAPユーザID amldapuser LDAPパスワードbb+8文字

*初期化とDSCCへの接続
Directory Service Control Center (DSCC) を初期化します
 # /opt/SUNWdsee/dscc6/bin/dsccsetup initialize
Common Agent Containerを登録します
 # /usr/sbin/cacaoadm start
Java Web Consoleを登録します
 # /usr/sbin/smcwebserver start
Directory Serverを登録します
 # /opt/SUNWdsee/ds6/bin/dsadm enable-service /var/opt/SUNWdsee/dsins1
 # /opt/SUNWdsee/ds6/bin/dsadm start /var/opt/SUNWdsee/dsins1

Java Web Consoleにアクセス可能かどうかを確認します
 https://192.168.1.39:6789/
 ログインID:root pass:OSのパスワード

メニューからDirectory Service Control Center (DSCC)を選択します
 ログインID:admin pass:インストール時に設定したもの

ようやくDirectory Service Control Center (DSCC)の共通設定に接続

*comm_dssetup.pl
comm_dssetup.pl を実行します。(Communication Suite を使用するのに必要な ldifファイルと登録スクリプトを生成します。)

 # /opt/SUNWcomds/sbin/comm_dssetup.pl
 
 Welcome to the Directory Server preparation tool for
 Sun Java(tm) System communication services.
 dssetup Version 6.4-0.08 (built Mon Dec 11 13:38:54 PST 2006)
 
 This tool prepares your directory server for use by the
 communications services which include Messaging, Calendar and their 
 components.
 
 The logfile is /var/tmp/dssetup_20080114223041.log.
 
 Do you want to continue [y]:
 
 Please enter the full path to the directory where the
 Directory Server instance(s) reside ("server-root"), or
 an explicit Directory Server instance directory
 
 Directory server root [/var/opt/SUNWdsee/dsins1] :
 
 Please enter the directory manager DN [cn=Directory Manager]:
 Password:
 
 Detected DS version 6.2
 
 Will this directory server be used for users/groups [yes]:
 A list of suffixes are as follows:
  dc=send,dc=test
 
 Please enter the Users/Groups base suffix [dc=send,dc=test] :
 There are 3 possible schema types:
   1   - schema 1 for systems with iMS 5.x data
   1.5 - schema 2 compatibility for systems with iMS 5.x data
         that has been converted with commdirmig
   2   - schema 2 native for systems using Access Manager
 Please enter the Schema Type (1, 1.5, 2) [2]:
 
 Do you want to update the schema files [yes]:
 Do you want to configure new indexes [yes]:
 Do you want to Reindex the new indexes now [yes]:
 
 Here is a summary of the settings that you chose:
 
   Server Root                        : /var/opt/SUNWdsee
   Server Instance                    : dsins1
   Users/Groups Directory             : yes
   Update Schema                      : yes
   Schema Type                        : 2
   DC Root                            : dc=send,dc=test
   User/Group Root                    : dc=send,dc=test
   Add New Indexes                    : yes
   ReIndex New Indexes Now            : yes
   Directory Manager DN               : cn=Directory Manager
 
 Now ready to generate a shell script and ldif file to modify the  
 Directory.
 No changes to the Directory Server will be made this time.
 Do you want to continue [y]:
 Generating files...
 
 Checking to see if Suffixes need to be added
   Will Create suffix o=comms-config
   Will Create suffix o=pab
   Will Create suffix o=PiServerDb
 
 Successful Completion. Consult /var/tmp/dssetup_20080114223041.log 
 for details