<?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: Process not relinquishing a LAT device... in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496641#M67508</link>
    <description>Hello All.&lt;BR /&gt;&lt;BR /&gt;After the STM multiplexer was replaced on both sides it looks like the problem's solved (Yes, I work with Chaim).&lt;BR /&gt;&lt;BR /&gt;Not surprising - there was no problem from the VMS side.</description>
    <pubDate>Sun, 06 Mar 2005 08:47:31 GMT</pubDate>
    <dc:creator>Alon Jacob</dc:creator>
    <dc:date>2005-03-06T08:47:31Z</dc:date>
    <item>
      <title>Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496622#M67489</link>
      <description>I am not certain that it will be possible to get an absolute solution from the forum, but I'll give it a shot !&lt;BR /&gt;&lt;BR /&gt;One of our customers has a DSM application which has its own internal "spooler" and prints by issuing direct IO to the printer device. One particular printer is causing problems. Under normal circumstances the DSM application allocates the device, does its IO, and relinquishes the device. Usually this takes at most several seconds. Every so often the process does NOT relinquish the device and remains the owner process on the device. This of course prevents anyone else from printing. When I do a "sho proc" on this process it is in LEF state; with a /contin it appears that the process is doing nothing (i.e. the PC remains the same). I assume that the process is awaiting an XON/XOFF indicating that the IO has completed, and for some as yet umknown reason is NOT receiving it (or the printer is not sending it as expected). The printer in question is an LA36 dot matrix (since this printer needs to impact as the feed is a 3 copy with carbon paper).&lt;BR /&gt;&lt;BR /&gt;We have tried everything from switching the physical printer, the decserver port, the decserver. The ONLY thing that is different between this printer and other LAT device printers is that this particular printer is located at a customer site which is NOT on the same LAN as the ALPHA server and the other printers. This means that the IO is being done via multiplexor to modem - to telephone line - to modem - to multiplexor.&lt;BR /&gt;&lt;BR /&gt;We have requested from the company that services the networking HW devices to come on-site and check the devices. &lt;BR /&gt;&lt;BR /&gt;Does anyone see that the problem could be other than HW? Is there anything that I can check?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 02:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496622#M67489</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T02:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496623#M67490</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;We have something simular in DSM.&lt;BR /&gt;The application opens a LAT device, writes some data to it and closes the devices. But the device is spooled (set device/spooled) and thus is injected into a print queue.&lt;BR /&gt;The program normally uses a logical name that points to the device.&lt;BR /&gt;&lt;BR /&gt;Is that what you do too ? If so, did you do a set device/spool for the device ? If not, the data is written directly to the LAT device, what should be avoided, IMHO.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 02:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496623#M67490</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T02:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496624#M67491</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;XON/XOFF is handled between the printer and the DECserver port. You can check the status of the port with Local&amp;gt; SHOW PORT n STATUS&lt;BR /&gt;&lt;BR /&gt;When the process owning the LTA device is in LEF, you could try to check it's state with SDA&amp;gt;&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; SET PROC/ind=xxx&lt;BR /&gt;SDA&amp;gt; SHOW PROC/CHAN&lt;BR /&gt;SDA&amp;gt; SHOW PROC/LOCK&lt;BR /&gt;SDA&amp;gt; CLUE CALL&lt;BR /&gt;&lt;BR /&gt;This might give an indication what the process is waiting for.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Mar 2005 03:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496624#M67491</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-03-03T03:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496625#M67492</link>
      <description>Thanks for your replies !!!&lt;BR /&gt;&lt;BR /&gt;I will check with the third party who are responsible for the application, however, I have a feeling that they are writing directly to the LTA device.&lt;BR /&gt;&lt;BR /&gt;Thanaks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 04:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496625#M67492</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T04:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496626#M67493</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;On XON/XOFF over multiplexors.&lt;BR /&gt;&lt;BR /&gt;I have seen situations where there was a loss of synchronization due to buffer overflow on a remote printer.&lt;BR /&gt;&lt;BR /&gt;It can cause a variety of symptoms (typically, lost characters, but in theory almost anything is possible). &lt;BR /&gt;&lt;BR /&gt;The LA36 has a VERY finite buffer (check specs). If the sender keeps sending characters past that point (as perceived by the LA36) a problem can occur. In the case that I investigated, using an LA100, the modem/multiplexor in question had a synchronous comm link, and the resulting delays in propogating the XOFF, measured in characters, exceeded the printer/terminals buffer (later model VTxxx terminals, if I recall correctly, had a larger -- 256?? byte buffer). Tracking this problem correctly required two datascopes -- one at each end of the "serial link" -- with the multiplexor link in between the datascopes.&lt;BR /&gt;&lt;BR /&gt;Then again, the problem could be a bug in the printer management software.&lt;BR /&gt;&lt;BR /&gt;It is hard to be more specific without a lot of details.&lt;BR /&gt;&lt;BR /&gt;I hope that this is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 03 Mar 2005 05:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496626#M67493</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-03-03T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496627#M67494</link>
      <description>I would like to attempt to utilize the /spooled mentioned earlier.&lt;BR /&gt;&lt;BR /&gt;If I understand correctly this is totally transparent to the DSM application, is this correct?&lt;BR /&gt;&lt;BR /&gt;I will need to define a printer queue on the specific LTA device, is this correct?&lt;BR /&gt;&lt;BR /&gt;Then I will set dev ltaxxx/spool=the-queue, is this correct?&lt;BR /&gt;&lt;BR /&gt;At this point, the DSM application will continue to "write" to the LTA device, but VMS will "take over" and print via the queue, is thix correct ?&lt;BR /&gt;&lt;BR /&gt;Thanks ,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 06:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496627#M67494</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T06:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496628#M67495</link>
      <description>Yes on condition that the program only writes to the device (otherwise it is a symbiont program).&lt;BR /&gt;When the device is spooled to a print queue (via an intermediate disk), the file will be printed by that print queue. It may even be an IP printer !&lt;BR /&gt;&lt;BR /&gt;There is no command to see if it is spooled !&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 06:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496628#M67495</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496629#M67496</link>
      <description>What do you mean by:&lt;BR /&gt;&lt;BR /&gt;"Yes on condition that the program only writes to the device (otherwise it is a symbiont program)." ??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 06:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496629#M67496</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T06:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496630#M67497</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;if using the spooled device approach, please note that the 'print job' is only created when the DSM program closes it's channel to the LTA device. So if there would be something wrong with that program and it will hang with a channel assigned to the LTA device (like now), the spooled device approach won't help.&lt;BR /&gt;&lt;BR /&gt;If there is some kind of synch XON/XOFF problem when communicating with the remote LA36, that same problem would then manifest itself in the LATSYM print symbiont (queue stalled). The spooled device approach will just allow other users to print on that device concurrently.&lt;BR /&gt;&lt;BR /&gt;So it still may be a good idea to try to find out what's wrong...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Mar 2005 06:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496630#M67497</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-03-03T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496631#M67498</link>
      <description>Never tried it but I guess that you could communicate with a printer.&lt;BR /&gt;&lt;BR /&gt;But I guess it is a dummy printer that doesn't do communications (e.g. LPD printer do communicate).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 06:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496631#M67498</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T06:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496632#M67499</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;To verify if the device is spooled : do show dev ltaxxx/fu. It should show "spooled". But the details (disk+queue) are not shown.&lt;BR /&gt;&lt;BR /&gt;But as Volker said, find out what's wrong.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 06:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496632#M67499</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T06:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496633#M67500</link>
      <description>And note that your problem is the normal behaviour for a non-spooled printer that ran out of paper or is offline.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 06:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496633#M67500</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T06:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496634#M67501</link>
      <description>Thanks for all te replies!&lt;BR /&gt;&lt;BR /&gt;Of course we are attempting to solve the problems and not the symptom. However, it will be interesting to see if at least the users will be happier. Currently, at the point where the DSM application owns the device, any user attempting to print is unable and receives a "Line Busy" error, until someone either stops the owner process or someone repowers the printer. On the other hand according to one of the replies it appears that setting the device as spooled may not really prevent this. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 07:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496634#M67501</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T07:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496635#M67502</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;'repowering the printer' - that sounds like a lost XOFF. You can see this with Local&amp;gt; SHOW PORT n STATUS (it should say Output XOFFed: YES).&lt;BR /&gt;&lt;BR /&gt;With a spooled solution, your users won't get the 'line busy' errors, but the print-queue will occasionally enter the STALLED state and you might need to monitor that...&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Mar 2005 07:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496635#M67502</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-03-03T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496636#M67503</link>
      <description>The DECservers are 90L and I don't think I can get this particular information.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 07:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496636#M67503</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T07:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496637#M67504</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;the DECserver 90L should have a SHOW PORT command and it should show:&lt;BR /&gt;&lt;BR /&gt;In Flow:  ENA/on&lt;BR /&gt;Out Flow: ENA/on&lt;BR /&gt;&lt;BR /&gt;for all the ports. ENA or DIS will show whether flow control is enabled/disabled, /on or /off will show the current state.&lt;BR /&gt;&lt;BR /&gt;So Out Flow: ENA/off would indicate that the output to the printer is currently XOFFed.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Mar 2005 08:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496637#M67504</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-03-03T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496638#M67505</link>
      <description>Here is what I get from SHOW:&lt;BR /&gt;&lt;BR /&gt;Name      PORT_8&lt;BR /&gt;Speed     9600&lt;BR /&gt;In Flow   ENA/on&lt;BR /&gt;Out Flow  ENA/on&lt;BR /&gt;Type      PRINTER&lt;BR /&gt;Break     LOCAL&lt;BR /&gt;Rem Mod   DIS&lt;BR /&gt;Test      NO&lt;BR /&gt;AutoConf  DIS&lt;BR /&gt;ODL       DIS&lt;BR /&gt;Status    LOCAL&lt;BR /&gt;Service&lt;BR /&gt;Node&lt;BR /&gt;Port&lt;BR /&gt;Fram Err  0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That's all!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 08:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496638#M67505</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496639#M67506</link>
      <description>Please disregard my last reply, I was a little dyslectic !&lt;BR /&gt;&lt;BR /&gt;They are both ENA&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Thu, 03 Mar 2005 08:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496639#M67506</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-03-03T08:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496640#M67507</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;just wait until the program hangs again. Then repeat the SHOW command and see whether /on has changed to /off ...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Mar 2005 08:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496640#M67507</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-03-03T08:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Process not relinquishing a LAT device...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496641#M67508</link>
      <description>Hello All.&lt;BR /&gt;&lt;BR /&gt;After the STM multiplexer was replaced on both sides it looks like the problem's solved (Yes, I work with Chaim).&lt;BR /&gt;&lt;BR /&gt;Not surprising - there was no problem from the VMS side.</description>
      <pubDate>Sun, 06 Mar 2005 08:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-not-relinquishing-a-lat-device/m-p/3496641#M67508</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2005-03-06T08:47:31Z</dc:date>
    </item>
  </channel>
</rss>

