<?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: Printer - can't delete in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069043#M438437</link>
    <description>Why are you???:&lt;BR /&gt;&lt;BR /&gt;mkdir /var/spool/lp/request/printername&lt;BR /&gt;touch /etc/lp/interface/printername&lt;BR /&gt;touch /etc/lp/member/printername&lt;BR /&gt;&lt;BR /&gt;chmod 755 all&lt;BR /&gt;chown lp:bin all&lt;BR /&gt;lpshut;lpadmin -xprintername&lt;BR /&gt;&lt;BR /&gt;Did someone delete those files?&lt;BR /&gt;&lt;BR /&gt;If so - you should restore them from your backup...&lt;BR /&gt;&lt;BR /&gt;Then try to delete...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 17 Sep 2007 14:45:10 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2007-09-17T14:45:10Z</dc:date>
    <item>
      <title>Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069039#M438433</link>
      <description>HPUX 11iv2 PARISC&lt;BR /&gt;&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm in that situation again where I need to remove a printer and just can't seem to be able to do it. I get a "printer non-existent" whenever I reference it.  SInce getting the error I have:&lt;BR /&gt;&lt;BR /&gt;Note: it is defined as a network printer&lt;BR /&gt;&lt;BR /&gt;mkdir /var/spool/lp/request/printername&lt;BR /&gt;touch /etc/lp/interface/printername&lt;BR /&gt;touch /etc/lp/member/printername&lt;BR /&gt;&lt;BR /&gt;chmod 755 all&lt;BR /&gt;chown lp:bin all&lt;BR /&gt;lpshut;lpadmin -xprintername&lt;BR /&gt;&lt;BR /&gt;I have also done all the above, then tried &lt;BR /&gt;removequeue -q printername&lt;BR /&gt;&lt;BR /&gt;I have had this problem in the past, can't remember how I got past it (but I didn't have to remove all of my printers)...also, I don't think that I can count on restore spool, as I haven't saved the spool recently.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!!!!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 11:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069039#M438433</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2007-09-17T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069040#M438434</link>
      <description>Does the print queue actually exist? What is your output from lpstat?</description>
      <pubDate>Mon, 17 Sep 2007 12:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069040#M438434</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-09-17T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069041#M438435</link>
      <description>cd to /var/spool/lp, then run&lt;BR /&gt;&lt;BR /&gt;find . -name "xxx" -follow &lt;BR /&gt;&lt;BR /&gt;where xxx is your printer name. you shouldn't find anything.  if you do, remove it</description>
      <pubDate>Mon, 17 Sep 2007 13:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069041#M438435</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-09-17T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069042#M438436</link>
      <description>OS,&lt;BR /&gt;&lt;BR /&gt;that won't remove the data about the queue from pstatus, qstatus, etc.</description>
      <pubDate>Mon, 17 Sep 2007 13:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069042#M438436</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-09-17T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069043#M438437</link>
      <description>Why are you???:&lt;BR /&gt;&lt;BR /&gt;mkdir /var/spool/lp/request/printername&lt;BR /&gt;touch /etc/lp/interface/printername&lt;BR /&gt;touch /etc/lp/member/printername&lt;BR /&gt;&lt;BR /&gt;chmod 755 all&lt;BR /&gt;chown lp:bin all&lt;BR /&gt;lpshut;lpadmin -xprintername&lt;BR /&gt;&lt;BR /&gt;Did someone delete those files?&lt;BR /&gt;&lt;BR /&gt;If so - you should restore them from your backup...&lt;BR /&gt;&lt;BR /&gt;Then try to delete...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 17 Sep 2007 14:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069043#M438437</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-09-17T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069044#M438438</link>
      <description>what is the method used to create the queue?&lt;BR /&gt;&lt;BR /&gt;did u try -f option with "removequeue"? and what is the exit code on failure?&lt;BR /&gt;paste the outputs of&lt;BR /&gt;&lt;BR /&gt;lpstat -vqname;lpstat -oqname;lpstat -pqname;&lt;BR /&gt;lpstat -a|grep qname</description>
      <pubDate>Mon, 17 Sep 2007 18:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069044#M438438</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-09-17T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069045#M438439</link>
      <description>Hi Chrisl&lt;BR /&gt;&lt;BR /&gt;Try add your printername at /usr:&lt;BR /&gt;mkdir /usr/spool/lp/request/printername&lt;BR /&gt;&lt;BR /&gt;Then, delete your printername via:&lt;BR /&gt;lpshut;lpadmin -xprintername</description>
      <pubDate>Tue, 18 Sep 2007 02:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069045#M438439</guid>
      <dc:creator>Haniza</dc:creator>
      <dc:date>2007-09-18T02:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069046#M438440</link>
      <description>Thanks to all for your responses.  The problem seemed to be some corruption somewhere in the printing configuration because I just could not remove the printer.  I went thru the process of recreating the printer so that I could try removing it once again.  But that didn't work....so, I restored the spooler from sam, then simply lpadmin -xprintername and boom, it was gone.</description>
      <pubDate>Wed, 19 Sep 2007 13:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069046#M438440</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2007-09-19T13:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer - can't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069047#M438441</link>
      <description>restore print spool from sam and then lpadmin -xprintername</description>
      <pubDate>Wed, 19 Sep 2007 13:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-can-t-delete/m-p/5069047#M438441</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2007-09-19T13:36:49Z</dc:date>
    </item>
  </channel>
</rss>

