<?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 SAM problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531126#M869488</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having problem with my SAM.  One of menu option 'Accounts for Users and groups' is missing from the SAM menu.  How can I get it back?  Pls help!</description>
    <pubDate>Tue, 22 May 2001 03:19:45 GMT</pubDate>
    <dc:creator>kholikt</dc:creator>
    <dc:date>2001-05-22T03:19:45Z</dc:date>
    <item>
      <title>SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531126#M869488</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having problem with my SAM.  One of menu option 'Accounts for Users and groups' is missing from the SAM menu.  How can I get it back?  Pls help!</description>
      <pubDate>Tue, 22 May 2001 03:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531126#M869488</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-05-22T03:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531127#M869489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your sam.cb for the following lines:&lt;BR /&gt;==============================================&lt;BR /&gt;# ll /usr/sam/lib/C/sam.cb&lt;BR /&gt;-r--r--r--   1 bin        bin          24264 Oct 27  1997 /usr/sam/lib/C/sam.cb&lt;BR /&gt;# more /usr/sam/lib/C/sam.cb&lt;BR /&gt;#   $Header: sam.cb,v 73.3 97/09/26 11:59:59 hmgr Exp $&lt;BR /&gt; &lt;BR /&gt;label "Accounts for Users and Groups" &lt;BR /&gt;{&lt;BR /&gt;    label "Groups"&lt;BR /&gt;    pre-condition "/usr/sam/lbin/ug_area_vis"&lt;BR /&gt;    icon_path "ug_grps"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s groups /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+Groups"&lt;BR /&gt; &lt;BR /&gt;    label "Local Groups"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/local_groups"&lt;BR /&gt;    icon_path "ug_grps"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s lgroups /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+LocalGroups"&lt;BR /&gt; &lt;BR /&gt;    label "NIS+ Groups"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/nisp_groups"&lt;BR /&gt;    icon_path "ug_grps"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s npgroups /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+NISplusGroups"&lt;BR /&gt; &lt;BR /&gt;    label "Users"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/users"&lt;BR /&gt;    icon_path "ug_user"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s users /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+Users"&lt;BR /&gt; &lt;BR /&gt;    label "Local Users"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/local_users"&lt;BR /&gt;    icon_path "ug_user"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s lusers /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+LocalUsers"&lt;BR /&gt; &lt;BR /&gt;    label "NIS Users"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/nis_users"&lt;BR /&gt;    icon_path "ug_user"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s nusers /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+NISusers"&lt;BR /&gt; &lt;BR /&gt;    label "NIS+ Users"&lt;BR /&gt;    pre-condition file-exists "/var/sam/ug_subareas/nisp_users"&lt;BR /&gt;    icon_path "ug_user"&lt;BR /&gt;    command gui "/usr/sam/lbin/samx -C -p %d -s npusers /usr/sam/lib/%%L/ug.ui"&lt;BR /&gt;    lang_local true&lt;BR /&gt;    help "UGfal.IconHelp.sdl:Subarea+NISplusUsers"&lt;BR /&gt; &lt;BR /&gt;} &lt;BR /&gt;==============================================&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2001 04:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531127#M869489</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-05-22T04:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531128#M869490</link>
      <description>I have done so but it still doesn't help</description>
      <pubDate>Tue, 22 May 2001 05:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531128#M869490</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-05-22T05:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531129#M869491</link>
      <description>are you just installed libc or sam patch ?&lt;BR /&gt;I think I used to face this problem before.&lt;BR /&gt;&lt;BR /&gt;try to install latested sam and libc patch would help</description>
      <pubDate>Tue, 22 May 2001 05:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531129#M869491</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-05-22T05:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531130#M869492</link>
      <description>You may have a corrupted "ch_rc" file, /usr/sbin/ch_rc.&lt;BR /&gt;Copy one from other systems and give it a try again.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 22 May 2001 06:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531130#M869492</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-05-22T06:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531131#M869493</link>
      <description>SAM PHCO_21845&lt;BR /&gt; s700_800 11.00 libc cumulative patch(PHCO_23770)  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 10:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531131#M869493</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-22T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531132#M869494</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have tried all the above but it still doesn't help.</description>
      <pubDate>Mon, 28 May 2001 07:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-problem/m-p/2531132#M869494</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-05-28T07:34:33Z</dc:date>
    </item>
  </channel>
</rss>

