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, > >To: address@hidden > From: "Edwin Pryor" <address@hidden> > Subject: LDM question > Organization: DOC/NOAA/NWS - National Weather Service > Keywords: 200501061828.j06ISSv2018646 The above message contained the following: > Based on previous contact with your group, I am installing the source > code for LDM version 6.1.0 on a > (NWS river forecast center) Linux AWIPS work station. Downloading and > compiling seemed to work fine but when I run any ldmadmin option I get > the feedback that "rp1-rha: the LDM-hostname is not fully qualified" > while the output of "uname -n" or "hostname -f" commands both return > "rp1-rha". Have you ever seen this before? The above means that the $hostname variable in the ldmadmin(1) script is set to the output of the command "uname -n" and that that command doesn't emit a fully-qualified version of the hostname. A fully-qualified version of the hostname is needed for certain bookeeping operations. The solution is to modify the installed, ldmadmin(1) script so that the $hostname variable is correctly set. Search for the first occurance of that variable and follow the instructions to set it manually. More information on this installation detail can be found at http://my.unidata.ucar.edu/content/software/ldm/ldm-6.1.0/basics/vet-ldmadmin.html > thanks for your help. > > Ned Pryor, > NWS hydrologist > State College, PA Regards, Steve Emmerson LDM Developer > NOTE: All email exchanges with Unidata User Support are recorded in the > Unidata inquiry tracking system and then made publicly available > through the web. If you do not want to have your interactions made > available in this way, you must let us know in each email you send to us.