<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing printer queue doesn't work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441211#M7537</link>
    <description>Should have looked in man lpadmin for that, I know. But where does HPUX store this default desitnation.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Aug 2000 11:05:56 GMT</pubDate>
    <dc:creator>Maarten van Maanen</dc:creator>
    <dc:date>2000-08-30T11:05:56Z</dc:date>
    <item>
      <title>Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441201#M7527</link>
      <description>Somehow I managed to create two queues with the same name: Systeemprinter&lt;BR /&gt;I've deleted Systeemprinter but I still keep seeing the other one. Stopped and started spooler serveral times. Output of lpstat -t is:&lt;BR /&gt;/# lpstat -t&lt;BR /&gt;scheduler is running&lt;BR /&gt;system default destination: Systeemprinter&lt;BR /&gt;device for Systeemprinter: /dev/null&lt;BR /&gt;Systeemprinter accepting requests since Aug 30 12:03&lt;BR /&gt;printer Systeemprinter disabled since Aug 30 12:03 -&lt;BR /&gt;        reason unknown&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;&lt;BR /&gt;Were is/are the spooler definitions stored. Can I manually delete these and start all over again ??&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 09:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441201#M7527</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-08-30T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441202#M7528</link>
      <description>Maarten,&lt;BR /&gt;&lt;BR /&gt;Try the following:-&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -xsysteemprinter&lt;BR /&gt;lpsched&lt;BR /&gt;&lt;BR /&gt;That should remove it.</description>
      <pubDate>Wed, 30 Aug 2000 09:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441202#M7528</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441203#M7529</link>
      <description>I tried the command after shutting down lpsched (again), but what I get is:&lt;BR /&gt;&lt;BR /&gt;/# lpadmin -xSysteemprinter&lt;BR /&gt;lpadmin: destination "Systeemprinter" non-existent&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 09:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441203#M7529</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-08-30T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441204#M7530</link>
      <description>Maarten:&lt;BR /&gt;&lt;BR /&gt;You can also search /var looking for "Systeemprinter":&lt;BR /&gt;&lt;BR /&gt;# find /var -name Systeemprinter* -exec rm -i {} \:&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 09:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441204#M7530</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-30T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441205#M7531</link>
      <description>Maarten,&lt;BR /&gt;&lt;BR /&gt;As this is your only printer, you could try the following:-&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;cd/var/spool/lp&lt;BR /&gt;&lt;BR /&gt;Take a copy of the files outputq, pstatus and qstatus then empty them with&lt;BR /&gt;&amp;gt; outputq&lt;BR /&gt;&amp;gt; pstatus&lt;BR /&gt;&amp;gt; qstatus&lt;BR /&gt;&lt;BR /&gt;cd request&lt;BR /&gt;rm -r systeemprinter (if it exists)&lt;BR /&gt;&lt;BR /&gt;cd /etc/lp&lt;BR /&gt;&lt;BR /&gt;find . -name systeemprinter -exec rm -r {} \;&lt;BR /&gt;&lt;BR /&gt;Then try recreating your printer queue.</description>
      <pubDate>Wed, 30 Aug 2000 09:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441205#M7531</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441206#M7532</link>
      <description>Hi Maarten,&lt;BR /&gt;Ive been through that not so long ago, seeing printers Ive removed in SAM...&lt;BR /&gt;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...&lt;BR /&gt;correcting them (put inside the correct name and/or IP)&lt;BR /&gt;in order to remove them again with SAM this time&lt;BR /&gt;It worked...&lt;BR /&gt;Any printer will do as model since you are not going to print but remove them...&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Ah I remember now, I removed them with jetadmin....&lt;BR /&gt;Bad choice it seems</description>
      <pubDate>Wed, 30 Aug 2000 09:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441206#M7532</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-30T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441207#M7533</link>
      <description>Check /etc/lp/interface</description>
      <pubDate>Wed, 30 Aug 2000 09:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441207#M7533</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-30T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441208#M7534</link>
      <description>if you try to remove a printer with lpadmin and you get:&lt;BR /&gt;&lt;BR /&gt;     printer &lt;PRINTER_NAME&gt; non-existent&lt;BR /&gt;&lt;BR /&gt;just follow these procedures to remove the remote printer:&lt;BR /&gt;&lt;BR /&gt;1. Create the following if they do not exist, with permissions&lt;BR /&gt;   755 and owner of lp:&lt;BR /&gt;&lt;BR /&gt;      #mkdir /var/spool/lp/request/printer_name&lt;BR /&gt;      #touch /etc/lp/interface/printer_name&lt;BR /&gt;      #touch /etc/lp/member/printer_name&lt;BR /&gt;&lt;BR /&gt;   Use chown(1) to change ownership to lp, and chmod(1) to change&lt;BR /&gt;   permissions.&lt;BR /&gt;&lt;BR /&gt;2. #lpadmin -x&lt;PRINTER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, if you issue the command:&lt;BR /&gt;&lt;BR /&gt;     #lpstat -a&lt;BR /&gt;&lt;BR /&gt;the printer should  be gone.&lt;BR /&gt;&lt;/PRINTER_NAME&gt;&lt;/PRINTER_NAME&gt;</description>
      <pubDate>Wed, 30 Aug 2000 10:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441208#M7534</guid>
      <dc:creator>Nancy Hubert</dc:creator>
      <dc:date>2000-08-30T10:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441209#M7535</link>
      <description>Ok, I've done the following:&lt;BR /&gt;&lt;BR /&gt;I had already removed all Systeemprinter-files in /var (with no succes)&lt;BR /&gt;I deleted all output, pstat and qstatus files in /var/spool/lp&lt;BR /&gt;Then followed the instructions from Nancy Hubert. After that, Systeemprinter seems to be gone. Started lpsched and run lpstat -t&lt;BR /&gt;Now I only get:&lt;BR /&gt;C2000NL1/# lpstat -t&lt;BR /&gt;&lt;BR /&gt;scheduler is running&lt;BR /&gt;system default destination: Systeemprinter&lt;BR /&gt;&lt;BR /&gt;Still would like to know how to remove this "System default destination:" though..&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 11:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441209#M7535</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-08-30T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441210#M7536</link>
      <description>lpadmin -d</description>
      <pubDate>Wed, 30 Aug 2000 11:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441210#M7536</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T11:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441211#M7537</link>
      <description>Should have looked in man lpadmin for that, I know. But where does HPUX store this default desitnation.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 11:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441211#M7537</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-08-30T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441212#M7538</link>
      <description>/var/spool/lp/default would you believe?</description>
      <pubDate>Wed, 30 Aug 2000 11:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441212#M7538</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T11:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing printer queue doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441213#M7539</link>
      <description>I do believe in. Works also. No printer or printqueues left anymore.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2000 07:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-printer-queue-doesn-t-work/m-p/2441213#M7539</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-08-31T07:44:10Z</dc:date>
    </item>
  </channel>
</rss>

