HACMP adding disk for mirroring


 
Thread Tools Search this Thread
Operating Systems AIX HACMP adding disk for mirroring
# 8  
Old 03-25-2009
Don't know what the exact name is with HP EVA but I'd check next that the hdisk4 is unreserved using SCSI3 protocol. With IBM Total storage systems the attribute is reserve_policy=no_reserve and with EMC Clarrion the attribute is reserve_lock=no.
# 9  
Old 03-30-2009
I ended up adding the hdisk4 outside on c-spoc.
I did a extendvg to add the hdisk4 to the volume group. Once added, I go back in to smit hacmp & saw the disk.
# 10  
Old 03-30-2009
Quote:
Originally Posted by CW15
I ended up adding the hdisk4 outside on c-spoc.
I did a extendvg to add the hdisk4 to the volume group. Once added, I go back in to smit hacmp & saw the disk.
If I got you correctly you did an extendvg of the shared VG on one cluster node. If that was the case your cluster is out of sync now. It may be that the cluster will re-sync itself during failover - however there is no guarantee that the cldare operation succeeds. The cluster might as well stop processing in the mid of a failover. The more unpropagated changes you collect the more likely is that the cluster won't work as expected when you need it. Better run a verification and synchronisation on the cluster and / or even better a takeover test.
# 11  
Old 03-30-2009
I did a "Synchronize of volume group" after I added the disk from the active node using extendvg.

I then did a "Mirror a Shared Volume Group" from c-spoc. After the mirroring I did a "Synchronize Shared LVM Mirrors".

I performed the failover of cluster to the other nodes & everything looks ok.
# 12  
Old 03-31-2009
Hi,

I would do it that way, it works almost online, but you lose the cluster functionality for the time of migration, the big advantage: you don't need to use cspoc, you can work with standard lvm-tools

stop hacmp on all nodes, make sure the vg is offline everywhere

exportvg on all nodes, backup /etc/filesystems, expect the node you want to do the migration on



go on that node, run varyonvg and mount all filesystems

asign the cluster ip manually, for example with smitty inetalias

this takes you about 5minutes

start the application if you want, else you don't need to mount filesystems or assign the cluster ip


now work with the vg like in non clustered envrionment, extendvg, mklvcopy and so on


when the data is migrated, varyoffvg and remove the cluster ip

read the new disks on all nodes, und use importvg, IMPORTANT: Volume Group major Number must stay the same, check with ls -l /dev/vgname
use importvg -V majornumber -y vgname hdiskX

restore /etc/filesystems



varyoff all vgs

verify and synchronise the cluster best with the option to automatically correct errors, else it will fail because of the changes vgda timestamp

now you can start the cluster





i think I would do it that way
# 13  
Old 06-21-2009
hello,

Did anyone face this strange problem with POWER HA 5.5 ( HACMP )

Two Node Configuration
- Mirrored ROOTVG on both nodes
- HDISK0 with HDISK1
- Broke the Mirror on HDISK0
- Made HDISK1 bootable and changed the bootlist to include only HDISK1
- Deleted HDISK0
- Rebooted the systems

After this I can't start HACMP if the other node is off. If the both nodes are online then only I can see --> smitty cl_start screen otherwise if one node is down and the other is up, when i type --> smitty cl_start ; i get a message...additional software needs to be installed....... etc.etc..

then I get strange messages in my log file

my solution was to re-install AIX and re-install HACMP.

is there any other solution ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Help with adding new disks in HACMP

Hi Below are the new luns added by the storage team. My cluster setup is a three node HA cluster. I could see the below mentioned luns on all the three nodes : hdisk26 00084dd0ef986943 None hdisk27 00084dd0ef988d1f None and we tried to... (3 Replies)
Discussion started by: newtoaixos
3 Replies

2. Red Hat

Disk Mirroring

Hi, How to identify whether the disk is being mirrored or not in RHEL (2 Replies)
Discussion started by: gsiva
2 Replies

3. Solaris

disk mirroring

hi every body I'm new to solaris and I need your help in how to configure disk mirroring for 4 hard disks so that two of them will be replica to the other two ...??? Thanxx (7 Replies)
Discussion started by: mm00123
7 Replies

4. Solaris

Disk Mirroring on solaris 5.8

Hi Friends, I am having Sun Solaris 5.8 OS installed having 2 different size hard disk, sizes are c0t0d0s0(160 GB) and c0t2d0s0 (40GB). I have installed Sun Solaris 5.8 OS in c0t0d0s0 (160GB) harddisk. I have configured all the parameters required for disk mirroring. But when executing... (4 Replies)
Discussion started by: Vijayakumarpc
4 Replies

5. UNIX for Advanced & Expert Users

Mirroring Disk Geometry

How can one mirror disk geometry from one hard disk to another in Solaris. Is disk snapshot same as a mirror? Pls explain. (3 Replies)
Discussion started by: lexusujx
3 Replies

6. Solaris

Help !! disk Mirroring

Hi I have a Sunfire X4100 box with a 4 disk Chassis (although I only have 2 disks in it). I have been asked to add two more disks into the chassis so that I can mirror the original two using SVM .....Ive read through a couple of SVM docs but am finding it a little confusing, and if any of you... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

7. Solaris

Disk mirroring

Hi I have two raw disk that I want to mirror and then create soft partition on that. Could someone please help in the steps required c0t1d0 c0t0d0 Thanks Ajwat (2 Replies)
Discussion started by: Ajwat
2 Replies

8. Shell Programming and Scripting

Disk mirroring

Good Morning :) I have a new challenge to solve, I am going to write a new backup disk mirroring script. The current one, whcih is useing 'dd' caused some stalled systems :( Currently I am in the phase of experimenting with different methods, I was thinking about dump/restore afio/cpio or... (3 Replies)
Discussion started by: malcom
3 Replies

9. UNIX for Dummies Questions & Answers

Disk mirroring under RedHat 8

I would like to build a new box that has the disk mirrored to another IDE disk on a different channel. Does anyone know if a RAID controller like the Promise is supported under RedHat 8, or should I use a software RAID. (1 Reply)
Discussion started by: 98_1LE
1 Replies

10. UNIX for Dummies Questions & Answers

what is disk mirroring in unix?

Can anyone give some answers on what is disk mirroring in Unix? It may be related to unix online backup. (2 Replies)
Discussion started by: asutoshch
2 Replies
Login or Register to Ask a Question