1820267 Members
2754 Online
109622 Solutions
New Discussion юеВ

vpar extend memory

 
SOLVED
Go to solution
Stijn V
Regular Advisor

vpar extend memory


I only have one vpar within an npar and I would like to extend the memory...

But how do I do that when I bring down the vpar?

#vparmodify -p -m mem::15805
7 REPLIES 7
Torsten.
Acclaimed Contributor
Solution

Re: vpar extend memory

With only 1 vPar you need to boot to non-vpar mode and modify from there.

Boot /stand/vmunix instead of /stand/vpmon from the firmware boot interface!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sandeep_Chaudhary
Trusted Contributor

Re: vpar extend memory

please find detail procedure

root@d200 [/root]
# shutdown -hy 0


# login to d203 and check vparstatus

d203:/root# vparstatus
[Virtual Partition]
Boot
Virtual Partition Name State Attributes Kernel Path Opts
============================== ===== ========== ========================= =====
d200 Down Dyn,Auto /stand/vmunix
d201 Up Dyn,Auto /stand/vmunix
d202 Up Dyn,Auto /stand/vmunix
d203 Up Dyn,Auto /stand/vmunix

[Virtual Partition Resource Summary]
CPU Num Memory (MB)
CPU Bound/ IO # Ranges/
Virtual Partition Name Min/Max Unbound devs Total MB Total MB
============================== ================ ==== ====================
d200 2/ 16 2 2 7 0/ 0 8192
d201 2/ 16 2 2 10 0/ 0 6144
d202 2/ 16 2 1 9 0/ 0 9216
d203 2/ 16 2 0 6 0/ 0 3072

d203:/root# vparmodify -p d200 -m mem::4096 <== 4GB Memory
d203:/root# vparmodify -p d200 -m cpu::3 <== 3 CPU's

d203:/root# vparstatus
[Virtual Partition]
Boot
Virtual Partition Name State Attributes Kernel Path Opts
============================== ===== ========== ========================= =====
d200 Down Dyn,Auto /stand/vmunix
d201 Up Dyn,Auto /stand/vmunix
d202 Up Dyn,Auto /stand/vmunix
d203 Up Dyn,Auto /stand/vmunix

[Virtual Partition Resource Summary]
CPU Num Memory (MB)
CPU Bound/ IO # Ranges/
Virtual Partition Name Min/Max Unbound devs Total MB Total MB
============================== ================ ==== ====================
d200 2/ 16 2 1 7 0/ 0 4096
d201 2/ 16 2 2 10 0/ 0 6144
d202 2/ 16 2 1 9 0/ 0 9216
d203 2/ 16 2 0 6 0/ 0 3072

d203:/root# vparboot -p d200
vparboot: Booting d200. Please wait...

d203:/root# vparstatus
[Virtual Partition]
Boot
Virtual Partition Name State Attributes Kernel Path Opts
============================== ===== ========== ========================= =====
d200 Up Dyn,Auto /stand/vmunix
d201 Up Dyn,Auto /stand/vmunix
d202 Up Dyn,Auto /stand/vmunix
d203 Up Dyn,Auto /stand/vmunix

[Virtual Partition Resource Summary]
CPU Num Memory (MB)
CPU Bound/ IO # Ranges/
Virtual Partition Name Min/Max Unbound devs Total MB Total MB
============================== ================ ==== ====================
d200 2/ 16 2 1 7 0/ 0 4096
d201 2/ 16 2 2 10 0/ 0 6144
d202 2/ 16 2 1 9 0/ 0 9216
d203 2/ 16 2 0 6 0/ 0 3072
Torsten.
Acclaimed Contributor

Re: vpar extend memory

Nice procedure Sandeep - but how to make this with only 1 vPar?

Stijn V, do you know how to boot into non-vpars mode?

It depends if you have a RISC or Itanium based machine.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sandeep_Chaudhary
Trusted Contributor

Re: vpar extend memory

sorry !!!!! not read question properly
Stijn V
Regular Advisor

Re: vpar extend memory

Thanks Torsten.

don't realy know how to boot in npar mode (it's an Itanium RX7640).

And if I boot in npar mode, I just can launch the vpar commands?
Sandeep_Chaudhary
Trusted Contributor

Re: vpar extend memory


For integrety server:
If you are at EFI shell prompt, use the following EFI utility to switch to either nPars or vPars mode:


Shell:> fsN:
fsN:> vparconfig reboot mode



Since vparconfig is not a built-in EFI shell command, you must go to the disk to execute vparconfig. For example, to switch to vPars mode:


Shell:> fs0:
fs0:> vparconfig reboot nPars



1 Access the EFI partition of the disk.

2 Set the mode and reboot the system.

Sandeep_Chaudhary
Trusted Contributor

Re: vpar extend memory

After u boot in nPar mode from there u can able to execute vparmodify command (with -D option as the vpardb is down at the moment)