Computing.Net > Forums > OpenVMS > Printing to a second printer?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Printing to a second printer?

Reply to Message Icon

Name: Kent Foreman
Date: December 27, 2001 at 14:07:18 Pacific
Comment:

Running UCX 4.2 - ECO 1
SYS$PRINT is the default print queue and prints to an HP Jetdirect IP 10.1.1.8 (currently idle). I did INITIALIZE /QUEUE MLSYSTEMS /ON=SERV1::"10.1.1.9:9100"

Now when I do a SHOW QUEUE, I see that my new queue looks just like the default one, however it is STOPPED not IDLE -- when I try to START /QUEUE MLSYSTEMSBW then I get an error: %SYSTEM-F-IVDEVNAM, invalid device name -- it looks like I need to create a device to associate this queue with before I can start it -- any suggestions.



Sponsored Link
Ads by Google

Response Number 1
Name: George Talbott
Date: December 28, 2001 at 20:23:18 Pacific
Reply:

In ucx, if I remember properly, you can do the following, just remember to specify the processor "symbiont".
$ INIT /QUEUE /PROCESSOR=UCX$TELNETSYM -
/ON="server.xxx.com:9100" name_of_que
Note that some print servers use a different port when telnet printing...you will have to check the print server manual if this doesn't fly..


0

Response Number 2
Name: Randy
Date: February 8, 2002 at 11:46:17 Pacific
Reply:

You shouldn't have to include a node name at all (unless you're clustered?). I have numerous HP lasers as print devices using the same version of UCX. Try using this:
$INIT/QUE MLSYSTEMSBW -/PROCESSOR=UCX$TELNETSYM -
/START/ON="xxx.xxx.xxx.xxx:9100" -
/RECORD_BLOCKING/DEFAULT=(FORM=DEFAULT)

Don't foget to edit your queues.com file for startup if this works.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OpenVMS Forum Home


Sponsored links

Ads by Google


Results for: Printing to a second printer?

Printing to a PCL printer www.computing.net/answers/openvms/printing-to-a-pcl-printer/262.html

Conf. all printers conne. to a JetDirect www.computing.net/answers/openvms/conf-all-printers-conne-to-a-jetdirect/122.html

Print queue send to text file www.computing.net/answers/openvms/print-queue-send-to-text-file/504.html