2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00
xcat-core/xCAT-client/pods/man1/unregnotif.1.pod
2016-05-24 16:16:34 -04:00

57 lines
994 B
Plaintext

=head1 NAME
B<unregnotif> - unregister a Perl module or a command that was watching for the changes of the desired xCAT database tables.
=head1 SYNOPSIS
B<unregnotif [-h| --help]>
B<unregnotif [-v| --version]>
B<unregnotif> I<filename>
=head1 DESCRIPTION
This command is used to unregistered a Perl module or a command that was watching for the changes of the desired xCAT database tables.
=head1 PARAMETERS
I<filename> is the path name of the Perl module or command to be registered.
=head1 OPTIONS
B<-h | -help> Display usage message.
B<-v | -version> Command Version.
B<-V | -verbose> Verbose output.
=head1 RETURN VALUE
0 The command completed successfully.
1 An error has occurred.
=head1 EXAMPLES
1. To unregistered a Perl module, enter:
unregnotif /opt/xcat/lib/perl/xCAT_monitoring/mycode.pm
2. To register a command, enter:
unregnotif /usr/bin/mycmd
=head1 FILES
/opt/xcat/bin/unregnotif
=head1 SEE ALSO
L<regnotif(1)|regnotif.1>