ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaly_5.4.0.1/rzalycreatecrg.htm

93 lines
5.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="topic" />
<meta name="DC.Title" content="Create a switchable hardware group" />
<meta name="DC.Relation" scheme="URI" content="rzalycreateswitchableiasp.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2002, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzalycreatecrg" />
<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>Create a switchable hardware group</title>
</head>
<body id="rzalycreatecrg"><a name="rzalycreatecrg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Create a switchable hardware group</h1>
<div><p>A switchable hardware group, also known as a device cluster resource group
(CRG), contains a list of switchable devices. Each device in the list identifies
a switchable independent disk pool. The entire collection of devices are
switched to the backup node when an outage, planned or unplanned, occurs.
Optionally, the devices can also be made available (varied on) as part of
the switchover or failover process.</p>
<p>A switchable hardware group identifies a device domain. A device domain
is a subset of cluster nodes that share a set of resilient devices. The device
domain is created automatically when you use the iSeries™ Navigator wizard to create a
cluster. If you are using cluster CL commands and APIs, you must add each
node that you want to be switchable to the device domain. </p>
<dl><dt class="dlterm"><strong>Using iSeries Navigator</strong> (requires <a href="../rzaig/rzaigplanoption41.htm">Option 41
(i5/OS™ -
HA Switchable Resources)</a>)</dt>
<dd>The New Switchable Hardware Group wizard will take you through the steps
to create a new switchable hardware group and add a disk pool to it for the
cluster. <div class="p">To add a switchable hardware group, follow these steps: <ol><li>In iSeries Navigator,
expand <strong>Management Central</strong>. </li>
<li>Expand <strong>Clusters</strong>. </li>
<li>Expand the cluster for which you need to add a switchable hardware group.</li>
<li>Right-click <strong>Switchable Hardware</strong>, and select <strong>New Group.</strong> </li>
<li>By default the New Disk Pool wizard creates a protected disk pool that
allows you to choose how you want to protect the disk units. You can use
device parity protection, mirrored protection, or a combination of both.
After the disk pool is created, you are prompted to start disk unit mirroring.
This ensures that if you make changes to your disk pool configuration, it
will remain protected. You can also create an unprotected disk pool by unchecking
the protection option.</li>
</ol>
 </div>
<div class="note"><span class="notetitle">Note:</span> Make sure that all the nodes in the recovery domain are
started.</div>
</dd>
</dl>
<div class="section"><h4 class="sectiontitle">Using Cluster CL commands and APIs</h4><p>You can also
use the following to add a device domain entry and create a device cluster
resource group:</p>
</div>
<div class="section"><h4 class="sectiontitle">Add Device Domain Entry</h4><p>Adds a node to a device
domain membership list so that it can participate in recovery actions for
resilient devices. The addition of the first node to a device domain has
the effect of creating that device domain. </p>
<ul><li><a href="../cl/adddevdmne.htm">ADDDEVDMNE
(Add Device Domain Entry) Command</a></li>
<li><a href="../apis/clcntadddde.htm">Add Device
Domain Entry (QcstAddDeviceDomainEntry) API</a> </li>
</ul>
</div>
<div class="section"><h4 class="sectiontitle">Create Cluster Resource Group</h4><p>Creates a cluster
resource group object. The cluster resource group object identifies a recovery
domain, which is a set of nodes in the cluster that will play a role in recovery.</p>
<ul><li><a href="../cl/crtcrg.htm">CRTCRG (Create
Cluster Resource Group) Command</a></li>
<li><a href="../apis/clrgcrtcrg.htm">Create
Cluster Resource Group (QcstCreateClusterResourceGroup) API</a> </li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalycreateswitchableiasp.htm">Create a switchable independent disk pool</a></div>
</div>
</div>
</body>
</html>