- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remote printer problem
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
09-13-2005 09:33 PM
09-13-2005 09:33 PM
remote printer problem
I am new to network/remote printers...
I have an Epson EPL-N3000 laser printer which is directly connected to network.I want to print to this printer from a hpux 11i system.
I have configured this printer as remote printer thru SAM.pls find below the settings
Name :Epson1_A4
Type :remote
Enabled to print : yes,idle
Accepting requests : yes
Location :epson1 on 172.28.70.12
The problem I am facing is the printout is not proper.It prints only the first one line of the document.
Will it may a problem with driver or something..?
I have another hp9000 printer already configured with the similar settings and its working fine.
I request the usual help from all..
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:42 PM
09-13-2005 09:42 PM
Re: remote printer problem
Its seems problem with the driver and model ,
Try installing the same through JetAdmin, addqueue command. [ offers an alternate method of creating queues for printers connected with HP JetDirect interface cards. ]
the command can be found in
( /opt/hpnpl/bin ),
Cheers ,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:47 PM
09-13-2005 09:47 PM
Re: remote printer problem
It should be as follows.
lpadmin -pprinter_name -v/dev/null -ob3 -mrmodel -ocmrcmodel -osmrsmodel -orc -ormremote_host -orpqueue_name
queue_name is remote print queue name.
Also, you may want to define it as network/jetdiret printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:51 PM
09-13-2005 09:51 PM
Re: remote printer problem
I think the print out is stepping accross the page, which I've seen before a few times.
I believe that there needs to be a carriage return or line feed sent at the end of each line for some printers and not for others.
Instead of setting it up as a remote printer try using SAM to set it up as a network printer, with one of the generic printer models (try the one you think will work best, if it doesn't then modify the queue and try another).
jetadmin which is opened by SAM may object to the network card in that printer, it is still possible to get through those GET and SET messages etc and the printer can still work, despite the initial warnings.
Please let us know how you get on.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 10:03 PM
09-13-2005 10:03 PM
Re: remote printer problem
1. You have to add the printer info in /etc/hosts
172.28.70.12 epson1
2.
# lpshut
# i=epsone1
# lpadmin -p$i -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -orm$i -orp$i ; echo " Printer $i Created. * * "
# accept $i
# enable $i ; echo "Done",
# lpsched
You can try this, and check.
-----------------------------
3. Else try adding through addqueu , with most matching driver or generic driver.
# /opt/hpnpl/bin/addqueue -l [ will list printers ]
# addqueue -i prt_no -h epson1 -q epson1
# hpnpadmin -s epson1 [ check status ]
=========================================
Hope this will help..
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 11:00 PM
10-10-2005 11:00 PM