![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't ping using hostname on Solaris 10 | alpha123 | SUN Solaris | 4 | 10-29-2008 02:05 AM |
| cannot ping by hostname | tlee | SUN Solaris | 1 | 03-12-2008 07:03 AM |
| MOUNT FTP 11iv2 | vouchy | HP-UX | 0 | 09-06-2007 08:08 AM |
| Solaris - unknown hostname - how can I change hostname? | XNOR | UNIX for Dummies Questions & Answers | 1 | 03-29-2007 10:52 PM |
| looking up hostname | dangral | IP Networking | 2 | 10-28-2003 04:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi.
I just installed the HP-UX 11i V2. I have problems with CDE - it is inoperative (after logon there is a message box: messaging system failure - or something like that, it asks to check /etc/hosts and network settings). nslookup works by hostname and IP, hostname shown the correct hostname. Internet addresses are also accessabble from my computer (for example google). About ping: 1. It pings to "localhost" 2. It does not ping to my hostname (host name is set via /usr/sbin/sam on file /etc/hosts) 3. It pings to my IP (from remote computers too) This computer is set to permanent IP address and custom set hostname, no DHCP. Network is based on ADSL modem+router (it provides DNS and DHCP by demand) and switch. Please help me, to find why there is no ping to my hostname. I beleave, that all problems with CDE destop are comming from this issue. ![]() |
|
||||
|
/etc/resolv.conf
Code:
domain nameserver 192.168.200.1 nameserver 192.168.200.40 nameserver 127.0.0.1 Maybe I should to start DNS server on it? /etc/hosts Code:
127.0.0.1 localhost 192.168.200.40 hp-j5000 loghost Also, nslookup shows the following warning: Code:
*** Warning - the local domain os not set. *** Either hostname should be a domain name, *** the domain should be specified in /etc/resolv.conf, *** or shell variable LOCALDOMAIN should be set. Last edited by netwalker; 08-25-2007 at 06:20 PM.. Reason: Spelling |
|
||||
|
Thanks fpmurphy.
No there is no warning during nslookup. There was a hostname in /etc/rc.config.d/netconf it was: Code:
HOSTNAME=hp-j5000 Code:
HOSTNAME=hp-j5000.magnet.com Code:
domain magnet.com Code:
#hostname hp-j5000.magnet.com #nslookup hp-j5000 Name Server: mygateway1.ar7 Address: 192.168.200.1 Trying DNS Trying NIS tooking up FILES Name: hp-j5000 Address: 192.168.200.40 Alieases: loghost #ping hp-j5000 ping: unknown host hp-j5000 In DNS client, /usr/sbin/sam shows that one of DNS sources is /etc/hosts, but actually the system doesn't apply to this file and still not resolving names. How to make the system applying to /etc/hosts too? Thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|