[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20050106: LDM-hostname is not fully qualified
- Subject: Re: 20050106: LDM-hostname is not fully qualified
- Date: Thu, 06 Jan 2005 14:04:43 -0700
Edwin,
Instead of
$hostname = "rp1-rha";
you need, for example,
$hostname = "rp1-rha.noaa.gov";
I don't know what your domain-name is, so the "noaa.gov" will probably
have to be adjusted.
Regards,
Steve Emmerson
------- Original Message
Date: Thu, 06 Jan 2005 15:50:50 -0500
From: "Edwin Pryor" <address@hidden>To: Steve Emmerson <steve@uni
data.ucar.edu>
Subject: Re: 20050106: LDM-hostname is not fully qualified
Thanks for contacting me,
I previously commented out the "chop" line #chop($hostname = 'uname
-n') and made the token $hostname = "rp1-rha". So the ldmadmin program
resolves the token as "rp1-rha" and if I issue the uname -n command at
the command line it also returns "rp1-rha". However, when the ldmadmin
program runs, it still says "rp1-rha: the LDM-hostname is not fully
qualified."
Any thoughts?
thanks,
Ned
------- End of Original Message