Sun Java System Messaging Server 6.3 64비트 설치 기술 노트

Messaging Server 업그레이드

이 절에서는 이 버전의 32비트 또는 64비트 Messaging Server로 업그레이드하는 세 가지 수동 옵션에 대해 설명합니다.

Procedure32비트에서 64비트 Messaging Server로 마이그레이션하는 방법

시스템에 이전 버전의 Messaging Server(32비트)가 설치 및 구성되어 있는 경우 데이터를 64비트 버전으로 마이그레이션하려면 다음과 같은 병렬 업그레이드 단계를 수행합니다.

  1. Messaging Server 6.3 64비트 에디션 설치 프로그램을 사용하여 이전 버전의 Messaging Server와 같은 시스템에 있는 다른 디렉토리(예를 들어 이 절차에서는 /opt/sun/comms/messaging64/)에 64비트 버전의 Messaging Server를 설치합니다. 설치를 시작하는 방법을 참조하십시오.

  2. 구성 및 메시지 저장소 데이터를 이전 버전의 Messaging Server에서 마이그레이션하려면 migrate-config(마이그레이션 구성) 유틸리티를 실행합니다.

    /opt/sun/comms/messaging64/sbin/migrate-config old-msg-svr-root

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

    /opt/sun/comms/messaging64/sbin/migrate-config /opt/SUNWmsgsr

  3. /opt/sun/comms/messaging64/sbin/patch-config를 실행합니다.

  4. /opt/sun/comms/messaging64/sbin/install-newconfig를 실행합니다.

  5. 마이그레이션을 백아웃하려면 /opt/sun/comms/messaging64/sbin/migrate-config -u /opt/SUNWmsgsr을 실행합니다. 여기서 -u는 취소 플래그입니다.

다음 순서

마이그레이션을 완료하고 나면 이전 서버 루트 디렉토리의 사용을 중지합니다.

다음 명령을 사용하여 새 서버를 시작합니다.

/opt/sun/comms/messaging64/sbin/start-msg

마이그레이션을 백아웃하려면 —u(취소) 플래그를 사용합니다.

/opt/sun/comms/messaging64/sbin/migrate-config —u old-base-dir

여기서 old-base-dir는 이전 서버 루트 디렉토리입니다.

이전 Messaging Server를 다시 시작하려면 다음을 사용합니다. old-base-dir/sbin/start-msg

Procedure32비트에서 32비트로의 업그레이드 수행 방법(병렬)

  1. Messaging Server 6.3 64비트 에디션 설치 프로그램을 사용하여 이전 버전의 Messaging Server와 같은 시스템에 있는 다른 디렉토리(예를 들어 이 절차에서는 /opt/sun/comms/messaging/)에 Messaging Server를 설치합니다. 설치를 시작하는 방법을 참조하십시오.

  2. 구성 및 메시지 저장소 데이터를 이전 버전의 Messaging Server에서 마이그레이션하려면 migrate-config(마이그레이션 구성) 유틸리티를 실행합니다.

    /opt/sun/comms/messaging/sbin/migrate-config old-msg-svr-root

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

    /opt/sun/comms/messaging/sbin/migrate-config /opt/SUNWmsgsr

  3. /opt/sun/comms/messaging/sbin/patch-config를 실행합니다.

  4. /opt/sun/comms/messaging/sbin/install-newconfig를 실행합니다.

  5. 마이그레이션을 백아웃하려면 /opt/sun/comms/messaging/sbin/migrate-config -u /opt/SUNWmsgsr를 실행합니다. 여기서 -u는 취소 플래그입니다.

다음 순서

마이그레이션을 완료하고 나면 이전 서버 루트 디렉토리의 사용을 중지합니다.

다음 명령을 사용하여 새 서버를 시작합니다.

/opt/sun/comms/messaging/sbin/start-msg

마이그레이션을 백아웃하려면 —u(취소) 플래그를 사용합니다.

/opt/sun/comms/messaging/sbin/migrate-config —u old-base-dir

여기서 old-base-dir는 이전 서버 루트 디렉토리입니다.

이전 Messaging Server를 다시 시작하려면 다음을 사용합니다. old-base-dir/sbin/start-msg

Procedure32비트에서 32비트로의 업그레이드 수행 방법(인플레이스)

인플레이스 업그레이드를 수행하려면

  1. patchadd를 사용하여 적절한 패치를 추가합니다. 자세한 내용은 다음을 참조하십시오. Messaging Server의 패치 및 패키지 정보

  2. msg-svr-base 디렉토리에서 patch-config를 실행합니다. 예: /opt/SUNWmsgsr/sbin/patch-config

  3. msg-svr-base 디렉토리에서 install-newconfig를 실행합니다. 예: /opt/SUNWmsgsr/sbin/install-newconfig

  4. 업그레이드를 백아웃하려면 msg-svr-base 디렉토리에서 uninstall-newconfig를 실행합니다. 예: /opt/SUNWmsgsr/messaging/sbin/uninstall-newconfig