Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do you install the Oracle VM Manager img file?

2841567Sep 23 2017 — edited Sep 24 2017

The only download files on the eDelivery cloud I can find are Oracle VM Manager with Oracle Linux 2.1.5.0.0 and Oracle VM Manager with Oracle Linux 2.2.0.0.0.  When I download and extract them I do not get any iso files, just .img files. 

How are those installed?

Thanks

This post has been answered by 2841567 on Sep 24 2017
Jump to Answer

Comments

2841567
Answer

Solved.

Found the mount instructions elsewhere:

[root@oracle7c OVM_EL5U4_X86_OVM_MANAGER_PVM]# fdisk -lu System.img

Disk System.img: 9023 MB, 9023132160 bytes, 17623305 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk label type: dos

Disk identifier: 0x0002a119

     Device Boot      Start         End      Blocks   Id  System

System.img1   *          63      192779       96358+  83  Linux

System.img2          192780    13414274     6610747+  83  Linux

System.img3        13414275    17623304     2104515   82  Linux swap / Solaris

mount -t auto -o loop,offset=$((63*512)) System.img /mnt/System

mounted the image file as /mnt/System.

Marked as Answer by 2841567 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2017
Added on Sep 23 2017
1 comment
1,662 views