- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- users were unable to print from network printer.
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
11-12-2007 12:24 AM
11-12-2007 12:24 AM
users were unable to print from network printer.
I am working on N-Class server running HPUX-11.00.
users were unable to print from HPLJ 8150 Network Printer. I need to know the particular printer configured or not?
What is the procedure Please guide me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 12:44 AM
11-12-2007 12:44 AM
Re: users were unable to print from network printer.
do you have error messages in your syslog.log file?
look for the spooler process:
#> ps -ef | grep lpsched
you run launch the following command for the printers status:
#> lpstat -p
if you have a disabled printer, you can try a simple:
#> enable printername
if it does'nt work, try to:
restart the spooler.
#> /sbin/init.d/lp (stop|start)
Regards,
Cedrick Gaillard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 01:35 AM
11-12-2007 01:35 AM
Re: users were unable to print from network printer.
thanks,
Is any way to find that printer using IP address??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 01:52 AM
11-12-2007 01:52 AM
Re: users were unable to print from network printer.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1176724
*if* you know the IP address, then check the /etc/hosts file (or nslookup) to see what hostname (if any) is attached to the IP
then check the scripts in /var/spool/lp/interfaces for the IP / name in question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 02:03 AM
11-12-2007 02:03 AM
Re: users were unable to print from network printer.
check the printer's user guide how to print the configuration.
If you don't have one, search here:
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?〈=en&cc=us&contentType=SupportManual&docIndexId=179166&prodTypeId=18972&prodSeriesId=27718〈=en&cc=us
For example:
http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/bpl08648/bpl08648.pdf
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 02:06 AM
11-12-2007 02:06 AM
Re: users were unable to print from network printer.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 02:12 AM
11-12-2007 02:12 AM
Re: users were unable to print from network printer.
grep PERIPH= /etc/lp/interface/HPLJ8150
and
grep PORT= /etc/lp/interface/HPLJ8150 to see what port is being used ( null defaults to port#1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 03:32 AM
11-12-2007 03:32 AM
Re: users were unable to print from network printer.
This is the output
# xPORT, PERIPH, TEOJ are all configurable
xPORT=
PERIPH=hp2-1
DEVTYPE="PJL"
TEOJ="-w"
STATUSLOG=""
HPNPFOPT=
TOJMON=""
ONUSTATUS=""
here no PORT was mentioned. And what it mean "hp2-1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 04:09 AM
11-12-2007 04:09 AM
Re: users were unable to print from network printer.
grep hp2-1 /etc/hosts and you will get the IP address.
The port= null entry defaults to port 9100 which is the first port of an multiport jetdirect or simply the only port of a single port card/interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 10:15 PM
11-12-2007 10:15 PM
Re: users were unable to print from network printer.
I found printer what i want, that was disabled and I enable that printer, and when I give a file to print it is giving error "error code 2 in request tax1-4024 on printer tax1"
Is stopping and starting spooler will help??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 10:17 PM
11-12-2007 10:17 PM
Re: users were unable to print from network printer.
I found printer what i want, that was disabled and I enable that printer, and when I give a file to print it is giving error "error code 2 in request tax1-4024 on printer tax1"
Is stopping and starting spooler will help??
If i stop spooler will all prints requests are flush?