вторник, 8 апреля 2014 г.

Установка Oracle RAC 11.2.0.3 на Oracle Linux x64 6.4 (VirtualBox)

1. Заморачивался и развертывал DNS
2. При создании ASM DiskGroup есть проблема. Мне никак не установить совместимость для ADVM. Без него я не могу создать ASFS.
Оказывается - это баг. Его надо фиксить... Фикс бага буду делать после установки базы, чтобы проверить процесс накатки патчей.
Create ASM diskgroup using asmca
--> ADVM Compatibility is greyed and not selectable
Check OS version and kernel release
# uname -r
2.6.39-300.17.2.el6uek.x86_64
# cat /etc/oracle-release 
Oracle Linux Server release 6.3
# lsmod | grep ora
oracleasm              53352  1
See: Bug 12983005  Linux: ADVM/ACFS is not supported on OS version '2.6.39-100.7.1.el6uek.x86_64'
--> Missing driver for oracleacfs, oracleadvm , oracleoks
Fix : Install clusterware patch 11.2.0.3.3 or higher
For a detailed 11.2.0.3.4 patch install please read the following link.

3. При выполнении cluvfy постоянно получал проблемы с DNS. 
runcluvfy failed with PRVF-5636
 Решилось с помощью настройки в DNS
The warning is for not resolvable queries so the proper test is to run
time nslookup idontexist

if that takes more than 15 secs then:

If you are using your own bind DNS server try to edit /etc/named.conf

and change

zone "." in {
type hint;
file "root.hint";
};

to

zone "." in {
type hint;
file "/dev/null";
};