- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing printer queue doesn't work
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
08-30-2000 02:06 AM
08-30-2000 02:06 AM
I've deleted Systeemprinter but I still keep seeing the other one. Stopped and started spooler serveral times. Output of lpstat -t is:
/# lpstat -t
scheduler is running
system default destination: Systeemprinter
device for Systeemprinter: /dev/null
Systeemprinter accepting requests since Aug 30 12:03
printer Systeemprinter disabled since Aug 30 12:03 -
reason unknown
fence priority : 0
Were is/are the spooler definitions stored. Can I manually delete these and start all over again ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:11 AM
08-30-2000 02:11 AM
Re: Removing printer queue doesn't work
Try the following:-
lpshut
lpadmin -xsysteemprinter
lpsched
That should remove it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:36 AM
08-30-2000 02:36 AM
Re: Removing printer queue doesn't work
/# lpadmin -xSysteemprinter
lpadmin: destination "Systeemprinter" non-existent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:41 AM
08-30-2000 02:41 AM
Re: Removing printer queue doesn't work
You can also search /var looking for "Systeemprinter":
# find /var -name Systeemprinter* -exec rm -i {} \:
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:48 AM
08-30-2000 02:48 AM
Re: Removing printer queue doesn't work
As this is your only printer, you could try the following:-
lpshut
cd/var/spool/lp
Take a copy of the files outputq, pstatus and qstatus then empty them with
> outputq
> pstatus
> qstatus
cd request
rm -r systeemprinter (if it exists)
cd /etc/lp
find . -name systeemprinter -exec rm -r {} \;
Then try recreating your printer queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:49 AM
08-30-2000 02:49 AM
Re: Removing printer queue doesn't work
Ive been through that not so long ago, seeing printers Ive removed in SAM...
I dint find anything else to recreate ba hand the printers, copying an existing one to the name of the removed printers in ~/model.orig etc...
correcting them (put inside the correct name and/or IP)
in order to remove them again with SAM this time
It worked...
Any printer will do as model since you are not going to print but remove them...
Good luck
Ah I remember now, I removed them with jetadmin....
Bad choice it seems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:56 AM
08-30-2000 02:56 AM
Re: Removing printer queue doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 03:27 AM
08-30-2000 03:27 AM
Solutionprinter
just follow these procedures to remove the remote printer:
1. Create the following if they do not exist, with permissions
755 and owner of lp:
#mkdir /var/spool/lp/request/printer_name
#touch /etc/lp/interface/printer_name
#touch /etc/lp/member/printer_name
Use chown(1) to change ownership to lp, and chmod(1) to change
permissions.
2. #lpadmin -x
Now, if you issue the command:
#lpstat -a
the printer should be gone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 04:01 AM
08-30-2000 04:01 AM
Re: Removing printer queue doesn't work
I had already removed all Systeemprinter-files in /var (with no succes)
I deleted all output, pstat and qstatus files in /var/spool/lp
Then followed the instructions from Nancy Hubert. After that, Systeemprinter seems to be gone. Started lpsched and run lpstat -t
Now I only get:
C2000NL1/# lpstat -t
scheduler is running
system default destination: Systeemprinter
Still would like to know how to remove this "System default destination:" though..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 04:03 AM
08-30-2000 04:03 AM
Re: Removing printer queue doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 04:05 AM
08-30-2000 04:05 AM
Re: Removing printer queue doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 04:11 AM
08-30-2000 04:11 AM
Re: Removing printer queue doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 12:44 AM
08-31-2000 12:44 AM