- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print jobs not printing.
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
03-16-2005 01:06 AM
03-16-2005 01:06 AM
Print jobs not printing.
I had created a print queue 6601 on remote printserver 6601-JET-laser yesterday.
When i see the status using lpstat -t, iam getting "unknown host 0655-JET-laser" at the bottom of lpstat output.
root # lpstat -t |grep 6601
device for 6601: /dev/null
6601 accepting requests since Jun 17 16:33
printer 6601 is idle. enabled since Mar 15 15:38
unknown host 0655-JET-laser
All the print jobs which i fire are in printing state but the actual printing is not happening. Kindly let me know what is the problem behind this and how to resolve the same.
Thanks in advance
Jagadesh.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 01:25 AM
03-16-2005 01:25 AM
Re: Print jobs not printing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 01:30 AM
03-16-2005 01:30 AM
Re: Print jobs not printing.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 01:44 AM
03-16-2005 01:44 AM
Re: Print jobs not printing.
I used
addqueue -i
I dont understand why it is searching for another printerserver (0655-JET-laser).
# lpstat -t |grep 6601
device for 6601: /dev/null
6601 accepting requests since Jun 17 16:33
printer 6601 is idle. enabled since Mar 15 15:38
unknown host 0655-JET-laser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 02:15 AM
03-16-2005 02:15 AM
Re: Print jobs not printing.
Could be a permission problem
/etc/hosts : 444
/tmp : 777
If they exist
/etc/resolv.conf : 444
/etc/nsswitch.conf 644 or 444
If still a problem try
lpadmin -x0655-JET-laser
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 04:18 AM
03-17-2005 04:18 AM
Re: Print jobs not printing.
NOTE: I currently have over 30 printers using JetDirect cards most are configured to print directly to the NIC on the printer. The only exceptions are my line printers which have a queue on my printer server for formatting purposes. Therfore these prints travel from my L2000 to the print queue on my printserver.
1. Print the configuration directly from the printer.
2. Check to see if you can print from printserver 6601-JET-laser to the printer.
"If you can print from the printserver it's a problem with the unix side."
3. Share your printer on your print server and give it a name "6601".
4. Delete your old printer from unix and recreate it using sam. Configure printer as remote and name it the same thing as your printer share on the printserver. Or if you want to print directly to the JetDirect just use the ip address for the remote printer. Place the same name "6601" where it says printer name and remote printer name.
5. After creating the printer in sam, due an lpstat 6601 to ensure the queue is working.
6. Change directory to /etc/lp/interface/ and pg your printer 6601. Ensure the ip address for the printer is in here. If not vi your printer 6601 and put the ip address of the printer in this location.
# xPORT, PERIPH, TEOJ are all configurable
xPORT=
PERIPH=192.168.1.2
DEVTYPE="PJL"
TEOJ=""
STATUSLOG=""
HPNPFOPT=
TOJMON=""
ONUSTATUS=""
7. If you were not able to print from the printserver to the printer check which gateway the printer is using and ensure it has the proper ip address according to which vlan it belongs to. Also, verify the ip address that is currently assigned to the printer that it is also in the correct vlan.
8. You may want to use a new printer scheme that has more meaning to your users. Example my users in HRO print to a printer named hro. It makes it easy for the users and easy to troubleshoot when a section is having a problem.
Regards,
Doug