Unqualified host name


 
Thread Tools Search this Thread
Operating Systems Solaris Unqualified host name
# 1  
Old 07-27-2007
Question Unqualified host name

Hi All
I am Having V890 Server with Solaris 10 OS.In Dmesg showing the sendmail error.

This is the error:

Jul 26 22:04:56 ORACLE sendmail[24142]: [ID 702911 mail.crit] My unqualified host name (ORACLE) unknown; sleeping for retry
Jul 26 22:05:56 ORACLE sendmail[24142]: [ID 702911 mail.alert] unable to qualify my own domain name (ORACLE) -- using short name
Jul 26 23:00:01 ORACLE sendmail[9564]: [ID 702911 mail.crit] My unqualified host name (ORACLE) unknown; sleeping for retry
Jul 26 23:01:01 ORACLE sendmail[9564]: [ID 702911 mail.alert] unable to qualify my own domain name (ORACLE) -- using short name

How to resolve this.

Thanks
Ravi.
# 2  
Old 07-27-2007
Don't use UPPER-CASE for hostnames.

That isn't the problem, modify your /etc/hosts (and /etc/inet/ipnodes on Solaris 10) thus:
Code:
ip.add.re.ss oracle oracle.mydomainname.com

Cheers,
ZB
# 3  
Old 07-27-2007
Hi

should yo try this..

First check to see if sendmail is running in "server" mode or "client only" mode. In Solaris 10 and later, this can be checked by:

% svcprop -p config/local_only sendmail

If the output is "false" then sendmail is in "server" mode; if "true" then sendmail is in "client only" mode. If sendmail is in "server" mode, then you should really run check-hostname and do what it says. But if "client only" mode, the following is safe. Look for the localhost entries in /etc/hosts and add your hostname (get this by running the `hostname` command):

hostname hostname.local

as aliases on the same line; e.g. if `hostname` reports "solaris-devx":

::1 localhost loghost solaris-devx solaris-devx.local
127.0.0.1 localhost loghost solaris-devx solaris-devx.local


Regards
# 4  
Old 07-31-2007
Hi.
In my own case(Solaris 10 installed) I changed the file /etc/nodename (u can create a new file if you do not have one) such that it contains the hostname which I would like my system to have.
And do not forget to end the name by a carriage return(new line character..press enter after printing the name). Reboot the machine and it will atleast change the hostname of the machine.
This is what worked in my case
# 5  
Old 08-02-2007
Hi

Hi All,

After fixing the unqualified hostname problem, i got one more error.In my server i schduled cronjobs.i cant able to get a mail because of sendmail error.Can anyone help me.

Jul 30 22:05:18 ORACLE sendmail[19939]: [ID 801593 mail.crit] l6UGZI30019933: SYSERR(root): oracle.xxx.com. config error: mail loops back to me (MX problem?)
Jul 30 23:00:00 ORACLE sendmail[11659]: [ID 801593 mail.crit] l6UHU0RC011657: SYSERR(root): oracle.xxx.com. config error: mail loops back to me (MX problem?)

Thanks
# 6  
Old 08-02-2007
This is a very common misconfiguration issue

Sendmail FAQ, Section 4

Cheers,
ZB
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Need to recover/move diskgroup from failed host to another host

Hi All I am having VxVm on two Solaris hosts. host1 is using disk group dgHR. right now this server went down due to hardware fault. Not I need to import this dgHR into host2 server. Please let me know the procedure for the same. (1 Reply)
Discussion started by: amity
1 Replies

2. Solaris

Classic: sendmail[pid]: My unqualified host name (hostname) unknown

Hi all, I'd like to disable sendmail permanently on my "new" 220R with freshly installed SunOS 5.10 because it prints annoying messages to the system console. Also I'm interested in how to fix the actual problem with unqualified host name. My unqualified host name (hostname) unknown; sleeping... (2 Replies)
Discussion started by: pseudocoder
2 Replies

3. UNIX for Dummies Questions & Answers

Transfer large number of files host to host

Hello.... I have two servers, one has an empty / and the other has a subdirectory with a large number (4 gig) with many, many files. I need a way to transfer the files en masse from the server with the large number of files to the one that is essentially blank. I don't have space on the used... (16 Replies)
Discussion started by: blaine.miller
16 Replies

4. UNIX for Advanced & Expert Users

Help! How to find the local host after few ssh hops to remote host???

I do a ssh to remote host(A1) from local host(L1). I then ssh to another remote(A2) from A1. When I do a who -m from A2, I see the "connected from" as "A1". => who -m userid pts/2 2010-03-27 08:47 (A1) I want to identify who is the local host who initiated the connection to... (3 Replies)
Discussion started by: gomes1333
3 Replies

5. Shell Programming and Scripting

running commands to remote host from centralized host

Gurus/Experts We have a centralized UNIX/Solaris server from where we can actually ssh to all other UNIX/Solaris servers...I need to write a script that reside on this centerlized server and do FileSystem monitoring (basically run df -h or -k) of other remote servers and then send an email to me... (6 Replies)
Discussion started by: anjum.suri
6 Replies

6. UNIX for Dummies Questions & Answers

Unqualified Host at boot

I'm sure this is as basic as they get. I installed Solaris 10 x86 on a compaq 7500 that I switched motherboards out with an AMD processor. Since I installed, I've gotten the "unqualified host name" message at boot plus I"m not sure how to find my NIC (or if the driver is installed). I only show... (7 Replies)
Discussion started by: ltillman
7 Replies

7. Solaris

My unqualified host name

Hi experts . . . host name: prd47e Sunsolaris 9 version My mails are not going and am gettin regular messages like: * My unqualified host name (prd47e) unknown; sleeping for retry * unable to qualify my own domain name (prd47e) -- using short name my /etc/hosts file contnets are... (6 Replies)
Discussion started by: vrjalli
6 Replies

8. Solaris

sendmail and unqualified addresses

I have a solaris 10 server running sendmail 8.13.8, configuration file V10. On another server I am able to send local emails without appending a domain name but on this server I cannot. The mail does not bounce, the log file says they are sent, but they are not delivered. There isn't a problem... (10 Replies)
Discussion started by: csgonan
10 Replies

9. UNIX for Dummies Questions & Answers

dmesg on a sun, unqualified host

Oct 22 01:01:47 sendmail: My unqualified host name unknown; sleeping for retry Oct 22 01:02:47 sendmail: unable to qualify my own domain name -- using short name how to resolve this error thanks (11 Replies)
Discussion started by: yls177
11 Replies

10. IP Networking

QNX host cannot ping SCO host, vice versa

The problem I am facing now is that the QNX host could not ping the SCO host and vice versa. They are in the same domain, ie, 172.20.3.xx. As I am very new to Unix, I guess I must have missed out some important steps. Pls help... Thanx alot (2 Replies)
Discussion started by: gavon
2 Replies
Login or Register to Ask a Question