ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakh_5.4.0.1/rzakhcrossscenario_ensurekerberosiseriesbstarted.htm

71 lines
4.5 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="task" />
<meta name="DC.Title" content="Ensure that the Kerberos server in i5/OS PASE on iSeries B has started" />
<meta name="DC.Relation" scheme="URI" content="rzakhscencross.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakhcrossscenario_completeplanningworksheets.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakhcrossscenario_createrealmtrustprincipal.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="rzakhcrossscenario_ensurekerberosiseriesbstarted" />
<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>Ensure that the Kerberos server in i5/OS PASE on iSeries B has started</title>
</head>
<body id="rzakhcrossscenario_ensurekerberosiseriesbstarted"><a name="rzakhcrossscenario_ensurekerberosiseriesbstarted"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Ensure that the Kerberos server in i5/OS PASE on iSeries B has started</h1>
<div><div class="section">You need to ensure that the i5/OS™ PASE Kerberos server has started
before you configure cross realm trust. You will use the process statistics
command to determine whether the i5/OS PASE Kerberos server has started.</div>
<ol><li class="stepexpand"><span>In a character-based interface on iSeries™ B, type <samp class="codeph">call QP2TERM</samp>. </span> This command opens an interactive shell environment that allows you
to work with i5/OS PASE
applications.</li>
<li class="stepexpand"><span>At the command line, enter <tt>ps -ef | grep krb5</tt>.</span> This
command indicates that you want to view all the processing statistics for
every process on the system that contains the string krb5. If the Kerberos
server is running, you might see results displayed that are similar to the
following example:<pre class="screen">&gt; ps -ef | grep krb5
qsys 113 1 0 08:54:04 - 0:00 /usr/krb5/sbin/krb5kdc
qsys 123 1 0 08:54:13 - 0:00 /usr/krb5/sbin/kadmind
$ </pre>
If the Kerberos server is not started, you might see the following
results displayed:<pre class="screen">&gt; ps -ef | grep krb5
$ </pre>
</li>
<li class="stepexpand"><span>If the Kerberos server is not started, follow these steps:</span><ol type="a"><li class="substepexpand"><span>At the command line, enter <tt>export PATH=$PATH:/usr/krb5/sbin</tt>,
and press Enter.</span></li>
<li class="substepexpand"><span>Enter <tt>start.krb5</tt>, and press Enter.</span> <pre class="screen"> &gt; start.krb5
Starting krb5kdc...
krb5kdc was started successfully.
Starting kadmind...
kadmind was started successfully.
The command completed successfully.
$ </pre>
</li>
</ol>
</li>
</ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakhscencross.htm" title="Use the following scenario to become familiar with the prerequisites and objectives of setting up cross realm trust on your network.">Scenario: Set up cross realm trust</a></div>
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzakhcrossscenario_completeplanningworksheets.htm">Complete the planning work sheets</a></div>
<div class="nextlink"><strong>Next topic:</strong> <a href="rzakhcrossscenario_createrealmtrustprincipal.htm">Create realm trust principal on the i5/OS PASE Kerberos server</a></div>
</div>
</div>
</body>
</html>