LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-02-2019, 04:58 AM   #1
devwratpd
LQ Newbie
 
Registered: Aug 2018
Posts: 5

Rep: Reputation: Disabled
** server can't find crsprod-scan: SERVFAIL


Quote:
Originally Posted by Ser Olmy View Post
From the dig query, it's evident that server1 is not configured with a default domain name:

Code:
;; QUESTION SECTION:
;server1.	 IN	A
Make sure /etc/resolv.conf on server1 contains the line search example.com.
Dear Sir ,

I am also facing the same issue ** server can't find crsprod-scan: SERVFAIL.
Please check below mentioned outputs and what exactly i need to enter in my /etc/resolv.conf.

Thanks in Advance.

[root@alpha ~]#
[root@alpha ~]#
[root@alpha ~]# nslookup alpha.oraclexpert.com
Server: 172.168.190.1
Address: 172.168.190.1#53

Name: alpha.oraclexpert.com
Address: 172.168.190.1

[root@alpha ~]# nslookup beta.oraclexpert.com
Server: 172.168.190.1
Address: 172.168.190.1#53

Name: beta.oraclexpert.com
Address: 172.168.190.2

[root@alpha ~]# nslookup crsprod-scan
;; Got SERVFAIL reply from 172.168.190.1, trying next server
Server: 172.168.190.2
Address: 172.168.190.2#53

** server can't find crsprod-scan: SERVFAIL

[root@alpha ~]# cat /etc/resolv.conf
options timeout: 3
options timeout: 3
nameserver 172.168.190.1
nameserver 172.168.190.2

[root@alpha ~]# dig alpha.oraclexpert.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> alpha.oraclexpert.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48344
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;alpha.oraclexpert.com. IN A

;; ANSWER SECTION:
alpha.oraclexpert.com. 86400 IN A 172.168.190.1

;; AUTHORITY SECTION:
oraclexpert.com. 86400 IN NS alpha.oraclexpert.com.

;; Query time: 1 msec
;; SERVER: 172.168.190.1#53(172.168.190.1)
;; WHEN: Mon Sep 2 15:25:19 2019
;; MSG SIZE rcvd: 69
 
Old 09-02-2019, 09:26 AM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Why do you expect a name server to find crsprod-scan? That's not a domain name.

And alpha. and beta. don't work for me -- are those supposed to be real domain names? I note that the name server is returning itself for alpha. and the .2 for beta.

What's in /etc/hosts?
 
1 members found this post helpful.
Old 09-10-2019, 05:21 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by devwratpd View Post
Dear Sir ,
I am also facing the same issue ** server can't find crsprod-scan: SERVFAIL. Please check below mentioned outputs and what exactly i need to enter in my /etc/resolv.conf.
[/CODE]
[root@alpha ~]# nslookup alpha.oraclexpert.com
Server: 172.168.190.1
Address: 172.168.190.1#53

Name: alpha.oraclexpert.com
Address: 172.168.190.1

[root@alpha ~]# nslookup beta.oraclexpert.com
Server: 172.168.190.1
Address: 172.168.190.1#53

Name: beta.oraclexpert.com
Address: 172.168.190.2

[root@alpha ~]# nslookup crsprod-scan
;; Got SERVFAIL reply from 172.168.190.1, trying next server
Server: 172.168.190.2
Address: 172.168.190.2#53

** server can't find crsprod-scan: SERVFAIL

[root@alpha ~]# cat /etc/resolv.conf
options timeout: 3
options timeout: 3
nameserver 172.168.190.1
nameserver 172.168.190.2

[root@alpha ~]# dig alpha.oraclexpert.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> alpha.oraclexpert.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48344
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;alpha.oraclexpert.com. IN A

;; ANSWER SECTION:
alpha.oraclexpert.com. 86400 IN A 172.168.190.1

;; AUTHORITY SECTION:
oraclexpert.com. 86400 IN NS alpha.oraclexpert.com.

;; Query time: 1 msec
;; SERVER: 172.168.190.1#53(172.168.190.1)
;; WHEN: Mon Sep 2 15:25:19 2019
;; MSG SIZE rcvd: 69[/CODE]
Then go back to your other thread, where you wanted us to give you links so you could 'learn' about DNS (and where you were GIVEN a link). There are also many thousands of how-to guides you can easily find about setting up DNS and how the hosts file plays into things.
https://www.linuxquestions.org/quest...in-4175635931/

This was last year..have you not progressed ANY? And if you're installing Oracle, their install guides tell you what you need to put, where.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] DNS Server Related Problem: ** server can't find w3icon.com: SERVFAIL tonmoy Linux - Server 5 09-09-2013 04:26 AM
[SOLVED] error "server can't find 254.0.168.192.in-addr.arpa: SERVFAIL" in dns server piyusharora420 Linux - Server 15 01-10-2011 01:06 AM
DNS SERVER WITH ERROR: "Server Can't Find : SERVFAIL" jcvalim Linux - Server 52 05-21-2009 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration