- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add memory to Vpar
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-11-2008 11:55 PM
тАО03-11-2008 11:55 PM
add memory to Vpar
1. What version of Vpar do I have, here is what I see in swlist -
VParProvider B.11.11.01.01 vPar Provider
vParManager B.11.11.01.02 Virtual Partition Manager for HP-UX
# vParManager B.11.11.01.02 Virtual Partition Manager for HP-UX
vParManager.VPARMGR-HELP B.11.11.01.02 Virtual Partition Manager On-line Help
vParManager.VPARMGR-MAN B.11.11.01.02 Virtual Partition Manager Manual Pages
vParManager.VPARMGR-RUN B.11.11.01.02 Virtual Partition Management
# VParProvider B.11.11.01.01 vPar Provider
VParProvider.VPAR-DOC B.11.11.01.01 vPar Provider Documents
VParProvider.VPAR-RUN B.11.11.01.01 vPar Provider Runtime
2. I am planning to allocate more memory to this Vpar ( I have memory available in the Npar),
can I add memory (16 GB more) by the following command without bringing down the VPar ?
vparmodify -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 12:03 AM
тАО03-12-2008 12:03 AM
Re: add memory to Vpar
VirtualPartition.VPAR-KRN A.03.03.06 Virtual Partition Kernel Files
VirtualPartition.VPAR-MON2 A.03.03.06 Virtual Partition Monitor
VirtualPartition.VPAR-RUN A.03.03.06 Virtual Partition User Space Commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 12:29 AM
тАО03-12-2008 12:29 AM
Re: add memory to Vpar
The vpar that you would like to modify the memory, must be in down state.
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 12:58 AM
тАО03-12-2008 12:58 AM
Re: add memory to Vpar
As far as memory addition is concerned it has to be done while that vpar is down so need to bring down this vpar and execute vparmodify from another vpar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 01:48 AM
тАО03-12-2008 01:48 AM
Re: add memory to Vpar
You may want to look at updating to a newer version. If you want to add memory to a Vpar, it must be in the DOWN state to do this.
See page 284 of http://docs.hp.com/en/T1335-90068/T1335-90068.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 05:55 AM
тАО03-12-2008 05:55 AM
Re: add memory to Vpar
Before I booted one of my vpars, it had 16GB assigned.
vparmodify -p pcvp1103 -d mem::8192
vparmodify -p pcvp1103 -a mem::8192:float
Now it has 8 GB fixed and 8 GB float.
vparboot -p pcvp1103
After it is up and running, I can do this live:
vparmodify -p pcvp1103 -d mem::4096:float
So - I just took away 4 GB - which I can assign elsewhere...on the fly:
vparmodify -p pcvp1101 -a mem::4096:float
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 06:07 AM
тАО03-12-2008 06:07 AM
Re: add memory to Vpar
There is no floating memory in the A.03.0x versions for 11.11.
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
тАО03-12-2008 06:51 AM
тАО03-12-2008 06:51 AM
Re: add memory to Vpar
Yes - I'm on the latest and greatest. :)