NAME

rollchk - Check a DNSSEC-Tools rollrec file for problems and inconsistencies.

SYNOPSIS

  rollchk [-roll | -skip] [-count] [-quiet] [-verbose] [-help] rollrec-file

DESCRIPTION

This script checks the rollrec file specified by rollrec-file for problems and inconsistencies.

TYPES OF CHECKS

There are four types of checks performed by rollchk: file checks, "raw" file checks, info rollrec checks, and rollrec checks. The checks are performed in that order, and if any of the group checks fail then rollchk exits.

File Checks

These checks determine basic information about the rollrec file itself. Recognized problems are:

Raw File Checks

These checks are performed directly on the file contents, rather than by using the rollrec.pm interfaces. Recognized problems are:

Info Rollrec Checks

These checks are performed to ensure the info rollrec is valid. Recognized problems are:

Rollrec Checks

These checks are performed after referencing the file contents with the the rollrec.pm interfaces. Recognized problems are:

OPTIONS

-roll

Only display rollrecs that are active ("roll") records. This option is mutually exclusive of the -skip option.

-skip

Only display rollrecs that are inactive ("skip") records. This option is mutually exclusive of the -roll option.

-count

Display a final count of errors.

-quiet

Do not display messages. This option supersedes the setting of the -verbose option.

-verbose

Display many messages. This option is subordinate to the -quiet option.

-Version

Displays the version information for rollchk and the DNSSEC-Tools package.

-help

Display a usage message.

COPYRIGHT

Copyright 2006-2014 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.

AUTHOR

Wayne Morrison, tewok@tislabs.com

SEE ALSO

lsroll(8), rollerd(8), rollinit(8)

Net::DNS::SEC::Tools::rollrec.pm(3)

file-rollrec(5), keyrec(8)