- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNIX Printing 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
06-20-2002 10:20 AM
06-20-2002 10:20 AM
Any ideas? We didn't have this problem when we installed the production server. I've also got the replacement for JetAdmin downloaded ... HP11e118.SD, should I try to uninstall JetAdmin and install JetDirect Printer Installer? Any ideas would be greatly appreciated. Thanks.
... wondering why it wasn't in the documentation and why we didn't have problems with this on the production server ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 10:30 AM
06-20-2002 10:30 AM
Re: UNIX Printing Problem
Quite a fundamental question - Can you telnet to the jet direct card on the device from your server ?
Have you got the correct port configured ?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 10:36 AM
06-20-2002 10:36 AM
Re: UNIX Printing Problem
Jetadmin should work fine .
1.jetadmin should also give a menu to test the functionality of the printer possible print a test page. ( does it work ).
2. telnet tot he printer should be able to make you see the printer press neter to the passwd etc .I assume yoyu can ping to the printer.
3. Try deleteing all the rpinters created and just installing test printer to start with.
jetadmin make the lpscheduler go offlien so run lpsched . Also waht is the o/p of lpstat -t ? ps -aef | gerp lp should show something runiing too.
Manoj Srivastava
3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 11:33 AM
06-20-2002 11:33 AM
Re: UNIX Printing Problem
From JetAdmin it does print the test page ... both the default test print file and a user specified text file. JetAdmin recognizes it as an HP LaserJet 4000 which is correct and it says access is allowed.
lpstat -t:
scheduler is running
system default destination: mislaser
device for mislaser: /dev/null
mislaser accepting requests since May 30 18:50
printer mislaser is idle. enabled since Jun 20 15:36
fence priority : 0
NOTE: Enabled since today because I disabled and re-enabled hoping to "kick-start" the printer. mislaser is the name of the printer in question and it is the only printer that has ever been configured on this server since I installed the server.
ps -aef | grep lp:
root 23266 20983 2 16:13:39 ttyp5 0:00 grep lp
lp 21057 1 0 14:28:03 ? 0:00 lpsched
After printing the test pages out successfully I tried printing from the command line again, using the same file I specified from within JetAdmin and it did not print (I also made sure the lpsched process was running before attempting to print from command line). I tried lp and lp -dmislaser ... no printouts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 12:07 PM
06-20-2002 12:07 PM
Re: UNIX Printing Problem
I would suggest you do a diff on that printers file in /etc/lp/interface using the file from your production server and the file on the test server. are they identical? Particularly, is the line with PRINTERCFG= the same in both? Also compare that printers file in /etc/lp/interface/model.orig - are they identical? I have had to fix some of my files to get them to print correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 12:16 PM
06-20-2002 12:16 PM
Re: UNIX Printing Problem
cd /usr/spool/lp
lpshut
rm FIFO
rm SCH*
lpsched
this should work , or if nto then you will ahve to delete the printer and installa new one.
you can just use lp < filename > as the lpstat -t shows the printer as already default.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:49 PM
06-20-2002 01:49 PM