Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!ucbcad!ucbvax!RITVAX.BITNET!AWPSYS From: AWPSYS@RITVAX.BITNET Newsgroups: comp.os.vms Subject: RE: SYSBOOT-W-Value set to minimum Message-ID: <8707280927.AA00323@ucbvax.Berkeley.EDU> Date: Tue, 28-Jul-87 05:27:59 EDT Article-I.D.: ucbvax.8707280927.AA00323 Posted: Tue Jul 28 05:27:59 1987 Date-Received: Wed, 29-Jul-87 05:07:47 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 19 The usual cause for the message "%SYSBOOT-W-Value set to minimum" is because logins were set to 0 when you did your last sysgen change and did WRITE CURRENT (or ran AUTOGEN). For some obscure reason the sysgen parameter IJOBLIM (Which is set by the SET LOGIN/INTERACTIVE command) has a minimum value of 1 and SYSBOOT complains when it sees a parameter less than its "legal" minimum. This one cause no harm. If you want to get rid of the message do: $ RUN SYS$SYSTEM:SYSGEN SYSGEN> use current SYSGEN> set IJOBLIM 1 (anything greater than 0) SYSGEN> write current If that does not fix the problem then the way to find out which parameter is balking is to compare the output of SYSGEN SHOW/ALL from USE ACTIVE and USE CURRENT to see what is different. Andrew W. Potter Rochester Institute of Technology