- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- removing an LP queue
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
09-06-2002 08:11 AM
09-06-2002 08:11 AM
The interface file exists in /etc/lp/interface
Any ideas
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 08:17 AM
09-06-2002 08:17 AM
Re: removing an LP queue
try this:
lpadmin -xPRINTERNAME
then check the following directories and remove any entries for the printer.
/etc/dt/appconfig/types/C/
/etc/lp/interface/model.orig/
/etc/lp/interface/
/etc/lp/member/
/var/spool/lp/request/
/var/sam/lp/member/
/var/sam/lp/interface/model.orig/
/var/sam/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 08:17 AM
09-06-2002 08:17 AM
Re: removing an LP queue
thanks,
c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 08:17 AM
09-06-2002 08:17 AM
Solutionhttp://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062910397
It may be the solution. If not try removing the printer manually (command line).
# lpshut
# lpadmin -xmyprinter
# lpsched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 08:21 AM
09-06-2002 08:21 AM
Re: removing an LP queue
if not then there are remanents of the old ques like some files and irestories which ahve not been cleanly remved.
so to overcome this what u do is
lpadmin -p myprinetre -v/dev/null /-mdumb
this willr ecreaste the printer and then you can delte it again to clean up fully.
Manoj Srivastava