Projet

Général

Profil

Bareos_diag.txt

Pascal Baptendier, 31/03/2022 09:32

Télécharger (14,7 ko)

 
1

    
2
Incrementale testing du 30/3/2022
3

    
4
root@Testing:~# echo "status all" | bconsole -c /etc/bareos/bconsole.conf 
5
Connecting to Director 127.0.0.1:9101
6
 Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
7
1000 OK: scribe-dir Version: 20.0.0 (16 December 2020)
8
bareos.org build binary
9
bareos.org binaries are UNSUPPORTED by bareos.com.
10
Get official binaries and vendor support on https://www.bareos.com
11
You are connected using the default console
12

    
13
Enter a period (.) to cancel a command.
14
status all
15
scribe-dir Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS
16
Daemon started 29-mars022 16:21. Jobs: run=3, running=0 db:postgresql, bareos.org build binary
17

    
18
Scheduled Jobs:
19
Level          Type     Pri  Scheduled          Name               Volume
20
===================================================================================
21
Full           Backup    10  30-mars022 21:00   JobSchedulePre     scribe-dir-volume-0001
22
Differential   Backup    20  30-mars022 21:00   JobSauvegarde      scribe-dir-full-0490
23
Full           Backup    97  31-mars022 04:51   BackupCatalog      scribe-dir-catalog-0164
24
Full           Backup    99  31-mars022 04:51   JobSchedulePost    scribe-dir-volume-0001
25
====
26

    
27
Running Jobs:
28
Console connected at 30-mars022 14:51
29
No Jobs running.
30
====
31

    
32
Terminated Jobs:
33
 JobId  Level    Files      Bytes   Status   Finished        Name 
34
====================================================================
35
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
36
    40  Incr          0         0   Error    30-mars022 14:45 JobSauvegarde
37
    41  Full          6    223.4 M  OK       30-mars022 14:50 BackupCatalog
38

    
39

    
40
Client Initiated Connections (waiting for jobs):
41
Connect time        Protocol            Authenticated       Name                                    
42
====================================================================================================
43
====
44
Connecting to Storage daemon scribe-sd at 127.0.0.1:9103
45

    
46
scribe-sd Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS 
47
Daemon started 29-mars022 16:21. Jobs: run=3, running=0, bareos.org build binary
48
 Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 bwlimit=0kB/s
49

    
50
Running Jobs:
51
No Jobs running.
52
====
53

    
54
Jobs waiting to reserve a drive:
55
====
56

    
57
Terminated Jobs:
58
 JobId  Level    Files      Bytes   Status   Finished        Name 
59
===================================================================
60
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
61
    40  Incr        365    71.06 M  Cancel   30-mars022 14:45 JobSauvegarde
62
    41  Full          6    223.4 M  OK       30-mars022 14:45 BackupCatalog
63
====
64

    
65
Device status:
66

    
67
Device "FileStorage" (/mnt/sauvegardes) is not open.
68
==
69
====
70

    
71
Used Volume status:
72
====
73

    
74
====
75

    
76
Connecting to Client scribe_fd at 127.0.0.1:9102
77
 Handshake: Immediate TLS, Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
78

    
79
scribe_fd Version: 20.0.0 (16 December 2020)  Ubuntu 20.04.1 LTS
80
Daemon started 29-mars022 16:21. Jobs: run=3 running=0, bareos.org build binary
81
 Sizeof: boffset_t=8 size_t=8 debug=0 trace=0 bwlimit=0kB/s
82

    
83
Running Jobs:
84
scribe-dir (director) connected at: 30-mars022 14:51
85
No Jobs running.
86
====
87

    
88
Terminated Jobs:
89
 JobId  Level    Files      Bytes   Status   Finished        Name 
90
======================================================================
91
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
92
    40  Incr        365    71.00 M  Error    30-mars022 14:45 JobSauvegarde
93
    41  Full          6    223.4 M  OK       30-mars022 14:45 BackupCatalog
94
====
95
You have messages.
96

    
97

    
98
root@Testing:~# ss -lpt '( sport = :bacula-dir or sport = :bacula-fd or sport = :bacula-sd )'
99
State          Recv-Q         Send-Q                  Local Address:Port                         Peer Address:Port         Process                                          
100
LISTEN         0              50                            0.0.0.0:bacula-dir                        0.0.0.0:*             users:(("bareos-dir",pid=1119789,fd=4))         
101
LISTEN         0              50                            0.0.0.0:bacula-fd                         0.0.0.0:*             users:(("bareos-fd",pid=1119346,fd=3))          
102
LISTEN         0              50                            0.0.0.0:bacula-sd                         0.0.0.0:*             users:(("bareos-sd",pid=1119348,fd=3))   
103

    
104

    
105

    
106

    
107

    
108

    
109

    
110

    
111
**********************************************************
112

    
113
 Diffentielle sur testing du 30/3/22
114

    
115
root@Testing:~# ss -lpt '( sport = :bacula-dir or sport = :bacula-fd or sport = :bacula-sd )'
116
State          Recv-Q         Send-Q                  Local Address:Port                         Peer Address:Port         Process                                          
117
LISTEN         0              50                            0.0.0.0:bacula-dir                        0.0.0.0:*             users:(("bareos-dir",pid=1119789,fd=4))         
118
LISTEN         0              50                            0.0.0.0:bacula-fd                         0.0.0.0:*             users:(("bareos-fd",pid=1119346,fd=3))          
119
LISTEN         0              50                            0.0.0.0:bacula-sd                         0.0.0.0:*             users:(("bareos-sd",pid=1119348,fd=3))          
120

    
121
root@Testing:~# echo "status all" | bconsole -c /etc/bareos/bconsole.conf 
122
Connecting to Director 127.0.0.1:9101
123
 Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
124
1000 OK: scribe-dir Version: 20.0.0 (16 December 2020)
125
bareos.org build binary
126
bareos.org binaries are UNSUPPORTED by bareos.com.
127
Get official binaries and vendor support on https://www.bareos.com
128
You are connected using the default console
129

    
130
Enter a period (.) to cancel a command.
131
status all
132
scribe-dir Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS
133
Daemon started 29-mars022 16:21. Jobs: run=6, running=0 db:postgresql, bareos.org build binary
134

    
135
Scheduled Jobs:
136
Level          Type     Pri  Scheduled          Name               Volume
137
===================================================================================
138
Full           Backup    10  30-mars022 21:00   JobSchedulePre     scribe-dir-volume-0001
139
Differential   Backup    20  30-mars022 21:00   JobSauvegarde      scribe-dir-full-0490
140
Full           Backup    97  31-mars022 04:51   BackupCatalog      scribe-dir-catalog-0164
141
Full           Backup    99  31-mars022 04:51   JobSchedulePost    scribe-dir-volume-0001
142
====
143

    
144
Running Jobs:
145
Console connected at 30-mars022 15:19
146
No Jobs running.
147
====
148

    
149
Terminated Jobs:
150
 JobId  Level    Files      Bytes   Status   Finished        Name 
151
====================================================================
152
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
153
    40  Incr          0         0   Error    30-mars022 14:45 JobSauvegarde
154
    41  Full          6    223.4 M  OK       30-mars022 14:50 BackupCatalog
155
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
156
    43  Diff          0         0   Error    30-mars022 15:17 JobSauvegarde
157
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
158

    
159

    
160
Client Initiated Connections (waiting for jobs):
161
Connect time        Protocol            Authenticated       Name                                    
162
====================================================================================================
163
====
164
Connecting to Storage daemon scribe-sd at 127.0.0.1:9103
165

    
166
scribe-sd Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS 
167
Daemon started 29-mars022 16:21. Jobs: run=6, running=0, bareos.org build binary
168
 Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 bwlimit=0kB/s
169

    
170
Running Jobs:
171
No Jobs running.
172
====
173

    
174
Jobs waiting to reserve a drive:
175
====
176

    
177
Terminated Jobs:
178
 JobId  Level    Files      Bytes   Status   Finished        Name 
179
===================================================================
180
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
181
    40  Incr        365    71.06 M  Cancel   30-mars022 14:45 JobSauvegarde
182
    41  Full          6    223.4 M  OK       30-mars022 14:45 BackupCatalog
183
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
184
    43  Diff     41,183    11.36 G  Cancel   30-mars022 15:17 JobSauvegarde
185
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
186
====
187

    
188
Device status:
189

    
190
Device "FileStorage" (/mnt/sauvegardes) is not open.
191
==
192
====
193

    
194
Used Volume status:
195
====
196

    
197
====
198

    
199
Connecting to Client scribe_fd at 127.0.0.1:9102
200
 Handshake: Immediate TLS, Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
201

    
202
scribe_fd Version: 20.0.0 (16 December 2020)  Ubuntu 20.04.1 LTS
203
Daemon started 29-mars022 16:21. Jobs: run=6 running=0, bareos.org build binary
204
 Sizeof: boffset_t=8 size_t=8 debug=0 trace=0 bwlimit=0kB/s
205

    
206
Running Jobs:
207
scribe-dir (director) connected at: 30-mars022 15:19
208
No Jobs running.
209
====
210

    
211
Terminated Jobs:
212
 JobId  Level    Files      Bytes   Status   Finished        Name 
213
======================================================================
214
    39  Full          0         0   OK       30-mars022 14:45 JobSchedulePre
215
    40  Incr        365    71.00 M  Error    30-mars022 14:45 JobSauvegarde
216
    41  Full          6    223.4 M  OK       30-mars022 14:45 BackupCatalog
217
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
218
    43  Diff     41,184    11.35 G  Error    30-mars022 15:17 JobSauvegarde
219
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
220
====
221
You have messages.
222
root@Testing:~# 
223

    
224

    
225

    
226

    
227

    
228

    
229

    
230
***************************************************************
231

    
232
Totale sur testing
233

    
234
root@Testing:~# echo "status all" | bconsole -c /etc/bareos/bconsole.conf 
235
Connecting to Director 127.0.0.1:9101
236
 Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
237
1000 OK: scribe-dir Version: 20.0.0 (16 December 2020)
238
bareos.org build binary
239
bareos.org binaries are UNSUPPORTED by bareos.com.
240
Get official binaries and vendor support on https://www.bareos.com
241
You are connected using the default console
242

    
243
Enter a period (.) to cancel a command.
244
status all
245
scribe-dir Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS
246
Daemon started 29-mars022 16:21. Jobs: run=13, running=0 db:postgresql, bareos.org build binary
247
No Scheduled Jobs.
248
====
249

    
250
Running Jobs:
251
Console connected at 31-mars022 08:54
252
No Jobs running.
253
====
254

    
255
Terminated Jobs:
256
 JobId  Level    Files      Bytes   Status   Finished        Name 
257
====================================================================
258
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
259
    43  Diff          0         0   Error    30-mars022 15:17 JobSauvegarde
260
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
261
    45  Full          0         0   OK       30-mars022 15:35 JobSchedulePre
262
    46  Full    607,126    327.1 G  OK -- with warnings  30-mars022 22:37 JobSauvegarde
263
    48  Full          0         0   OK       30-mars022 22:38 JobSchedulePre
264
    49  Diff          0         0   Error    30-mars022 22:38 JobSauvegarde
265
    47  Full          6    305.4 M  OK       30-mars022 22:38 BackupCatalog
266
    50  Full          6    305.4 M  OK       31-mars022 04:51 BackupCatalog
267
    51  Full          0         0   OK       31-mars022 04:51 JobSchedulePost
268

    
269

    
270
Client Initiated Connections (waiting for jobs):
271
Connect time        Protocol            Authenticated       Name                                    
272
====================================================================================================
273
====
274
Connecting to Storage daemon scribe-sd at 127.0.0.1:9103
275

    
276
scribe-sd Version: 20.0.0 (16 December 2020) Ubuntu 20.04.1 LTS 
277
Daemon started 29-mars022 16:21. Jobs: run=13, running=0, bareos.org build binary
278
 Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 bwlimit=0kB/s
279

    
280
Running Jobs:
281
No Jobs running.
282
====
283

    
284
Jobs waiting to reserve a drive:
285
====
286

    
287
Terminated Jobs:
288
 JobId  Level    Files      Bytes   Status   Finished        Name 
289
===================================================================
290
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
291
    43  Diff     41,183    11.36 G  Cancel   30-mars022 15:17 JobSauvegarde
292
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
293
    45  Full          0         0   OK       30-mars022 15:35 JobSchedulePre
294
    46  Full    607,126    327.3 G  OK       30-mars022 22:34 JobSauvegarde
295
    48  Full          0         0   OK       30-mars022 22:38 JobSchedulePre
296
    49  Diff        362    92.97 M  Cancel   30-mars022 22:38 JobSauvegarde
297
    47  Full          6    305.4 M  OK       30-mars022 22:38 BackupCatalog
298
    50  Full          6    305.4 M  OK       31-mars022 04:51 BackupCatalog
299
    51  Full          0         0   OK       31-mars022 04:51 JobSchedulePost
300
====
301

    
302
Device status:
303

    
304
Device "FileStorage" (/mnt/sauvegardes) is not open.
305
==
306
====
307

    
308
Used Volume status:
309
====
310

    
311
====
312

    
313
Connecting to Client scribe_fd at 127.0.0.1:9102
314
 Handshake: Immediate TLS, Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
315

    
316
scribe_fd Version: 20.0.0 (16 December 2020)  Ubuntu 20.04.1 LTS
317
Daemon started 29-mars022 16:21. Jobs: run=13 running=0, bareos.org build binary
318
 Sizeof: boffset_t=8 size_t=8 debug=0 trace=0 bwlimit=0kB/s
319

    
320
Running Jobs:
321
scribe-dir (director) connected at: 31-mars022 08:54
322
No Jobs running.
323
====
324

    
325
Terminated Jobs:
326
 JobId  Level    Files      Bytes   Status   Finished        Name 
327
======================================================================
328
    42  Full          0         0   OK       30-mars022 15:00 JobSchedulePre
329
    43  Diff     41,184    11.35 G  Error    30-mars022 15:17 JobSauvegarde
330
    44  Full          6    225.6 M  OK       30-mars022 15:17 BackupCatalog
331
    45  Full          0         0   OK       30-mars022 15:35 JobSchedulePre
332
    46  Full    607,126    327.1 G  OK       30-mars022 22:34 JobSauvegarde
333
    48  Full          0         0   OK       30-mars022 22:38 JobSchedulePre
334
    49  Diff        365    93.88 M  Error    30-mars022 22:38 JobSauvegarde
335
    47  Full          6    305.4 M  OK       30-mars022 22:38 BackupCatalog
336
    50  Full          6    305.4 M  OK       31-mars022 04:51 BackupCatalog
337
    51  Full          0         0   OK       31-mars022 04:51 JobSchedulePost
338
====
339
You have messages.
340

    
341

    
342
root@Testing:~# ss -lpt '( sport = :bacula-dir or sport = :bacula-fd or sport = :bacula-sd )'
343
State          Recv-Q         Send-Q                  Local Address:Port                         Peer Address:Port         Process                                          
344
LISTEN         0              50                            0.0.0.0:bacula-dir                        0.0.0.0:*             users:(("bareos-dir",pid=1119789,fd=4))         
345
LISTEN         0              50                            0.0.0.0:bacula-fd                         0.0.0.0:*             users:(("bareos-fd",pid=1119346,fd=3))          
346
LISTEN         0              50                            0.0.0.0:bacula-sd                         0.0.0.0:*             users:(("bareos-sd",pid=1119348,fd=3))          
347
root@Testing:~# 
348

    
349
      
350