1ROLLSET(1)            User Contributed Perl Documentation           ROLLSET(1)
2
3
4

NAME

6       rollset - Modifies entries in a DNSSEC-Tools rollrec file
7

SYNOPSIS

9         rollset [options] rollrec-file
10

DESCRIPTION

12       rollset modifies fields in the rollrec file specified by rollrec-file.
13       Multiple options may be combined in a single rollset execution.
14       rollset operates quietly unless it is given the -verbose option.
15
16       All records in the specified rollrec file will be modified, unless the
17       -name option is given.  In that case, only the named zone will be
18       modified.
19

OPTIONS

21       -name rollrec-name
22           The rollrec whose name matches zonename is selected as the only
23           rollrec that will be modified.  If this name is not given, then all
24           rollrec records will be modified.
25
26       -zonename zone-name
27           The zone name in the selected rollrec records is modified to be
28           zone-name.
29
30       -file zone-file
31           The zone file in the selected rollrec records is modified to be
32           zone-file.
33
34       -keyrec keyrec-file
35           The keyrec file in the selected rollrec records is modified to be
36           keyrec-file.
37
38       -admin addr
39           The zone administrator's email address is set to addr.
40
41       -del-admin
42           The administrator line is deleted.
43
44       -del-directory
45           The directory line is deleted.
46
47       -del-loglevel
48           The loglevel line is deleted.
49
50       -del-zsargs
51           The zsargs line is deleted.
52
53           The -zsargs and -delzsargs options are mutually exclusive.
54
55       -directory dir
56           The directory to hold the zone's files is set to dir.
57
58       -loglevel logging-level
59           The logging level of the selected rollrec records is set to
60           logging-level.  The valid logging levels are defined in
61           rollmgr.pm(3).
62
63       -display
64           Turn on the GUI display of the zones in the selected rollrecs.
65           This option is mutually exclusive of the -nodisplay option.
66
67       -nodisplay
68           Turn off the GUI display of the zones in the selected rollrecs.
69           This option is mutually exclusive of the -display option.
70
71       -rename
72           The rollrec's name is changed to match the specified name.  The new
73           name cannot be the name of an existing rollrec in the file.  This
74           option is must be used in conjunction with the -name option.
75
76       -reset-zonename
77           The zonename field is set to match the name of the rollrec record.
78           This option is mutually exclusive of the -zonename option.
79
80       -roll
81           Convert the selected rollrecs to be active ("roll") records.  This
82           option is mutually exclusive of the -skip option.
83
84       -skip
85           Convert the selected rollrecs to be inactive ("skip") records.
86           This option is mutually exclusive of the -roll option.
87
88       -zsargs arglist
89           Provides additional zonesigner arguments.  These arguments will
90           override the arguments in the DNSSEC-Tools defaults file, the
91           DNSSEC-Tools configuration file, and the zones' keyrec files.  The
92           zonesigner argument list is given in arglist.  If more than one
93           argument is given, the set of arguments should be enclosed in
94           quotes.
95
96           Given the rollset argument processing, the new arguments for
97           zonesigner cannot be specified as expected.  Instead, the arguments
98           should be given in the following manner.  The leading dash should
99           be replaced with an equals sign.  If the option takes an argument,
100           the space that would separate the option from the option's argument
101           should also be replaced by an equals sign.  rollset translates
102           these arguments to the appropriate format for zonesigner.  These
103           examples should clarify the argument modifications:
104
105               normal zonesigner option            -zsargs options
106               ------------------------            ---------------
107                   -nokrfile                          =nokrfile
108                   -zskcount 5                        =zskcount=5
109
110           The following are valid uses of -zsargs:
111
112               # rollset -zsargs =ksklength=2048 example.rollrec
113               # rollset -zsargs "=ksklen=2048 =zsklen=2048" example.rollrec
114
115           The -zsargs and -delzsargs options are mutually exclusive.
116
117       -check
118           If this option is given, the rollchk command will be run on the
119           modified rollrec file.
120
121       -verbose
122           Display information about every modification made to the rollrec
123           file.
124
125       -Version
126           Displays the version information for rollset and the DNSSEC-Tools
127           package.
128
129       -help
130           Display a usage message.
131
133       Copyright 2006-2011 SPARTA, Inc.  All rights reserved.  See the COPYING
134       file included with the DNSSEC-Tools package for details.
135

AUTHOR

137       Wayne Morrison, tewok@users.sourceforge.net
138

SEE ALSO

140       lsroll(8), rollchk(8), rollerd(8), rollinit(8)
141
142       Net::DNS::SEC::Tools::rollmgr.pm(3),
143       Net::DNS::SEC::Tools::rollrec.pm(3)
144
145       file-rollrec(5)
146
147
148
149perl v5.12.4                      2011-10-12                        ROLLSET(1)
Impressum