- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VAX/VMS printer queues stopping
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
07-31-2006 11:48 PM
07-31-2006 11:48 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 12:04 AM
08-01-2006 12:04 AM
Re: VAX/VMS printer queues stopping
welcome to the OpenVMS ITRC forum.
Assuming you are using the LATSYM print symbiont: SHOW QUE/FULL should show /PROC=LATSYM
A LATSYM print queue will be stopped automatically, if there is an error establishing the LAT connection to the terminal server port. You should get an error message (visible via PRINT/NOTIFY or by SET QUEUE/RETAIN=ERROR and then looking at the failed print-job after the queue has stopped: SHO QUE/FULL/ALL queue). What is the error status ?
Note that you can then release the job again: SET ENTRY xx/RELEASE without the user having to re-submit the print job.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 12:11 AM
08-01-2006 12:11 AM
Re: VAX/VMS printer queues stopping
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 12:17 AM
08-01-2006 12:17 AM
Re: VAX/VMS printer queues stopping
a slight correction after checking my real old notes on LATSYM problems:
- if the LAT connect QIO fails, the LATSYM queue will be PAUSED
- if there is an error after the LAT connection has been established, the queue will be STOPPED
In any case, the job will be aborted with an approriate error status, which you can see, if the queue is set to /RETAIN=ERROR
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:12 AM
08-01-2006 01:12 AM
Re: VAX/VMS printer queues stopping
Tried this - the error I get is as follows:
%PSM-E-WRITERR, error writing !AS
- SYST-F-HANGUP, data set hangup
The print queue is then stopped and I have to issue a START/QUE and re-print the file.
What I dont understand is why switching the printer off and on when it is idle should cause the print que to stop when I try to print to it later. I have previously run the printer off an ancient Performance 4000 server and did not have this problem.
Many thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:30 AM
08-01-2006 01:30 AM
Re: VAX/VMS printer queues stopping
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:36 AM
08-01-2006 01:36 AM
Re: VAX/VMS printer queues stopping
does the DS90L+ support the Local> SHOW PORT STATUS command ? If so, what happens to the Input/Output Signals if you power-off and power-on the printer ? What's the status after the print failed ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 02:09 AM
08-01-2006 02:09 AM
Re: VAX/VMS printer queues stopping
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 02:43 AM
08-01-2006 02:43 AM
Re: VAX/VMS printer queues stopping
DS90 QUE
Printer operational : CONN IDLE
Printer switched off : LOCAL IDLE
Printer on again : LOCAL IDLE
Attempt to print : LOCAL STOPPED
Restart QUE : LOCAL IDLE
Re-print : CONN BUSY
After print : CONN IDLE
So it seems that the port is dropping into local when the printer is switched off and causes a que failure when attempting to print.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 02:54 AM
08-01-2006 02:54 AM
Re: VAX/VMS printer queues stopping
I'm not familiar with the DS90 QUE information you've shown. What does 'CONN' mean ? A LAT connection established from the VMS system ? What does MC LATCP SHOW PORT LTAx: show at that time (if the Actual Port/Node Name field is non-blank, there is an established LAT connection) ?
Are you really using the LATSYM print symbiont on that queue ? LATSYM will establish the LAT connection only when the print-job starts and will disconnect, once the print-job has finished. This allows multiple VMS systems to print on the same printer (DECserver port) sequentially.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:05 AM
08-01-2006 03:05 AM
Re: VAX/VMS printer queues stopping
it's the ITRC formatting which threw me off ;-(
You're showing that the DS90 port status is CONN after the print has finished (QUE = IDLE) ?! So you must be using PRTSMB instead of LATSYM.
What does SHOW QUE/FULL queue show after the /PROCESSOR= qualifier ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:17 AM
08-01-2006 03:17 AM
Re: VAX/VMS printer queues stopping
Sorry about the confusion - the first word after the action (CONN, OFF, LOCAL) refers to the status of the port in the DS90L+, the second (IDLE, STOPPED, BUSY) refers to the print queue status.
I have checked in LATCP and the Actual Port/Node names are the same as the target names when the printer is operational, but blank out when I switch the printer off.
This would seem to support Ian's suggestion that the DS90L is detecting that the printer is off.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:19 AM
08-01-2006 03:19 AM
Re: VAX/VMS printer queues stopping
I am not very experienced in VMS, and I don't know what LATSYM is, or how to find if it is being used.
Can you help?
Thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:22 AM
08-01-2006 03:22 AM
Re: VAX/VMS printer queues stopping
sure. If you turn the printer off, the DS90L+ seems to detect that and disconnects the LAT session. If you power off the printer while the queue is BUSY, this would be expected. But - if you are using the correct print-symbiont - the LAT connection should be immediately disconnected, once the print job is finished.
Please what does $ SHOW QUE/FULL queue show as the /PROCESSOR being used for that queue ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:30 AM
08-01-2006 03:30 AM
Re: VAX/VMS printer queues stopping
Tried SHOW QUE/FULL LTA2 and there is no /PROCESSOR= qualifier
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 03:33 AM
08-01-2006 03:33 AM
Re: VAX/VMS printer queues stopping
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 04:53 AM
08-01-2006 04:53 AM
Solutionif there is no /PROCESSOR=image shown, then you're using the default print-symbiont PRTSMB.
LAT queues MUST use the LATSYM print symbiont:
$ STOP/QUEUE/RESET LTA2
$ INIT/QUEUE/PROC=LATSYM LTA2
$ START/QUEUE LTA2
LATSYM uses special LAT QIOs to establish the connection to the terminal-server port before printing and disconnecting the session after the print-job is finished. As there will be no existing LAT connection when the printer is powered off, LATSYM will not notice this and will happily print the next job (after establishng a new LAT connection).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 07:39 PM
08-01-2006 07:39 PM
Re: VAX/VMS printer queues stopping
Thanks to everyone for your help - it is very much appreciated, and I hope I may be able to reciprocate in the future.
Thanks again
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 07:47 PM
08-01-2006 07:47 PM