This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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