- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can not add a printer to server
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
05-23-2002 08:35 AM
05-23-2002 08:35 AM
Can not add a printer to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 09:36 AM
05-23-2002 09:36 AM
Re: Can not add a printer to server
Under /var/spool/lp is a lockfile SCHEDLOCK
which gets put there by lpsched when it is started. Try removing this file, that should let sam or jetadmin configure your printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 09:56 AM
05-23-2002 09:56 AM
Re: Can not add a printer to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 10:01 AM
05-23-2002 10:01 AM
Re: Can not add a printer to server
I'll do a search of the forums and see if I can find the fix, it's been posted previously.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 10:04 AM
05-23-2002 10:04 AM
Re: Can not add a printer to server
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa72718276953d61190040090279cd0f9,00.html
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 10:10 AM
05-23-2002 10:10 AM
Re: Can not add a printer to server
ps -ef | grep lp doesit show lpshced , if so thne go ahead and kill it , if the lpscheduler is stopped.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 04:56 AM
05-24-2002 04:56 AM
Re: Can not add a printer to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:40 AM
05-24-2002 06:40 AM
Re: Can not add a printer to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:51 AM
05-24-2002 06:51 AM
Re: Can not add a printer to server
1)Make sure no lp processes are running
2)cd /var/spool/lp
3)rm FIFO SCHEDLock if there
4)/opt/hpnp/bin/jetadmin (do not use sam)
Add the printer
option 1
Note. If it says the printer exists try
lpadmin -xprinter
5)lpsched
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:52 AM
05-24-2002 06:52 AM
Re: Can not add a printer to server
-r-sr-xr-x 1 lp bin 20480 Oct 27 1997 /usr/sbin/lpshut
HTH
mark