Sponsored Content
Operating Systems Linux Red Hat Clustering Technology Documentation Post 302767209 by Safi1982 on Wednesday 6th of February 2013 11:47:20 AM
Old 02-06-2013
Clustering Technology Documentation

Hello,

I'm new in this forum.

I'll have a new project to change architecture for our servers.

From one server where we found database oracle 9i and Oracle application ebs 11 installed in HPux to cluster that contain nodes in redhat.

Can you give me a detailed documentation that explain how to make this cluster architecture.

I'm new in clustering technology.

i found a lot of documentation in Internet, but i prefer have a real good reference and also good start.

thanks for your help
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Clustering or not

I woulld like to use the JDE newest version, but I am considering whether using 2 X Wintel server with clustering or 1 Unix server without clustering. Is Unix stable enough to except the clustering? (0 Replies)
Discussion started by: superlouis
0 Replies

2. UNIX for Advanced & Expert Users

Mirroring and Clustering with Veritas

Can anybody help me how to mirror the solaris 10 step-by-step with veritas. Have two disks. Then how can I cluster with veritas (1 Reply)
Discussion started by: karole
1 Replies

3. HP-UX

need to recall my hp serviceguard clustering

hi, do u know any link that will get back to me up to speed on hp serviceguard on clustering? thanks and much appreciated, itik (2 Replies)
Discussion started by: itik
2 Replies

4. Solaris

Clustering filesystems

SunOS 5.10 Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise How can I tell if "clustering" is being used in my shop? I have to file systems that are identical. These filesystems are nfs mounted. But how can I tell if they are being kept in sync as a result of clustering or some other... (2 Replies)
Discussion started by: Harleyrci
2 Replies

5. UNIX for Dummies Questions & Answers

Linux Clustering

hi guys Some time ago I used Linux HA(Heartbeat) to setup like 3 cluster. Now I have to install another 2 cluster and was checking more info to be sure HA was still used but I found some other stuff like OpenAIS - Corosync - Pacemaker to tell you the truth I am kinda confused here I get... (0 Replies)
Discussion started by: karlochacon
0 Replies

6. Linux

Linux os clustering

Hi, I have done the OS clustering in linux redhat 5.6, my one node is down and when i am trying to reboot the other node it is not coming up. any pointer to this would be helpful. the SAN storage luns are not coming as mounted (2 Replies)
Discussion started by: mohitj.engg
2 Replies

7. HP-UX

HP-UX Clustering

Hello guys, I would like to ask for your assistance, since i am new to HP-UX. Please give me some documentation about clustering in HP-UX. More precisely design,architecture, configuring etc. I am working on my master thesis right now and would like to include some guidance about that.... (1 Reply)
Discussion started by: bazillion
1 Replies

8. Ubuntu

Newbie With Linux Clustering, Need Help!!

Hi All, I am new user here and a new one to try clustering with Ubuntu nodes, and need help. If I should be in another place please mention. I have a two nodes with Ubuntu 14.04 installed on them. I need to make a cluster consisting of these two nodes with purpose of experimentation with... (3 Replies)
Discussion started by: IncognitoExpert
3 Replies

9. UNIX for Beginners Questions & Answers

Clustering for beginners. Few questions.

Hello! I need some advices from You. How many days i need to setup cluster using virtual box for mid exp user? Do you have any ideas related to master thesis related to clustering? I need to include some search aspect within that topic.Can You recommend some books/docs about that case? Thank... (4 Replies)
Discussion started by: protos27
4 Replies
clm info(1)							  USER COMMANDS 						       clm info(1)

  NAME
      clm info - compute performance measures for graphs and clusterings.

      clminfo  is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode info.
      The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.

  SYNOPSIS
      clm info [options] <graph file> <cluster file> <cluster file>*

      clm info [-o fname (write to file fname)] [-pi f (apply inflation beforehand)] [-tf spec (apply tf-spec to input	matrix)]  [-cl-tree  fname
      (expect  file with nested clusterings)] [-cl-ceil <num> (skip clusters of size exceeding <num>)] [-cat-max num (do at most num tree levels)]
      [--node-self-measures (dump measure for native cluster)] [--node-all-measures (dump measure for  incident  cluster)]  [-h  (print  synopsis,
      exit)] [--apropos (print synopsis, exit)] [--version (print version, exit)] <matrix file> <cluster file> <cluster file>*

  DESCRIPTION
      clm  info  computes several numbers indicative for the efficiency with with a clustering captures the edge mass of a given graph.  Use it in
      conjunction with clm dist to determine which clusterings you accept. See the EXAMPLES section in clm dist for an example of clm dist and clm
      info (and clm meet) usage.  Output can be generated for multiple clusterings at the same time.

      The  efficiency  factor  is  described in [1] (see the REFERENCES section). It tries to balance the dual aims of capturing a lot of edges or
      edge weights and keeping the cluster footprint or area fraction small. The efficiency number has several appealing mathematical  properties,
      cf. [1]. It is related to, but not derivable from, the second and third numbers, the mass fraction and the area fraction.

      The mass fraction is defined as follows.	Let e be an edge of the graph. The clustering captures e if the two nodes associated with e are in
      the same cluster.  Now the mass fraction is the joint weight of all captured edges divided by the joint weight of all  edges  in	the  input
      graph.

      The  area  fraction  is roughly the sum of the squares of all cluster sizes for all clusters in the clustering, divided by the square of the
      number of nodes in the graph. It says roughly, because the actual formula uses the quantity N*(N-1) wherever it says square (of N) above.  A
      low/high area fraction indicates a fine-grained/coarse clustering.

  OPTIONS
      -o fname (output file name)

      -pi f (apply inflation beforehand)
	Apply inflation to the graph matrix and compute the performance measures for the result.

      -tf <tf-spec> (transform input matrix values)
	shared_defopt{-tf}

      -cl-tree fname (expect file with nested clusterings (cone format))
      -cl-ceil <num> (skip (nested) clusters of size exceeding <num>)
	The  specified	file  should contain a hierarchy of nested clusterings such as generated by mclcm. The output is then in a special format,
	undocumented but easy to understand.  Its purpose is to help cherrypick a single clustering from a tree, in conjunction with the  slightly
	experimental and undocumented program mlmfifofum.

	The  measure that is used is very slow to compute for large clusters, and generally it will be outside any interesting range (i.e. it will
	be small).  Use -cl-ceil to skip clusters exceeding the specified size - clm info will directly proceed to subclusters if they exist.

      -cat-max num (do at most num levels)
	This only has effect when used with -cl-tree.  clm info will start at the most fine-grained level, working upwards.

      --node-all-measures (dump node-wise criteria for all incident clusters)
      --node-self-measures (dump node-wise criteria for native cluster)
	These options return a key-value based format, with the meaning of the keys as follows.

	nm    file name (redundant unless multiple cluster files are provided)
	ni    node index
	ci    cluster index
	nn    number of neighbours of this node (constant for a give node)
	nc    cluster size (constant for a given cluster)
	ef    efficiency for this node/cluster combination
	em    max-efficiency for this node/cluster combination
	mf    mass fraction: percentage of edge weights for this node in this cluster
	ma    total mass of edge weights for this node in this cluster
	xn    number of neighbours of the node that are not in the cluster
	xc    number of nodes in the cluster that are not a neighbour of the node
	ns    number of neighbours of the node that are also in this cluster
	ti    the maximum of the edge weights for neighbours of this node that are in this cluster
	to    the maximum of the edge weights for neighbours of this node that are NOT in this cluster
	al    (alien) 1 if the node is not native to the cluster, 0 if the node is native

  AUTHOR
      Stijn van Dongen.

  SEE ALSO
      mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.

  REFERENCES
      [1] Stijn van Dongen. Performance criteria for graph clustering  and  Markov  cluster  experiments.  Technical  Report  INS-R0012,  National
      Research Institute for Mathematics and Computer Science in the Netherlands, Amsterdam, May 2000.
      http://www.cwi.nl/ftp/CWIreports/INS/INS-R0012.ps.Z

  clm info 12-068						      8 Mar 2012							 clm info(1)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy