HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X print server
Operating System - HP-UX
1829378
Members
4912
Online
109991
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-12-2001 11:44 AM
11-12-2001 11:44 AM
Hi, I need some help. We installed HPUX 11 in our workstations and when someone try to print from TEXT EDITOR, it display a "text editor-print setup" window asking us for a printer name, but when we type the printer name it show us an error message: "An X print server for (printer) could not be found".
But we configured printers ok, because we can print from other applications.
I will appreciate any help.
Thanks.
But we configured printers ok, because we can print from other applications.
I will appreciate any help.
Thanks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 11:48 AM
11-12-2001 11:48 AM
Re: X print server
What TEXT EDITOR would that be? Can you print from a unix prompt? If so, then it is a TEXT EDITOR issue.
live free or die
harry
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 12:43 PM
11-12-2001 12:43 PM
Re: X print server
Yes, I can print from a unix prompt.
We use the default text editor for hpux CDE. I think this text editor(dtpad) is a CDE application.
I think my problem is probably related with dtpdmd daemon that is not running on my workstations. But, I'm not so sure.
We use the default text editor for hpux CDE. I think this text editor(dtpad) is a CDE application.
I think my problem is probably related with dtpdmd daemon that is not running on my workstations. But, I'm not so sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:06 AM
11-13-2001 01:06 AM
Solution
I suspect this has something to do with TPS : Dtpad's default way to send output to a printer changed at 11.00 to TPS :
DocId:
KBRC00000022
Updated:
10/31/01 5:36:00 PM
PROBLEM
Printing from dtmail, dtcm and dtpad under HP-UX 11.x requires the Technical Print Service (TPS) be
configured and running.
What is the Technical Print Services (TPS) and how is it configured and used?
RESOLUTION
WHAT IS THE TECHNICAL PRINT SERVICE (TPS)?
The Technical Print Service is a new product, bundled into the HP-UX Runtime Core that was introduced
with HP-UX 10.30. The Technical Print Service (TechPrintServ or TPS) is a network-transparent printing
system which allows X applications to render to non-screen devices in the same manner they render to
displays. It may also be referred to as the X Print Service.
The Technical Print Service enables an X application to generate and send X imaging data to a non-display
device such as a printer. It provides extensions to the HP X Server that makes it capable of generating Page
Description Language (PDL) output. Applications integrated with the Technical Print Services can send
printed output to a variety of printers regardless of the associated page description language. Print drivers
provided by the Technical Print Service include postscript, PCL5+ and raster image. There is also a
Developers Kit that provides an API and example code.
Various CDE applications including dtmail, dtcm and dtpad require the configuration of TPS in order to print
under HP-UX 11.x.
If you need the whole document .... and cannot retrieve it from the Technical Knowledge base post your email and I'll send you a copy.
Also fyi :
Documents can now be printed from dtpad without being surrounded by a border (ie using TPS)
through the use of the standard lp spooler. The ability to print from dtpad
using the standard lp spooler instead of TPS was introduced by the CDE patch
[PHSS_23800/PACHRDME/English] for 11.00.
There is a new resource DTPRTSVR, which will have to be added to the
file /etc/rc/config.d/desktop. This resource provides the ability to
print from dtpad using either the standard lp spooler or TPS.
Setting this variable equal to "LP" will cause dtpad to use the standard
lp spooler, while setting it to "TPS" will result in dtpad using TPS
(the default).
The following will have to be done after installing the patch [PHSS_23800/PACHRDME/English] to
have dtpad use the standard lp spooler for printing:
Edit /etc/rc.config.d/desktop and add the following line:
DTPRTSVR=LP
or run the following command:
ch_rc -a -p DTPRTSVR=LP /etc/rc.config.d/desktop
Note: This will have to be done on each system that is affected.
DocId:
KBRC00000022
Updated:
10/31/01 5:36:00 PM
PROBLEM
Printing from dtmail, dtcm and dtpad under HP-UX 11.x requires the Technical Print Service (TPS) be
configured and running.
What is the Technical Print Services (TPS) and how is it configured and used?
RESOLUTION
WHAT IS THE TECHNICAL PRINT SERVICE (TPS)?
The Technical Print Service is a new product, bundled into the HP-UX Runtime Core that was introduced
with HP-UX 10.30. The Technical Print Service (TechPrintServ or TPS) is a network-transparent printing
system which allows X applications to render to non-screen devices in the same manner they render to
displays. It may also be referred to as the X Print Service.
The Technical Print Service enables an X application to generate and send X imaging data to a non-display
device such as a printer. It provides extensions to the HP X Server that makes it capable of generating Page
Description Language (PDL) output. Applications integrated with the Technical Print Services can send
printed output to a variety of printers regardless of the associated page description language. Print drivers
provided by the Technical Print Service include postscript, PCL5+ and raster image. There is also a
Developers Kit that provides an API and example code.
Various CDE applications including dtmail, dtcm and dtpad require the configuration of TPS in order to print
under HP-UX 11.x.
If you need the whole document .... and cannot retrieve it from the Technical Knowledge base post your email and I'll send you a copy.
Also fyi :
Documents can now be printed from dtpad without being surrounded by a border (ie using TPS)
through the use of the standard lp spooler. The ability to print from dtpad
using the standard lp spooler instead of TPS was introduced by the CDE patch
[PHSS_23800/PACHRDME/English] for 11.00.
There is a new resource DTPRTSVR, which will have to be added to the
file /etc/rc/config.d/desktop. This resource provides the ability to
print from dtpad using either the standard lp spooler or TPS.
Setting this variable equal to "LP" will cause dtpad to use the standard
lp spooler, while setting it to "TPS" will result in dtpad using TPS
(the default).
The following will have to be done after installing the patch [PHSS_23800/PACHRDME/English] to
have dtpad use the standard lp spooler for printing:
Edit /etc/rc.config.d/desktop and add the following line:
DTPRTSVR=LP
or run the following command:
ch_rc -a -p DTPRTSVR=LP /etc/rc.config.d/desktop
Note: This will have to be done on each system that is affected.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP