- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding additional Memory in vpar (Web1)
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
тАО01-11-2011 01:24 AM
тАО01-11-2011 01:24 AM
There are two vpars (Web1, MQ2) in npar3 in Cell5 of SD32. We have physically installed 8GB memory in Cell5.
Now, we want to add new 8GB memory in one vpar (Web1). Our vpar version is:
A.04.03.03 HP-UX Virtual Partitions
We need to know step by step procedure to add additional 8GB memory in vpar (Web1).
Thanks & Kind Regards,
Sajjad Ahmed
+92-300-4744515
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 01:51 AM
тАО01-11-2011 01:51 AM
Re: Adding additional Memory in vpar (Web1)
# vparmodify -p vpar-name -a mem::value_to_add
e.g.
# vparmodify -p Web1 -a mem::8192
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
тАО01-11-2011 02:13 AM
тАО01-11-2011 02:13 AM
Re: Adding additional Memory in vpar (Web1)
for A.04.03.03
you can add memory as suggested by Torsen !!
# vparmodify -p vpar-name -a mem::8096
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 02:18 AM
тАО01-11-2011 02:18 AM
Re: Adding additional Memory in vpar (Web1)
Thanks for your response.
I have checked the physicall installed memory (8GB) by running command
vparstatus -A and showing ILM available 7741.
Please advise how much memory we can add like all memory 7741 or something less.
Secondly, our OS version is HPUX 11.23. So, is there anything to shutdown. I mean shutdown vpar or not. Please advise.
Screen shot is attached for your reference.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 02:21 AM
тАО01-11-2011 02:21 AM
Re: Adding additional Memory in vpar (Web1)
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
тАО01-11-2011 02:32 AM
тАО01-11-2011 02:32 AM
Re: Adding additional Memory in vpar (Web1)
Thanks for your reply.
Steps:
1. You mean shutdown the HPUX running on vpar Web1.
2. Add available memory 7741 by using second vpar (MQ2). Command already advise.
3. Boot the vpar in MP by using command vparload -all.
4. Now, Check the total memory of Web1 after adding(Need command)
Please confirm.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 02:42 AM
тАО01-11-2011 02:42 AM
Solution1. You mean shutdown the HPUX running on vpar Web1.
Yes.
2. Add available memory 7741 by using second vpar (MQ2). Command already advise.
Yes, check now.
3. Boot the vpar in MP by using command vparload -all.
No. Start from the other running vPar.
# vparload -p Web1
4. Now, Check the total memory of Web1 after adding(Need command)
# vparstatus
will show you.
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
тАО01-11-2011 03:41 AM
тАО01-11-2011 03:41 AM
Re: Adding additional Memory in vpar (Web1)
Thanks for your reply.
My another query is:
I have installed 8GB memory and hpux 11.23 is showing available memory 7741.
1024 = 1 GB and 8192= 8 GB, why 7741?
Can you please give me logice behind or is there any problem ?
Your usual support is requsted.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2011 03:10 AM
тАО03-02-2011 03:10 AM
Re: Adding additional Memory in vpar (Web1)
Now, we want to re-allocate memory in two vpars.
Current configuration of memory in two vpars:-
Web1: 12GB
MQ: 4GB
Customer Requirement of re-allocate memory:-
Web1: 10GB
MQ: 6GB
Please help me to re-allocate memory of both vpars. Need step-by-step procedure.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2011 03:17 AM
тАО03-02-2011 03:17 AM
Re: Adding additional Memory in vpar (Web1)
Shutdown web1, remove 2GB, start web1.
# vparmodify -p Web1 -d mem::2048
(from another running vPar)
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-02-2011 03:20 AM
тАО03-02-2011 03:20 AM
Re: Adding additional Memory in vpar (Web1)
Thanks for your response.
MQ is another vpar on same cell board. There are two vpars in npar (Web1, MQ).
Please send step by step procedure.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2011 03:25 AM
тАО03-02-2011 03:25 AM
Re: Adding additional Memory in vpar (Web1)
Web1# vparmodify -p MQ -a mem::2048
This is your step-by-step procedure
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!
