Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/0e15a7fbf7acab56fd32 to your computer and use it in GitHub Desktop.
Save dlangille/0e15a7fbf7acab56fd32 to your computer and use it in GitHub Desktop.
FreeBSD 11 - new sa(4) code
[root@cuppy:/usr/home/dan] # btape -c /usr/local/etc/bacula/bacula-sd.conf /dev/nsa1
Tape block granularity is 1024 bytes.
btape: butil.c:287-0 Using device: "/dev/nsa1" for writing.
btape: btape.c:469-0 open device "DLT" (/dev/nsa1): OK
*test
=== Write, rewind, and re-read test ===
I'm going to write 10000 records and an EOF
then write 10000 records and an EOF, then rewind,
and re-read the data to verify that it is correct.
This is an *essential* feature ...
btape: btape.c:1152-0 Wrote 10000 blocks of 64412 bytes.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1168-0 Wrote 10000 blocks of 64412 bytes.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1210-0 Rewind OK.
10000 blocks re-read correctly.
Got EOF on tape.
10000 blocks re-read correctly.
=== Test Succeeded. End Write, rewind, and re-read test ===
btape: btape.c:1277-0 Block position test
btape: btape.c:1289-0 Rewind OK.
Reposition to file:block 0:4
Block 5 re-read correctly.
Reposition to file:block 0:200
Block 201 re-read correctly.
Reposition to file:block 0:9999
Block 10000 re-read correctly.
Reposition to file:block 1:0
Block 10001 re-read correctly.
Reposition to file:block 1:600
Block 10601 re-read correctly.
Reposition to file:block 1:9999
Block 20000 re-read correctly.
=== Test Succeeded. End Write, rewind, and re-read test ===
=== Append files test ===
This test is essential to Bacula.
I'm going to write one record in file 0,
two records in file 1,
and three records in file 2
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:469-0 open device "DLT" (/dev/nsa1): OK
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1420-0 Now moving to end of medium.
btape: btape.c:622-0 tape_dev.c:345 ioctl MTIOCGET error on "DLT" (/dev/nsa1). ERR=No error: 0.
We should be in file 3. I am at file 0. This is NOT correct!!!!
Append test failed. Attempting again.
Setting "Hardware End of Medium = no
and "Fast Forward Space File = no
and retrying append test.
=== Append files test ===
This test is essential to Bacula.
I'm going to write one record in file 0,
two records in file 1,
and three records in file 2
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:469-0 open device "DLT" (/dev/nsa1): OK
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1420-0 Now moving to end of medium.
btape: btape.c:625-0 Moved to end of medium.
We should be in file 3. I am at file 3. This is correct!
Now the important part, I am going to attempt to append to the tape.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
Done appending, there should be no I/O errors
Doing Bacula scan of blocks:
1 block of 64448 bytes in file 1
End of File mark.
2 blocks of 64448 bytes in file 2
End of File mark.
3 blocks of 64448 bytes in file 3
End of File mark.
1 block of 64448 bytes in file 4
End of File mark.
Total files=4, blocks=7, bytes = 451,136
End scanning the tape.
We should be in file 4. I am at file 4. This is correct!
It looks like the test worked this time, please add:
Hardware End of Medium = No
Fast Forward Space File = No
to your Device resource in the Storage conf file.
The above Bacula scan should have output identical to what follows.
Please double check it ...
=== Sample correct output ===
1 block of 64448 bytes in file 1
End of File mark.
2 blocks of 64448 bytes in file 2
End of File mark.
3 blocks of 64448 bytes in file 3
End of File mark.
1 block of 64448 bytes in file 4
End of File mark.
Total files=4, blocks=7, bytes = 451,136
=== End sample correct output ===
If the above scan output is not identical to the
sample output, you MUST correct the problem
or Bacula will not be able to write multiple Jobs to
the tape.
Skipping read backwards test because BSR turned off.
=== Forward space files test ===
This test is essential to Bacula.
I'm going to write five files then test forward spacing
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:1907-0 Wrote one record of 64412 bytes.
btape: btape.c:1909-0 Wrote block to device.
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:604-0 Wrote 1 EOF to "DLT" (/dev/nsa1)
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1634-0 Now forward spacing 1 file.
We should be in file 1. I am at file 1. This is correct!
btape: btape.c:1646-0 Now forward spacing 2 files.
We should be in file 3. I am at file 3. This is correct!
btape: btape.c:574-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1659-0 Now forward spacing 4 files.
We should be in file 4. I am at file 4. This is correct!
btape: btape.c:1677-0 Now forward spacing 1 more file.
We should be in file 5. I am at file 5. This is correct!
=== End Forward space files test ===
Ah, I see you have an autochanger configured.
To test the autochanger you must have a blank tape
that I can write on in Slot 1.
Do you wish to continue with the Autochanger test? (y/n): y
=== Autochanger test ===
3301 Issuing autochanger "loaded" command.
Nothing loaded in the drive. OK.
3303 Issuing autochanger "load 1 0" command.
3303 Autochanger "load 1 0" status is OK.
btape: btape.c:469-0 open device "DLT" (/dev/nsa1): OK
btape: btape.c:1564-0 Rewound "DLT" (/dev/nsa1)
btape: btape.c:1571-0 Wrote EOF to "DLT" (/dev/nsa1)
The test autochanger worked!!
*
# sg_logs sa1 --all
DEC TZ89 (C) DEC 2561
Supported log pages [0x0]:
0x00 Supported log pages
0x02 Error counters (write)
0x03 Error counters (read)
0x07 Last n error events
0x2e TapeAlert
0x32 Data compression (LTO-5 specific, LTO-6 use 0x1b)
0x33 Write errors (LTO-5 specific)
0x3e [unknown vendor specific page code]
Write error counter page [0x2]
Errors corrected without substantial delay = 0
Errors corrected with possible delays = 0
Total rewrites or rereads = 2
Total errors corrected = 2
Total times correction algorithm processed = 0
Total bytes processed = 67181360
Total uncorrected errors = 0
Reserved or vendor specific [0x8000] = 2
Reserved or vendor specific [0x8001] = 140
Reserved or vendor specific [0x9000] = 26
Reserved or vendor specific [0x9001] = 28
Reserved or vendor specific [0x9002] = 26
Reserved or vendor specific [0x9003] = 40
Reserved or vendor specific [0x9004] = 0
Reserved or vendor specific [0x9005] = 0
Reserved or vendor specific [0x9006] = 0
Reserved or vendor specific [0x9007] = 0
Read error counter page [0x3]
Errors corrected without substantial delay = 0
Errors corrected with possible delays = 0
Total rewrites or rereads = 0
Total errors corrected = 0
Total times correction algorithm processed = 0
Total bytes processed = 140875840
Total uncorrected errors = 0
Reserved or vendor specific [0x8000] = 0
Reserved or vendor specific [0x8001] = 17
Reserved or vendor specific [0x9000] = 158
Reserved or vendor specific [0x9001] = 158
Reserved or vendor specific [0x9002] = 163
Reserved or vendor specific [0x9003] = 176
Last n error events page [0x7]
Error event 0:
Packet # 126 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29307/243/0BDBC618/1/80/02/00
Error event 1:
Error event 2:
Packet # 127 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29309/243/0BDB0FA2/1/80/02/00
Error event 3:
Error event 4:
Packet # 128 - Event: A404 [V97-0 29-DEC-1999] 476:18:12.906 POH/PC= 29313/243
42005A38 42830101 00080002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 5:
0000 00000000 00000000 00000000
Error event 6:
Packet # 129 - Event: A407 [V97-0 29-DEC-1999] 476:18:12.948 POH/PC= 29313/243
0F200F01 02400240 02011500 00000000 5A384283 00112A28 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 7:
0000 00000000 00000000 00000000
Error event 8:
Packet # 130 - Event: A404 [V97-0 29-DEC-1999] 476:18:14.862 POH/PC= 29313/243
42005A38 42830101 00400002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 9:
0000 00000000 00000000 00000000
Error event 10:
Packet # 131 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29315/243/F2589138/1/80/02/00
Error event 11:
Error event 12:
Packet # 132 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29317/243/F2586382/1/80/02/00
Error event 13:
Error event 14:
Packet # 133 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29319/243/0BDB9647/1/80/02/00
Error event 15:
Error event 16:
Packet # 134 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29323/243/5C774EA1/1/80/02/00
Error event 17:
Error event 18:
Packet # 135 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29325/243/0BDBD112/1/80/02/00
Error event 19:
Error event 20:
Packet # 136 - Event: A404 [V97-0 29-DEC-1999] 492:50:02.563 POH/PC= 29329/243
4200F258 F9E80101 00080002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 21:
0000 00000000 00000000 00000000
Error event 22:
Packet # 137 - Event: A404 [V97-0 29-DEC-1999] 492:50:02.589 POH/PC= 29329/243
4200F258 F9E80101 00080002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 23:
0000 00000000 00000000 00000000
Error event 24:
Packet # 138 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29331/243/F2588079/1/80/02/00
Error event 25:
Error event 26:
Packet # 139 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29349/251/69DB14FE/1/80/02/00
Error event 27:
Error event 28:
Packet # 140 - Event: A402 [V97-0 29-DEC-1999] 012:57:53.530 POH/PC= 29357/251
20004272 D8AB0101 00AB0002 000000C5 00020100 00800010 00000B81 056B0039
FF880001 15040000 71A30000 00000000 039F0000 00000000 00000000 00000000
0000
Error event 29:
0000 00000000 00000000 00000000
Error event 30:
Packet # 141 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29357/251/D8F6DD20/1/80/02/00
Error event 31:
Error event 32:
Packet # 142 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29370/251/2139C69C/1/80/02/00
Error event 33:
Error event 34:
Packet # 143 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29374/251/D8F67139/1/80/02/00
Error event 35:
Error event 36:
Packet # 144 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29452/255/2139A74B/1/80/02/00
Error event 37:
Error event 38:
Packet # 145 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29472/255/E16E6EB6/1/80/02/00
Error event 39:
Error event 40:
Packet # 146 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29474/255/D8F603DA/1/80/02/00
Error event 41:
Error event 42:
Packet # 147 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29476/255/D8F6E77C/1/80/02/00
Error event 43:
Error event 44:
Packet # 148 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29478/255/D8F6605F/1/80/02/00
Error event 45:
Error event 46:
Packet # 149 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29546/255/69DB3EC9/1/80/02/00
Error event 47:
Error event 48:
Packet # 150 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29548/255/1181F550/1/80/02/00
Error event 49:
Error event 50:
Packet # 151 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29552/255/F2586E7A/1/80/02/00
Error event 51:
Error event 52:
Packet # 152 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29554/255/69DBB8CC/1/80/02/00
Error event 53:
Error event 54:
Packet # 153 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29564/255/72B69086/1/80/02/00
Error event 55:
Error event 56:
Packet # 154 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29566/255/0BDBD189/1/80/02/00
Error event 57:
Error event 58:
Packet # 155 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29568/255/72B6D692/1/80/02/00
Error event 59:
Error event 60:
Packet # 156 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29572/255/0BDBCC14/1/80/02/00
Error event 61:
Error event 62:
Packet # 157 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29575/257/69DB3EC9/1/80/02/00
Error event 63:
Error event 64:
Packet # 158 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29577/257/1181F550/1/80/02/00
Error event 65:
Error event 66:
Packet # 159 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29581/257/F2586E7A/1/80/02/00
Error event 67:
Error event 68:
Packet # 160 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29583/257/69DBB8CC/1/80/02/00
Error event 69:
Error event 70:
Packet # 161 - Event: A404 [V97-0 29-DEC-1999] 024:56:31.556 POH/PC= 29599/257
42005A38 3D3F0101 00080002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 71:
0000 00000000 00000000 00000000
Error event 72:
Packet # 162 - Event: A407 [V97-0 29-DEC-1999] 024:56:31.598 POH/PC= 29599/257
0F200F01 00000240 02011500 00000000 5A383D3F 00112A28 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 73:
0000 00000000 00000000 00000000
Error event 74:
Packet # 163 - Event: A404 [V97-0 29-DEC-1999] 024:56:33.508 POH/PC= 29599/257
42005A38 3D3F0101 00000002 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 75:
0000 00000000 00000000 00000000
Error event 76:
Packet # 164 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29600/257/5A383D3F/1/80/02/00
Error event 77:
Error event 78:
Packet # 165 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=29603/257/4272AC59/1/80/02/00
Error event 79:
Error event 80:
Packet # 166 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=33738/293/7098CD88/1/80/02/00
Error event 81:
Error event 82:
Packet # 167 - Event: A401 [V97-0 29-DEC-1999] 028:16:14.863 POH/PC= 33761/293
110001CC 9D190101 00400000 10100003 65A30000 09DD0000 00000000 00000000
00010002 78630000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 83:
0000 00000000 00000000 00000000
Error event 84:
Packet # 168 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=33761/293/01CC9D19/3/0C/00/00
Error event 85:
Error event 86:
Packet # 169 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=33761/293/01CC9D19/3/0C/00/00
Error event 87:
Error event 88:
Packet # 170 - Event: A401 [V97-0 29-DEC-1999] 028:26:41.621 POH/PC= 33761/293
110001CC 9D190101 00400000 10100003 659D0000 09E60000 00000000 00000000
00010004 F4A10000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 89:
0000 00000000 00000000 00000000
Error event 90:
Packet # 171 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=33761/293/01CC9D19/3/0C/00/00
Error event 91:
Error event 92:
Packet # 172 - Event: A401 [V97-0 29-DEC-1999] 028:27:16.476 POH/PC= 33761/293
110001CC 9D190101 00400000 13000003 65C20000 09E70000 00000000 00000000
00010004 F4AD0000 00000000 00000000 00000000 00000000 00000000 00000000
0000
Error event 93:
0000 00000000 00000000 00000000
Error event 94:
Packet # 173 - SCSI Event: POH/PC/MID/SK/ASC/ASCQ/AddErr=33761/293/01CC9D19/3/80/01/00
Error event 95:
Tape alert page (ssc-3) [0x2e]
Read warning: 0
Write warning: 0
Hard error: 0
Media: 0
Read failure: 0
Write failure: 0
Media life: 0
Not data grade: 0
Write protect: 0
No removal: 0
Cleaning media: 0
Unsupported format: 0
Recoverable mechanical cartridge failure: 0
Unrecoverable mechanical cartridge failure: 0
Memory chip in cartridge failure: 0
Forced eject: 0
Read only format: 0
Tape directory corrupted on load: 0
Nearing media life: 0
Cleaning required: 0
Cleaning requested: 0
Expired cleaning media: 0
Invalid cleaning tape: 0
Retension requested: 0
Dual port interface error: 0
Cooling fan failing: 0
Power supply failure: 0
Power consumption: 0
Drive maintenance: 0
Hardware A: 0
Hardware B: 0
Interface: 0
Eject media: 0
Microcode update fail: 0
Drive humidity: 0
Drive temperature: 0
Drive voltage: 0
Predictive failure: 0
Diagnostics required: 0
Obsolete (28h): 0
Obsolete (29h): 0
Obsolete (2Ah): 0
Obsolete (2Bh): 0
Obsolete (2Ch): 0
Obsolete (2Dh): 0
Obsolete (2Eh): 0
Reserved (2Fh): 0
Reserved (30h): 0
Reserved (31h): 0
Lost statistics: 0
Tape directory invalid at unload: 0
Tape system area write failure: 0
Tape system area read failure: 0
No start of data: 0
Loading failure: 0
Unrecoverable unload failure: 0
Automation interface failure: 0
Firmware failure: 0
WORM medium - integrity check failed: 0
WORM medium - overwrite attempted: 0
Reserved parameter code 0x3d, flag: 0
Reserved parameter code 0x3e, flag: 0
Reserved parameter code 0x3f, flag: 0
Reserved parameter code 0x40, flag: 0
Data compression page (IBM specific) [0x32]
Read compression ratio x100: 2729
Write compression ratio x100: 2730
Megabytes transferred to server: 1232
Bytes transferred to server: 672768
Megabytes read from tape: 45
Bytes read from tape: 181168
Megabytes transferred from server: 1231
Bytes transferred from server: 862208
Megabytes written to tape: 45
Bytes written to tape: 131230
No ascii information for page = 0x33, here is hex:
00 33 00 01 00 00 00 40 0c 00 00 00 00 00 00 00 00
10 00 00 00 00 00 01 40 0c 00 00 00 00 00 00 00 00
20 00 00 00 00 00 02 40 0c 00 00 00 00 00 00 00 00
30 00 00 00 00 00 03 40 0c 00 00 00 00 00 00 00 00
..... [truncated after 64 of 260 bytes (use '-H' to see the rest)]
No ascii information for page = 0x3e, here is hex:
00 3e 00 00 28 00 00 40 04 00 00 00 00 00 01 40 04
10 00 00 00 00 00 02 40 04 00 00 00 00 00 03 40 04
20 00 00 00 00 00 04 40 04 00 00 00 00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment