- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VPAR root disk mirror and Memory
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
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
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
тАО08-09-2005 05:40 PM
тАО08-09-2005 05:40 PM
I have rp5470 with two vpar and each with 2 GB memory. First vpar root disk is internal and second vpar root disk is external.
Now I want to mirror root disk of first vpar, can it be done in normal way or any special steps is required.
Next I want to move 1 GB of memory from second vpar to first vpar so that first vpar will have 3 GB memory, can this be done ? If yes then how. I am new to vpar.
regds,
MP
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 06:05 PM
тАО08-09-2005 06:05 PM
Re: VPAR root disk mirror and Memory
For your memory "vparmodify -p vpar2 -m mem::1024" and "vparmodify -p vpar1 -m mem::3072"
Both vpars will have to be down to alter the memory settings though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 06:18 PM
тАО08-09-2005 06:18 PM
Re: VPAR root disk mirror and Memory
I agrre with Mark nothing more than that is required.
For your memory run first command on the vpar you are reducing memory from and the second on the vpar you are adding memory to.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:15 PM
тАО08-09-2005 07:15 PM
Re: VPAR root disk mirror and Memory
After executing this command I have to reboot both the partion to take memory effect ?
regds,
MP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:17 PM
тАО08-09-2005 07:17 PM
Re: VPAR root disk mirror and Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:47 PM
тАО08-09-2005 07:47 PM
SolutionAssuming that you have a SCSI external storage you can follow the normal steps for mirroring. It is not recommanded to mirror a FC connected PV to have a mirror with the internal scsi disk.
The case of moving memory from the first vpar to the second vpar: I assume that you have only 2 vpars in your rp5470.
Now you have to login through the console.
Shutdown the server2 from the console.
#shutdown -hy 0
Release 1GB RAM from server2
server1>#vparmodify -p server2 -m mem::1024
Start the server2 from the console of server1
server1>#vparboot -p server2
After the server 2 is booted shutdown server1 from it console.
Now go to server2 console and add 1GB additional RAM to it.( On console use ^A to move from one vpar to the next vpar)
Server2>#vparmodify -p server1 -m mem::3072
Boot server1 from the console of server2
Server2>#vparboot -p server1
Verify the config using #vparstatus
Hope this helps.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:49 PM
тАО08-09-2005 07:49 PM
Re: VPAR root disk mirror and Memory
If vpar is down then command has to be executed from MON> prompt or how it is ?
regds,
MP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:52 PM
тАО08-09-2005 07:52 PM
Re: VPAR root disk mirror and Memory
I have posted just now the detailed procedure above.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:52 PM
тАО08-09-2005 07:52 PM
Re: VPAR root disk mirror and Memory
Remember you can run the "vparmodify" command for any vpar from any other vpar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:53 PM
тАО08-09-2005 07:53 PM
Re: VPAR root disk mirror and Memory
mkboot ├в a ├в hpux /stand/vpmon ├в a├в /dev/rdsk/vParBootDevice
To do the memory changes you need to:
1. halt the vpar that you wish to REMOVE memory from. (vpar2)
2. from the vpar (vpar1) that is still up do vparmodify -p vpar2 -m mem::1024
3. reboot vpar2 and confirm it now only has 1Gb ram.
4. from vpar2, halt vpar1 to add the memory.
5. run vparmodify -p vpar1 -m mem::3072
6 reboot vpar1 and verify it has the correct memory assigned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 07:56 PM
тАО08-09-2005 07:56 PM
Re: VPAR root disk mirror and Memory
Thanks for all your help and it worked for me perfectly.
regds,
MP