- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vPar memory reassignment
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2007 05:23 PM
07-13-2007 05:23 PM
vPar memory reassignment
some one please help me to reconfigure my vpar configuration.
currently we have two vpars running with
vPAR1 CPU:6 MEMORY:20GB
vPAR2 CPU:4 MEMORY:4GB
i Need to re-allocate the memory configuration from 20Gb to 18Gb and assign the 2GB to vPAR2,
could some one please confirm the below commands are correct.
shutdown vPAR1 and executing
vparmodify -p vPAR1 -m mem::18432
vparmodify -p vPAR2 -a mem::2048
looking forward for your answers- thanks in advance
shan A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2007 09:32 PM
07-13-2007 09:32 PM
Re: vPar memory reassignment
vparmodify -p vPAR1 -d mem::2048
(decrease 2GB mem)
now boot vpar1, shutdown vpar2 and add the memory.
(with newer versions you can add memory online)
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2007 09:43 PM
07-13-2007 09:43 PM
Re: vPar memory reassignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2007 09:16 PM
07-15-2007 09:16 PM
Re: vPar memory reassignment
A.03.04.06 HP-UX Virtual Partitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2007 10:00 PM
07-15-2007 10:00 PM
Re: vPar memory reassignment
Torsten is correct,
- shutdown VPAR1
- vparmodify -p vPAR1 -d mem::2048
- boot VPAR1
- shutdown VPAR2
- vparmodify -p vPAR2 -a mem::2048
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 09:15 PM
07-18-2007 09:15 PM
Re: vPar memory reassignment
The changes were done well,
i'm curious to know what is the difference between using -m and -d options, since i have tried both the options, both worked in the same way, other than specifing "total memory" or "to be added portion" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 10:23 PM
07-18-2007 10:23 PM
Re: vPar memory reassignment
"The basic syntax for adding or decreasing ILM resources assigned to a virtual partition is
vparmodify ... -[a|d] mem::size
where
a is adding
d is decreasing
size is the quantity of ILM in MBs"
Never tried "-m", no idea if this works too.
If your problem is solved now, please read this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 12:33 AM
07-19-2007 12:33 AM
Re: vPar memory reassignment
from vpar2 change the parameters for vpar1
vpar2#vparmodify -p vpar1 -d mem::2048
vpar2#vparstatus
vpar2#vparboot -p vpar1
vpar2#shutdown -y -h 0
change to vpar1 and execute the following
vapr1#vparmodify -p vpar2 -a mem::2048
vpar1#vparboot -p vpar2
vpar1#vparstatus