From:	CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 10-AUG-1989 18:43
To:	MRGATE::"ARISIA::EVERHART"
Subj:	RE: parameters to symbionts

Message-Id:  <8908102154.AA02044@crdgw1.ge.com>
Received: From KL.SRI.COM by CRVAX.SRI.COM with TCP; Thu, 10 AUG 89 14:17:03 PDT
Received: from CUNYVM.CUNY.EDU by KL.SRI.COM with TCP; Thu, 10 Aug 89 13:53:20 PDT
Received: from DGOGWDG5.BITNET by CUNYVM.CUNY.EDU (IBM VM SMTP R1.2.1MX) with BSMTP id 4367; Thu, 10 Aug 89 16:53:50 EDT
Date:    Thu, 10 Aug 1989 22:28:47  +0200
From: "GWDGV1::MOELLER"  <U0012%DGOGWDG5.BITNET@CUNYVM.CUNY.EDU>
To: info-vax@kl.sri.COM
Subject: RE: parameters to symbionts

"M. Warner Losh" <amdahl!twg-ap!warner@AMES.ARC.NASA.GOV> asked:
>  Is there any way to pass parameters to symbionts?  I want a /PARAMETER
>  qualifier to INIT/QUEUE.  Kinda like the PRINT/PARAMETER=xxxx.  Ideas?

Previous contributors proposed using a logical name
(in LNM$SYSTEM or LNM$GROUP_000001) where the name is built
from the queue name.

Actually, you need not use this indirect way, but you can pass the
logical name which holds the desired information as the 'device name'
with the qualifier /ON=[node::]logname .

Example (extract of SYSTARTUP, so UIC group is 000001):

        $ define/group  NODE7_LCB0      "NODE7::LCB0:/options"
        $!
        $ init/queue /processor=...     NODE7_PRINT /on=NODE7_LCB0

Wolfgang J. Moeller, GWDG, D-3400 Goettingen, F.R.Germany | Disclaimer ...
Bitnet/Earn: U0012@DGOGWDG5         Phone: +49 551 201516 | No claim intended

