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

Christoph Gartmann gartmann at nonsense.immunbio.mpg.de
Tue Apr 23 06:49:23 EDT 2013


In article <c470f552-78a4-4ae2-b15d-6812e91464e0 at googlegroups.com>, emilwp at gmail.com writes:
>> In article <a3e52044-60ae-4ca9-be07-55d8838895b8 at googlegroups.com>, emilwp at gmail.com writes:
>> Where does this Quindos run on? On the DEC computer under VMS?
>> 
>yes, it runs on the DEC3000 under VMS

Ok.

>> >- I tried to print something but without success.
>> 
>> Here is the important part. How do the VMS system and the DECserver
>> 
>> communicate? I assume this is via LAT. Could you post your
>> 
>>    sys$manager:lat$systartup.com
>> 
>Yes it's LAT - at least the ports' configuration says that it's default
>protocol.
>
>
>Here is the lat&systartup.com (I was thinking about removing commented lines
>but was not sure if it's site-specific or VMS-standard - sorry for long post):

The startup procedure is in DCL, the script language of OpenVMS. You are
right, the "!" indicates a comment.

>
>$ lcp set node /state=on

That's all I can find here. So your system is running LAT but I don't know
what is started. Have a look at SYS$MANAGER:SYSTARTUP_VMS.COM and post the
line that calls the LAT startup procedure.
 
>> connection problem. Please post the output of
>> 
>>    SHOW QUEUE/FULL/ALL
>> 
>> 
>
>the answer is:
>
>Batch queue BATCH$LEITZ, stoped, autostart inactive, on LEITZ::
>  /AUTOSTART_ON=(LEITZ::) /BASE_PRIORITY=4 /JOB_LIMIT=8 /OWNER=[SYSTEM]
>  /PROTECTION=(S:M,O:D,G:R,W:S)
>
>and below are 2 entries with stopped print jobs (my trials from a few days
>back), both having STATUS: "Pending (queue stoped)"

Then the queue handles the printing. But you missed to post the output of the
two jobs...

>I found file SYS$MANAGER:SYSTARTUP_VMS.COM in which there is something about
>the queues. The line "start/queue/manager" was added a few year back when
>we also had some problems - unfortunatelly the guy who did it is retired.

The command above starts the so called "queue manager". It is pretty common
on OpenVMS systems.

>$   IF F$SEARCH("SYS$SYSTEM:NETACP.EXE") .NES. "" THEN @SYS$MANAGER:STARTNET

So you have DECNET running.

>$ DEFINE/SYSTEM/EXEC DECW$LOGINLOGO SYS$MANAGER:LEITZ_QUINDOS_LOGO.COM
>$!
>$!This definition is necessary for DECserver software
>$ DEFINE/SYSTEM/EXEC/NAME_ATTRIBUTE=NO_ALIAS/NOLOG -
>        MOM$LOAD MOM$SYSTEM, SYS$SYSROOT:[DECSERVER], -
>	SYS$SYSDEVICE:[VXT$LIBRARY]
>$!
>$! mount disk dka200: and dka500: if found
>$ IF (F$GETDVI("DKA200:", "EXISTS")) THEN MOUNT/SYS/NOASSI DKA200: USERDISK
>$
>$ IF (F$GETDVI("DKA500:", "EXISTS")) 
>$              THEN DEFINE/SYS/EXE QDS_BDISK DKA500:
>$                   SET SECURITY/CLASS=DEVICE/PROT=W:RWLP QDS_BDISK
>$               ENDIF
>$
>$! start LAT
>$ @SYS$STARTUP:LAT$STARTUP.COM

Strange. There is nothing configured. What do you see when you enter:
   SHO DEV LTA

Regards,
   Christoph Gartmann

-- 
 Max-Planck-Institut fuer      Phone   : +49-761-5108-464   Fax: -80464
 Immunbiologie und Epigenetik
 Postfach 1169                 Internet: gartmann at immunbio dot mpg dot de
 D-79011  Freiburg, Germany
               http://www.immunbio.mpg.de/home/menue.html



More information about the Info-vax mailing list