<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SYMBIONT_xxx in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587660#M79184</link>
    <description>Art,&lt;BR /&gt;I've got a different system from you, so I'm not able to see same environment.&lt;BR /&gt;If you need to search all owner of BG devices which have process name beginning with SYMBIONT look at attached DCL procedure. It's just an example.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Jul 2005 12:23:18 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2005-07-28T12:23:18Z</dc:date>
    <item>
      <title>SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587645#M79169</link>
      <description>Is there an "easy" way to associate a SYMBIONT process pid with which queue it handles?&lt;BR /&gt;&lt;BR /&gt;We "hit the ceiling" yesterday with MAXPROCESSCNT and the only unusual thing I noticed was about 70 SYMBIONT_xxx processes.  I don't think there's that many print queues on that box.&lt;BR /&gt;&lt;BR /&gt;Recent changes (~4 weeks ago) were DCPS v2.4 upgrade (from v2.3) ... no reboot was done at the time.  I ran AUTOGEN and bumped up MAXPROCESSCNT and rebooted last night.  System starts out with 15 SYMBIONTs and that sounds about right.&lt;BR /&gt;&lt;BR /&gt;Alpha 800, 512MB, VMS v7.2-2, missing a few patches I'm sure ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 21 Jul 2005 06:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587645#M79169</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-21T06:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587646#M79170</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;if you do a SHOW PROC/ID=&lt;PID-OF-SYMBIONT&gt; you'll see the allocated devices for that process. SHO QUE/DEV would show the device names together with the queue name.&lt;BR /&gt;&lt;BR /&gt;PIPE SHOW DEV/FULL LT | SEA SYS$PIPE SYMBIONT should also provide similar results - assuming LAT device queues.&lt;BR /&gt;&lt;BR /&gt;The DCPS$MAX_STREAMS logical will limit the no. of print-queue handled by one symbiont.&lt;BR /&gt;&lt;BR /&gt;Maybe there was some problem with print-symbionts failing and being restarted, but not going away completely. Did you check OPERATOR.LOG (DCPS is good at writing error messages to OPCOM). Also check for *.DMP process dump files in SYS$MANAGER or SYS$SYSTEM&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-SYMBIONT&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587646#M79170</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-07-21T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587647#M79171</link>
      <description>Sorry, no LAT, it's IP based printing and the BG device doesn't give any obvious clues.&lt;BR /&gt;&lt;BR /&gt;$ show proc/id=212006f6&lt;BR /&gt;&lt;BR /&gt;21-JUL-2005 12:27:40.47   User: SYSTEM           Process ID:   212006F6&lt;BR /&gt;                          Node: xxxx             Process name: "SYMBIONT_709"&lt;BR /&gt;&lt;BR /&gt;Terminal:           &lt;BR /&gt;User Identifier:    [SYSTEM]&lt;BR /&gt;Base priority:      4&lt;BR /&gt;Default file spec:  Not available&lt;BR /&gt;Number of Kthreads: 1&lt;BR /&gt;&lt;BR /&gt;Devices allocated:  BG452:&lt;BR /&gt;&lt;BR /&gt;$ show dev/full bg452:&lt;BR /&gt;&lt;BR /&gt;Device BG452:, device type unknown, is online, record-oriented device, network&lt;BR /&gt;    device, mailbox device.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed                  9&lt;BR /&gt;    Owner process     "SYMBIONT_709"    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        212006F6    Dev Prot    S:RWPL,O:RWPL,G:RWPL,W:RWPL&lt;BR /&gt;    Reference count                1    Default buffer size                 256&lt;BR /&gt;&lt;BR /&gt;I'm thinking I have to do some incantation in SDA?&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Thu, 21 Jul 2005 09:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587647#M79171</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-21T09:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587648#M79172</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;does TCPIP SHOW DEV BG452 show a target IP address, which you could associate with the printer's IP  ?&lt;BR /&gt;&lt;BR /&gt;If you really want to do something with SDA, you could find the DEVICE_NAME in the SCB (Stream Control Block) structure in each symbiont process using SDA.&lt;BR /&gt;&lt;BR /&gt;There is a SCB vector somewhere in P0 space of each symbiont process, which points to the SCBs for all streams. Inside the SCB, there is a pointer to the DEVICE_NAME string.&lt;BR /&gt;&lt;BR /&gt;You just need to look at the source listings in [PRTSMB] to find the offset for psm$gl_scbvec in SMBSRVSHR.MAP - then you can locate the SCB vector and all the SCBs.&lt;BR /&gt;&lt;BR /&gt;You could search with SDA in P0 space of a symbiont for 'BG'&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; set proc/ind=&lt;PID-OF-SYMBIONT&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/PHD&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SEA 0:&lt;HIGHEST-P0-ADDRESS&gt;/LENGTH=WORD/STEP=BYTE 4742&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/HIGHEST-P0-ADDRESS&gt;&lt;/PID-OF-SYMBIONT&gt;</description>
      <pubDate>Thu, 21 Jul 2005 10:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587648#M79172</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-07-21T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587649#M79173</link>
      <description>It's TCPware ie. no SHOW DEVICE command.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Thu, 21 Jul 2005 10:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587649#M79173</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-21T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587650#M79174</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to  155  of 184   responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption &amp;lt; My Question(s) &amp;gt; you will find &amp;lt; questions or topics with unassigned points &amp;gt; Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.   Nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before, then please do not take offence, certainly none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 11:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587650#M79174</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-07-21T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587651#M79175</link>
      <description>Sheesh!  How about now:&lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   185  of   185  responses to my questions. "&lt;BR /&gt;&lt;BR /&gt;Even assigned points to those that hijacked my threads ;-)&lt;BR /&gt;&lt;BR /&gt;Do you guys in Europe et al. see the tv show Drew Carey's - Whose Line Is It Anyways (yes I know it's a knock off of the English show) - to quote from the opening:&lt;BR /&gt;&lt;BR /&gt;"A show where the answers are all made up and the points don't matter"&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 21 Jul 2005 11:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587651#M79175</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-21T11:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587652#M79176</link>
      <description>"Whose Line Is It Anyway" - a fine show best listened to on BBC Radio 4 (available world wide via the interweb).</description>
      <pubDate>Fri, 22 Jul 2005 02:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587652#M79176</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-22T02:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587653#M79177</link>
      <description>Art,&lt;BR /&gt;I have to thank you because you was the first fellow gave soem point to me some months ago.&lt;BR /&gt; &lt;BR /&gt;Cheers.&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 04:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587653#M79177</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-07-25T04:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587654#M79178</link>
      <description>I guess you can do it with a dcl procedure.&lt;BR /&gt;At first galnce you could redirect output of "show dev bg" command to a file, than you could read sequentially line and ask for owner with F$GETDVI(&lt;BG&gt;,"OWNUIC").&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;/BG&gt;</description>
      <pubDate>Mon, 25 Jul 2005 04:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587654#M79178</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-07-25T04:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587655#M79179</link>
      <description>The queue manager is well aware of which process is handling which queue because it starts the process when needed and stops the queue(s) when you kill the process.&lt;BR /&gt;&lt;BR /&gt;It would be a nice 8.2+ feature to return the pid as an item in f$getq.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 25 Jul 2005 04:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587655#M79179</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-25T04:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587656#M79180</link>
      <description>So,&lt;BR /&gt;&lt;BR /&gt;if I get 5 "Me too" votes, I will make it a formal request to Guy Peleg.&lt;BR /&gt;Count Wim as 1, and me as 2.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 25 Jul 2005 05:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587656#M79180</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-07-25T05:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587657#M79181</link>
      <description>And add /symbiont to show que. This should give the name and process id of the symbiont.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 25 Jul 2005 06:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587657#M79181</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-25T06:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587658#M79182</link>
      <description>me too :-)&lt;BR /&gt;&lt;BR /&gt;Try adding it at &lt;BR /&gt;&lt;A href="http://www.hpuseradvocacy.com/" target="_blank"&gt;http://www.hpuseradvocacy.com/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 06:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587658#M79182</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-25T06:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587659#M79183</link>
      <description>Antonio, All the BG devices are owned by SYSTEM with the exception of two (TCPware_FTP and TCPware_NETCP) so that doesn't tell me.&lt;BR /&gt;&lt;BR /&gt;There has to be a way other than Volker's "brute force" search through memory.&lt;BR /&gt;&lt;BR /&gt;How about the reverse then, from a given queue, how do you determine which symbiont is running it?&lt;BR /&gt;&lt;BR /&gt;On the system in question which started out with 15 SYMBIONT_xxx processes, now has 30 listed.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art&lt;BR /&gt;Art</description>
      <pubDate>Thu, 28 Jul 2005 11:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587659#M79183</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-28T11:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587660#M79184</link>
      <description>Art,&lt;BR /&gt;I've got a different system from you, so I'm not able to see same environment.&lt;BR /&gt;If you need to search all owner of BG devices which have process name beginning with SYMBIONT look at attached DCL procedure. It's just an example.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 12:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587660#M79184</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-07-28T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587661#M79185</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;which symbionts are your queues running (SHOW QUE/FULL queue will list the image as /PROCESSOR=xxx) ?&lt;BR /&gt;&lt;BR /&gt;Do the symbionts have logfiles (SDA&amp;gt; SHOW PROC/CHAN/ID=&lt;PID-OF-A-SYMBIONT&gt;) ? Do the logfiles tell you something ?&lt;BR /&gt;&lt;BR /&gt;If the no. of symbionts keep increasing, you might be forced to use what you call my 'brute force attack' ;-)&lt;BR /&gt;&lt;BR /&gt;If TCPware does not allow you to find the remote IP address associated with a BG device, the only place this information (queue &amp;lt;-&amp;gt; symbiont) can be located may be in the QUEUE_MANAGER (memory or qmgr database) or in the memory of the symbionts.&lt;BR /&gt;&lt;BR /&gt;When re-thinking my SDA approach, I had to recognize, that it's not the BG device name, that's stored in the PSM$Q_DEVICE_NAME field of the SCB, but the string specified with the /ON=xxx qualifier of the queue. Once we've located the SCB vector inside SMBSRVSHR.EXE, it's getting easy to obtain the DEVICE_NAME for each SCB.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;&lt;/PID-OF-A-SYMBIONT&gt;</description>
      <pubDate>Thu, 28 Jul 2005 12:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587661#M79185</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-07-28T12:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587662#M79186</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;the SCB type and size (Stream Control Block) did not change since a couple of VMS versions, so you should be able to easily locate the SCB in P0 address space of your print symbionts:&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SET PROC/IND=&lt;PID-OF-SYMBIONT&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/IMAGE&lt;BR /&gt;! verify that SMBSRVSHR is listed, if not - forget this method&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/PHD&lt;BR /&gt;First free P0 VA  00000000.002EC000 ...&lt;BR /&gt;...&lt;BR /&gt;SDA&amp;gt; SEA 0:2EC000 02E80103 ! use P0 addr from above&lt;BR /&gt;...&lt;BR /&gt;Match at 00000000.001D87A8    02E80103&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; def scb=001D87A8-8&lt;BR /&gt;SDA&amp;gt; exa @(scb+58);@(scb+54)&amp;amp;ff-1&lt;BR /&gt;3131313A 312E312E 312E3122 4000001A  ...@"1.1.1.1:111     001BAB08&lt;BR /&gt;SDA&amp;gt; exa @(scb+68);@(scb+64)&amp;amp;ff&lt;BR /&gt;001B8010 40000012 54534554 40000012  ...@TEST...@....     001B8800&lt;BR /&gt;&lt;BR /&gt;(I had created a queue name TEST with /on="1.1.1.1:111" to easily locate the ASCII string in P0 space).&lt;BR /&gt;&lt;BR /&gt;Repeat these step (starting with DEF SCB=xxx) for all matches found and you'll get the list of all queues and their /ON=xxx strings for this symbiont.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-SYMBIONT&gt;</description>
      <pubDate>Thu, 28 Jul 2005 13:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587662#M79186</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-07-28T13:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587663#M79187</link>
      <description>Volker, where does the value you're searching for come from? (02e80103)&lt;BR /&gt;&lt;BR /&gt;When I do a SHOW PROC/IMAGE I do see SMBSRVSHR:&lt;BR /&gt;&lt;BR /&gt;SMBSRVSHR                               000D2000 001537FF GLBL     SHR 7FF38D20&lt;BR /&gt;&lt;BR /&gt;and from SHOW PROC/PHD I see:&lt;BR /&gt;&lt;BR /&gt;First free P0 VA  00000000.0045E000&lt;BR /&gt;&lt;BR /&gt;I think we're almost there ... you will be handsomely rewarded with "points" shortly ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;ps. the queues' processor are either DCPS$SMB or TCPWARE_TSSYM</description>
      <pubDate>Thu, 28 Jul 2005 13:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587663#M79187</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-07-28T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: SYMBIONT_xxx</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587664#M79188</link>
      <description>On my system, the DCPS symbiont creates logicals of the form DCPS$_queuename_PID in the system logical name table for every DCPS queue running.  The equivalence string of the logical is the PID of the corresponding symbiont process.</description>
      <pubDate>Thu, 28 Jul 2005 13:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/symbiont-xxx/m-p/3587664#M79188</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-07-28T13:42:03Z</dc:date>
    </item>
  </channel>
</rss>

