Operating System - HP-UX
1832345 Members
2187 Online
110041 Solutions
New Discussion

Re: DNS or domain or host problem

 
SOLVED
Go to solution
GerGon
Regular Advisor

DNS or domain or host problem

Hi everybody,

After boot my server after much time, the graphic interface login say "problem with /etc/hosts definition" some like that..

Two months ago we change our domain from NT to Active Directory, but I never note problems until today when the server was rebooted.

How do I do to change domain name or server name, because appear ".intra".?????

This is some information from server itselft and how PC seek it..:

**** Server Side:
[root@pacifico]/etc> vi /etc/hosts
"/etc/hosts" 25 lines, 887 characters
## Configured using SAM by root on Fri Dec 10 13:41:23 2004
# @(#)hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $
#
#
10.58.0.13 crsnjdc001.freshdelmonte.corp crsnjdc001
10.58.0.2 pacifico pacifico.cr.freshdelmonte.com
127.0.0.1 localhost loopback
10.58.0.182 cr-sj-tein-xp05
10.58.0.40 cr-sj-tein-lx1
10.58.0.1 router
[root@pacifico]/etc> ping pacifico
PING pacifico.intra: 64 byte packets
64 bytes from 10.58.0.2: icmp_seq=0. time=0. ms
64 bytes from 10.58.0.2: icmp_seq=1. time=0. ms
64 bytes from 10.58.0.2: icmp_seq=2. time=0. ms

----pacifico.intra PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
[root@pacifico]/etc> cat /etc/resolv.conf
domain freshdelmonte.corp
nameserver 10.58.0.13
[root@pacifico]/etc> uname -a
HP-UX pacifico B.11.00 U 9000/800 103981526 unlimited-user license
[root@pacifico]/etc> nslookup pacifico
Name Server: crsnjdc001.freshdelmonte.corp
Address: 10.58.0.13

Trying DNS
Name: pacifico.intra
Address: 10.58.0.2
Aliases: pacifico.freshdelmonte.corp


**** From PC Side:
c:\>nslookup pacifico
Server: crsnjdc001.freshdelmonte.corp
Address: 10.58.0.13

Name: pacifico.intra
Address: 10.58.0.2
Aliases: pacifico.FreshDelmonte.corp


c:\>nslookup 10.58.0.2
Server: crsnjdc001.freshdelmonte.corp
Address: 10.58.0.13

*** crsnjdc001.freshdelmonte.corp can't find 10.58.0.2: Non-existent domain

c:\>

How do I do to dissappear .intra, I want only pacifico name and registered in freshdelmonte.corp Active Directory Domain..??

Thanks
5 REPLIES 5
Rick Garland
Honored Contributor

Re: DNS or domain or host problem

Change your domain server name by modification of the /etc/resolv.conf file.
GerGon
Regular Advisor

Re: DNS or domain or host problem

Rick, but the resolv.conf is good, that's correct..

I want my server on freshdelmonte.corp domain.

I changed the domian via command line with network parameter to freshdelmonte.corp
Patrick Wallek
Honored Contributor
Solution

Re: DNS or domain or host problem

You need to change the name in your DNS server.

Look at your DNS server crsnjdc001. The name will need to be changed there.

Also verify that the name is correct in the local /etc/hosts file on the pacifico machine.
Suraj Singh_1
Trusted Contributor

Re: DNS or domain or host problem

Hi,

You need to change the entry in the DNS server.

Look for the reverse lookup zone. DNS server is unable to resolve the PTR record 10.58.0.2

Regards,
Suraj
What we cannot speak about we must pass over in silence.
GerGon
Regular Advisor

Re: DNS or domain or host problem

Thanks everybody... I appreciate your help..