This post is more than 5 years old
2 Intern
•
360 Posts
0
2370
April 17th, 2008 07:00
LUN migrate for AIX
Dear All,
I would like to migrate a LUN from RAID 5 to RAID 1/0 on AIX platform.
After doing LUN migration, The disks still showed RAID 5 disk via "lsdev -Cc disk" command, but actual LUN is on RAID 1/0 now.
The disk operation is fine.
Can I correct the disk name from R5 to R1/0?
Thanks,
Dennis Dai
I would like to migrate a LUN from RAID 5 to RAID 1/0 on AIX platform.
After doing LUN migration, The disks still showed RAID 5 disk via "lsdev -Cc disk" command, but actual LUN is on RAID 1/0 now.
The disk operation is fine.
Can I correct the disk name from R5 to R1/0?
Thanks,
Dennis Dai
0 events found
No Events found!


DGM3
238 Posts
0
April 18th, 2008 14:00
the LUN from the SG and re-insert it again or isn't
it possible at all, besides unbinding the LUN and
recreating it ?
In order to ensure the migration is not visible to the host OS (so access to the LUN will not be impacted), the LUN's host-visible configuration information has to stay consistent, so the "right" action to accomplish that goal is keeping the host-visible configuration information the same. Note that Navisphere will accurately report the current RAID level; it is narrowly a text string embedded in some of the configuration information (which the host chooses to echo) that retains the original setting.
If the goal is to cause the text string to be changed, an unbind/rebind/recreate action would be needed, or consider using SAN Copy (internal to the array) to accomplish the migration - neither of these alternate approaches is seemless.
Regards,
DGM
ovivier
142 Posts
0
April 17th, 2008 08:00
If not, do you use PowerPath ? Then you could try to do a "rmdev" on a hdisk (the hdiskpower would still be available), then a "cfgmgr" and "lsdev". If it is succesful, do this on the other paths of the hdiskpower.
sarpydog
2 Intern
•
360 Posts
0
April 17th, 2008 08:00
I have tried following task:
1. umomnt /fs
2. varyoffvg myvg
3. exportvg myvg
4. powermt remove dev=hdiskpowerx
5. rmdev dl hdiskx
6. CARiiON LUN migrate
7. emc_cfgmgr.sh
8. importvg -y myvg hdiskpowerx
9. varyonvg myvg
10. mount /fs
11. lsdev -Cc disk
The disk showed RAID 5 again.
Best Regards,
Dennis
sarpydog
2 Intern
•
360 Posts
0
April 17th, 2008 08:00
I create new RAID1/0 LUN and do LUN migrate directly from R5 to R1/0.
This is CLARiiON data migrate function.
Best Regards,
Dennis Dai
ovivier
142 Posts
0
April 17th, 2008 08:00
dynamox
9 Legend
•
20.4K Posts
0
April 17th, 2008 10:00
i bet something needs to be cleaned up within ODM.
rr_phx
26 Posts
0
April 17th, 2008 13:00
ovivier
142 Posts
0
April 17th, 2008 13:00
sarpydog
2 Intern
•
360 Posts
0
April 17th, 2008 18:00
It identify the type is R1/0.
ODM seems that keep the existing R5 LUN info, so it can't identify the RAID type changed.
How to delete the info via ODM? Will Data be still alive if I clear the info via ODM?
Thanks,
Dennis
dynamox
9 Legend
•
20.4K Posts
0
April 17th, 2008 19:00
data will be there intact. Before you try this ..did you run powermt config after you ran emc_cfgmgr ?
sarpydog
2 Intern
•
360 Posts
0
April 17th, 2008 19:00
follow emc93300 doc, it need to remove fiber card instance.
It's possible to run my environment because I have only on fiber card and use it for booting.
run following command:
odmdelete -q name=$i -o CuAt
odmdelete -q name=$i -o CuDv
odmdelete -q value3=$i -o CuDvDr
done
odmdelete -q name=powerpath0 -o CuDv
odmdelete -q name=powerpath0 -o CuAt
rm /dev/powerpath0
the RAID type is still R5.
Thanks for your respones.
Dennis
dynamox
9 Legend
•
20.4K Posts
0
April 17th, 2008 20:00
DGM3
238 Posts
0
April 17th, 2008 20:00
Regards,
DGM
dynamox
9 Legend
•
20.4K Posts
0
April 17th, 2008 21:00
Thanks
RRR
4 Operator
•
5.7K Posts
0
April 18th, 2008 03:00