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.
>From: Gerry Creager N5JXS <address@hidden> >Organization: Texas A&M University -- AATLT >Keywords: 200401090546.i095k7p2005885 LDM IDD queue Gerry, >OK: Follow-up question. > >I *thought* I knew how to get a product queue started somewhere else, >but when I invoke "ldmadmin start -q /usr/local/ldm/queue/ldm.pq" I get >the following: > >[ldm@bigbird ~/queue]$ ldmadmin delqueue -q /usr/local/ldm/queue/ldm.pq >[ldm@bigbird ~/queue]$ ldmadmin mkqueue -q /usr/local/ldm/queue/ldm.pq >[ldm@bigbird ~/queue]$ ldmadmin start -q /usr/local/ldm/queue/ldm.pq >Starting the LDM server (this can take a while)... >Jan 9 15:55:10 UTC bigbird.tamushsc.edu : product queue, >/usr/local/ldm/data/ldm.pq, does not exist > >Did I miss an incantation somewhere? The standard way to setup the LDM is to create a ~ldm/data directory or make ~ldm/data a link to a directory somewhere else. With this setup, deleting and making the queue is as simple as: ldmadmin delqueue ldmadmin mkqueue and starting is: ldmadmin start I strongly recommend that you setup bigbird to follow the recommended installation since it will make maintenance of the LDM much easier. >Thanks, gery Cheers, Tom