<?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: lpstat HPDPS error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558879#M935313</link>
    <description>The /var/adm/lp/log file just had information about the print job I sent to test the spooler/printer.&lt;BR /&gt;&lt;BR /&gt;In /var/spool/lp/request there is a PDrequest directory but it is empty. &lt;BR /&gt;&lt;BR /&gt;I did not have the lpstat HPDPS message before I changed the hostname/IP.&lt;BR /&gt;&lt;BR /&gt;I will reboot the server again tomorrow.&lt;BR /&gt;&lt;BR /&gt;-Brad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Jul 2001 22:17:20 GMT</pubDate>
    <dc:creator>BradF</dc:creator>
    <dc:date>2001-07-30T22:17:20Z</dc:date>
    <item>
      <title>lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558863#M935297</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error when I do a lpstat.&lt;BR /&gt;&lt;BR /&gt;lpstat&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;&lt;BR /&gt;I recently changed the IP address of the server via sam and changed the hostname via set_parms hostname.&lt;BR /&gt;&lt;BR /&gt;What do I need to do to make lpstat content?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;-Brad</description>
      <pubDate>Mon, 30 Jul 2001 17:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558863#M935297</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T17:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558864#M935298</link>
      <description>Hi Brad,&lt;BR /&gt;&lt;BR /&gt;I think you need to stop &amp;amp; restart the pd processes. First, however, I would make sure name resolution is ok. If you are running DNS, you need to update the DNS tables to refelct the new hostname/IP address. If you are running NIS, the NIS hosts map needs to be updated.&lt;BR /&gt;&lt;BR /&gt;Finally,&lt;BR /&gt;cd /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;./pd stop&lt;BR /&gt;./pd start&lt;BR /&gt;&lt;BR /&gt;I think that will fix you.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Mon, 30 Jul 2001 18:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558864#M935298</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-30T18:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558865#M935299</link>
      <description>Hello Brad,&lt;BR /&gt;&lt;BR /&gt;I've run into this problem with HPDPS before.  The HPDPS software stores the IP address of the printer inside of the HPDPS configuration, even if you specified a hostname when you created the physical printer.  You'll have to use the 'pdset' command to change the 'printer-tcpip-internet-address' attribute for the printer.&lt;BR /&gt;&lt;BR /&gt;Here are the commands to set the IP address for a sample printer named 'it_01' to be 10.1.2.4:&lt;BR /&gt;&lt;BR /&gt;pddisable it01&lt;BR /&gt;pdset -c printer -x "printer-tcpip-internet-address=10.1.2.4" it_01&lt;BR /&gt;pdenable it01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 18:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558865#M935299</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T18:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558866#M935300</link>
      <description>We are not using hpdps. I bounced pd and I still get the same message.&lt;BR /&gt;&lt;BR /&gt;We are looking at files first for DNS resolution. If I do a nslookup $(hostname) it comes back with the IP address???&lt;BR /&gt;&lt;BR /&gt;-Brad</description>
      <pubDate>Mon, 30 Jul 2001 18:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558866#M935300</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T18:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558867#M935301</link>
      <description>Oops.  I didn't read the question completely.&lt;BR /&gt;&lt;BR /&gt;If you aren't using HPDPS at all, you should be able to turn it off.  Do an /sbin/init.d/pd stop, and then turn it off in /etc/rc.config.d/pd.  Set the PD_CLIENT to 0.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 18:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558867#M935301</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558868#M935302</link>
      <description>I changed the IP addresss on the server via sam and the hostname via set_parms hostname.&lt;BR /&gt;&lt;BR /&gt;I am not running hpdps. Now lpstat comes back with the HPDPS error.&lt;BR /&gt;&lt;BR /&gt;What else to I need to check or change to make lpstat work with out the error message?</description>
      <pubDate>Mon, 30 Jul 2001 18:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558868#M935302</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558869#M935303</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Is your hostname and IP address resolving correctly when you do an 'nslookup'?&lt;BR /&gt;&lt;BR /&gt;Have you tried stopping and restarting the lpsched daemon?&lt;BR /&gt;&lt;BR /&gt;Have you tried going into SAM and seeing if you have any printers/spoolers/supervisors created under HPDPS?  I know you aren't using it but maybe someone created an object in there once.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 19:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558869#M935303</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T19:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558870#M935304</link>
      <description>I was able to do a nslookup by both hostname and ip address. I stopped and restarted the lp scheduler.&lt;BR /&gt;&lt;BR /&gt;lpstat didn't return this message until the hostname and IP was changed.&lt;BR /&gt;&lt;BR /&gt;There are not any hpdps printers setup in sam.&lt;BR /&gt;&lt;BR /&gt;ALSO, This server used to be part of a ServiceGuard cluster. When it was decommissioned as part of the cluster that is when its IP and hostname was changed.&lt;BR /&gt;&lt;BR /&gt;-Brad</description>
      <pubDate>Mon, 30 Jul 2001 19:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558870#M935304</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T19:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558871#M935305</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Have you rebooted the system since you changed the IP address?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 19:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558871#M935305</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558872#M935306</link>
      <description>The system has been rebooted since the hostname and the IP address was changed.</description>
      <pubDate>Mon, 30 Jul 2001 19:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558872#M935306</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558873#M935307</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Are you running the lpstat command as root or as a regular user?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 20:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558873#M935307</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558874#M935308</link>
      <description>Also,&lt;BR /&gt;&lt;BR /&gt;Does the 'lp' command work?&lt;BR /&gt;&lt;BR /&gt;Did you have anything under /var mounted as another filesystem?  Specifically, did you mount /var/spool as a shared filesystem to take spool files with you during a failover?  (Don't look at me like that, I've done it before!)   :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 20:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558874#M935308</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558875#M935309</link>
      <description>JP,&lt;BR /&gt;&lt;BR /&gt;I am running the command as root. /var/spool was not part of the cluster. I am able to print to a printer. There are two jet direct printers setup on the system.&lt;BR /&gt;&lt;BR /&gt;-Brad&lt;BR /&gt;&lt;BR /&gt;#lpstat -t&lt;BR /&gt;scheduler is running&lt;BR /&gt;no system default destination&lt;BR /&gt;device for g001: /dev/null&lt;BR /&gt;device for g002: /dev/null&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;g001 accepting requests since May 18 09:51&lt;BR /&gt;g002 accepting requests since May 18 09:52&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;printer g001 is idle.  enabled since May 18 09:53&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;printer g002 is idle.  enabled since May 18 09:52&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;lpstat: HPDPS error (Cannot determine the local IP address.)&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 20:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558875#M935309</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T20:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558876#M935310</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;I know you aren't running HPDPS, but maybe it has gotten corrupt or confused.  You can rename the /var/opt/pd/basicdsd.db file and try bouncing pd again.&lt;BR /&gt;&lt;BR /&gt;Try looking in the /var/opt/pd/pdclientd directory.  There are some log files in there and they might give us a clue about what it is complaining about.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 20:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558876#M935310</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T20:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558877#M935311</link>
      <description>Shutdown pd, moved off basicsdsd.db and restarted it and had the same message with lpstat.&lt;BR /&gt;&lt;BR /&gt;I looked at the log files and it didn't have any helpful information.</description>
      <pubDate>Mon, 30 Jul 2001 20:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558877#M935311</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T20:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558878#M935312</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Have you looked in /var/adm/lp/log for any error messages/clues?&lt;BR /&gt;&lt;BR /&gt;Another thing to look at is in the /var/spool/lp/request directory.  There is a PDRequest directory in that that takes requests for printing to HPDPS.  Do you have that directory?  Is it empty?  While you are in the request directory, do you have any print queue directories in there that don't show up in lpstat?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 20:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558878#M935312</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-30T20:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558879#M935313</link>
      <description>The /var/adm/lp/log file just had information about the print job I sent to test the spooler/printer.&lt;BR /&gt;&lt;BR /&gt;In /var/spool/lp/request there is a PDrequest directory but it is empty. &lt;BR /&gt;&lt;BR /&gt;I did not have the lpstat HPDPS message before I changed the hostname/IP.&lt;BR /&gt;&lt;BR /&gt;I will reboot the server again tomorrow.&lt;BR /&gt;&lt;BR /&gt;-Brad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 22:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558879#M935313</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-30T22:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558880#M935314</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Another thing to check is the /etc/pdclient.conf file.  It should have 644 permissions.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 02:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558880#M935314</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-31T02:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558881#M935315</link>
      <description>I rebooted the server and still have the same issue.&lt;BR /&gt;&lt;BR /&gt;The permissions are set correctly on pdclientd.conf.&lt;BR /&gt;&lt;BR /&gt;New info:&lt;BR /&gt;&lt;BR /&gt;When I go into set_parms hostname I get the following message:&lt;BR /&gt;dhcpdb2conf(ERR): main, setdhcpent() failed to access client database&lt;BR /&gt;&lt;BR /&gt;The server is not setup to be a dhcp server. I installed phne_19241 because I saw note on the itrc about dhcp patches.&lt;BR /&gt;&lt;BR /&gt;-Brad</description>
      <pubDate>Tue, 31 Jul 2001 20:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558881#M935315</guid>
      <dc:creator>BradF</dc:creator>
      <dc:date>2001-07-31T20:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: lpstat HPDPS error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558882#M935316</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;Are you still having the problem with lpstat?&lt;BR /&gt;&lt;BR /&gt;It looks like lpstat tries to report on the status of HPDPS printers also, and the error you are getting is coming from HPDPS.  Can you do an nslookup on your two printers g001 and g002, and their IP addresses?&lt;BR /&gt;&lt;BR /&gt;If you aren't running HPDPS, try doing a '/sbin/init.d/pd stop' and then try your lpstat.  Maybe if lpstat knows HPDPS isn't running it won't complain?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2001 14:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpstat-hpdps-error/m-p/2558882#M935316</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-08-01T14:41:37Z</dc:date>
    </item>
  </channel>
</rss>

