HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding new disk drives to EVA5000 and HP-UX
Operating System - HP-UX
1833087
Members
3108
Online
110050
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-25-2006 05:36 AM
07-25-2006 05:36 AM
Adding new disk drives to EVA5000 and HP-UX
I have an RP7420 HP-UX system attached to an EVA5000. The EVA5000 has 8 trays, running a Raid 1 configuration. I also have Online JFS filesystem. I need to add additional space to certain mount points. I have check the available space in each VG by looking at the free PEs. I do not have enough space available to add to my mount points. So I know that I need to buy and install additional disk drives. I know in Raid 1 config for every drive I install I have to install a matching drive for Raid 1. I've tried to comply with the minimum of 8 drives per VG. So a number of questions come up.
1) How do I add drives to the EVA5000?
2) Should the new drives be the same size as the drives in the current VG?
3) How do I get the HP-UX system to see the new drives?
4) How do I carve the drives up?
5) How do I assign the carved up drives to certain mount points?
6) Am I forgettnig any thing else?
As always thanks for you help.
1) How do I add drives to the EVA5000?
2) Should the new drives be the same size as the drives in the current VG?
3) How do I get the HP-UX system to see the new drives?
4) How do I carve the drives up?
5) How do I assign the carved up drives to certain mount points?
6) Am I forgettnig any thing else?
As always thanks for you help.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 06:03 AM
07-25-2006 06:03 AM
Re: Adding new disk drives to EVA5000 and HP-UX
I'm not sure about your current config, but try to answer your questions:
1) just plug in and add them to a disk group
2) not a bad idea, but not mandatory
3) the server can't see the drives, only vdisks. so create a vdisk and present it to your server
4) just create vdisks with a size you need
5) the presented vdisks are seen like a disk. create a VG (or add it to an existing VG) and create LVOLs. make a filesystem on it and mount it.
6) not sure ;-)
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!
1) just plug in and add them to a disk group
2) not a bad idea, but not mandatory
3) the server can't see the drives, only vdisks. so create a vdisk and present it to your server
4) just create vdisks with a size you need
5) the presented vdisks are seen like a disk. create a VG (or add it to an existing VG) and create LVOLs. make a filesystem on it and mount it.
6) not sure ;-)
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
07-25-2006 06:34 AM
07-25-2006 06:34 AM
Re: Adding new disk drives to EVA5000 and HP-UX
Shalom,
1) You buy compatible drives and stick them in the next available slot.
2) No, they can be bigger or smalling depending on your needs. Make sure they are of similar performance, mixing on 10K drives with 15K drives can impact overall performance though the EVA folks deny this concept.
3) See 4
4) You use the control station for the EVA to allocate the drives to LUNS.
5) Add the space to the LUNs in 4 and then lvextend the logical volume
6) With Online JFS you need not umount the filesystem to extend it.
I recommend you continue your raid 1 configuration and therefore you will need to allocate drives to the various LUNs in pairs. It is always better to handle raid on the EVA than with mirror/ux
SEP
1) You buy compatible drives and stick them in the next available slot.
2) No, they can be bigger or smalling depending on your needs. Make sure they are of similar performance, mixing on 10K drives with 15K drives can impact overall performance though the EVA folks deny this concept.
3) See 4
4) You use the control station for the EVA to allocate the drives to LUNS.
5) Add the space to the LUNs in 4 and then lvextend the logical volume
6) With Online JFS you need not umount the filesystem to extend it.
I recommend you continue your raid 1 configuration and therefore you will need to allocate drives to the various LUNs in pairs. It is always better to handle raid on the EVA than with mirror/ux
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
07-26-2006 07:45 AM
07-26-2006 07:45 AM
Re: Adding new disk drives to EVA5000 and HP-UX
Torsten and Steven,
Hello and thanks for your replies. After reading your responses I reviewed command view on my SAN appliance for my EVA. I think I follow your logic but do not know the commands or process to create LUNS or Vdisks from the newly installed disk drives. Nor do I know how to make sure that if I have inserted 2 new drives that the second of the 2 drives will be dedicated to RAID1. Can you offer any help or point me to EVA documents?
Thanks,
Hello and thanks for your replies. After reading your responses I reviewed command view on my SAN appliance for my EVA. I think I follow your logic but do not know the commands or process to create LUNS or Vdisks from the newly installed disk drives. Nor do I know how to make sure that if I have inserted 2 new drives that the second of the 2 drives will be dedicated to RAID1. Can you offer any help or point me to EVA documents?
Thanks,
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP