<?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: MAXUSERS change without using SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090135#M144615</link>
    <description>after changing the paramter , I did the reboot...once this is up, the new kernel will take into affect??</description>
    <pubDate>Thu, 09 Oct 2003 19:45:05 GMT</pubDate>
    <dc:creator>hpuxhelp</dc:creator>
    <dc:date>2003-10-09T19:45:05Z</dc:date>
    <item>
      <title>MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090131#M144611</link>
      <description>how can I change the maxuser paramter without using SAM?&lt;BR /&gt;&lt;BR /&gt;is this require a reboot?? since it creates a change in the kernel&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 19:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090131#M144611</guid>
      <dc:creator>hpuxhelp</dc:creator>
      <dc:date>2003-10-09T19:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090132#M144612</link>
      <description>MAXUSERS is not a kernel parameter at all. It is a formula macro that affects about 4-5 different parameters. NOTE: MAXUSERS has NOTHING to do with the number of user that can log onto the system. SAM is the tool that makes the calculations which are then translated into a numeric value. All of the parameters that use MAXUSERS will require a reboot once they are changed.</description>
      <pubDate>Thu, 09 Oct 2003 19:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090132#M144612</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-09T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090133#M144613</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why you change the parameter without using SAM?? I think this way is the best to change that.&lt;BR /&gt;&lt;BR /&gt;However, you can change that by command on prompt.&lt;BR /&gt;&lt;BR /&gt;Look at 'kmtune' manpage &lt;BR /&gt;&lt;BR /&gt;(hp-ux 11i)&lt;BR /&gt;#kmtune -l |more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Parameter:      maxusers&lt;BR /&gt;Current:        32&lt;BR /&gt;Planned:        32&lt;BR /&gt;Default:        32&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;Version:        -&lt;BR /&gt;Dynamic:        No &amp;lt;---- rebooting required&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# kmtune -s maxusers = new_value&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# kmtune -l | grep -i maxusers&lt;BR /&gt;Parameter:      maxusers&lt;BR /&gt;Planned:        (100+16*MAXUSERS)&lt;BR /&gt;Default:        (100+16*MAXUSERS)&lt;BR /&gt;Planned:        (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))&lt;BR /&gt;Default:        (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))&lt;BR /&gt;Planned:        ((NPROC+16+MAXUSERS)+32+(2*NPTY))&lt;BR /&gt;Default:        ((NPROC+16+MAXUSERS)+32+(2*NPTY))&lt;BR /&gt;Planned:        (20+8*MAXUSERS)&lt;BR /&gt;Default:        (20+8*MAXUSERS)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you see above output, some of kernel parameters related. that's why you need reboot system for making new kernel as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a good day!&lt;BR /&gt;&lt;BR /&gt;-Best Regards&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 19:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090133#M144613</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-10-09T19:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090134#M144614</link>
      <description>kmtune -s maxuser=128&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (make your changes)&lt;BR /&gt;save file&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Oct 2003 19:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090134#M144614</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-09T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090135#M144615</link>
      <description>after changing the paramter , I did the reboot...once this is up, the new kernel will take into affect??</description>
      <pubDate>Thu, 09 Oct 2003 19:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090135#M144615</guid>
      <dc:creator>hpuxhelp</dc:creator>
      <dc:date>2003-10-09T19:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090136#M144616</link>
      <description>Yup! Absolutly!&lt;BR /&gt;&lt;BR /&gt;after building a new kernel to moved new one and will be rebooted with taking effection.&lt;BR /&gt;&lt;BR /&gt;In my case, I always remain two copy files that /stand/system and /stand/vmunix such as stand.copy, vmunix.copy &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 19:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090136#M144616</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-10-09T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090137#M144617</link>
      <description>If you copied the new kernel to /stand/vmunix the and booted, the machine now reflects the changed value.&lt;BR /&gt; &lt;BR /&gt;kmtune to check it.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Oct 2003 20:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090137#M144617</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-09T20:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090138#M144618</link>
      <description>when I did kmtune -d &lt;BR /&gt;i saw this&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;maxusers                   32  -  128&lt;BR /&gt;msgmnb                  16384  Y  65536    &lt;BR /&gt;&lt;BR /&gt;does this mean the new changes didn't take place?? why it said the current is still at 32 instead of 128???</description>
      <pubDate>Thu, 09 Oct 2003 20:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090138#M144618</guid>
      <dc:creator>hpuxhelp</dc:creator>
      <dc:date>2003-10-09T20:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090139#M144619</link>
      <description>Ah! you didn't get the next procedure to building for new kernel. right??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------------------&lt;BR /&gt;#kmtune -s maxuser=128&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;above Steven has posted next procedure how to make this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 20:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090139#M144619</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-10-09T20:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: MAXUSERS change without using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090140#M144620</link>
      <description>Afer then , go to the Reboot!!&lt;BR /&gt;&lt;BR /&gt;# kmtune -q maxusers&lt;BR /&gt;&lt;BR /&gt;128-128 (affected the value)</description>
      <pubDate>Thu, 09 Oct 2003 20:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxusers-change-without-using-sam/m-p/3090140#M144620</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-10-09T20:46:43Z</dc:date>
    </item>
  </channel>
</rss>

