- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Two printer queues to the same LTA device failing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 10:07 AM
08-29-2005 10:07 AM
We have defined two print queues sys1_q1 and sys1_q2 on the same LTAxx port on system sys1 pointing to a single printer called LPHP1 (VMS 7.2) with different FORMS. OK so far.
Now we start another box (VMS 7.3-2), and try to do the same stuff with printer LPHP2: define a LTAyyy and two different queues: sys2_q1 and sys2_q2. When I try to START/QUE the second one, i get the error:
%SYSTEM-W-DEVALLOC, device already allocated to another user
All the configuration is similar in sys1 and sys2, DECserver port is: Local Port Type: Application (Queued) & remote; /PROCESSOR=LATSYM; ...
The first queue I defined works, but cant start the second.
-- Any idea to put in place ??
-- Any known bug/patch that may needed on 7.3-2 ??
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:53 PM
08-29-2005 04:53 PM
SolutionThe time of LTA queues is here far away but I remember, that the devies are owned by the symbiont process: just a wild guess, perhaps the both queues on Sys1 are run by the same symboint process, and on Sys2 by different ones?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:56 PM
08-29-2005 04:56 PM
Re: Two printer queues to the same LTA device failing
There is a logical LAT$SYMPARAMETER, which defines the number of queues a symbiont can run.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 08:10 PM
08-29-2005 08:10 PM
Re: Two printer queues to the same LTA device failing
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 10:09 PM
08-29-2005 10:09 PM
Re: Two printer queues to the same LTA device failing
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 08:28 AM
08-30-2005 08:28 AM
Re: Two printer queues to the same LTA device failing
What you describe is absolutely normal, expected behaviour for LAT queues on any version of OpenVMS. The first symbiont process allocates the target LTA device, so when a second attempts to open a channel to the same device, you get "device already allocated".
You can have as many LTA devices as you like mapped to the same DECserver port, so your queues can each have their own. Just make sure the LTA devices and the port on the DECserver are set to "queued".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 10:55 AM
08-30-2005 10:55 AM
Re: Two printer queues to the same LTA device failing
It may be managed by a separate symbiont, I'll check it on my next oportunity.
In any case, if we succeeded with separate LTAs, we are all set.
Thanks a lot
I'll be back
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 11:32 PM
08-30-2005 11:32 PM
Re: Two printer queues to the same LTA device failing
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 01:33 AM
08-31-2005 01:33 AM
Re: Two printer queues to the same LTA device failing
that is not my case. I'm sharing the same port (LTAx) between two queues in the same system. This same thing work OK in my old system (VMS 7.2) but not in the new (VMS 7.3-2).
Between different systems it should be possible , either from cluster nodes or standalone servers.
Tomorrow I'll check all the ideas and will summarize.
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 05:44 AM
08-31-2005 05:44 AM
Re: Two printer queues to the same LTA device failing
2. Why do you want two queues on a node going to the same device?
3. You can have multiple generic queues that go to an execution queue(s). This is often done to handle postscript and text file submissions to an execution queue.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 11:13 AM
08-31-2005 11:13 AM
Re: Two printer queues to the same LTA device failing
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 04:31 AM
09-01-2005 04:31 AM
Re: Two printer queues to the same LTA device failing
In VMS 7.2 I can share the same LTAxx port between 2 different execution queue.
In VMS 7.3-2 I can't. I must use a separate LTAxx port for each queue.
Of course I set the port in the same way: queued and spooled in both versions.
The reason behind this game: we have in the past 2 queues with different /FORM asigned that the application (out of our control) used.
Thus we need two queue names but hav only one physical printer. I can't change the application to force it to use the /FORM qualifier case by case. They choose one or other based upon queue name.
Can I use GENERIC queue ? ... No, GENERIC queues doesn't accept /FORM qualifiers.
So, If I use two different LTA porta pointing to the same SERVER/PORT (>> same printer) everything is OK.
I don't know why VMS behaves differenly from 7.2 to 7.3. It may be something else that I'm missing. I didn't check the SYMBIONT processes on each system, and so forth.
Wim: you can define many queues against the same LTAport from different systems without any problem, either nodes of a cluster or standalone system. The problem is to do this from the same system.
Karl, John & Ian: you are RIGTH in the sense that I need to use different LTA ports !!!.
John: But you are wrong in the first part:
====> What you describe is absolutely normal, expected behaviour for LAT queues on any version of OpenVMS. The first symbiont process allocates the target LTA device, so when a second attempts to open a channel to the same device, you get "device already allocated" <===
I can show you two queues in my 7.2 box, sharing the same LTA port without problems !!.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 04:32 AM
09-01-2005 04:32 AM
Re: Two printer queues to the same LTA device failing
regards
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 08:43 AM
09-01-2005 08:43 AM
Re: Two printer queues to the same LTA device failing
To get around it I created a second LTA device and mapped it to the same node and port as the first LTA. It works fine.