- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing to a terminal server connected 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
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
01-17-2002 11:23 AM
01-17-2002 11:23 AM
I need to print to a printer attached to a terminal server (DEC90M) with tcp port from 2001 to 2008.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:32 AM
01-17-2002 11:32 AM
Solution1. What you are looking for is ddfa first telnet to the spider and set a port up that the printer will connect to.
2. Add, using vi, new device in /etc/ddfa/dp (note that the letter ???O??? is used in the spider address ??? ie spid3O05 (three, oh, zero, five).
3. Check that an ocd is not already running for the new port ???
Ps ???ef|grep ocd|grep spid3O05.
4. If no ocd is running then - Start new ocd in /dev/telnet/ (see ps ???ef | grep ocd)
# ocd -n191.1.0.205 -f/dev/telnet/spid5O07 -bxx -p3026 -c/etc/ddfa/pcf
5. If ocd is added then check that it is running ??? ps ???ef|grep ocd
See also # man ocd
check port config on spider
To reset and restart the ocd DPP software:-
kill -15 `ps -e | grep ocd | awk '{print $1}'` (Kill all ocd processes (do not use ???9 as device files will not be cleared).
/usr/sbin/dpp /etc/ddfa/dp ???k (Full ocd reset)
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 12:09 PM
01-17-2002 12:09 PM
Re: Printing to a terminal server connected printer.
This is not easy to do the first time so if you wish email me at :-
paula@avro.co.uk
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 12:12 PM
01-17-2002 12:12 PM
Re: Printing to a terminal server connected printer.
up and I am able to print to it. I don't understand why HP has to make it as difficult as they do. It's just like printing to a JetDirect printer, but with a different port number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 12:16 PM
01-17-2002 12:16 PM
Re: Printing to a terminal server connected printer.
I have no idea why it is like this, it is not exactly straight forward and it took me ages on my first try !!!
Btw ensure that ddfa is set to start up on a reboot.
Paula