- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- P2035 and VMS
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
Discussions
Discussions
Discussions
Forums
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
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-13-2009 11:19 AM
тАО07-13-2009 11:19 AM
P2035 and VMS
Hi folks,
I needed to get an HPLJ P2035 to print portrait, compressed, & landscape from my vms cluster. I've seen 1 or 2 other vms type folks looking for a way to get them to print from vms also. I thought I'd try to return some of the help I've received here. I got this working today...
Instead of setting the printer up as an LPD type, I set it up as STREAM - this allowed portrait with the default font. I did this by specifying the port to be 9100.
To get compressed, I created the following string and a text Library to put it in. I call it when I want to tell the printer "go into compressed mode" - I also have a reset that gets sent from the same text library at the end of the job.
├Т =
├ТP├Т&l0o├Т&k2S├Т\ - portrait &l0o (zero/oh)
- compressed &k2S (16.5-16.7)
I did a similar string specifying Landscape
├ТP├Т&l1o├Т&k4S├Т\ - landscape &l1o (oh)
- 12.0 pitch &k4S
├ТP├Т&l1o├Т&k0S├Т\ - std pitch 10.0
├Т]VMS;2├Т\├ТP├ТE├Т\ - reset
There's also a printer timer set up on the web page that I had to set - settings/print settings - io timeout<120> 5
I'm sending straight ascii text files, but I hope this may be of help to others.
If I'm un-clear on things, feel free to give an ask
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 01:51 AM
тАО07-14-2009 01:51 AM
Re: P2035 and VMS
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 02:21 AM
тАО07-14-2009 02:21 AM
Re: P2035 and VMS
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 04:08 AM
тАО07-14-2009 04:08 AM
Re: P2035 and VMS
Ian,
Apologies for not including the versions.
I'm using Process Softwares Multinet, but I'm of the impression (perhaps incorrectly)that TCP/IP Svcs for VMS & Multinet aren't that different in capabilities.
My VMS is v8.3 on 2 node Alpha cluster and I don't have DCPS on the system. I'm using Multinet v5.2, but I've also used this with my VMS v7.3-2 and Multinet v5.0. This is more VMS based than Multinet.
The "interesting" part is figuring out what it takes to put a Text Library together to call. An example of how I've got the printer (and variants) set up is in the attachment.
Let me know if more clarification is needed.
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 04:58 AM
тАО07-14-2009 04:58 AM
Re: P2035 and VMS
http://labs.hoffmanlabs.com/node/622
Thanks for posting this, Rich.
Mind if I borrow those sequences to update the above topic?
There are vast numbers of Postscript printers that aren't supported by DCPS. Some can be gotten to work, using the "unsupported" mechanism. (In this case, the HP LaserJet P2035 and P2035n series printers do not appear to be Postscript or Postscript-compatible printers, which means DCPS isn't applicable here.)
ASCII-based printers (usually) work, and pretty much any version of OpenVMS that can reach the (I presume) HP LaserJet P2035n IP-based network printer. Getting the box to work via USB or the parallel port is conceivable, but would definitely not be my choice. My rule of thumb: only buy printers that have a network interface.
When selecting a printer, one (other) detail to watch for with various recent HP printers (and those of other vendors) is host-based rendering. That capability is generally not available for OpenVMS, and those printers do not operate with OpenVMS. Details:
http://labs.hoffmanlabs.com/node/756
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 08:23 AM
тАО07-14-2009 08:23 AM
Re: P2035 and VMS
For example the 2015 printers have both PCL5 and PCL6 (PCL-XL) compatibility, but only a resticted subset of fonts is available under PCL5 (which VMS would be most likely to use); HP has not made PCL6 drivers or support available for VMS, nor has it released a formal specification so you can roll your own as you could with PCL5 (there are beta docs available). As I recall none of the proportional fonts were available from PCL5 on the 2015, which made it unusable in the environment we bought it for.
The info concerning the detailed differences in PCL5 capabilities and fonts was NOT available "pre-sales". We found out when we read the docs that came with it and printed out the font pages. We ended up having to upgrade to a 3xxx printer to get what used to be basic capabilities under PCL5 back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 11:02 AM
тАО07-14-2009 11:02 AM
Re: P2035 and VMS
By all means - feel free to "borrow"; only too happy to contribute in some way.
If I can find my font test
ok, I did find them - they're in the attachment. I believe I used them for the lj 1100 testing I had done.
The
Richard,
If I'm remembering correctly from the user manual, the "on-board" pcl-5 fonts are "limited" and there's no Dimm you can purchase to support more fonts (like the 2015 could do).
I agree with you, in short, the Host-based printers should not be used with VMS unless the default font is acceptable.
Rich