SAN Migration


 
Thread Tools Search this Thread
Operating Systems AIX SAN Migration
# 8  
Old 05-07-2014
Thank you very much.
Yes I can get downtime for cluster

---------- Post updated 05-07-14 at 08:31 AM ---------- Previous update was 05-06-14 at 02:01 PM ----------

Hi,

Thank you ver much.
Yes i can get a downtime for the cluster
# 9  
Old 05-07-2014
Quote:
Originally Posted by ElizabethPJ
Thank you very much.
Yes I can get downtime for cluster
You do not even need a downtime for the cluster, provided that your SAN disks allow for concurrent access (check with "lsvg <vgname>" if it is "enhanced concurrent capable" and if it is opened in concurrent mode).

If this is indeed the case:

- attach the new disks to both nodes, run "cfgmgr" on both nodes to create the new devices. Check with "lspv".

- add the new volumes to your VGs on the active node:
Code:
extendvg <volumegroup> <hdisk-device>

- mirror the old disks to the new disks. Switch off automatic sync and do a "syncvg" afterwards, it is usually much faster. Use the "-P" switch to let it run in parallel:

Code:
mirrorvg -s <volumegroup> <hdisk-device>
syncvg -P <##> -v <volumegroup>

- after the syncing is finished do a "learning import" on the passive node. The passive node knows only the old disk to be in the VG so far, so use this to reimport the VG definition from:
Code:
importvg -L <volumegroup> <old hdisk-device>

- on the active node unmirror the VG, removing the mirror on the old disk, then move that old disk out of the VG:
Code:
unmirrorvg <volumegroup> <old hdisk-device>
reducevg <volumegroup> <old hdisk-device>

- again do a "learning import" on the passive node to sync the VG definition across cluster nodes, this time from the new disk:
Code:
importvg -L <volumegroup> <new hdisk-device>

Remove the zones from the fabric and delete the old hdisk-devices. When running "cfgmgr" again they should not be discovered any more.

I hope this helps
bakunin
# 10  
Old 05-09-2014
Hi,

consider the 3par Implementation Guide for AIX.

302 Moved Temporarily

Also check your environment with HP SPOCK site:
HP Storage Single Point of Connectivity Knowledge - SPOCK
# 11  
Old 05-23-2014
thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Faster way: SAN hd to SAN hd copying

hi! i got a rhel 6.3 host that already have an xfs filesystem mounted from a SAN (let's call it SAN-1) whose size is 9TB. i will be receiving another SAN (let's call it SAN-2) storage of 15TB size. this new addition is physically on another SAN storage. SAN-1 is on a Pillar storage while the new... (6 Replies)
Discussion started by: rino19ny
6 Replies

2. Solaris

How to identify if disk is attached to SAN and assist in migration.?

I am working on VM host and collecting data to identify the type of storage attached to the server which will be migrated to VNX. it has one ldom created on it luxadm probe output --- No Network Array enclosures found in /dev/es Found Fibre Channel device(s): Node... (7 Replies)
Discussion started by: kpatel786
7 Replies

3. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

4. Red Hat

Volume group not activated at boot after SAN migration

I have an IBM blade running RHEL 5.4 server, connected to two Hitachi SANs using common fibre cards & Brocade switches. It has two volume groups made from old SAN LUNs. The old SAN needs to be retired so we allocated LUNs from the new SAN, discovered the LUNs as multipath disks (4 paths) and grew... (4 Replies)
Discussion started by: rbatte1
4 Replies

5. HP-UX

SAN Migration question

Hi, I am very new to HP-UX, and we're going to be doing a SAN migration. We're going to take down the machine, and zone it to the new SAN. My question is, will the device names change and will that interfere with the LVM? If the new disks come in with different device names, how would I... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

6. Solaris

Need Help On Solaris Cluster Steps For San Migration

I am going to do a SAN Array migration and need the sequence of steps required on the Solaris cluster before moving the old array luns to new array luns. Here are the steps and I need info on the bold points:( I might even be wrong on the sequence of steps please correct me if I am wrong) 1.... (0 Replies)
Discussion started by: sunshinedeepu
0 Replies

7. HP-UX

SAN Migration of HP-UX hosts

Hello gurus, I am a SAN Admin - not very familiar with the HPUX administration - so need help with the steps in regards to the migration I need to do at my client place. Environment: Migrating from CX4 to VMAX - using OR/Hot Pull. Here are the steps I have put together - HPUX gurus please... (5 Replies)
Discussion started by: jps460
5 Replies

8. AIX

IBM SAN TO SAN Mirroring

Has anyone tried SAN to SAN mirroring on IBM DS SAN Storage. DS5020 mentions Enhanced Remote Mirror to multi-LUN applications I wonder if Oracle High availibility can be setup using Remote Mirror option of SAN ? (1 Reply)
Discussion started by: filosophizer
1 Replies

9. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies

10. HP-UX

SAN migration

Hi, I'm going to be involved in a migration of SAN islands to one big SAN. I've not worked with SANs before and I'm not sure how to approach this. I suspect the disk devices on the HP servers are going to change, when the EVA's and servers are plugged into this new Cisco 9509 switch. Any... (0 Replies)
Discussion started by: Hils
0 Replies
Login or Register to Ask a Question