- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help on volume creation..
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
04-25-2005 06:01 AM
04-25-2005 06:01 AM
Help on volume creation..
If I create new environment:
- I Might create 8-10 VG's of few GB's or whatever sizes. My convention of creation is
/dev/vg
Under this I usually use striping, and then I create LV's, LV's I name them as v2000-0001 thru whatever possible number.
When I create vols I create v2000-0001 in 1st VG and v2000-00002 in second VG and so forth.
Even if it is not a new VG, my environment is like this, I have to pick up last vol and create new vols..just running alternatively through all VG's..
I know there will be good ideas which might come up from lots of guys..
Few things are - this is standard, so not really I can change standard.
- I got script to get last VG major number and creae after that.
- Also I have scripts to fix VG' across different hosts..
Please let me know if you guys have ideas on creating vols alternatiely running through all VG's.
Thanks a lot
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 07:22 AM
04-25-2005 07:22 AM
Re: Help on volume creation..
Why?
What is the underlying storage device?
Is this for a database?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 08:03 AM
04-25-2005 08:03 AM
Re: Help on volume creation..
Usually I get say some LUNs, those I allocate to VG's. While doing so, I usually take alternate paths on LUNs. Like c1 first then c2, and next time c2 first and then c1...like that we roll for performance..
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 08:12 AM
04-25-2005 08:12 AM
Re: Help on volume creation..
This is for an informix database, right?
Are you using EMC's PowerPath?
Is the storage a Symmetrix, DMX or clariion?
Hypervolumes? Metavolumes? disk drive size and speeds? scsi/fibre channel?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 08:22 AM
04-25-2005 08:22 AM
Re: Help on volume creation..
I use powerpatch, Symmetrix/DMX..Hypervolumes 34GB...I have many environments, like ERP, EDW..CYBER..many more..
Thanks and regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 10:55 AM
04-25-2005 10:55 AM
Re: Help on volume creation..
I've done scripting that follows the same idea. It's a round robin through through all possible paths to brings you to the next pv path for the next lv. Consider 4 cards going to a storage system, then hooking to a switch with two paths to each LUN presented via to cards into the storage system. This gives 8 paths to each LUN right? The trick then becomes to generate a list of primary paths and alternate paths in a rotation of cards, slots on the switch, and into the storage system.
OK, I've got those scripts, but, They are SO hard coded for my McData switch presenting itself at a certain level in the hardware path, and dependent on 4 cards from the system and 2 into the storage server per LUN, well, I'm not going to post it b/c it's just not at portable unless you've got the same configuration.
So, I can attest that what you're doing is in the realm of what some (or at least - me) would call a proper method to allocating and balancing your disk structures. But, since I did all this HP now has AutoPathing which is pretty inexpensive and can keep you from having to do all this. I'm sure EMC has something which is similar which will keep you from having to do this, and probably provide better balance than the above round-robin approach. Given the opportunity just to purchase a better answer after going through all of the work of doing it by hand - I'd suggest you purchase your way through it. But, if you've got the time, doing it like you're thinking does produce a system that is relatively well balanced.