2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 23:51:04 +00:00
|
|
|
pts_listmax - Displays the max user id and max group id counters
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
B<pts listmax> S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-force>] [B<-help>]
|
|
|
|
|
|
|
|
B<pts listm> S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-f>] [B<-h>]
|
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The B<pts listmax> command displays the values of the C<max user id> and
|
|
|
|
C<max group id> 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> command and does not
|
|
|
|
include the B<-id> argument, the new user or machine receives an AFS UID
|
|
|
|
one greater than the C<max user id> counter, and when a user issues the
|
|
|
|
B<pts creategroup> command and does not include the B<-id> argument, the
|
|
|
|
new group receives an AFS UID one less (more negative) than the C<max
|
|
|
|
group id> counter.
|
|
|
|
|
|
|
|
To reset one or both counters, members of the system:administrators group
|
|
|
|
can issue the B<pts setmax> command.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-cell> <I<cell name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Names the cell in which to run the command. For more details, see
|
2005-12-09 14:48:56 +00:00
|
|
|
L<pts(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-noauth>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Assigns the unprivileged identity anonymous to the issuer. For more
|
|
|
|
details, see L<pts(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-force>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Enables the command to continue executing as far as possible when errors
|
2005-12-09 14:48:56 +00:00
|
|
|
or other problems occur, rather than halting execution at the first error.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-help>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
|
|
|
The command displays the counters in the following format:
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Max user id is <user_counter> and max group id is <group_counter>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
The following example displays the output of this command:
|
|
|
|
|
|
|
|
% pts listmax
|
|
|
|
Max user name is 1271 and max group id is -382.
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<pts(1)>,
|
|
|
|
L<pts_setmax(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|