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!

unable to discover physical disk with Oracle VM Manager 3.2.1.516

999023May 27 2013 — edited May 31 2013
Greetings,

I've first tried to create a HVM virtual machine in OVS/OVM 3.2.1 manualy using xm create.
Very slow (could be VNC connection). Raised DOM0 host memory from 832m to 1024m.
Told the 1 guest to use at least 14G and max 15G.
After running the domU a few hours (too slow to work with) it crashes with momory issues.

So now I've started using Oracle VM Manager to create the virtual machine.
Used fdisk to create Linux VM partitions.
Rebooted the server completely to be sure the new partition table is used.

[root@OVS2-EUN ~]# fdisk /dev/sda -l

Disk /dev/sda: 299.4 GB, 299439751168 bytes
47 heads, 36 sectors/track, 345652 cylinders
Units = cylinders of 1692 * 512 = 866304 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 121 102348 83 Linux
/dev/sda2 122 1360 1048194 82 Linux swap / Solaris
/dev/sda3 1361 5078 3145428 83 Linux
/dev/sda4 5079 345652 288125604 5 Extended
/dev/sda5 5079 87821 70000560 8e Linux LVM
/dev/sda6 87822 170564 70000560 8e Linux LVM
/dev/sda7 170565 253307 70000560 8e Linux LVM
[root@OVS2-EUN ~]# parted
GNU Parted 1.8.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print all

Model: DELL PERC H310 (scsi)
Disk /dev/sda: 299GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 18.4kB 105MB 105MB primary ext3 boot
2 105MB 1178MB 1073MB primary linux-swap
3 1178MB 4399MB 3221MB primary ext3
4 4399MB 299GB 295GB extended
5 4399MB 76.1GB 71.7GB logical lvm
6 76.1GB 148GB 71.7GB logical lvm
7 148GB 219GB 71.7GB logical lvm

Error: Unable to open /dev/zram0 - unrecognised disk label.

Error: Error opening /dev/md0: No such file or directory
Retry/Cancel? Cancel


When I try to create a Pgysical volume using
pvcreate /dev/sda5 /dev/sda6 /dev/sda7
the answere is:
Device /dev/sda5 not found (or ignored by filtering).
Device /dev/sda6 not found (or ignored by filtering).
Device /dev/sda7 not found (or ignored by filtering).

Oracel VM Manager doesn't see any physical disk before or after creating the partitions.

Which step am I missing? Where can I find this filtering?
Any other checks I can do?

Strange thing is: I am able to mkfs ext3 to /dev/sda5 and mount it.
OVM Manager does show storage initiators.

Kind regards,
D.
This post has been answered by Vandy_Kh on May 29 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2013
Added on May 27 2013
3 comments
3,851 views