Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2173276.1
Update Date:2016-08-29
Keywords:

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  


Related Items
  • Oracle Database Appliance Software
  •  
  • Oracle Database Appliance X5-2
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>Oracle Database Appliance>DB: ODA_EST
  •  




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.

Symptoms

1) 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

 


 

Cause

The 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

 
 

Solution

You 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
oel6u6_test 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
oel6u6_test 2048M 2 repo01

 

 


 

Community Discussions ODA

Still 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
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback