<?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: The SAM error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467763#M774752</link>
    <description>Steven,&lt;BR /&gt;Did you install any patches on the system before the problem occures?&lt;BR /&gt;Is there any error message in the sam-logfile (/var/sam/log/samlog)?&lt;BR /&gt;Do you have "+:::" in your /etc/passwd?&lt;BR /&gt;&lt;BR /&gt;(I like the idea that NIS cause the problem ;-) )</description>
    <pubDate>Tue, 28 Nov 2000 08:03:53 GMT</pubDate>
    <dc:creator>Patrick Wessel</dc:creator>
    <dc:date>2000-11-28T08:03:53Z</dc:date>
    <item>
      <title>The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467761#M774750</link>
      <description>My system is HP 9000 series with 10.10 OS version.  When I open the SAM, I saw only the Groups icon uder the Accounts for Users and Groups icon; the Users icon is diappeared.  I also got the error below as I try to open the Groups:&lt;BR /&gt;UNEXPECTED EXIT: process /usr/sam/lbin/samx -C -p 1480 -s groups /user/sam/lib/ug.ui with a non-zero exit status.  Any hint is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 28 Nov 2000 01:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467761#M774750</guid>
      <dc:creator>Steven Lam_2</dc:creator>
      <dc:date>2000-11-28T01:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467762#M774751</link>
      <description>Hello Steven,&lt;BR /&gt;&lt;BR /&gt;here is what probably happened:&lt;BR /&gt;&lt;BR /&gt;NIS is setup but not used.&lt;BR /&gt;Please check the following file:&lt;BR /&gt;/etc/rc.config.d/namesvrs&lt;BR /&gt;and ensure that the NIS_CLIENT=0 entry is correct.  Notice that the file has -r--r--r-- permissions (read only), so you must have root access to edit this file.&lt;BR /&gt;&lt;BR /&gt;If you happen to use NIS, make sure, that the configuration is ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        NIS_MASTER_SERVER=0&lt;BR /&gt;        NIS_SLAVE_SERVER=0&lt;BR /&gt;        NIS_CLIENT=0             &lt;BR /&gt;        NIS_DOMAIN=&lt;BR /&gt;&lt;BR /&gt;.....this is how it should be set.&lt;BR /&gt;        &lt;BR /&gt;&lt;BR /&gt;Then run inetd -c (in order to re-read network initialization files)&lt;BR /&gt;&lt;BR /&gt;And then restart SAM.&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 05:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467762#M774751</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2000-11-28T05:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467763#M774752</link>
      <description>Steven,&lt;BR /&gt;Did you install any patches on the system before the problem occures?&lt;BR /&gt;Is there any error message in the sam-logfile (/var/sam/log/samlog)?&lt;BR /&gt;Do you have "+:::" in your /etc/passwd?&lt;BR /&gt;&lt;BR /&gt;(I like the idea that NIS cause the problem ;-) )</description>
      <pubDate>Tue, 28 Nov 2000 08:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467763#M774752</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2000-11-28T08:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467764#M774753</link>
      <description>Blame NIS, yeah!!!&lt;BR /&gt;&lt;BR /&gt;But just in case it's not... check the libc patch.  There was a known issue with the libc patch that produced this message.  &lt;BR /&gt;PHCO_20588 libc:cumulative &lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a state |grep 20588&lt;BR /&gt;It should be in a configured state.</description>
      <pubDate>Tue, 28 Nov 2000 13:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467764#M774753</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-11-28T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467765#M774754</link>
      <description>All,&lt;BR /&gt;Thanks for the hints.  The problem is still.  Here are what I did:  &lt;BR /&gt;1.  I checked everything in the /etc/rc.config.d/namesvrs.  It's exactly as your direction.  I reran the inetd -c.&lt;BR /&gt;2.  There is no "+:::" in the /etc/passwd file either.&lt;BR /&gt;3.  There are some errors in the samlog:&lt;BR /&gt; a.  Syntax Error: /usr/sam/lib/ug.tm at line 1:  Alocation:tm_parse:2496.  Error code 719&lt;BR /&gt; b.  The pre-condition command for the area "Local Users" returned non-zero.  This area wil not be listed in SAM.&lt;BR /&gt; c.  The pre-condition command for the area "Uninterupted Power Supplies" returned non-zero.  This area wil not be listed in SAM.&lt;BR /&gt; d.  The pre-condition command for the area "Install Software to Local Host" to determine if it should be listed in SAM's list of areas.&lt;BR /&gt; e.  The pre-condition command for the area "Remove Cluster Software" returned non-zero.  This area wil not be listed in SAM.&lt;BR /&gt;4.  I ran the command swlist -l fileset -a state |grep 20588, and nothing is showing up.  I think I am going to load PHCO_10588 patch.&lt;BR /&gt;Once again thanks for your answers.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 28 Nov 2000 18:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467765#M774754</guid>
      <dc:creator>Steven Lam_2</dc:creator>
      <dc:date>2000-11-28T18:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467766#M774755</link>
      <description>HI Steven!&lt;BR /&gt;&lt;BR /&gt;If all else fails, try to reconfigure SAM. I have had situations where SAM comes up with an error even though there was no known change on the system.&lt;BR /&gt;&lt;BR /&gt;try;&lt;BR /&gt;&lt;BR /&gt;swconfig -x reconfigure=true SystemAdmin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;Ish</description>
      <pubDate>Wed, 29 Nov 2000 06:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467766#M774755</guid>
      <dc:creator>Ishmael Vestas Lesolame</dc:creator>
      <dc:date>2000-11-29T06:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467767#M774756</link>
      <description>Steven,&lt;BR /&gt;If you come to the point when you'll plan to reinstall SAM you can perform the following steps:&lt;BR /&gt;&lt;BR /&gt;Steps 1) , 2) , 3) are to make a backup of the existing files.&lt;BR /&gt;1) mkdir /tmp/etc/sam&lt;BR /&gt;2) cd /etc/sam&lt;BR /&gt;3) cp -R * /tmp/etc/sam/.&lt;BR /&gt;Steps 4) and 5) are to copy the 'newconfig' files over to /etc/sam&lt;BR /&gt;4) cd /etc/sam&lt;BR /&gt;5) cp -R /usr/newconfig/etc/sam/* .&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 08:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467767#M774756</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2000-11-29T08:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: The SAM error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467768#M774757</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;It is possible that the installed patches where in a installed state.&lt;BR /&gt;Always check if patches are configured, after the installation.&lt;BR /&gt;When installing NFS patches it looks like you need to reboot the server twice, had it once and saw in the /etc/mnttab that there where nfs2 and nfs3 mountpoints.&lt;BR /&gt;&lt;BR /&gt;commnads:&lt;BR /&gt;- swlist -l  fileset -a state&lt;BR /&gt;- swconfig \*</description>
      <pubDate>Wed, 29 Nov 2000 11:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sam-error/m-p/2467768#M774757</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-11-29T11:00:59Z</dc:date>
    </item>
  </channel>
</rss>

