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