- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lp/JetDirect printer install for Genicom 3810S
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
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
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
тАО11-03-2004 08:55 AM
тАО11-03-2004 08:55 AM
lp/JetDirect printer install for Genicom 3810S
I have tried generic "dumb dumb+cr dumbplot_printer_cr and net_genericprinter"
Model scripts.
Any suggestions? (snmp on printer is not enabled according to JetDirect ver E.10.34 on my HP-UX 11.0 system)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 09:07 AM
тАО11-03-2004 09:07 AM
Re: lp/JetDirect printer install for Genicom 3810S
Maybe this link will help,
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?locale=en_US&objectID=bpj02668&locale=en_US&taskId=135&prodSeriesId=27349&prodTypeId=18972
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 09:16 AM
тАО11-03-2004 09:16 AM
Re: lp/JetDirect printer install for Genicom 3810S
The jetdirect (hppi) will complain that it cannot determine what type of printer it is but it will be able to ping it. Keep going... Once it produces a list of the various model scripts available I typically use the dumbplot. This will work if the printer is configured the expected way, example CR-LF is one option you will need to look at. What are some of the other settings for the printer? Are you able to get into the printers firmware and view the firware settings? See what else you might want turned on or off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 10:03 AM
тАО11-03-2004 10:03 AM
Re: lp/JetDirect printer install for Genicom 3810S
does not even have an echo statement in it!
Any other thoughts/suggestions?
xxxxx-root:/etc/lp/interface/model.orig> cat specials
# @(#) $Header: /users/hpnp/odyssey/repository/sh/dumbplot_printer.psh,v 1.1.1.1
2001/10/15 19:15:34 hpnp Exp $
#
# lp interface for dumb plotter
#
# Version number added by suresha
#MODELSCRIPTVERSION dumbplot_printer:2.0
copies=$4 # CHANGE COPIES
# Handle disable and cancel traps
trap "trap 15;kill -15 0;exit 0" 15
# The remaining arguments are files
shift; shift; shift; shift; shift
files="$*"
# Plot the spooled files
i=1
while [ $i -le $copies ]
do
for file in $files
do
cat "$file" 2>&1
done
i=`expr $i + 1`
done
exit 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 10:06 AM
тАО11-03-2004 10:06 AM
Re: lp/JetDirect printer install for Genicom 3810S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 10:52 AM
тАО11-03-2004 10:52 AM
Re: lp/JetDirect printer install for Genicom 3810S
http://www.tallygenicom.com/drivers/3840-doc.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 02:22 PM
тАО11-03-2004 02:22 PM
Re: lp/JetDirect printer install for Genicom 3810S
So, have SAM delete any refernce to the printer in the lp spooler, then add it back as a BSD remote printer. NOTE: You must know what the internal printer name is within the NIC. This is not optional and is required by RFC 1179. The printer's internal name might be raw or prn or text or printer, etc. This is the 3rd field in SAM. The Genicom manual for the NIC should help.
Otherwise, scrap the built-in card and use an HP JetDirect External box. You'll need a parallel port to connect to the external card.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2004 08:36 PM
тАО11-03-2004 08:36 PM
Re: lp/JetDirect printer install for Genicom 3810S
try
http://www.lexmark.com/US/products/networking/mvp/documentation_mvp.html
Install Markvision
However I do not think that this will ever be comfortable as a network printer
http://choiceprinters.com/dmwc/dm-heavy-duty.html
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2004 02:45 AM
тАО11-04-2004 02:45 AM
Re: lp/JetDirect printer install for Genicom 3810S
I find with genicom, 992 seems to work:
addqueue -i 9992 -h printerdnsname.yourdomain.com -q printqueuename
Rgds...Geoff