HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Printer Not Outputting In Colour
Operating System - OpenVMS
1828233
Members
2616
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-10-2006 02:37 AM
02-10-2006 02:37 AM
Printer Not Outputting In Colour
Hi I'm having trouble printing to an HP Designjet 1050C Plotter with open vms. These are my setups.
TGGA12> sho que/all a0_dj_gla
Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE
(stock=DEFAULT)
TGGA12> sho que/all a0_dj_gla/full
Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE
(stock=DEFAULT)
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=TCPIP$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
TGGA12> sho que/form/full GBNA_A0_LANDSCAPE
Form name Number Description
--------- ------ -----------
GBNA_A0_LANDSCAPE (stock=DEFAULT)
12 GBNA_A0_LANDSCAPE
/LENGTH=66 /MARGIN=(BOTTOM=6) /PAGE_SETUP=(GBNA_A0_LANDSCAPE)
/SETUP=(SUPRESS_BLANK_PAGES) /STOCK=DEFAULT /TRUNCATE /WIDTH=132
TGGA12>
Print cap File
A0_TEST_GLA|a0_test_gla:\
:lf=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GLA.LOG:\
:lp=A0_TEST_GLA:\
:ps=non_ps:\
:rm=HPPE641BB:\
:rp=raw:\
:sd=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GL
A:\
:pa:
I have two different vms machines using the same settings as above and the same type of printer. One printer outputs in black & white (other users can print in colour on it with different apps) and another printer where the print submits to the queue but ends up with an error
711 GBNAPLOT GS022 383 Retained on error
%LBR-E-KEYNOTFND, key not found
Any help would be appreciated.
Thanks
Jason
TGGA12> sho que/all a0_dj_gla
Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE
(stock=DEFAULT)
TGGA12> sho que/all a0_dj_gla/full
Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE
(stock=DEFAULT)
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=TCPIP$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
TGGA12> sho que/form/full GBNA_A0_LANDSCAPE
Form name Number Description
--------- ------ -----------
GBNA_A0_LANDSCAPE (stock=DEFAULT)
12 GBNA_A0_LANDSCAPE
/LENGTH=66 /MARGIN=(BOTTOM=6) /PAGE_SETUP=(GBNA_A0_LANDSCAPE)
/SETUP=(SUPRESS_BLANK_PAGES) /STOCK=DEFAULT /TRUNCATE /WIDTH=132
TGGA12>
Print cap File
A0_TEST_GLA|a0_test_gla:\
:lf=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GLA.LOG:\
:lp=A0_TEST_GLA:\
:ps=non_ps:\
:rm=HPPE641BB:\
:rp=raw:\
:sd=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GL
A:\
:pa:
I have two different vms machines using the same settings as above and the same type of printer. One printer outputs in black & white (other users can print in colour on it with different apps) and another printer where the print submits to the queue but ends up with an error
711 GBNAPLOT GS022 383 Retained on error
%LBR-E-KEYNOTFND, key not found
Any help would be appreciated.
Thanks
Jason
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 02:59 AM
02-10-2006 02:59 AM
Re: Printer Not Outputting In Colour
The 'key not found' belongs to the setup module not found in the system default printer control library. You may specify a specific library for each queue with /LIBRARY or insert your setup modules into the default SYSDEVCTL.TLB.
regards Kalle
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 09:15 PM
02-10-2006 09:15 PM
Re: Printer Not Outputting In Colour
Gordon,
Your the real trouble is the LPD symbiont.
The LPD mechanism is only marginally compatible with VMS.
The way VMS queues operate is essentially:
- connect to printer
- send 1st (setup) module
- next; etc
- send body (1st file PRINTed)
- send page setup module(s)
- next file; etc
- send reset module(s)
- disconnect
The way LPD operates:
- treat each module as a separate file, ie, a separate printjob
- after each job, execute a printer reset.
Essentially, ONE VMS print job becomes MANY LPD jobs ( MANY = # of "files" printed + # of setup modukes + # of reset modules)
One way around this is to use TELNETSYM.
This essentially opens a TELNET session to the printer, tranfers any data int the printjob in this ONE session, and logs out.
Another way is to emulate the *UX or M$ way:
- use TELNETSYM as the "printer driver", printing to an LPD queue.
Prints in clolor of course have to result from some app that generates color-coded output files. Nothing special with the print queues.
hth
Proost.
Have one on me.
jpe
Your the real trouble is the LPD symbiont.
The LPD mechanism is only marginally compatible with VMS.
The way VMS queues operate is essentially:
- connect to printer
- send 1st (setup) module
- next; etc
- send body (1st file PRINTed)
- send page setup module(s)
- next file; etc
- send reset module(s)
- disconnect
The way LPD operates:
- treat each module as a separate file, ie, a separate printjob
- after each job, execute a printer reset.
Essentially, ONE VMS print job becomes MANY LPD jobs ( MANY = # of "files" printed + # of setup modukes + # of reset modules)
One way around this is to use TELNETSYM.
This essentially opens a TELNET session to the printer, tranfers any data int the printjob in this ONE session, and logs out.
Another way is to emulate the *UX or M$ way:
- use TELNETSYM as the "printer driver", printing to an LPD queue.
Prints in clolor of course have to result from some app that generates color-coded output files. Nothing special with the print queues.
hth
Proost.
Have one on me.
jpe
Don't rust yours pelled jacker to fine doll missed aches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 06:30 AM
02-11-2006 06:30 AM
Re: Printer Not Outputting In Colour
Might DCPS solve the problem?
Willem Grooters
OpenVMS Developer & System Manager
OpenVMS Developer & System Manager
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP