다른 타사 공급자를 통한 가상화

Xen, KVM 또는 VMware가 아닌 타사 가상화 공급자를 사용하려면 JSON 구성 파일을 SUSE Multi-Linux Manager로 임포트하면 됩니다.

이와 마찬가지로 API에 대한 직접 액세스를 제공하지 않는 VMware가 설치된 경우 파일 기반 VHM은 몇 가지 기본 관리 기능을 제공합니다.

This option is for importing files that have been created with the virtual-host-gatherer tool. It is not designed for manually created files.

절차: JSON 파일 엑스포트 및 임포트
  1. Export the JSON configuration file by running virtual-host-gatherer on the VM network.

  2. 생성한 파일을 SUSE Multi-Linux Manager 서버가 액세스할 수 있는 위치에 저장합니다.

  3. SUSE Multi-Linux Manager Web UI에서 시스템  가상 호스트 관리자로 이동합니다.

  4. Click Create and select File-based.

  5. In the Add a file-based Virtual Host Manager section, use these parameters:

    • In the Label field, type a custom name for your VHM.

    • In the Url field, type the path to your exported JSON configuration file.

  6. 생성을 클릭하여 변경 사항을 저장하고 VHM을 생성합니다.

  7. On the Virtual Host Managers page, select the new VHM.

  8. On the Properties page, click Refresh Data to inventory the new VHM.

Listing 1. 예: 엑스포트한 JSON 구성 파일:
{
    "examplevhost": {
        "10.11.12.13": {
            "cpuArch": "x86_64",
            "cpuDescription": "AMD Opteron(tm) Processor 4386",
            "cpuMhz": 3092.212727,
            "cpuVendor": "amd",
            "hostIdentifier": "'vim.HostSystem:host-182'",
            "name": "11.11.12.13",
            "os": "VMware ESXi",
            "osVersion": "5.5.0",
            "ramMb": 65512,
            "totalCpuCores": 16,
            "totalCpuSockets": 2,
            "totalCpuThreads": 16,
            "type": "vmware",
            "vms": {
                "vCenter": "564d6d90-459c-2256-8f39-3cb2bd24b7b0"
            }
        },
        "10.11.12.14": {
            "cpuArch": "x86_64",
            "cpuDescription": "AMD Opteron(tm) Processor 4386",
            "cpuMhz": 3092.212639,
            "cpuVendor": "amd",
            "hostIdentifier": "'vim.HostSystem:host-183'",
            "name": "10.11.12.14",
            "os": "VMware ESXi",
            "osVersion": "5.5.0",
            "ramMb": 65512,
            "totalCpuCores": 16,
            "totalCpuSockets": 2,
            "totalCpuThreads": 16,
            "type": "vmware",
            "vms": {
                "49737e0a-c9e6-4ceb-aef8-6a9452f67cb5": "4230c60f-3f98-2a65-f7c3-600b26b79c22",
                "5a2e4e63-a957-426b-bfa8-4169302e4fdb": "42307b15-1618-0595-01f2-427ffcddd88e",
                "NSX-gateway": "4230d43e-aafe-38ba-5a9e-3cb67c03a16a",
                "NSX-l3gateway": "4230b00f-0b21-0e9d-dfde-6c7b06909d5f",
                "NSX-service": "4230e924-b714-198b-348b-25de01482fd9"
            }
        }
    }
}

For more information, see the man page on your SUSE Multi-Linux Manager server for virtual-host-gatherer:

man virtual-host-gatherer

이 패키지의 README 파일은 하이퍼바이버의 유형 등에 대한 배경 정보를 제공합니다.

/usr/share/doc/packages/virtual-host-gatherer/README.md

사용자 지정 페이지 및 README 파일에는 예시 구성 파일도 포함되어 있습니다.