- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Help ON TCPIP PRINTING
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
06-14-2006 06:04 AM
06-14-2006 06:04 AM
Help ON TCPIP PRINTING
I want to set up TCPIP printing on OPEN-VMS 7.3-2 box?
THe printer has TCPIP NIC and I want to set up a queue on the OPENVMS server.
What is the best method for setting up ?
THX
CLayton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 06:38 AM
06-14-2006 06:38 AM
Re: Help ON TCPIP PRINTING
may depend on the printer. For my
(venerable) HP LaserJet 4MV, I use DCPS.
http://h71000.www7.hp.com/doc/dcps24.html
alp $ show queue /full sys$print
Printer queue HPLJ_DCPS, idle, on ALP::"IP_RawTCP/hplj:9100",
mounted form DCPS$DEFAULT (stock=DEFAULT)
/BASE_PRIORITY=4 /DEFAULT=(FORM=DCPS$DEFAULT (stock=DEFAULT))
/NOENABLE_GENERIC /LIBRARY=DCPS_LIB Lowercase /OWNER=[SYSTEM]
/PROCESSOR=DCPS$SMB /PROTECTION=(S:M,O:D,G:R,W:S) /SCHEDULE=(NOSIZE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:27 AM
06-14-2006 08:27 AM
Re: Help ON TCPIP PRINTING
$init/queue/start/on="192.168.0.200:9100"-
/processor=tcpip$telnetsym/retain=error -
/default=(nofeed,form=hplaser) hp2200
$init/queue/start/on="192.168.7.200:9100"-
/processor=tcpip$telnetsym/retain=error -
/default=(nofeed,form=hplaser) hplaser
Both of these HP printers use port 9100 to listen on telnet. You will need to lookup which port your printer uses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 06:46 PM
06-14-2006 06:46 PM
Re: Help ON TCPIP PRINTING
Just do telnet/port=9100 to the IP address of the printer. If it accepts the connection it is supported.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 07:36 PM
06-14-2006 07:36 PM
Re: Help ON TCPIP PRINTING
I also use /on="IP:PORT" with logical TCPIP$TELNETSYM_RAW_TCP set to 1 (when I can not use LAT ;)
In addition to Wim's method of testing:
"telnet IP PORT" and after the connection was accepted type something and finish with
Bojan