rollset

Langue: en

Version: 2010-06-30 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

rollset - Modifies entries in a DNSSEC-Tools rollrec file

SYNOPSIS

   rollset [options] rollrec-file
 
 

DESCRIPTION

rollset modifies fields in the rollrec file specified by rollrec-file. Multiple options may be combined in a single rollset execution. rollset operates quietly unless it is given the -verbose option.

All records in the specified rollrec file will be modified, unless the -name option is given. In that case, only the named zone will be modified.

OPTIONS

-name rollrec-name
The rollrec whose name matches zonename is selected as the only rollrec that will be modified. If this name is not given, then all rollrec records will be modified.
-zonename zone-name
The zone name in the selected rollrec records is modified to be zone-name.
-file zone-file
The zone file in the selected rollrec records is modified to be zone-file.
-keyrec keyrec-file
The keyrec file in the selected rollrec records is modified to be keyrec-file.
-admin addr
The zone administrator's email address is set to addr.
-del-admin
The administrator line is deleted.
-del-directory
The directory line is deleted.
-del-loglevel
The loglevel line is deleted.
-del-zsargs
The zsargs line is deleted.

The -zsargs and -delzsargs options are mutually exclusive.

-directory dir
The directory to hold the zone's files is set to dir.
-loglevel logging-level
The logging level of the selected rollrec records is set to logging-level. The valid logging levels are defined in rollmgr.pm(3).
-display
Turn on the GUI display of the zones in the selected rollrecs. This option is mutually exclusive of the -nodisplay option.
-nodisplay
Turn off the GUI display of the zones in the selected rollrecs. This option is mutually exclusive of the -display option.
-reset-zonename
The zonename field is set to match the name of the rollrec record. This option is mutually exclusive of the -zonename option.
-roll
Convert the selected rollrecs to be active (``roll'') records. This option is mutually exclusive of the -skip option.
-skip
Convert the selected rollrecs to be inactive (``skip'') records. This option is mutually exclusive of the -roll option.
-zsargs arglist
Provides additional zonesigner arguments. These arguments will override the arguments in the DNSSEC-Tools defaults file, the DNSSEC-Tools configuration file, and the zones' keyrec files. The zonesigner argument list is given in arglist. If more than one argument is given, the set of arguments should be enclosed in quotes.

Given the rollset argument processing, the new arguments for zonesigner cannot be specified as expected. Instead, the arguments should be given in the following manner. The leading dash should be replaced with an equals sign. If the option takes an argument, the space that would separate the option from the option's argument should also be replaced by an equals sign. rollset translates these arguments to the appropriate format for zonesigner. These examples should clarify the argument modifications:

     normal zonesigner option            -zsargs options
     ------------------------            ---------------
         -nokrfile                          =nokrfile
         -zskcount 5                        =zskcount=5
 
 

The following are valid uses of -zsargs:

     # rollset -zsargs =ksklength=2048 example.rollrec
     # rollset -zsargs "=ksklen=2048 =zsklen=2048" example.rollrec
 
 

The -zsargs and -delzsargs options are mutually exclusive.

-check
If this option is given, the rollchk command will be run on the modified rollrec file.
-verbose
Display information about every modification made to the rollrec file.
-Version
Displays the version information for rollset and the DNSSEC-Tools package.
-help
Display a usage message.
Copyright 2006-2010 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.

AUTHOR

Wayne Morrison, tewok@users.sourceforge.net

SEE ALSO

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

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

file-rollrec(5)