set maxusers=XX won't work on 2.3 || 2.4

set maxusers=XX won't work on 2.3 || 2.4

Post by Mark Jeftovic - sta » Wed, 13 Mar 1996 04:00:00



I'm trying to increase maxusers on solaris 2.3 & 2.4.
I've tried values of both 128 and 256 to no avail.

It just stays at the old value, when we look at it
grepping the output of /usr/ccs/bin/nn

On both systems we have the recommended patch clusters
installed.

-I add "set maxusers=128" to the /etc/system
-do a "touch /reconfigure"
-and then reboot.

No dice, what am i doing wrong???

--
-------------------------------------------------------

=======================================================
misc.info: CGI, FAQ's, etc. http://inforamp.net/~markjr

 
 
 

set maxusers=XX won't work on 2.3 || 2.4

Post by Casper H.S. Dik - Network Security Engine » Thu, 14 Mar 1996 04:00:00



Quote:>I'm trying to increase maxusers on solaris 2.3 & 2.4.
>I've tried values of both 128 and 256 to no avail.

Why doi you want to increase it? The value scales with
the amount of memory you have to a reasonable value for
all systems.

Quote:>It just stays at the old value, when we look at it
>grepping the output of /usr/ccs/bin/nn

nm doesn't list the value of the variable, only the
value of the symbol.

Try this:

        adb -k /dev/ksyms /dev/mem
        maxusers/D

Quote:>On both systems we have the recommended patch clusters
>installed.
>-I add "set maxusers=128" to the /etc/system
>-do a "touch /reconfigure"

No need to reconfigure after change simple kernel variables,
only if you add more devices (ptys)

Casper
--
Expressed in this posting are my opinions.  They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.