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 > > >From: Eirh-Yu Hsie <address@hidden> > >Subject: ldm-5.1.2 > >Organization: CU/CIRES > >Keywords: 200008281451.e7SEp8N02482 LDM 5.1.2 -s flag > > Hello: > > I have problem with ldm-5.1.2 "ldmadmin mkqueue": > > cirrus:[119]% ldmadmin mkqueue -c -q /home/ldm/ldm.pq -s 500000000 > Aug 28 14:48:34 UTC cirrus.al.noaa.gov : product queue -s flag not supported, > no > action taken. > > I do not see any problems in compilation and installation. > > Hsie > > ------- End of Forwarded Message Unidata Support wrote: > > >From: Eirh-Yu Hsie <address@hidden> > >Subject: ldm-5.1.2 > >Organization: CU/CIRES > >Keywords: 200008281451.e7SEp8N02482 LDM 5.1.2 ldmadmin > > ------- Forwarded Message > > >Subject: ldm-5.1.2 > > Hello: > > After I sending out my previous message regarding to "ldmadmin mkqueue" > command > in ldm-5.1.2, I take a look at the "ldmadmin" script. I find the queue size > is > specified in "ldmadmin" script. Do we still need /home/ldm/etc/ldmadmin.conf > file??? Some of the same informations are specified in that file. > > Hsie > > ------- End of Forwarded Message Hi Hsie, I'm responding to both your emails here. First, the -s option was removed from ldmadmin due to problems in its usage. So what you saw was a feature, not a bug! :-) Seriously, the script is indeed doing the right thing. Second, we have not used ldmadmin.conf for some time. You must have been running a pretty old version. The configurations are now in the ldmadmin script itself. So, to change the queue size from the default queue size you must edit the script. Change the line: $pq_size = 100000000; to $pq_size = 500000000; for a 500 megabyte queue. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************