- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Single VPAR Modification
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
05-28-2005 10:45 PM
05-28-2005 10:45 PM
Now my problem is how to expand the vpar. On our production environment I would stop the vpar to be changed and then run a vpmodify command from another vpar to change the stopped one ... but here i do not have a second vpar to work from.
Would it be best to do the following:
1). modify the configuration to an alternate vpar database and reboot using that.
2). boot the vpar as an npar and then change the configuration, (hmmm .... would i be able to run a vpmodify here or would i have to remove the vpardb and run vpcreate to redefine the vpar from scratch, (not an issue as I have the original definition documented)).
I would be adding 2CPU (bound) and 8GB of memory to the vpar (currently it has 4CPU (bound) and 16GB of memory).
The outage required to do this is not to much of an issue as the users _really_ want the existing system expanded.
Many Thanks
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 04:24 PM
05-29-2005 04:24 PM
Re: Single VPAR Modification
You might just add the new h/w, lan, memory, etc. to the npar where the development vpar resides. then issue the vparstatus -A command. Once you see the new available h/w, then figure you can create a New vpar by running the vparcreate command.
btw, regarding memory for vpar's.. I would also consult w/ your CE, somehow I think the memory added has to be layed out evenly-dimms.. (this might not be an issue, but adding memory for vpar, you just might want to ask your CE.)
also, if you do boot your vpar as a hard-par, not a problem, but I'm not certain if you can edit the vpdb.. I think the database if binary..file. and can't be edited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 09:57 PM
05-29-2005 09:57 PM
Re: Single VPAR Modification
You misunderstand my question.
Yes I know I can create a new vPar by adding hardware to the nPar and then just executing the vpcreate command, that it is not my problem. Adding memory to an nPar, the memory should be balanced between the cell boards, here both boards will have 16GB.
The problem is with changing the the configuration of the existing vPar. Yes I know I cannot edit the vpardb when booted as a nPar as its a binary file, I'm not asking whether I can do that. I am asking how I can change the vPar configuration in that state, i.e. can I use vpmodify, (but does this need to hav vpmon running to work, i.e. be executed from another running vPar in the same nPar) or do i need to remove the vpardb and recreate the vPar configuration using vpcreate ?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 02:03 AM
05-30-2005 02:03 AM
SolutionI believe vparmodify should work without the vpar running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 01:47 PM
05-30-2005 01:47 PM
Re: Single VPAR Modification
Tim, you might want to boot as an npar, and then do a full Ignite make-recovery, before trying options out.
keep us posted, I'm interested in your progress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 11:58 PM
05-30-2005 11:58 PM
Re: Single VPAR Modification
I think I've found the some info buried in the depths of the vpmodify man page ... it seems to say that you can use vpmodify when not running as a vpar, i.e. no vpmon process running, but you must specify the vpar database file using the -D option ... the man page says, (I'm going from the hard copy in Appendix A of the Poniatowski vPar book, middle of pg 958), "If the -D option is omitted, the virtual partition monitor must be running." This seems to imply that the opposite would be true.
I'll up date the thread with results when I have them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 10:23 PM
06-20-2005 10:23 PM
Re: Single VPAR Modification
Regards
Tim