Service Registry 3.1 관리 설명서

Procedure데이터베이스의 오프라인 백업을 수행하는 방법

데이터베이스가 포함된 모드로 실행 중인 경우에는 오프라인 백업을 수행해야 합니다.

  1. Service Registry 설치 디렉토리를 다음과 같이 변경합니다.

    cd ServiceRegistry-base/install

  2. 다음 명령을 실행합니다(모두 한 줄로 표시).

    Ant-base/ant -f build-install.xml Dinstall.properties= props-file appserver.domain.stop

    여기서, props-file 나중에 구성 설치 후 사용자 정의 등록 정보를 사용하여 루트로 Service Registry를 구성하는 방법 또는 나중에 구성 설치 후 사용자 정의 등록 정보를 사용하여 루트가 아닌 사용자로 Service Registry를 구성하는 방법에서 편집한 install.properties 파일 복사본의 경로 이름입니다.

  3. 다음 명령을 실행합니다(모두 한 줄로 표시).

    Ant-base/ant -f build-install.xml Dinstall.properties= props-file backup.db

  4. 다음 명령을 실행하여 도메인을 다시 시작합니다(모두 한 줄로 표시).

    Ant-base/ant -f build-install.xml Dinstall.properties=props-file appserver.domain.start