Unsolved
This post is more than 5 years old
2 Posts
0
1084
July 22nd, 2009 14:00
Swapping SAN drives using PowerPath
Hi all, first time in.
I've been given the task of changing SAN drives to consolidate wasted space. Forgive me if I don't have all the details (I can get them) but the previous admin is no longer employed. We are running RHE4 with Oracle Database. Could someone point me in the right direction? I'm sure of the basics:
Stop the Powerpath service
Prep the new smaller drives
Swap drives
Verify mapping
Migrate data
Restart Powerpath service
If I am way off, feel free to correct me. I learn fast.
I've been given the task of changing SAN drives to consolidate wasted space. Forgive me if I don't have all the details (I can get them) but the previous admin is no longer employed. We are running RHE4 with Oracle Database. Could someone point me in the right direction? I'm sure of the basics:
Stop the Powerpath service
Prep the new smaller drives
Swap drives
Verify mapping
Migrate data
Restart Powerpath service
If I am way off, feel free to correct me. I learn fast.
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 22nd, 2009 18:00
are these ASM devices or you are using regular LVM ? How are you planning on migrating the data (cpio , rsync ... ? ). What type of array is it on ?
AGnett
2 Posts
0
July 22nd, 2009 19:00
RAID 5
Migation (not sure)
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 23rd, 2009 05:00
soncao01
12 Posts
0
September 4th, 2009 16:00
http://www.linux.org/docs/ldp/howto/LVM-HOWTO/removeadisk.html
SKT2
2 Intern
•
1.3K Posts
0
September 20th, 2009 00:00
Of course, having a pvmove running will eat a big slice of your disk I/O capacity, so you will want to do that at a time when your system is otherwise as idle as possible.
pvmove is design to modify physical volumes collection under the existing logical volume. If you google this command, you will find enough evidence that even without power outage and system failure, the procedure is NOT production ready.
So its up to you to chose.I wont take a chance in PROD