Did a Mistake with HACMP


 
Thread Tools Search this Thread
Operating Systems AIX Did a Mistake with HACMP
# 8  
Old 10-20-2008
So it's ECM ok. Coming to think about that you extended the FS on a SAN - did you add a hdisk device to the VG in question or did you grow the FS on disk that was already known in the cluster? If you did add a disk, was its PVID visible (known) to all cluster nodes before you extended the FS?
# 9  
Old 10-21-2008
sync

have you tried sync?
# 10  
Old 10-21-2008
Hi,
Thanks for all reply,
I just grow the FS, I've not added disks on the cluster.
I didn't try the sync command, do you mean a syncvg ?.

I'm just preventing the case of a failover, and want to know if I can check that my HACMP is not broken.

Thanks again.
# 11  
Old 10-21-2008
sync as in hacmp sync.
"accident" happens all the time such as in your case.
if sync while hacmp is active not possible, you might want to think about bring the hacmp down and then sync it.
# 12  
Old 10-21-2008
If I run a sync, is there an impact on the production ?
Thanks
# 13  
Old 10-21-2008
only if you bring the hacmp down.
you could sync it while it's active.
It will probably give you errors. Save the errors.

But if you want to be catious, do it when it is not busy.
# 14  
Old 10-21-2008
Quote:
Originally Posted by azzed27
[...]I just grow the FS, I've not added disks on the cluster. [...]
I'm just preventing the case of a failover, and want to know if I can check that my HACMP is not broken.[...]
Assuming that there are no more unpropagated changes to your cluster environment I think you don't need to worry. Probably the easiest way to react to what you did would be: do nothing. HACMP has a function called lazy update which would detect the change in the FS during failover/takeover and can synchronise the cluster nodes without manual intervention. There are two possible drawbacks to keep in mind though. Firstly: the next takeover will take somewhat longer. Depending on your Resource Group that might or might not be a problem. Secondly: there is the possibility to overload the lazy update if there are several unpropagated changes. In such a case a takeover can fail. So when I said "do nothing" this also means: do not change anything in the cluster again before it is in sync again. Hopefully there weren't any unmanaged changes already before you extended the FS. After it is in sync use CSPOC only to configure the cluster's environment. It might be a good idea to edit the cluster node's herald message to inform root to not use standard AIX configuration commands.

Should you feel unhappy with this, there is also the possibility to update the LVM information on secondary nodes manually.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Strange type mistake?!

Hi, I want to start MY_PROGRAM in a bash script with additional parameters given in the CONFIGURATION_ARRAY. IFS="'" CONFIGURATION_ARRAY=( '-N 0 -m 0' '-N 0 -m 1' ) for configuration in ${CONFIGURATION_ARRAY} do //DEBUG N=${configuration%-*} //-N 0 M=-${configuration##*-} //-m 0... (5 Replies)
Discussion started by: xraystorm
5 Replies

2. UNIX for Advanced & Expert Users

How to stop a reboot after init 6 is given by mistake?

Hi, I recently had an issue and by mistake a script of mine has initiated init 6 command, Is there a way to stop the reboot manually after init 6 is given, Your response is highly appreciated. Thanks in advance !! (9 Replies)
Discussion started by: nanz143
9 Replies

3. UNIX for Dummies Questions & Answers

Can anyone help me to spot my mistake?

Hi there can anyone help me to spot my mistake and please explain why it appears My code : #!/usr/bin/gawk -f BEGIN { bytes =0} { temp=$(grep "datafeed\.php" | cut -d" " -f8) bytes += temp} END { printf "Number of bytes: %d\n", bytes } when I am running ./q411 an411 an411: ... (6 Replies)
Discussion started by: FUTURE_EINSTEIN
6 Replies

4. AIX

HACMP does not start db2 after failover (db2nodes not getting modified by hacmp)

hi, when I do a failover, hacmp always starts db2 but recently it fails to start db2..noticed the issue is db2nodes.cfg is not modified by hacmp and is still showing primary node..manually changed the node name to secondary after which db2 started immediately..unable to figure out why hacmp is... (4 Replies)
Discussion started by: gkr747
4 Replies

5. Shell Programming and Scripting

Do not find the mistake in a small routine!!!

Have a textfile (regular updated) with informations about datafiles . Each line is describing a datafile. Now I am trying to delete several specific lines in this textfile, which are defined before in a kind of removal list. Can not find the mistake I have done in the script because in the... (5 Replies)
Discussion started by: jurgen
5 Replies

6. UNIX for Dummies Questions & Answers

Probably some stupid mistake...

Hi everyone ! I have a file wich look like this : >Sis01 > Sis02 ... >Sis44 I want to separe each paragraphe in a different file, so I decide to use the "FOR" loop + sed. for f in {01..44} do (5 Replies)
Discussion started by: sluvah
5 Replies

7. Shell Programming and Scripting

Is there any mistake in this code:

cat $1 | sort -n | uniq | $1 in other words, I sort the content of the file and put the ouput in the same file, is there any mistakes in this cshell code ??? (4 Replies)
Discussion started by: Takeeshe
4 Replies

8. Shell Programming and Scripting

Can't find the mistake in sed expression

Hi there, Can anyone help me find the correct expression for sed. I want to repace iface eth0 inet wathever with iface eth0 inet static Thanks for your help Santiago (5 Replies)
Discussion started by: chebarbudo
5 Replies

9. UNIX for Dummies Questions & Answers

Crontab Mistake!!!

Hi. I hope someone can help me with this problem. Being a novice to Unix, I editted my crontab directly by typing " crontab -e ". Well, I needed to make some changes so, I typed " crontab -r ". Now I have no crontab, and I can't seem to get crontab to write a new file. I' ve tried: vi... (4 Replies)
Discussion started by: cstovall
4 Replies
Login or Register to Ask a Question