- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Getting Direct Jet to work with Linux
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
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
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-11-2002 07:49 AM
тАО11-11-2002 07:49 AM
Getting Direct Jet to work with Linux
My understanding is that I need to configure a queue on the linux server and with directjet s/w, attach the print server to the linux queue ??
Any info is appreciated !
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2002 09:51 AM
тАО11-11-2002 09:51 AM
Re: Getting Direct Jet to work with Linux
IP address. To do this you
will need JetDirect to
configure the printer. This can be on any computer you choose.
Installed rpm packages are
- lpr
- rhs-printfilters.
Basically you need an lp spooling package, and a
print filter package that can
convert output to postscript
when necessary.
The following definition works for me. Change the IP address as appropriate.
lp: :sd=/var/spool/lpd/lp: :mx#0: :sh: :rm=192.168.0.155: :rp=raw: :if=/var/spool/lpd/lp/filter:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 02:18 AM
тАО11-12-2002 02:18 AM
Re: Getting Direct Jet to work with Linux
After checking /etc/printcap I found a entry for our exisiting printer, which works fine:
----------------
grafeias: :sd=/var/spool/lpd/grafeias: :mx#0: :sh: :rm=192.168.1.199: :rp=grafeias: :lpd_bounce=true:
------------------
so I have added the following to the printcap file:
-------------
hp4050: :sd=/var/spool/lpd/hp4050: :mx#0: :sh: :rm=192.168.1.198: :rp=hp4050: :lpd_bounce=true:
--------------
This is based on the exisiting entry which seems to work for our other HP printer(namely 'grafeias'),which is directly connected to the network.
After adding the new printer, I entered checkpc -f -V and it fixed the /var/spool/lpd/hp4050 spooling dir, but when I enter "lpr -f test.txt -P hp4050" I get the following error:
requesting printer hp4050@localhost
job 'root@ergatis+612' transfer to hp4050@localhost failed
error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'
sending str '^Bhp4050' to hp4050@localhost
error msg: 'spool queue for 'hp4050' does not exist on server ergatis.ourdomain.com'
error msg: ' non-existent printer or you need to run 'checkpc -f''
Any ideas what I am doing wrong or missing ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2002 10:45 AM
тАО11-14-2002 10:45 AM
Re: Getting Direct Jet to work with Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2002 10:58 AM
тАО11-14-2002 10:58 AM
Re: Getting Direct Jet to work with Linux
At the JetDirect printer: press the menu button once to get the configuration menu; press the item button twice to get the print configuration report item, and press select to get the report. It will include the configured IP.
If the ip is 192.0.0.192, download the JetDirect admin package for windows, and locate the hp4050. You can then configure the IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2002 01:29 AM
тАО11-15-2002 01:29 AM
Re: Getting Direct Jet to work with Linux
Anyways, I figured the problem. I had to change the name of the hp4050 printer to match what I used in the printcap file, and it worked right away !
I think it still though does need some filters applied to it .. but i need to do some serious studing before attacking that part ! :)
Thank you for the help !