[Info-vax] DEC3000->DECServer90TL->CMM comunication problem

Jan-Erik Soderholm jan-erik.soderholm at telia.com
Tue Apr 23 07:45:14 EDT 2013


emilwp at gmail.com wrote 2013-04-23 13:13:
>
>>
>>
>> First, always (if possible, as in this case) supply both the
>>
>> message *and* the command producing it as-is. Cut-n-pased.
>>
>>
>>
>
> Sorry, but I cann't copy paste because I'm not posting from the
> problematic computer - I'm re-typing :(
>

OK. :-)
But then, at least try to re-type your commands used also.

>> Second, didn't "$ help /message AUTONOTSTART" tell you anything?
>>
>>
>
> As said, I'm newbe with the VMS - my knowledge does not go too far from:
> dir, type, set def , show.
>
> Anyway the help says:
>
> "An attempt was made to start an autostart queue when none of its
> available nodes has autostart enabled"
>
> and
>
> "Enter an ENABLE AUTOSTART /QUEUES command on th enodes in the queue's
> autostart node list"
>

Exactly! Very clear on what was missing, not ? :-)


> this command (ENABLE AUTOSTART /QUEUES ) is in one of the file processed
> during system startup (at least I hope so)

Verify!

> namely
> SYS$MANAGER:SYSTARTUP_VMS.COM which I posted previously. does it mean
> that the file is NOT processed?

Systartup_vms.com is most certenly processed. But the enable autostart
command might not be. There might some logic in the startup that
prevents it from been executed, or something else is not in the
correct state when it is executed. One need the output from
a clean boot to tell wht is happening.


>
> after entering:
>
> SYS>ENABLE AUTOSTART /QUEUES
> SYS >start /queue batch$leitz
> %JBC-E-STARTED, queue already stared
>

So ENABLE AUTOSTART /QUEUES seems to have fixed the problem
with the queue as such. You have to look over your startup
routines/scripts why this was not run at startup.

> but: SYS>print /queue=batch$leitz welcome.txt Job WELCOME (queue
> BATCH$LEITZ, entry 3) strated on BATCH$LEITZ
>

Now, as you have seen, batch$leitz is a *BATCH* queue !
Not only from it's name (BATCH$LEITZ), but also from
the output of SHOW QUEUE :

> the answer is:
>
> Batch queue BATCH$LEITZ,...............

Note "Batch queue..." in the output above!

Batch queues are for running batch jobs, *not* for printing!

A batch job (running on BATCH$LEITZ) can of course print things,
but using another queue, a "Printer queue", "Server queue" or such,
it depends on what method/protocol is used for the printer.


Jan-Erik.

> does not move the printer
>
> Wojtek
>

So ENABLE AUTOSTART /QUEUES seems to have fixed the problem
with the queue as such.





More information about the Info-vax mailing list