B<unregnotif> - unregister a Perl module or a command that was watching for the changes of the desired xCAT database tables.
=head1 SYNOPSIS
I<unregnotif [-h| --help]>
unregnotif [-v| --version]
unregnotif filename
This command is used to unregistered a Perl module or a command that was watching for the changes of the desired xCAT database tables.
filename is the full path name of the Perl module or command to be registered.
-h | -help Display usage message.
-v | -version Command Version.
-V | -verbose Verbose output.
0 The command completed successfully.
1 An error has occurred.
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
/opt/xcat/bin/unregnotif
See regnotif
This command is part of the xCAT software product.