- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- creating print queue and assigning printer
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
тАО04-17-2007 06:40 AM
тАО04-17-2007 06:40 AM
New to VMS.
Printer info
Name - COR-LJETT11
ON - CORPRN02
MODEL - HP LASERJET 4300 PLC 6
LOCATION - 507 - HORSHAM- PROGRAMMING
Any help as always is greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2007 09:27 AM
тАО04-17-2007 09:27 AM
SolutionStart your quest here:
http://h71000.www7.hp.com/doc/dcps24.html
DCPS deals with all of what this printer can do. Easily.
I'd probably select the RAW TCP/IP path with this particular printer. (This assumes you have TCP/IP Services or a supported IP package installed, and most sites do have that.)
You will need to know the IP address and a few other details as part of following the DCPS printer configuration... These details are available from the printer set-up page, or from your local IT organization.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2007 10:02 AM
тАО04-17-2007 10:02 AM
Re: creating print queue and assigning printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2007 10:46 AM
тАО04-17-2007 10:46 AM
Re: creating print queue and assigning printer
I have no direct access to the system. Is there another way?
>>>
Um, by osmosis?
But seriously, you have to be able to log into the target OpenVMS box to perform the software configuration and operational steps, or to perform a software installation, whether via DECnet, via IP, via LAT, serial connection into the box via satellite link, or otherwise. (Talk to the owner of the box, and get access if you can at all manage it. Via a two-password login, SET HOST/LOG, or whatever is needed to verify a level of trust involved for the owner.)
If you're doing this entirely from batch, I'd look to break into the box and make the necessary changes to allow access, and to install this software. Given console access, you can follow the sequence from the the OpenVMS FAQ, the OpenVMS manuals, or you can see the following:
http://64.223.189.234/node/204
to gain access to the box.
Any other means of performing a batch-based remote installation installation is going to be either seriously more difficult (and will likely involve various local steps to access the system) and more expense, or it's likely going to be unsupported by HP. (And it'll involve substantial back-and-forth during the whole installation and configuration process.)
I've been doing this for years, and it'd take me a couple of hours to sort this out through a batch-based install, and either a couple of reboots or access to a sufficiently-identical test configuration. It's bigger than ITRC, in other words.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 01:49 AM
тАО04-19-2007 01:49 AM
Re: creating print queue and assigning printer
I tried to create the queue and get errors.
$ INITIALIZE/QUEUE/PROCESSOR=TCPIP$TELNETSYM -
_$ /ON="CORPRN02:23" DEV_LJETT11
$ SHOW QUEUE DEV_LJETT11
Printer queue DEV_LJETT11, stopped, on NRCAVB::"CORPRN02:23", mounted form DEFAULT
$ START/QUEUE DEV_LJETT11
%SYSTEM-F-IVDEVNAM, invalid device name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 02:09 AM
тАО04-19-2007 02:09 AM
Re: creating print queue and assigning printer
I'd also second Hoff's recommendation to install DCPS for use with this printer and any other that DCPS supports. It is much easier to get nice looking output on a printer with DCPS than it is when rolling your own device control library. It can be done with a well planned and designed setup modules and forms, but it has always been a lot of work and reams of paper.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 02:37 AM
тАО04-19-2007 02:37 AM
Re: creating print queue and assigning printer
As for the telnetsym error, ensure the clients are configured and running; that too usually requires interactive (direct, SET HOST or telnet login) access to invoke the necessary TCPIP$CONFIG or UCX$CONFIG commands to set up the telnetsym or lpr/lpd mechanisms.
You need interactive access to the OpenVMS box to make these changes in any sort of a sustainable and maintainable fashion. I'm guessing this is some sort of security measure? if so, talk to your boss, or whomever asked you to make this change.
(If you can modify the system startups, there's zero, zip, zilch, nada reason to disallow interactive access -- and every reason to allow interactive access, as I'd expect I'd make various and possibly nasty mistakes trying to perform interactive and system management operations from batch. Messing about attempting system management in batch is more prone to errors, and more likely to require many, many, many reboots. Interactive access is faster.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 05:17 AM
тАО04-19-2007 05:17 AM
Re: creating print queue and assigning printer
That works much better.