- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Relocation of disks
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-07-2004 01:37 AM
04-07-2004 01:37 AM
What's the easiest way to move a harddisk from one slot to another in a MA8000? I do not wan't to change any units, just move the disk to another SCSI channel to get better performance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 02:43 AM
04-07-2004 02:43 AM
Re: Relocation of disks
delete the disk from the location
add the disk to a new location (DO NOT INITIALIZE)
add the disk (in the new location) to the raid or mirror sets
Be sure to stop any I/O running on the system (for exampleL shutdown Oracle) so you do not have access to the disks
Also take a full backup just in case someting happens.
Mohamed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 03:29 PM
04-07-2004 03:29 PM
Re: Relocation of disks
What OS? For example on Tru64 you can readily change device names back (dsfmgr -m) should they change after re-presenting.
I suspect it is not worth it to change.
It could be, but it is pretty rare to have it make a significant effect. Maybe you can explain to us why you think it will make a difference? Is the current bus really at capacity, or just heavily loaded.
Still, The HSG80 Userâ s Guide dedicates a few pages to "Moving Storagesets" around page 3-73. Read all about it!
The indicated procedure will however (best I can tell) recreate a unit and with that create a fresh WWID which in turn will likely create a new lun on our server.
Good Luck,
He
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 03:49 PM
04-07-2004 03:49 PM
SolutionThis really depends on if it is a mirorset, or a raidset. Plus, do you have an extra (SPARESET) drive to play with?
If I had an extra drive to play with, I would do one of the following.
Mirrorset:
Set the replacement policy to NOPOLICY.
Increase the membership to 3.
Add the third member.
After the copy is complete, reduce the drive that you want removed.
set your policy back to what you had originally.
This can also be accomplished by having the drive you want added as the only SPARESET disk, and increase the membership. It should autospare in for you if you have set AUTOSPARE ENABLED.
Raidset: This is riskier.
have the drive you want added as the only spareset drive.
Remove the drive that you want moved.
Wait for the raidset to re-build.
There is really no safe way with the raidset to replace this. You are expose while the raidset re-builds.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 08:58 PM
04-07-2004 08:58 PM
Re: Relocation of disks
it is possible to delete a unit, storageset and the disks from the controller configuration - then move the disks around and finally add everything in reverse order.
You just leave off the INITIALIZE command to the storageset and the unit will retain the WWID (it is stored in the metadata on the disks). Of course I would re-add the unit with 'DISABLE_ACCESS_PATH=ALL' and then set up the connections.
I have done it several times for Tru64 Unix V5 systems. It worked and we didn't get any new device names.