<?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: PWGR - Turning off. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428726#M205364</link>
    <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;If you're using NIS or NIS+ then there will be no effect.&lt;BR /&gt;If you're not using those then you'll suffer some performance hit - especially if you have lots of logins or any apps are using lots of getpwuid() or getgrname() calls because the pwgrd is a caching routine for these calls.&lt;BR /&gt;I would suggest you test this prior to implementation because the impact could range from negligible to severe.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 23 Nov 2004 10:01:12 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-11-23T10:01:12Z</dc:date>
    <item>
      <title>PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428725#M205363</link>
      <description>All:&lt;BR /&gt;&lt;BR /&gt;We are getting Flagged (For security reg. permissions)for /var/spool/sockets/pwgr directory on most of the servers.My proposal was to turn OFF this daemon and remove the pwgr directory so that i will not get flagged.&lt;BR /&gt;is it a good approach? will it have any impact?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 23 Nov 2004 09:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428725#M205363</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-23T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428726#M205364</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;If you're using NIS or NIS+ then there will be no effect.&lt;BR /&gt;If you're not using those then you'll suffer some performance hit - especially if you have lots of logins or any apps are using lots of getpwuid() or getgrname() calls because the pwgrd is a caching routine for these calls.&lt;BR /&gt;I would suggest you test this prior to implementation because the impact could range from negligible to severe.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Nov 2004 10:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428726#M205364</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-11-23T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428727#M205365</link>
      <description>Not a problem. Edit /etc/rc.config.d/pwgr and set PWGR=0. pwgrd is a password and group caching daemon to speed up searches when the passwd file is thousands of entries. With a small password and group file it is not necessary. pwgrd listens on a Unix domain socket for client requests, and your security folks won't like having a socket that accepts codes to be processed as root, so it's a good idea to disable it.</description>
      <pubDate>Tue, 23 Nov 2004 10:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428727#M205365</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-23T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428728#M205366</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;if you have a relatively small passwd file you can stop the pwgrd daemon.&lt;BR /&gt;And if it is not running its cache cannot get corrupted (rarely happen but anyway) ;-)&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 23 Nov 2004 10:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428728#M205366</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-11-23T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428729#M205367</link>
      <description>Bill/Jeff:&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I think i am going to Disable it 'coz we run NIS and on other machines we just have very few id's who login (Oracle Boxes)&lt;BR /&gt;Ok here are the steps for disabling PWGR.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/pwgr stop&lt;BR /&gt;Edit the /etc/rc.config.d/pwgr and set it to 0&lt;BR /&gt;&lt;BR /&gt;Next remove the directory /var/spool/sockets/pwgr directory&lt;BR /&gt;(because even if i disable it the directory will still be there) So is it ok to rm -r that direcotory?&lt;BR /&gt;&lt;BR /&gt;Are these steps correct? Pl. Confirm&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 10:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428729#M205367</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-23T10:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428730#M205368</link>
      <description>It's not a problem to disable it. UNIX boxes ran without passwd and group caching literally for decades before this deamon came along. I doubt you will be able to detect any performance impacts.</description>
      <pubDate>Tue, 23 Nov 2004 10:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428730#M205368</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-23T10:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428731#M205369</link>
      <description>Yes - those steps sound appropriate.&lt;BR /&gt;Be advised that if you do any swverify options that would be looking for the pwgrd fileset/files it would flag an error on the missing items - not a problem but you need to be aware of the possibility.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Nov 2004 10:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428731#M205369</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-11-23T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428732#M205370</link>
      <description>Jeff &amp;amp; Team:&lt;BR /&gt;&lt;BR /&gt;Perfect to remove the directory right. Now to get rid of that is there any fileset that we need to swremove?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 23 Nov 2004 10:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428732#M205370</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-23T10:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428733#M205371</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;No need to remove a fileset, you can remove the directory /var/spool/sockets/pwgr after you disabled the pwgr daemon.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 23 Nov 2004 10:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428733#M205371</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-11-23T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: PWGR - Turning off.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428734#M205372</link>
      <description>If you want to remove the software.&lt;BR /&gt;&lt;BR /&gt;swremove -i&lt;BR /&gt;&lt;BR /&gt;Find it,&lt;BR /&gt;select it,&lt;BR /&gt;Action Remove.&lt;BR /&gt;&lt;BR /&gt;It will be gone.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Nov 2004 10:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pwgr-turning-off/m-p/3428734#M205372</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-23T10:59:18Z</dc:date>
    </item>
  </channel>
</rss>

