- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up a printronix 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
04-18-2002 07:30 AM
04-18-2002 07:30 AM
Setting up a printronix printer
The config in openspool is
Device Types Comment
hp256x PRINTRONIX
Network Interface: nplpdout
Can print fine from this printer from say NT, however, nothing will print from Unix at all prints go defer/ready.
Has anyone had this issue before ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 07:34 AM
04-18-2002 07:34 AM
Re: Setting up a printronix printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 03:13 AM
04-19-2002 03:13 AM
Re: Setting up a printronix printer
Please check the OpenSpool entries in the syslog file
where the openspool servers
are installed..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:50 AM
04-19-2002 04:50 AM
Re: Setting up a printronix printer
This involves using SAM, setting the host file, adding prtr & queue in Openspool, and modifying 1 Openspool file.
The url given above points to Printronix instructions on setting up the printer as a remote printer via SAM (not in jetadmin !!) and this is same thing I had to do. So double check your remote setup.
For example I shall call my printer 'prtA'. In SAM I set up name prtA, Remote System name prtA_lpd and Remote Printer name prtA_lpd...
In my /etc/hosts I defined:
1.2.3.4 prtA_lpd uxprtA
Now in Openspool I added the printer and queue via npui screen and created them as:
uxprtA printer (as a dumb printer) and this is bound to queue unxprtA.
The last thing to make this work for me was:
In Openspool, EVERYTIME you reconfigure using npui admin/config it will affect/RESET to default values certain files...one is the file that controls instruction to remote printers...so go and check and ensure your printer/queues are pointing correctly in the following file:
/opt/openspool/runtime-sw/networkif/etc/uxprtA
I set my file uxprtA to read:
host=prtA_lpd
printer=prtA_lpd
lf_to_crlf=0
trailing_ff=0
banner=0
(These last three options=0 are up to you..you may want banner..I didn't)
I then sent a printfile to test:
np -q uxprtA -p defer
Went into npui and released it.
Hope something from above might help in your problem..
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:53 AM
04-19-2002 04:53 AM
Re: Setting up a printronix printer
Openspool queue should be same as printer:
uxprtA
Sorry..