- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Simple eva3000 Question
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-23-2006 08:12 PM
05-23-2006 08:12 PM
I am needing to expand a vdisk on our EVA3000 SAN. Without HP Volume Growth software, how do I go about expanding the vdisk on the fly?
Best Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:35 PM
05-23-2006 08:35 PM
Re: Simple eva3000 Question
If your os doesn't support extending a disk then it will not work. In your case you don't have HP Volume Growth.
So it is better to add an extra vdisk and add it to your OS partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 09:03 PM
05-23-2006 09:03 PM
Re: Simple eva3000 Question
Apologies for my lack of eva knowledge...
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 10:40 PM
05-23-2006 10:40 PM
Solutionfirst backup your data, just in case.
In Command View EVA, type in the new (larger) size for your Vdisk. Wait until the Vdisk has been fully expanded on the EVA . After this Windows' Disk Manager will see that the disk is bigger and the new space is "Unallocated". If you have just one partition on the disk, then it's no problem to extend this partition using diskpart (in the Windows 2000 Resource Kit)
For example, in Disk Manager, the disk is called Disk 3 and has a single partition F:, start diskpart from the command line and then use the following commands.
SELECT DISK 3
SELECT PARTITION 1
EXTEND
And hey Presto, F: has been extended! See Microsoft's Website for more details on how to use DISKPART.
Note: this only works for Windows. I don't think Unix would support dynamically growing a disk on the EVA. For that you would need to use Luk's suggestion.
Regards,
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 10:44 PM
05-23-2006 10:44 PM
Re: Simple eva3000 Question
http://www.microsoft.com/windows2000/techinfo/reskit/tools/new/diskpart-o.asp
but it seems to have moved. It should be in the W2000 ressource kit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 11:07 PM
05-23-2006 11:07 PM
Re: Simple eva3000 Question
Best Regards and thanks for your posts.