Operating System - OpenVMS
1825737 Members
2547 Online
109687 Solutions
New Discussion

VAX7000-710 and 2GB Memory

 
Russ Carraro
Regular Advisor

VAX7000-710 and 2GB Memory

Customer just replaced a 512mb memory board in a VAX7000-710 running OpenVMS VAX 6.2. At the boot prompt the system sees the 2GB board. After booting a "show memory" command shows main memory (512.0Mb). With the 512mb board the same command showed 511.5Mb.

Is the system using 2GB? If not, what has to be done for the system to utilize 2GB?
11 REPLIES 11
Volker Halle
Honored Contributor

Re: VAX7000-710 and 2GB Memory

Russ,

did you run @AUTOGEN after adding the memory ? What is the PHYSCIALPAGES system parameter set to ?

Volker.
Russ Carraro
Regular Advisor

Re: VAX7000-710 and 2GB Memory

Volker,

Autogen has not been run. SYSGEN parameter PHYSICALPAGES is 1048576. No PYHSICALPAGES in MODPARAMS.DAT.

Russ
Hoff
Honored Contributor

Re: VAX7000-710 and 2GB Memory

The following is from the OpenVMS FAQ ( master site www.hoffmanlabs.com/vmsfaq ) and I'm guessing this case is probably what you have encountered here:
__________________________________________________________
5.8 Why doesn't OpenVMS see the new memory I just added?

When adding memory to an OpenVMS system, you should
check for an existing definition of the PHYSICALPAGES
(OpenVMS VAX) or PHYSICAL_MEMORY (OpenVMS Alpha)
parameter in the SYS$SYSTEM:MODPARAMS.DAT parameter
database, use a text editor to reset the value in the
file to the new correct value as required, and then
perform the following command:

$ @SYS$UPDATE:AUTOGEN GETDATA REBOOT FEEDBACK

This AUTOGEN command will reset various system
parameters based on recent system usage (FEEDBACK),
and it will reset the value for the PHYSICALPAGES
parameter to the new value. It will also reboot the
OpenVMS system.

PHYSICALPAGES and PHYSICAL_MEMORY can also be used to
deliberately lower the amount of memory available for
use by OpenVMS. This ability can be useful in a few
specific circumstances, such as testing the behaviour
of an application in a system environment with a
particular (lower) amount of system memory available.

PHYSICALPAGES and PHYSICAL_MEMORY can be set to -1 (on
OpenVMS Alpha) or (better and simpler) the entry can be
removed from the MODPARAMS.DAT file, to indicate that
all available memory should be used.



---

You're also up into the Extended Physical Addressing (XPA) range with this system, and there is some related information here:

http://h71000.www7.hp.com/DOC/731FINAL/5841/5841pro_041.html
http://h71000.www7.hp.com/doc/73final/documentation/pdf/OVMS_VAX_SUP_GD.pdf -

Stephen Hoffman
HoffmanLabs
labadie_1
Honored Contributor

Re: VAX7000-710 and 2GB Memory

Do
$ mc sysgen sh physicalpages
Does it show the value for 512M or 2G ?

Eventually put the right value for 2G and reboot.

the wild:
$ mc sysgen
sh physicalpages
set . correct_value
w c
CTRL Z
and reboot

Volker Halle
Honored Contributor

Re: VAX7000-710 and 2GB Memory

Russ,

Hoff has already delivered the 'full answer' ;-)

On VAX, you need to run @AUTOGEN so that it can update the PHYSICALPAGES system parameter based on the current memory size.

1048576 pages is about 512 MB.

Volker.
Jan van den Ende
Honored Contributor

Re: VAX7000-710 and 2GB Memory

Russ,

from your Forum Profile:


I have assigned points to 23 of 40 responses to my questions.

7 of those are prior issues, some dating more than a year back.

Maybe you can find some time to do some assigning?

http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!

To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.

Thanks on behalf of your Forum colleagues.

PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!

PPS. - Zero points for this.

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Jan van den Ende
Honored Contributor

Re: VAX7000-710 and 2GB Memory

Russ,

Tnx!

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
John Travell
Valued Contributor

Re: VAX7000-710 and 2GB Memory

While too late now to adjust the number of points awarded, surely the answer given by Hoff was one of those 'magic solutions', and as such should be worth more than a measly six points :-)
JT:
Russ Carraro
Regular Advisor

Re: VAX7000-710 and 2GB Memory

Adjusted parameters and ran autogen.
Russ Carraro
Regular Advisor

Re: VAX7000-710 and 2GB Memory

John,

You're right, I mistyped and closed the thread without realizing it. I meant for it to be a 9. I apologize.

Russ
Russ Carraro
Regular Advisor

Re: VAX7000-710 and 2GB Memory

Adjusted parameters and ran autogen.