|
Všechny níže uvedené chyby souvisí s Oracle VM a řešil jsem je při instalaci Oracle VM serveru a Oracle VM manageru
Problém 22:
OVM-2008 The Server Pool Master (ovs) has been registered with some other pool, and can not register it again.)
Řešení:
service ovs-agent stop rm -rf /etc/ovs-agent/db service ovs-agent start
[root@ovs /]# cd /etc/ovs-agent/db/ [root@ovs db]# ls ataskaux.lock collect_srv_stat.lock server_mode.db sr.lock stat.lock cluster.db master.db server_mode.lock srv.db vm.db cluster.lock master.lock sp.db srv.lock vm.lock cluster_setup.lock node.db sp.lock srvp.lock vmp.db collect_srv_stat.db node.lock sr.db stat.db vmp.lock
Problém 23:
OVM-1011 OVM Manager communication with ovs for operation Remove dir failed: <Exception: Could not find 'iso_pool' in any storage repository.>
Řešení:
[root@ovs /]# service ovs-agent stop OVSAgentServer shutdown... OVSAgentServer stopped. [root@ovs /]# rm -rf /OVS [root@ovs /]# ln -s /var/ovs/mount/CC9E96BFFD2E46B9BCFA5C6FC83C093A /OVS [root@ovs /]# ls -la ... lrwxrwxrwx 1 root root 47 Jun 1 12:20 OVS -> /var/ovs/mount/CC9E96BFFD2E46B9BCFA5C6FC83C093A
Problém 24:
OVM-1011 OVM Manager communication with 10.0.0.2 for operation Pre-check cluster root for Server Pool failed: <Exception: No root storage repository! Please setup storage repositories with repos.py before server pool creation.>
Řešení:
[root@ovs utils]# ./repos.py --list [root@ovs utils]# ./repos.py --new /dev/sda6 [ NEW ] cc9e96bf-fd2e-46b9-bcfa-5c6fc83c093a => /dev/sda6 [root@ovs utils]# ./repos.py --root cc9e96bf-fd2e-46b9-bcfa-5c6fc83c093a [ R ] cc9e96bf-fd2e-46b9-bcfa-5c6fc83c093a => /dev/sda6
Problém 25:
[root@ovs utils]# ./repos.py --init Mount point: Error: errcode=00000, errmsg=Unexpected error: errcode=00000, errmsg=Unexpected error: <Exception: ha_check_hostname_ip failed:<Exception: check srv('ovs') hostname/IP failed! => <Fault: <Fault 1: "exceptions.NameError:global name 'err' is not defined">>
Řešení:
[root@ovs utils]# cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost #::1 localhost6.localdomain6 localhost6 10.0.0.2 ovs.tomas-solar.com ovs 10.0.0.4 ovmm
|