Sponsored Content
Operating Systems AIX [Tip] FS-Manipulation in 7.1.3-Clusters Post 302952224 by bakunin on Saturday 15th of August 2015 09:00:02 AM
Old 08-15-2015
[Tip] FS-Manipulation in 7.1.3-Clusters

In principle it is possible to create FSes on shared volume groups with cluster methods (also known as C-SPOC), either from the command line or using the respective SMIT menus. In practice, however, many options are missing in the C-SPOC variants. For instance, it is not possible to add a mountgroup to a newly created FS.

Many (me included) rely therefore on non-cluster methods (the normal crfs-command, et. al.) even in cluster environments. One common method, using the non-documented command imfs, is like this (we are supposing a two-node active/passive-cluster here):

Code:
root@activenode # crfs ....
root@passivenode # varyonvg -ncA <sharedvg>
root@passivenode # imfs <sharedvg>
root@passivenode # varyonvg -ncP <sharedvg>

This will not work any more with HACMP 7.1.3 upwards because IBM introduced a new (and very badly documented) fencing mechanism. If you try the above on a newer cluster you will immediately find the disks in <sharedvg> in the errpt as missing. The only method to get clear from this is to cycle the cluster completely.

Instead use the following method now:

Code:
root@activenode # crfs ....
root@passivenode # /usr/es/sbin/cluster/events/utils/cl_set_vg_fence_height -c <sharedvg> rw
root@passivenode # varyonvg -ncA <sharedvg>
root@passivenode # imfs <sharedvg>
root@passivenode # varyonvg -ncP <sharedvg>
root@passivenode #  /usr/es/sbin/cluster/events/utils/cl_set_vg_fence_height -c <sharedvg> ro

If you want to try the - old and new - method use a cluster you can afford to powercycle. There, you will be able to watch the problem unfold in hacmp.out - or the C-SPOC log, if you have used it.

I hope this helps.

bakunin
________________________
Sources:
This User Gave Thanks to bakunin For This Post:
 

8 More Discussions You Might Find Interesting

1. High Performance Computing

question about clusters

hello all...first off let me say hi and im really glad to be apart of this community....tried to join awhile back but i couldnt for some reason im a highschool student and im eager to learn and what im trying to learn now is clusters i have 3 computers in my room all connected on a simple hub ... (1 Reply)
Discussion started by: hexadecimal0011
1 Replies

2. Solaris

about Solaris Patch Clusters md5sum

Hi, for Solaris Patch Clusters version 10_x86_Recommended.zip (Jul 15 2009 / 817 MB - SunSolve) MD5: be40488b0fb1d081deda69dbca415be3 is correct? (the problem is that I don't have an account. ...therefore I can't login on Sunsolve for view MD5 page) yes, is a terrible thread! ... (3 Replies)
Discussion started by: gxmsgx
3 Replies

3. Solaris

meaning of states in sun clusters

Hi Everybody, As I am new to Sun Clusters, Please help me what is "online but not monitored" state of resources and "online - service is online" in status message. Thank you. (1 Reply)
Discussion started by: mayahari
1 Replies

4. Solaris

jumpstart install clusters

Hello, I'm trying to jumpstart a machine with Solaris 10, however the disks in my machine are only 18GB, but I want to have all the developer packages but none of the X windows stuff that can be quite large. Wondered if it was possible to somehow get a list of all packages and remove the ones... (4 Replies)
Discussion started by: Actuator
4 Replies

5. Solaris

VCS Clusters

:)Hi, can someone please explain VCS clustering and where do we need VCS clusters ..? :o:)Thanks in advance :o:) (1 Reply)
Discussion started by: amitbisht9
1 Replies

6. High Performance Computing

I/O bound computing clusters

I want to build a computing cluster and have been looking into grid solutions. My understanding from grid solutions is that participating nodes have to actually sign up to participate in a computation and that an isolated piece of work is sent to the node through a request from that node (pull).... (4 Replies)
Discussion started by: figaro
4 Replies

7. Red Hat

How to configure redhat clusters on VMWARE?

I'm using redhat 5.1 installed on VMware work station9. Can you guys help me to configure redhat clusters. (1 Reply)
Discussion started by: karthik9358
1 Replies

8. Shell Programming and Scripting

Getting unique based on clusters

Hi, I have a file with 25 clusters and each cluster has multiple rows. I need to find the unique genes in each cluster and assign them Annotation Cluster 2 Enrichment Score: 10.199579524507685 Category Term Count % PValue Genes List Total Pop Hits Pop Total Fold... (1 Reply)
Discussion started by: Diya123
1 Replies
All times are GMT -4. The time now is 01:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy