[Info-vax] unzip.exe and cc064.zip

VAXman- at SendSpamHere.ORG VAXman- at SendSpamHere.ORG
Wed Oct 5 17:06:32 EDT 2016


In article <nt3j36$km7$1 at dont-email.me>, "Bill Cunningham" <nospam at nspam.invalid> writes:
>
>"John Reagan" <xyzzy1959 at gmail.com> wrote in message 
>news:e3a159ac-a98e-4296-a0ea-d218e1f503e0 at googlegroups.com...
>On Wednesday, October 5, 2016 at 12:51:57 PM UTC-4, Bill Cunningham wrote:
>> "Steven Schweda" <> wrote in message
>> news:4181a7d3-57b3-439b-8faa-b9abec4f7485...
>>
>> [...]
>>
>> I appreciate your willingness to help Steve I do. But sometimes you seem 
>> to
>> get crazy with the silliest lil things. Now I'm having trouble using
>> vmsinstal still to install cc064 though it's unzip'd. Now I set
>> ADD_GBLPAGES=6000 is that not enough memory pages to install this? I'm
>> geting complaints about not enough memory pages. If needed I can copy and
>> paste the actual error message. But I would think you would know it. IDK
>>
>> Bill
>
>The installation checks for available gblpages in the event that you decide 
>to install it shared among all users for performance.  You do NOT have to 
>use the INSTALL utility on the C compiler in order for people to use it.  It 
>is only for performance by keeping some of the compiler cached in memory.
>
>You can see how many contiguous global pages your system has (as well as the 
>free amount) with:
>
>$ write sys$output f$getsyi("contig_gblpages")
>201552272
>$ write sys$output f$getsyi("free_gblpages")
>201552304
>
>    I would've tried,
>
>type sys$update:modparams.dat,
>
>Now that might not give me free pages. The part after the logical 
>"sys$output" I don't understand. I will return with that info though.

MODPARAMS.DAT is *ONLY*y an input file used by @SYS$UPDATE:AUTOGEN.COM.  This
procedure will, depending upon the parameters you supply it, modify the SYSGEN
parameter file SYS$SYSTEM:*VMSSYS.PAR.  This file is read during the primordial 
stages of the system botstrap to set myriad system parameters.  

You can see your currently established parameters using SYSGEN:

$ MCR SYSGEN SHOW/ALL

To see existing/remaining/free/etc. values, most are available using the DCL
lexical F$getsyi() which John has demonstrated.  For more information, see:
$ HELP LEXICALS F$getsyi arguments

-- 
VAXman- A Bored Certified VMS Kernel Mode Hacker    VAXman(at)TMESIS(dot)ORG

I speak to machines with the voice of humanity.



More information about the Info-vax mailing list