![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 2173276.1 : ODAVP : Unable to Import ODA OVM Template due to "OAKERR:7044 Error encountered during importing assembly" and OAKERR:7005
Created from <SR 3-13194448011> Applies to:Oracle Database Appliance X5-2 - Version All Versions to All Versions [Release All Releases]Oracle Database Appliance Software - Version 2.1.0.1 to 12.1.2.7 [Release 2.1 to 12.1] Information in this document applies to any platform. Symptoms1) ODA template is located on dom0 /tmp directory on Node 1 (asmcloud1-oda_dom0):: [root@asmcloud1-oda_dom0 tmp]# ls -l /tmp/OVM_OL6U6_x86_64_PVM.ova
-rwxrwxrwx 1 root root 644085760 Aug 17 14:50 /tmp/OVM_OL6U6_x86_64_PVM.ova
2) But the same ODA VM template could not be imported on Node 0 (-node 0) due to the next error: [root@asmcloud1-oda_base ~]# oakcli show repo NAME TYPE NODENUM FREE SPACE STATE SIZE odarepo1 local 0 N/A N/A N/A odarepo2 local 1 N/A N/A N/A repo01 shared 0 82.34% ONLINE 256000.0M repo01 shared 1 82.34% ONLINE 256000.0M
[root@asmcloud1-oda_base ~]# oakcli import vmtemplate oel6u6_test -assembly /tmp/OVM_OL6U6_x86_64_PVM.ova -repo repo01 -node 0 OAKERR:7044 Error encountered during importing assembly - OAKERR:7005 Invalid template file File /tmp/OVM_OL6U6_x86_64_PVM.ova passed for extraction does not exist
CauseThe error is expected due to the ODA template is not physically located on dom0 /tmp directory on Node 0 (asmcloud0-oda_dom0): [root@asmcloud0-oda_dom0 tmp]# ls -l /tmp/OVM_OL6U6_x86_64_PVM.ova
ls: /tmp/OVM_OL6U6_x86_64_PVM.ova: No such file or directory SolutionYou have 2 options to solve this issue: 1) Import the OVM template on Node 1 (-node 1) as follows: [root@asmcloud1-oda_base ~]# oakcli import vmtemplate oel6u6_test -assembly /tmp/OVM_OL6U6_x86_64_PVM.ova -repo repo01 -node 1 Imported VM Template
[root@asmcloud1-oda_base ~]# oakcli show vmtemplate NAME MEMORY VCPU REPOSITORY oel6u6 2048M 2 repo01
2) Or copy the OVM template to dom0 /tmp directory on Node 0 (asmcloud0-oda_dom0) and then execute the next statement from ODA_BASE (Node 0): [root@asmcloud0-oda_base ~]# oakcli import vmtemplate oel6u6_test -assembly /tmp/OVM_OL6U6_x86_64_PVM.ova -repo repo01 -node 0 Imported VM Template
[root@asmcloud0-oda_base ~]# oakcli show vmtemplate NAME MEMORY VCPU REPOSITORY oel6u6 2048M 2 repo01
Community Discussions ODAStill have questions? Use the communities window below to search for similar discussions or start a new discussion on this subject. (Window is the live community not a screenshot) Click here to open in main browser window References<NOTE:2073529.1> - ODA: How to Enable a Graphical Console for ODA OVM Guests (demo)Attachments This solution has no attachment |
||||||||||||
|