Sun Java System Messaging Server 6 2005Q4 관리 설명서

Procedure자동 설치 모드로 comm_dssetup.pl을 실행하는 방법

단계

    자동 설치 모드를 활성화하려면 모든 인수를 한 행에 지정하십시오.


    # perl comm_dssetup.pl -i yes|no -R yes|no -c \
    Directory_Svr_Root -d Directory_instance \
     -r DC_tree -u User_Group_suffix -s yes|no \
    -D "DirectoryManagerDN" \
      -w password -b yes|no -t 1|1.5|2 \
    -m yes|path-to-schema-files]
    

    예를 들면 다음과 같습니다.


    # perl comm_dssetup.pl -i yes -c /var/opt/mps/serverroot -d slapd-budgie 
    -r o=internet -u o=usergroup -s yes -D "cn=Directory Manager"  
    -w password -b yes -t 1 -m yes
    

    이 명령의 옵션은 다음과 같습니다.

    옵션 

    설명 

    -i yes|no

    다음 질문에 답하십시오. “Do you want to configure new indexes?” 새 색인을 구성하려면 yes를 지정합니다. 새 색인을 지정하지 않으려면 no를 지정합니다.

    -R yes|no

    새 색인을 찾고 -m yes가 제공되면 다시 색인화를 실행합니다. 

    -c Directory_Svr_Root

    Directory Server 루트 경로 이름. 예를 들면 다음과 같습니다. /var/opt/mps/serverroot

    -d Directory_instance

    Directory Server 인스턴스 하위 디렉토리. 예를 들면 다음과 같습니다. slapd-budgie

    -r DC_tree

    DC 트리 접미어(예를 들면 다음과 같습니다. o=internet)

    -u User_Group_suffix

    사용자/그룹 접미어(예: o=usergroup)

    -s yes|no

    다음 질문에 답하십시오. “Do you want to update the schema?” 스키마 파일을 업데이트하려면 yes를 지정합니다. 스키마 파일을 업데이트하지 않으려면 no를 지정합니다.

    -D DirectoryManagerDN

    Directory Manager DN(예: "cn=Directory Manager")

    -w password

    Directory Manager 비밀번호 

    -b yes|no

    다음 질문에 답하십시오. “Will this directory server be used for users and groups?” Directory Server를 구성 및 사용자/그룹에 사용하려면 yes를 지정합니다. 디렉토리를 구성 데이터에만 사용하려면 no를 지정합니다.

    -t 1|1.5|2

    Messaging Server에 사용할 스키마 버전을 결정합니다.  

    • Sun LDAP Schema 1의 경우 1을 선택합니다.

    • Sun LDAP Schema 2(호환 모드)의 경우 1.5를 선택합니다. 자세한 내용은 Sun Java System Communications Services Schema Migration Guide를 참조하십시오.

    • Sun LDAP Schema 2(원시 모드)의 경우 2를 선택합니다.

    -m yes|no

    다음 질문에 답하십시오. “Do you want to modify the directory server?” 디렉토리를 수정하려면 yes를 지정합니다. 디렉토리를 수정하지 않으려면 no를 지정합니다.

    -S path-to-schema-files

    스키마 파일에 대한 디렉토리 경로를 지정합니다예를 들면 다음과 같습니다. ./schema).

    comm_dssetup.pl 스크립트의 모든 옵션을 설정하고 나면 스크립트가 실행되기 전에 다음과 같은 요약 화면이 나타납니다.


    Here is a summary of the settings that you chose:
      Server Root                        : /var/opt/mps/serverroot/
      Server Instance                    : slapd-budgie
      Users/Groups Directory             : Yes
      Update Schema                      : yes
      Schema Type                        : 1
      DC Root                            : o=internet
      User/Group Root                    : o=usergroup
      Add New Indexes                    : yes
      Schema Directory                   : ./schema
      Directory Manager DN               : "cn=Directory Manager"

    각 옵션에 대한 자세한 내용은 대화식 모드로 comm_dssetup.pl을 실행하는 방법 을 참조하십시오.