Lines Matching refs:out

16 if $CHECKZONE . cname.db > cname.out 2>&1
20 if grep "is a CNAME" cname.out > /dev/null
30 if $CHECKZONE . dname.db > dname.out 2>&1
34 if grep "is below a DNAME" dname.out > /dev/null
44 if $CHECKZONE . noaddress.db > noaddress.out
48 if grep "has no address records" noaddress.out > /dev/null
58 if $CHECKZONE . nxdomain.db > nxdomain.out
62 if grep "has no address records" noaddress.out > /dev/null
72 if $CHECKZONE -n fail . a.db > a.out 2>&1
76 if grep "appears to be an address" a.out > /dev/null
86 if $CHECKZONE . a.db > a.out 2>&1
88 if grep "appears to be an address" a.out > /dev/null
100 if $CHECKZONE -n ignore . a.db > a.out 2>&1
102 if grep "appears to be an address" a.out > /dev/null
114 if $CHECKZONE -n fail . aaaa.db > aaaa.out 2>&1
118 if grep "appears to be an address" aaaa.out > /dev/null
128 if $CHECKZONE . aaaa.db > aaaa.out 2>&1
130 if grep "appears to be an address" aaaa.out > /dev/null
142 if $CHECKZONE -n ignore . aaaa.db > aaaa.out 2>&1
144 if grep "appears to be an address" aaaa.out > /dev/null
159 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus master.example > rndc.out.master 2>&1
160 grep "zone not loaded" rndc.out.master > /dev/null || break
169 checkfor "name: master.example" rndc.out.master
170 checkfor "type: master" rndc.out.master
171 checkfor "files: master.db, master.db.signed" rndc.out.master
172 checkfor "serial: " rndc.out.master
173 checkfor "nodes: " rndc.out.master
174 checkfor "last loaded: " rndc.out.master
175 checkfor "secure: yes" rndc.out.master
176 checkfor "inline signing: no" rndc.out.master
177 checkfor "key maintenance: automatic" rndc.out.master
178 checkfor "next key event: " rndc.out.master
179 checkfor "next resign node: " rndc.out.master
180 checkfor "next resign time: " rndc.out.master
181 checkfor "dynamic: yes" rndc.out.master
182 checkfor "frozen: no" rndc.out.master
185 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 zonestatus master.example > rndc.out.slave 2>&1
186 grep "zone not loaded" rndc.out.slave > /dev/null || break
189 checkfor "name: master.example" rndc.out.slave
190 checkfor "type: slave" rndc.out.slave
191 checkfor "files: slave.db" rndc.out.slave
192 checkfor "serial: " rndc.out.slave
193 checkfor "nodes: " rndc.out.slave
194 checkfor "next refresh: " rndc.out.slave
195 checkfor "expires: " rndc.out.slave
196 checkfor "secure: yes" rndc.out.slave
199 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus reload.example > rndc.out.prereload 2>&1
200 grep "zone not loaded" rndc.out.prereload > /dev/null || break
203 checkfor "files: reload.db, soa.db$" rndc.out.prereload
208 $DIG reload.example SOA @10.53.0.1 -p 5300 > dig.out
209 grep " 2 0 0 0 0" dig.out >/dev/null && break
212 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus reload.example > rndc.out.postreload 2>&1
213 checkfor "files: reload.db, soa.db$" rndc.out.postreload
220 $DIG reload.example SOA @10.53.0.1 -p 5300 > dig.out
221 grep " 3 0 0 0 0" dig.out >/dev/null && break
224 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus reload.example > rndc.out.removeinclude 2>&1
225 checkfor "files: reload.db$" rndc.out.removeinclude
232 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus duplicate.example > rndc.out.duplicate 2>&1
233 checkfor "zone 'duplicate.example' was found in multiple views" rndc.out.duplicate
234 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus duplicate.example in primary > rndc.out.duplicate 2>&1
235 checkfor "name: duplicate.example" rndc.out.duplicate
236 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus nosuchzone.example > rndc.out.duplicate 2>&1
237 checkfor "no matching zone 'nosuchzone.example' in any view" rndc.out.duplicate
243 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 zonestatus bigserial.example > rndc.out.bigserial 2>&1
244 checkfor "serial: 3003113544" rndc.out.bigserial