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.
Unidata Support wrote: > > ------- Forwarded Message > > >To: address@hidden > >From: Agustin Diaz <address@hidden> > >Subject: LDM help > >Organization: ? > >Keywords: 200101222040.f0MKeoe25927 LDM ldmadmin mkqueue > > Hello, > > I have followed all installation procedures, and I am now attempting to > start the queue, but this is the message I get after typing ldmadmin > mkqueue: > > Jan 22 20:25:31 UTC MONSOON : make_pq: mkqueue failed > > The machine is running on SunOS 5.8, and I am attempting to install it > on bash. > > Thanks in advance. > > -Agustin > > ------- End of Forwarded Message Hello Agustin, Are you aware of our support archive at http://www.unidata.ucar.edu/glimpsedocs/ghldm.html? This is a repository of nearly all the questions we have answered. Answers to many common questions can be found there. For example, if you went there and entered "mkqueue failed" you would get some relevant answers that might give you some ideas to try. To address your question: First, always check the log for relevant messages: 'ldmadmin log' will do this. Is there any further information there? There are several reasons you might not be successful in building a queue. First, ensure that you have enough disk space for the queue. The command 'df -k" will tell you about the disk space on all your recently accessed mounted disks. Bear in mind that the queue size will be the size you requested plus some extra for housekeeping, e.g. a 100Mbyte queue on my machine is actually 101662720 bytes. Also, the queue must be on a local disk, not a remotely mounted disk. Or, you might not have permission to build the queue if the permissions aren't set properly. You should build the queue as user 'ldm' and the directory in which you are building the queue should be owned and writable by user ldm. Did you get a binary distribution or a source distribution? If you got a binary distribution, make sure that you got the right one. Which version are you trying to install? I presume it's the latest - 5.1.3. If none of these things are the answer, then try executing this from the command line: pqcreate -v -s <yourProductQueueSize> -q <fullPathNameOfYourQueue> This is the command the ldmadmin script is executing. Executing it this way may display more information about the problem. Try these things and let me know what happens. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************