1753258 Members
5269 Online
108792 Solutions
New Discussion

VPR-SD2 RAM Increase

 
Mousa55
Super Advisor

VPR-SD2 RAM Increase

Hi,

 

I have superdome 2 with 2 npar and 3 vpars for each npar, i have resources not used on the npar from RAM and CPU, i want to extend the ram on one of the vpar from 30 to 60 how i can do this ?

 

Thanks

4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: VPR-SD2 RAM Increase

You can assign the unused RAM to a vpar within this npar by using

 

vparmodify -n <name> -a mem:::<new_total_value>

 

while this vpar is down.


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!   
Mousa55
Super Advisor

Re: VPR-SD2 RAM Increase

Hi,

thanks for your replay but how i can see the unassigned RAM or resources on the npar

thanks
Torsten.
Acclaimed Contributor

Re: VPR-SD2 RAM Increase

From OA run

vparstatus -N 1 -A

where "1" is the nPar #.

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!   
Mousa55
Super Advisor

Re: VPR-SD2 RAM Increase

Hi,

This will give me the free resources from IO, CPU, RAM on the npar

Thanks