Oracle VM Server and Oracle VM Manager

Hi,

today I installed Oracle VM Server and Oracle VM Manager from images provided by Oracle.
Everything goes fine. I setup my VM machines but when I tried to create Server Pool trought VM Manager I’ve got an error

OVM-1011 OVM Manager communication with <hostname> for operation Pre-check cluster root for Server Pool failed: <Exception: Cluster root not found.>

So I did new repository and after than I was able to create Server Pool.

This is my solution:

[root@ovs ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              29G   26G  1.3G  96% /
/dev/sda1              99M   45M   49M  48% /boot
tmpfs                 272M     0  272M   0% /dev/shm
[root@ovs ~]# cd /opt/ovs-agent-2.3/utils/
[root@ovs utils]# ./repos.py –new /dev/sda4
Mount point: /tmp/ovsrepo_qlGMC0
Error: ['mount', '/dev/sda4', '/tmp/ovsrepo_qlGMC0'] => mount: you must specify the filesystem type

[root@ovs utils]# mkfs.ocfs2 -L sdilenapar -b 4K -C 4K -J size=64M -N 16 /dev/sda4
mkfs.ocfs2 1.4.3
Cluster stack: classic o2cb
Filesystem label=sdilenapar
Block size=4096 (bits=12)
Cluster size=4096 (bits=12)
Volume size=286363119616 (69912871 clusters) (69912871 blocks)
2168 cluster groups (tail covers 14119 clusters, rest cover 32256 clusters)
Journal size=67108864
Initial number of node slots: 16
Creating bitmaps: done
Initializing superblock: done
Writing system files: done
Writing superblock: done
Writing backup superblock: 5 block(s)
Formatting Journals: done
Formatting slot map: done
Writing lost+found: done
mkfs.ocfs2 successful

[root@ovs utils]# ./repos.py –new /dev/sda4
[ NEW ] 5ce04f38-20af-48ec-ab2f-1afd138047a7 => /dev/sda4

[root@ovs utils]# ./repos.py –list
[   ] 5ce04f38-20af-48ec-ab2f-1afd138047a7 => /dev/sda4
[root@ovs utils]# ./repos.py –root 5ce04f38-20af-48ec-ab2f-1afd138047a7
[ R ] 5ce04f38-20af-48ec-ab2f-1afd138047a7 => /dev/sda4

Regards,

Tom

TOPlist