mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
91 lines
4.7 KiB
HTML
91 lines
4.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
|
||
|
<HTML><HEAD>
|
||
|
<TITLE>Administration Reference</TITLE>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
|
||
|
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
|
||
|
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
|
||
|
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
|
||
|
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
|
||
|
</HEAD><BODY>
|
||
|
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
|
||
|
<BODY bgcolor="ffffff">
|
||
|
<!-- End Header Records ============================================ -->
|
||
|
<A NAME="Top_Of_Page"></A>
|
||
|
<H1>Administration Reference</H1>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf219.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf221.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<P>
|
||
|
<H2><A NAME="HDRPTS_LISTMAX" HREF="auarf002.htm#ToC_234">pts listmax</A></H2>
|
||
|
<A NAME="IDX5359"></A>
|
||
|
<A NAME="IDX5360"></A>
|
||
|
<A NAME="IDX5361"></A>
|
||
|
<A NAME="IDX5362"></A>
|
||
|
<A NAME="IDX5363"></A>
|
||
|
<A NAME="IDX5364"></A>
|
||
|
<A NAME="IDX5365"></A>
|
||
|
<A NAME="IDX5366"></A>
|
||
|
<P><STRONG>Purpose</STRONG>
|
||
|
<P>Displays the <TT>max user id</TT> and <TT>max group id</TT> counters
|
||
|
<P><STRONG>Synopsis</STRONG>
|
||
|
<PRE><B>pts listmax</B> [<B>-cell</B> <<VAR>cell name</VAR>>] [<B>-noauth</B>] [<B>-force</B>] [<B>-help</B>]
|
||
|
|
||
|
<B>pts listm</B> [<B>-c</B> <<VAR>cell name</VAR>>] [<B>-n</B>] [<B>-f</B>] [<B>-h</B>]
|
||
|
</PRE>
|
||
|
<P><STRONG>Description</STRONG>
|
||
|
<P>The <B>pts listmax</B> command displays the values of the <TT>max user
|
||
|
id</TT> and <TT>max group id</TT> counters, which the Protection Server
|
||
|
uses to track the AFS user IDs (AFS UIDs) it allocates to new users or
|
||
|
machines, and the AFS group IDs (AFS GIDs) it allocates to new groups,
|
||
|
respectively. When an administrator next issues the <B>pts
|
||
|
createuser</B> command and does not include the <B>-id</B> argument, the
|
||
|
new user or machine receives an AFS UID one greater than the <TT>max user
|
||
|
id</TT> counter, and when a user issues the <B>pts creategroup</B>
|
||
|
command and does not include the <B>-id</B> argument, the new group
|
||
|
receives an AFS UID one less (more negative) than the <TT>max group id</TT>
|
||
|
counter.
|
||
|
<P>To reset one or both counters, members of the
|
||
|
<B>system:administrators</B> group can issue the <B>pts
|
||
|
setmax</B> command.
|
||
|
<P><STRONG>Options</STRONG>
|
||
|
<DL>
|
||
|
<P><DT><B>-cell
|
||
|
</B><DD>Names the cell in which to run the command. For more details, see
|
||
|
the introductory <B>pts</B> reference page.
|
||
|
<P><DT><B>-noauth
|
||
|
</B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
|
||
|
issuer. For more details, see the introductory <B>pts</B> reference
|
||
|
page.
|
||
|
<P><DT><B>-force
|
||
|
</B><DD>Enables the command to continue executing as far as possible when errors
|
||
|
or other problems occur, rather than halting execution at the first
|
||
|
error.
|
||
|
<P><DT><B>-help
|
||
|
</B><DD>Prints the online help for this command. All other valid options
|
||
|
are ignored.
|
||
|
</DL>
|
||
|
<P><STRONG>Output</STRONG>
|
||
|
<P>The command displays the counters in the following format:
|
||
|
<PRE> Max user id is <VAR>user_counter</VAR> and max group id is <VAR>group_counter</VAR>.
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Examples</STRONG>
|
||
|
<P>The following example displays the output of this command:
|
||
|
<PRE> %<B> pts listmax</B>
|
||
|
Max user name is 1271 and max group id is -382.
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Privilege Required</STRONG>
|
||
|
<P>None
|
||
|
<P><STRONG>Related Information</STRONG>
|
||
|
<P><A HREF="auarf210.htm#HDRPTS_INTRO">pts</A>
|
||
|
<P><A HREF="auarf226.htm#HDRPTS_SETMAX">pts setmax</A>
|
||
|
<P>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf219.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf221.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<!-- Begin Footer Records ========================================== -->
|
||
|
<P><HR><B>
|
||
|
<br>© <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
|
||
|
</B>
|
||
|
<!-- End Footer Records ============================================ -->
|
||
|
<A NAME="Bot_Of_Page"></A>
|
||
|
</BODY></HTML>
|