Гость
Форумы / Oracle [игнор отключен] [закрыт для гостей] / resolv.conf warning - RAC 12c / 9 сообщений из 9, страница 1 из 1
09.02.2020, 12:16
    #39924353
Frequency
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
Не судите сильно пожалуйста.

При установке RAC 12c. Выдает ошибку


resolv.conf integrity

Код: xml
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
resolv.conf Integrity - resolv.conf Integrity Details: 
 - 
PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"192.168.100.1".  - Cause:  An attempt to look up an address of a specified type for the indicated name using the name servers shown did not yield any addresses of the requested type.  - Action:  Retry the request providing a different name or querying for a different IP address type. 
 - 
PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"192.168.100.195".  - Cause:  An attempt to look up an address of a specified type for the indicated name using the name servers shown did not yield any addresses of the requested type.  - Action:  Retry the request providing a different name or querying for a different IP address type. 
 - 
PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"192.168.100.196".  - Cause:  An attempt to look up an address of a specified type for the indicated name using the name servers shown did not yield any addresses of the requested type.  - Action:  Retry the request providing a different name or querying for a different IP address type. 
 - 
PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"192.168.100.197".  - Cause:  An attempt to look up an address of a specified type for the indicated name using the name servers shown did not yield any addresses of the requested type.  - Action:  Retry the request providing a different name or querying for a different IP address type. 
 - 
Check for integrity of file "/etc/resolv.conf" failed  - Cause: Cause Of Problem Not Available  - Action: User Action Not Available 




DNS/NIS name service


Код: xml
1.
2.
3.
DNS/NIS name service - This test verifies that the Name Service lookups for the Distributed Name Server (DNS) and the Network Information Service (NIS) match for the SCAN name entries.  Error: 
 - 
PRVG-1101 : SCAN name "node-cluster-scan" failed to resolve  - Cause:  An attempt to resolve specified SCAN name to a list of IP addresses failed because SCAN could not be resolved in DNS or GNS using ''nslookup''.  - Action:  Check whether the specified SCAN name is correct. If SCAN name should be resolved in DNS, check the configuration of SCAN name in DNS. If it should be resolved in GNS make sure that GNS resource is online. 




Вот мой host file

Код: xml
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
###Public 
192.168.100.189    node1.localdomain     node1
192.168.100.192    node2.localdomain     node2

###Virtual 
192.168.100.193    node1-vip.localdomain      node1-vip
192.168.100.194    node2-vip.localdomain      node2-vip 

###Private
192.168.100.220    node1-priv.localdomain       node1-priv
192.168.100.221    node2-priv.localdomain       node2-priv 

###Dns
192.168.100.195     node-cluster-scan node
192.168.100.196     node-cluster-scan node
192.168.100.197     node-cluster-scan node




cat /etc/resolve.conf


Код: xml
1.
2.
3.
4.
5.
6.
7.
8.
# Generated by NetworkManager
search localdomain

nameserver 	192.168.100.1

nameserver	192.168.100.195    
nameserver	192.168.100.196     
nameserver	192.168.100.197 



Firewall oтключены на обоих машинах.


Что не так буду очень благодарен за любые подсказки ?

Спасибо
...
Рейтинг: 0 / 0
09.02.2020, 16:22
    #39924389
landy
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
nslookup node1 работает?
DNS настроен или нет?
...
Рейтинг: 0 / 0
09.02.2020, 16:36
    #39924393
landy
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
###Dns
192.168.100.195 node-cluster-scan node
192.168.100.196 node-cluster-scan node
192.168.100.197 node-cluster-scan node


ИМХО, это не DNS ...
...
Рейтинг: 0 / 0
10.02.2020, 02:29
    #39924491
xxxkms
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
Frequency,

А на кой хрен ты scan адреса в локалхост запихал?
...
Рейтинг: 0 / 0
10.02.2020, 02:32
    #39924492
xxxkms
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
Тоже самое про node vip, клиенты их как искать будут интересно в локал хосте сервера чтоли :)
...
Рейтинг: 0 / 0
10.02.2020, 16:51
    #39924757
Javl
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
А что, у тебя реально столько DNS серверов?

У меня в resolv.conf один прописан:
search MY.DOMEN
nameserver 10.10.10.1

В local.host

127.0.0.1 localhost.localdomain localhost
10.10.10.2 oracle.my.domen oracle
...
Рейтинг: 0 / 0
10.02.2020, 19:53
    #39924912
Frequency
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
Javl
А что, у тебя реально столько DNS серверов?

У меня в resolv.conf один прописан:
search MY.DOMEN
nameserver 10.10.10.1

В local.host

127.0.0.1 localhost.localdomain localhost
10.10.10.2 oracle.my.domen oracle


Нет просто, я в 1-ый раз устанавлицаю действовал по инструкции. Настроил через dnsmasq

в resolve.conf оставиль только

Код: xml
1.
2.
# Generated by NetworkManager
search localdomain



https://oracle-base.com/articles/12c/oracle-db-12cr1-rac-installation-on-oracle-linux-7-using-nfs
...
Рейтинг: 0 / 0
10.02.2020, 19:58
    #39924916
Frequency
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
landy
nslookup node1 работает?
DNS настроен или нет?


после того как домавил в /etc/dnsmasq.conf
Код: xml
1.
 local=/localdomain/



и оставил в /etc/resolve.conf


Код: xml
1.
2.
# Generated by NetworkManager
search localdomain=



изменил в /etc/hosts на

Код: xml
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
###Public 
192.168.100.189    node1.localdomain     node1
192.168.100.192    node2.localdomain     node2

###Virtual 
192.168.100.193    node1-vip.localdomain      node1-vip
192.168.100.194    node2-vip.localdomain      node2-vip 

###Private
192.168.1.220    node1-priv.localdomain       node1-priv
192.168.1.221    node2-priv.localdomain       node2-priv 

###Dns
192.168.100.195     node-scan.localdomain node-scan
192.168.100.196     node-scan.localdomain node-scan
192.168.100.197     node-scan.localdomain node-scan



nslookup node-scan заработал .

Прошу не судить сильно, ранее RAC не устанавливал. Что не так сделал ?
...
Рейтинг: 0 / 0
11.02.2020, 00:12
    #39924980
Javl
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
resolv.conf warning - RAC 12c
Frequency,

в файле hosts наверное были лишние символы

###Public
192.168.100.197 node-cluster-scan node

И с resolve.conf надо разобраться, все-таки есть DNS или нет, nslookup сначала читает файл hosts, а потом лезет в resolve.conf смотрит адрес DNS сервера и в каком домене искать.
...
Рейтинг: 0 / 0
Форумы / Oracle [игнор отключен] [закрыт для гостей] / resolv.conf warning - RAC 12c / 9 сообщений из 9, страница 1 из 1
Целевая тема:
Создать новую тему:
Автор:
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]