Oracle® VM Server for SPARC 3.2 관리 설명서

인쇄 보기 종료

업데이트 날짜: 2015년 5월
 
 

도메인 마이그레이션

    이 예에서는 ldm migrate-domain 명령의 <data> 섹션에 포함된 내용을 보여줍니다.

  • 첫번째 <Content> 노드(<ldom_info> 섹션 없음)는 마이그레이션할 소스 도메인입니다.

  • 두번째 <Content> 노드(<ldom_info> 섹션 있음)는 마이그레이션할 대상 도메인입니다. 소스 및 대상 도메인 이름은 같아도 됩니다.

  • 대상 도메인의 <ldom_info> 섹션은 마이그레이션할 시스템 및 해당 시스템으로 마이그레이션하는 데 필요한 세부 정보를 설명합니다.

    • target-host - 마이그레이션할 대상 시스템입니다.

    • user-name - 대상 시스템에 대한 로그인 사용자 이름으로, SASL 64비트로 인코딩되어야 합니다.

    • password - 대상 시스템에 로그인하는 데 사용할 암호로, SASL 64비트로 인코딩되어야 합니다.


주 - Logical Domains Manager는 대상 사용자 이름과 암호를 디코딩하는 데 sasl_decode64()를 사용하고, 이러한 값을 인코딩하는 데 sasl_encode64()를 사용합니다. SASL 64 인코딩은 base64 인코딩에 해당합니다.
예 22-25  migrate-domain <data> 섹션의 예
<Envelope>
  <References/>
  <Content xsi:type="ovf:VirtualSystem_Type" ovf:id="ldg1"/>
  <Content xsi:type="ovf:VirtualSystem_Type" ovf:id="ldg1"/>
    <Section xsi:type="ovf:ResourceAllocationSection_Type">
      <Item>
        <rasd:OtherResourceType>ldom_info</rasd:OtherResourceType>
        <gprop:GenericProperty key="target">target-host</gprop:GenericProperty>
        <gprop:GenericProperty key="username">user-name</gprop:GenericProperty>
        <gprop:GenericProperty key="password">password</gprop:GenericProperty>
      <Item>
    </Section>
  </Content>
</Envelope>