Go to main content
Oracle MiniCluster S7-2 관리 설명서

인쇄 보기 종료

업데이트 날짜: 2016년 10월
 
 

DB VM 그룹 배치(CLI)

  1. 기본 관리자(예: mcinstall)로 MCMU CLI에 로그인합니다.

    MCMU CLI에 로그인을 참조하십시오.

  2. 프로파일에 대한 VMgroupID를 식별합니다.

    DB VM 그룹 프로파일을 나열하고 방금 만든 프로파일을 찾아 VMgroupID 번호를 기록해 둡니다. 이 번호는 DB VM 그룹 배치에 사용됩니다.

    모든 기존 DB VM 그룹 프로파일이 나열됩니다.

    % mcmu tenant -P -l
    
    Listing DB VM Group Profile..
    
    Status : Active
    EditStatus :
    Description : Initial DB VM Group
     - NORMAL redundancy
     - Shared Storage
     - CIS
    deletable : True
    progress : False
    VMgroupName : dbgp1
    editable : True
    VMgroupID : 1 
  3. DB VM 그룹을 배치합니다.

    구문:

    mcmu tenant -G -D VMgroupID

    여기서 VMgroupID는 방금 만든 DB VM 그룹 프로파일의 ID입니다.


    Caution

    주의  -  명령에 대해 대문자 D 옵션을 사용해야 합니다. 이 명령에 대해 소문자 d 옵션을 사용하면 해당 VM 그룹이 삭제됩니다.


    예를 들어, 다음과 같습니다.

    % mcmu tenant -G -D 1
    Setting ssh timeout before carrying out further operations. Please wait..
    [INFO    ] Log file path : /var/opt/oracle.minicluster/setup/logs/tenant_cli_082316_040823.log
    
    Aug 23 04:08:23 mccn su: 'su root' succeeded for mcinstall on /dev/pts/2
    Deploying DB VM Group...
    [23/Aug/2016 04:08:28] INFO [dbzonegroup_install:122] Added zonegroup to action data.
    updated message, old:  Initializing  with  Insert IP Mapping 
    [23/Aug/2016 04:08:28] INFO [dbzonegroup_install:1467] Add zonegroup and operation type to action.
    .
    <some output omitted>
    .
    updated message, old:  Finish adding zonegroup information to database.  with  GI Post Installation Finished.
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:93] Method: do performed
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:132] Add Node to GRID Cluster ends...
    updated message, old:  GI Post Installation Finished.  with  Add Node to GRID Cluster ends...
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:98] Action Ends at: 2016-08-23 12:23:22
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:100] Elapsed Time: 1277.46536207 (secs)
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:102] Performing method: do finished
    Status: 0
    Message: Deploying DB VM Group Profile succeed
  4. VM에 DB 홈을 만듭니다.

    DB 홈 만들기(CLI)를 참조하십시오.