<?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: Missing /etc/setprivgrp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118737#M675971</link>
    <description>Thank you so much.  This is what I was looking for. Although the swverify did point out other errors, reinstalling this did the trick!</description>
    <pubDate>Thu, 17 Jul 2008 16:32:45 GMT</pubDate>
    <dc:creator>Puff</dc:creator>
    <dc:date>2008-07-17T16:32:45Z</dc:date>
    <item>
      <title>Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118726#M675960</link>
      <description>My DBA informed me that the async IO was not working on one of our HP servers - DB is Sybase.  After doing some resarch I found that the /etc/setprivgrp program is missing from the server.  This server was recently recreated at a new datacenter and should have been built from an image of the original one.  My conceren is that there may be other things missing so I do not feel comfortable just copying this from another server. Can someone tell me what I would need to reinstall to get this program back?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 10 Jul 2008 14:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118726#M675960</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-10T14:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118727#M675961</link>
      <description>The file does not exist by default.  If you are sure that it existed and was lost during restore then view your backup and see if the file was ever there.&lt;BR /&gt;&lt;BR /&gt;This typcially is only required by IA/11.23.&lt;BR /&gt;&lt;BR /&gt;example of file content.&lt;BR /&gt;dba MLOCK&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118727#M675961</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-10T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118728#M675962</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Strictly speaking, '/etc/setprivgrp' is a symbolic link to '/usr/sbin/setprivgrp'.  In reality it is a transition link.  If '/usr/sbin/setprivgrp' exists either use 'ln -s' to recreate the link, or run:&lt;BR /&gt;&lt;BR /&gt;# /opt/upgrade/bin/tlinstall -v -l&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2008 15:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118728#M675962</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-10T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118729#M675963</link>
      <description>Sorry my eyes saw setprivgrp and my brain thought /etc/privgroup&lt;BR /&gt;&lt;BR /&gt;Apologize for the aneurism.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2008 15:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118729#M675963</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-10T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118730#M675964</link>
      <description>Sorry my posting had a piece of information missing.  The link is there, but the backing program in /usr/sbin/setprivgrp is missing.</description>
      <pubDate>Thu, 10 Jul 2008 15:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118730#M675964</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-10T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118731#M675965</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Since the binary comes from the core filesets:&lt;BR /&gt;&lt;BR /&gt;# swlist -l file|grep privgrp&lt;BR /&gt;&lt;BR /&gt;...I would verify your server's integrity with:&lt;BR /&gt;&lt;BR /&gt;# swverify \*&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Jul 2008 15:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118731#M675965</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-10T15:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118732#M675966</link>
      <description>There were errors:&lt;BR /&gt;WARNING: "meu6awi4:/":  3 check scripts had warnings.&lt;BR /&gt;ERROR:   "meu6awi4:/":  The software dependencies for 15 products or&lt;BR /&gt;         filesets cannot be resolved.&lt;BR /&gt;WARNING: "meu6awi4:/":  479 files had warnings during this operation.&lt;BR /&gt;ERROR:   "meu6awi4:/":  4035 files had errors during this operation.&lt;BR /&gt;       * The analysis phase failed for "meu6awi4:/".&lt;BR /&gt;       * Verification had errors.&lt;BR /&gt;&lt;BR /&gt;A swlist -l fileset -a state shows files as installed and not configured</description>
      <pubDate>Thu, 10 Jul 2008 17:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118732#M675966</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-10T17:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118733#M675967</link>
      <description>While doing my clean up of software, I found this:&lt;BR /&gt;&lt;BR /&gt;ERROR:       Corrupt       OE.OE-ENTERPRISE,l=/,r=B.11.11.0612&lt;BR /&gt;&lt;BR /&gt;This does not look good.  To correct orrupt software you sually have to reinstall.  Isn't this my base O/S though?  Any advice on how to fix this?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2008 20:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118733#M675967</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-10T20:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118734#M675968</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Given the number of errors I would cold-install.  However you might try:&lt;BR /&gt;&lt;BR /&gt;# swverify -F \*&lt;BR /&gt;&lt;BR /&gt;...and see how much cleans up.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Jul 2008 21:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118734#M675968</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-10T21:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118735#M675969</link>
      <description>With HP support's blessings I was able to reinstall the corrupt software and I cleaned up several old patches etc.  However I am still missing /usr/sbin/setprivgrp.  I believe I need to reinstall something else, but do not know what software package this is a part of.</description>
      <pubDate>Thu, 17 Jul 2008 15:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118735#M675969</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-17T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118736#M675970</link>
      <description>It is from the  OS-Core.SYS-ADMIN fileset.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 15:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118736#M675970</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-17T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118737#M675971</link>
      <description>Thank you so much.  This is what I was looking for. Although the swverify did point out other errors, reinstalling this did the trick!</description>
      <pubDate>Thu, 17 Jul 2008 16:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118737#M675971</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-17T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118738#M675972</link>
      <description>The reinstall of OS-Core.SYS-ADMIN did the trick.  Thanks so much for everyones help!</description>
      <pubDate>Thu, 17 Jul 2008 16:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118738#M675972</guid>
      <dc:creator>Puff</dc:creator>
      <dc:date>2008-07-17T16:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing /etc/setprivgrp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118739#M675973</link>
      <description>&amp;gt;The reinstall of OS-Core.SYS-ADMIN did the trick.&lt;BR /&gt;&lt;BR /&gt;You can find the name by:&lt;BR /&gt;swlist -l file | fgrep /usr/sbin/setprivgrp&lt;BR /&gt;&lt;BR /&gt;For 11.23:&lt;BR /&gt;  OS-Core.SYS2-ADMIN: /usr/sbin/setprivgrp</description>
      <pubDate>Fri, 18 Jul 2008 06:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-etc-setprivgrp/m-p/5118739#M675973</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-18T06:57:13Z</dc:date>
    </item>
  </channel>
</rss>

