2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
fs messages - Sets whether the Cache Manager writes log messages
|
|
|
|
|
|
|
|
=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<fs messages> S<<< [B<-show> (user|console|all|none)] >>> [B<-help>]
|
|
|
|
|
|
|
|
B<fs me> S<<< [B<-s> (user|console|all|none)] >>> [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<fs messages> command controls whether the Cache Manager displays
|
|
|
|
status and warning messages on user screens, the client machine console,
|
|
|
|
on both, or on neither.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
There are two types of Cache Manager messages:
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
User messages provide user-level status and warning information, and the
|
|
|
|
Cache Manager directs them to user screens.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Console messages provide system-level status and warning information, and
|
2005-12-09 14:48:56 +00:00
|
|
|
the Cache Manager directs them to the client machine's designated console.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
Disabling messaging completely is not recommended, because the messages
|
|
|
|
provide useful status and warning information.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-show> (user|console|all|none)
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Specifies the types of messages to display. Choose one of the following
|
|
|
|
values:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item user
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Send user messages to user screens.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item console
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Send console messages to the console.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item all
|
|
|
|
|
|
|
|
Send user messages to user screens and console messages to the console
|
2005-12-09 14:48:56 +00:00
|
|
|
(the default if the B<-show> argument is omitted).
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item none
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Do not send any messages to user screens or the console.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
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 EXAMPLES
|
|
|
|
|
|
|
|
The following command instructs the Cache Manager to display both types of
|
|
|
|
messages:
|
|
|
|
|
|
|
|
% fs messages -show all
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
The issuer must be logged in as the local superuser root.
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
L<afsd(8)>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=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.
|