<?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: SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545402#M27318</link>
    <description>The group file is almost unmanageable with super long lines.  The easiest way to fix this is to break up the lines at about 70 characters.  By using vi to insert a newline, group name, GID and colons, you can use the repeat character (the . command) to break up each long line very quickly.  You can repeat the group name an unlimited number of times, even put the group name and one user ID on one line.&lt;BR /&gt;&lt;BR /&gt;However, none of this is necessary EXCEPT for alternate groups.  The primary group affiliation comes from the passwd file so for 10.20 and later, the group name must be defined but the members do not have to be listed.  &lt;BR /&gt;&lt;BR /&gt;In 10.20, you have to link the /etc/logingroup to /etc/group so alternate groups have automatic membership (ie, not have to use the newgrp command). At 11.0 and later, this is no longer necessary.</description>
    <pubDate>Tue, 26 Jun 2001 23:46:13 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2001-06-26T23:46:13Z</dc:date>
    <item>
      <title>SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545398#M27314</link>
      <description>The server I am currently working with has HP-UX 10.20.  I am setting up an L2000 server, which has HP-UX 11.00.  I started SAM and added all my users and created the groups.  After I finished I went back to check my work and found something strange with my groups.  The user names would only go out to 263 characters and then start wrapping around on top of themselves.  I don't have this problem with 10.20.  Is there a patch that I need to correct this problem?&lt;BR /&gt;Any help would be grateful.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2001 20:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545398#M27314</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2001-06-26T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545399#M27315</link>
      <description>Hi&lt;BR /&gt;I believe this is known as an enhancement or feature and not a bug.  It is my understanding that at 11.0 SAM was changed to only display the first 265 users.  This was a performance enhancement - there were complaints on systems with thousands of users that it took much too long to display.  I think you can still change users, etc. but you need to know the info from the password file.  Last I knew there was no patch - but maybe someone else has more recent information (mine is about 3-4 months old :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peg</description>
      <pubDate>Tue, 26 Jun 2001 20:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545399#M27315</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-06-26T20:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545400#M27316</link>
      <description>Hi Peg,&lt;BR /&gt;That would be fine except that it over writes the name of the group and I have several groups with more than 50 users in them.  Also, I did a test and found that it had to do with the number of charaters not the number of names.</description>
      <pubDate>Tue, 26 Jun 2001 22:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545400#M27316</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2001-06-26T22:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545401#M27317</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Have you installed any patches on the system?  If not, the latest general release patch bundle would be a good place to start.&lt;BR /&gt;&lt;BR /&gt;Also here is the latest SAM Cumulative patch for 11.0.  If you don't have this you might give it a shot, although I didn't find anything in the patch text relateing to the problem that you have.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=c43f5bb011478e6eba?PACH_NAM=PHCO_23876&amp;amp;HW=s800&amp;amp;OS=11.00" target="_blank"&gt;http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=c43f5bb011478e6eba?PACH_NAM=PHCO_23876&amp;amp;HW=s800&amp;amp;OS=11.00&lt;/A&gt;</description>
      <pubDate>Tue, 26 Jun 2001 22:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545401#M27317</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-26T22:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545402#M27318</link>
      <description>The group file is almost unmanageable with super long lines.  The easiest way to fix this is to break up the lines at about 70 characters.  By using vi to insert a newline, group name, GID and colons, you can use the repeat character (the . command) to break up each long line very quickly.  You can repeat the group name an unlimited number of times, even put the group name and one user ID on one line.&lt;BR /&gt;&lt;BR /&gt;However, none of this is necessary EXCEPT for alternate groups.  The primary group affiliation comes from the passwd file so for 10.20 and later, the group name must be defined but the members do not have to be listed.  &lt;BR /&gt;&lt;BR /&gt;In 10.20, you have to link the /etc/logingroup to /etc/group so alternate groups have automatic membership (ie, not have to use the newgrp command). At 11.0 and later, this is no longer necessary.</description>
      <pubDate>Tue, 26 Jun 2001 23:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545402#M27318</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-06-26T23:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545403#M27319</link>
      <description>Could this be part of my problem?  I copyed this from my screen when I started SAM this morning.&lt;BR /&gt;&lt;BR /&gt;root: /home/root ==&amp;gt; sam&amp;amp;&lt;BR /&gt;[1]     20536&lt;BR /&gt;root: /home/root ==&amp;gt; Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Cannot convert string "-dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet&lt;BR /&gt;&lt;BR /&gt;Waiting to hear.</description>
      <pubDate>Thu, 28 Jun 2001 16:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545403#M27319</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2001-06-28T16:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545404#M27320</link>
      <description>Jeff,&lt;BR /&gt;The above error is due to CDE and is not going to impact your sam group problem.. so don't get confused..&lt;BR /&gt;&lt;BR /&gt;Coming to the matter of users and group.. I am not sure if you are aware.. in HP-UX 11.0 /etc/group file need not have the user name in front of the group if it is user's primary group. For example, if you have 50 users and all their primary group is "user".. and in group file, infront of "user" group ID you need not have to have all those 50 users name.. This is the modification done in HP-UX 11.0. The GID for these uses will be taken from the passwd file it has UID and GID info. If the user is part of more than one group, then the other groups in /etc/group file needs to have an entry of that user in front of them.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Manju</description>
      <pubDate>Mon, 02 Jul 2001 00:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/2545404#M27320</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-07-02T00:13:05Z</dc:date>
    </item>
  </channel>
</rss>

