[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'queue full' error



Min Yeol Lim,

>Date: Wed, 8 Jun 2005 16:46:13 -0400 (EDT)
>From: "Min Yeol Lim" <address@hidden>
>Organization: North Carolina State University
>To: "Steve Emmerson" <address@hidden>
>Subject: Re: 'queue full' error

The above message contained the following:

> Here is the queue size.
> -rw-r--r--    1 mlim     renci    406462464 Jun  8 16:29 ldm.pq

There's your problem: you're trying to put a 500 MB data-product into a
product-queue that's smaller than that.

> I am using the LDM 6.3.0 version now.

To increase the size of the product-queue, do the following:

    1.  Go to the home directory of the LDM user.

    2.  Edit the file "etc/ldmadmin-pl.conf": set the value of the
        $pq_size variable to, for example, "1G".

    3.  Stop the LDM with the command
    
            ldmadmin stop

    4.  Recreate the product-queue with the commands

            ldmadmin delqueue
            ldmadmin mkqueue

    5.  Start the LDM with the command

            ldmadmin start

> Thank you.

Regards,
Steve Emmerson