62 lines
3.9 KiB
HTML
62 lines
3.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Distribute cluster-wide information" />
|
|
<meta name="abstract" content="Learn about the security implications of using and managing cluster-wide information." />
|
|
<meta name="description" content="Learn about the security implications of using and managing cluster-wide information." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaigconfigsecure.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/cldistinfo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/clust4a1TOC.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaigconfigclustermessaging" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Distribute cluster-wide information</title>
|
|
</head>
|
|
<body id="rzaigconfigclustermessaging"><a name="rzaigconfigclustermessaging"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Distribute cluster-wide information</h1>
|
|
<div><p><span><img src="./delta.gif" alt="Start of change" />Learn about the security implications
|
|
of using and managing cluster-wide information.<img src="./deltaend.gif" alt="End of change" /></span></p>
|
|
<p>The <span class="apiname">Distribute Information (QcstDistributeInformation)</span> API
|
|
can be used to send messages from one node in a cluster resource group recovery
|
|
domain to other nodes in that recovery domain.This can be useful in exit program
|
|
processing. However, it should be noted that there is no encrypting of that
|
|
information. Secure information should not be sent using this mechanism unless
|
|
you are using a secure network.</p>
|
|
<p>Non-persistent data can be shared and replicated between cluster nodes
|
|
using the Clustered Hash Table APIs. The data is stored in non-persistent
|
|
storage. This means the data is retained only until the cluster node is no
|
|
longer part of the clustered hash table. These APIs can only be used from
|
|
a cluster node that is defined in the clustered hash table domain. The cluster
|
|
node must be active in the cluster.</p>
|
|
<p>Other information distributed via cluster messaging is similarly not secured.
|
|
This includes the low level cluster messaging. As such, when changes are made
|
|
to the exit program data, there is no encrypting of the message containing
|
|
that data.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaigconfigsecure.htm" title="Consider some of the security issues you need to consider when you plan to use clustering on your systems.">Cluster security</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../apis/cldistinfo.htm">Distribute Information (QcstDistributeInformation) API</a></div>
|
|
<div><a href="../apis/clust4a1TOC.htm">Clustered Hash Table APIs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |