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
08-13-2009 06:05 AM
08-13-2009 06:05 AM
lvm
What will be the best choice for manageability and high availability. We have purchase an rx7640 and eva. The hpux system will have few customers that have each one few env into a single instance of the o/s (prod, preprod and test). There is 2 area I want to protect, client db and the clients apps.
option1
Should I build vgdata and vgapps with a logical volume for each of my client inside the vg.
eg
/dev/vgdata/lvol1_client1_prod
/dev/vgdata/lvol2_client1_test
/dev/vgdata/lvol3_client2_prod
with mount point
/data/client1/prod
/data/client1/test
/data/client2/prod
or
option2
should I build a vg per client env
eg
/dev/vg_client1_prod/lvoldata
/dev/vg_client1_prod/lvolapps
/dev/vg_client1_test/lvoldata
/dev/vg_client2_prod/lvoldata
with mount point
/client1/prod/data
/client1/prod/apps
/client1/test/data
/client2/prod/data
pros and cons will be appreciated with any recommendations.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:18 AM
08-13-2009 06:18 AM
Re: lvm
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
08-13-2009 06:24 AM
08-13-2009 06:24 AM
Re: lvm
I would enforce a clear separation between prod and test (as you did in both) but also between the data and apps (as you did in the latter). The advantages I see: you may have different backup strategies for data and apps (apps will change not so frequently); apps have I/O files, log files , which should comply to different operations policies than the data.
Also, as you designed the latter, this reflects on the EVA in different virtual disks (which may have different redundancy techniques; thus optimizing for space and performance). Maybe you will implement disaster recovery for this , and adopt Continuous Access : each DR group I think it's best to be separated between data and apps. Also any fine tuning performance improvement techniques on the storage are dependent on the flexibility your design allows (maybe you want one controller to handle data , and the other apps issues).
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:27 AM
08-13-2009 06:27 AM
Re: lvm
I am agree with torsten.
use the different vg for prod app test, client wise. So it will avoid the conflict and troubleshooting will be easy also business continuity will be achieve.
Regards
prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:37 AM
08-13-2009 06:37 AM
Re: lvm
On the eva side I will need to build vdisk for each lun that I will present to my unix system.
I will have a lot of vg:
/dev/vg_client1_prod
/dev/vg_client1_test
/dev/vg_client2_prod
...
/dev/vg_client10_test
Do I absolutely need to build a lun for each vg or I can share lun? The reason I'm asking if for provisioning, I think it will more difficult to plan disk spaces!!!
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:42 AM
08-13-2009 06:42 AM
Re: lvm
If you want to create 2 different filesystems in a single vdisk (LUN) - no, don't try this.
What is your OS? If 11.31 consider to use LVM 2.1 and you can easily extend the virtual disks sizes if needed.
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
08-13-2009 06:57 AM
08-13-2009 06:57 AM
Re: lvm
so, if I build vdisk client1_prod of 50gb, build a vg_client1_prod with few lv that will share the 50gb.
What you are telling me is that I will be able to increase the size of the vdisk and automatically without shutdown anything, I will get the increase disk space at the hpux level, but only if I use lvm 2.1?
what is the impact of doing so?
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 08:09 AM
08-13-2009 08:09 AM
Re: lvm
why you are saying to use LVM 2.1? it look like DLE (dynamic lun expansion) will work for me with version 1. Is there other features that will be helpfull in 2.1?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 08:27 AM
08-13-2009 08:27 AM
Re: lvm
Newer versions of LVM can expand logical volumes without intervention.
That feature actually frightens me a bit, because you are never sure if the amount is going to be right and the disk configuration will be correct.
However in this case you are looking at presenting the data in a LUN, and you're concerns are minimal.
Here is a document to explain the features.
http://docs.hp.com/en/5992-4589/ch01s04.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 10:15 AM
08-13-2009 10:15 AM
Re: lvm
Why don't you just employ vPars and segregate the environments if you have the $$$?
Also if you're on 11.31, you may want to use VxVM base since 11.31 already offers you path protection and load balancing to your EVA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 10:49 AM
08-13-2009 10:49 AM
Re: lvm
the server will host db and application and it will not be a file server.
Thanks,