- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error when printer remove
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
01-15-2004 05:41 PM
01-15-2004 05:41 PM
error when printer remove
"Lp destination "qlasemis2" does not exist on rp2405"
Any news please
Regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:50 PM
01-15-2004 05:50 PM
Re: error when printer remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:56 PM
01-15-2004 05:56 PM
Re: error when printer remove
printer qmatemis1 is idle. enabled since Dec 9 17:43
fence priority : 0
printer qmatsini1 is idle. enabled since Dec 9 17:44
fence priority : 0
printer sismat is idle. enabled since Dec 9 19:13
fence priority : 0
printer qlasemis2 is idle. enabled since Jan 18 01:24
fence priority : 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:28 PM
01-15-2004 06:28 PM
Re: error when printer remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 12:57 AM
01-16-2004 12:57 AM
Re: error when printer remove
lpshut
lpadmin -Xqlasemis2
lpsched -v
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 02:20 AM
01-16-2004 02:20 AM
Re: error when printer remove
What I think I did to remove the printer was
remove the file /var/spool/lp/interface/printername
I was then allowed to recreate the same printername, which then created, or overwrote the necessary files.
then removed as usual with
lpadmin -xprintername
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 02:59 AM
01-16-2004 02:59 AM
Re: error when printer remove
Now remove all the printers using lpadmin -x and look at /var/spool/lp/pstatus. It should be zero length. If not, use the command:
cat /dev/null > /var/spool/lp/pstatus
And make sure that qstatus and outputq are also zero length. Now you can add the printers back and all should be well.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 03:56 AM
01-16-2004 03:56 AM
Re: error when printer remove
For my future reference, since I have close to 600 printers on my system, could I make use of Sam's save spooler config to solve something like this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 08:08 AM
01-16-2004 08:08 AM
Re: error when printer remove
You can also back up the spooler from the command line:
echo Backing up the spooler configuration to /var/sam/lp/lp.new....please wait...; /usr/sam/lbin/lpmgr -S -v -xsavedir=/var/sam/lp/ ; cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/
Rgds...Geoff