- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer setup problems in HPUX 10.20
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
07-16-2001 11:42 AM
07-16-2001 11:42 AM
I did find, at first, that some of my lp directories had the wrong owner and access rights, but I think I have corrected this.
I could use any help at this point!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 12:18 PM
07-16-2001 12:18 PM
SolutionSince the printer is working fine through NT stuff there seems to be no problem in the hardware , also since you can print a test page through the Jetadmin so there is no problems witht he connectivity . We can do like this :
1. lpshut
2. cd /usr/spool/lp
3. rm FIFO
4. rm SCHELOCK
5. lpsched
This should start the priting ( please delte any quese if present ).
Incase this doesnt work a goss point would be reconfigure the jetadmin and reinstall the printer as even installing Jetadmin/ Pinter should not take long.
One more to check the printer on the parallel port is to just cat some file on /dev/lp0 ans this should print as the paralell port igenerally a standard centornics port.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 09:33 PM
07-16-2001 09:33 PM
Re: Printer setup problems in HPUX 10.20
Hi
Do The following
First U ping to ur printer and see whether communication between printer and HP box is Ok or not.
#ping AA.AA.AA.AA
#cancel -e
#cd /var/spool/lp
#rm SCHEDLOCK
#lpshut
#lpsched
#enable "myprinter"
#accept "myprinter"
#lpstat -t
#cancel -e
Check up whether ur sceduler is running or not, whether ur printer is enabled or not, whether any job is pending in queue or not..etc.
I hope Now every thing will be OK. Please print and see
#lp -d "myprinter" "myfile"
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 06:05 AM
07-17-2001 06:05 AM
Re: Printer setup problems in HPUX 10.20
Anything else that I might try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 06:10 AM
07-17-2001 06:10 AM
Re: Printer setup problems in HPUX 10.20
When I rebooted the machine (for another reason) the printer is now printing AOK. I still don't know why it happened, but at least it is working right now.