답변1
예, X* Center 내의 오류 메시지는 일반적으로 가치가 없습니다. 도움말 --> "XCP-ng 중앙 로그 파일 보기"에 자세한 내용이 있습니다.
XOA를 사용하여 OVA를 가져옵니다.
기본 저장소를 설정하셨나요?
[20:55 xcp-ng-gv2b7y1 ~]# xe pool-param-get uuid=TabCompleteMe param-name=default-SR
<not in database> #BAD, many things will not work.#
따라서 <not in database>
기본 저장소가 있는 경우 기본 저장소가 없습니다. 올리비에의 지시를 따르세요:XenServer 기본 SR 설정.
마지막으로 명령줄 인터페이스는 가장 강력한 기능을 제공하며 매개변수 및 UUID에 대한 탭 완성 기능을 사용할 수 있으므로 생각만큼 어렵지 않습니다. 예, UUID의 처음 몇 자리를 입력하고 Tab 키를 누르면 자동으로 입력됩니다.
[20:48 xcp-ng-g ~]# xe help vm-import
command name : vm-import
reqd params :
optional params : filename, preserve, sr-uuid, force, host-username, host-password, type, remote-config, url, vdi:
description : Import a VM. If type=ESXServer is given, it
will import from a VMWare server and 'host-username', 'host-password' and
'remote-config' are required. Otherwise, it will import from a file, and
'filename' is required. If the option preserve=true is given then as many
settings as possible are restored, including VIF MAC addresses. The default is
to regenerate VIF MAC addresses. The VDIs will be imported into the Pool's
default SR unless an override is provided. If the force option is given then any
disk data checksum failures will be ignored. If the parameter 'url' is
specified, xapi will attempt to import from that URL.