Managing HP X9000 Network Storage System Remote Replication Application Note (TA768-96049, November 2011)

A Log files
Remote replication writes to several log files in the /usr/local/ibrix/log directory on each
node. The names of the files start with ibrc.
[root@ibrix01a log]# pwd
/usr/local/ibrix/log
[root@ibrix01a log]# ls ibrc*
ibrcfrd.dbg ibrcfrd.err ibrcfrd.info ibrcfrworker.log ibrcud.dbg ibrcud.err ibrcud.info
The following log files are created on each target file serving node:
[root@ibrix02a log]# pwd
/usr/local/ibrix/log
[root@ibrix02a log]# ls ibrc*
ibrcfrd.dbg ibrcfrd.err ibrcfrd.info ibrcfrworkerd.log ibrcud.dbg ibrcud.err ibrcud.info
On a source, it is useful to look at ibrcfrworker.log and on a target, ibrcfrworkerd.log.
To see these logs changing in real time, do the following:
[root@ibrix01a ~]# tail -f /usr/local/ibrix/log/ibrcfrworker.log
"2011/08/31 11:44:10,<2912>,<f+++++++++,test.txt"
Number of files: 1
Number of files transferred: 1
Total file size: 4194304 bytes
Total transferred file size: 4194304 bytes
Literal data: 4194304 bytes
Matched data: 0 bytes
File list size: 30
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 4194980
Total bytes received: 27
sent 4194980 bytes received 27 bytes 8390014.00 bytes/sec
total size is 4194304 speedup is 1.00
[root@ibrix02a log]# tail -f /usr/local/ibrix/log/ibrcfrworkerd.log
2011/08/31 11:44:05 [1459] rsync to ibfs3_ibfs1crrcopy/ from ibrcfr@ibrix01a.x9000.gbr.hp.com (10.0.10.111)
2011/08/31 10:44:05 [1459] receiving file list
2011/08/31 10:44:06 [1459] sent 95 bytes received 4195043 bytes total size 4194304
These sample logs show that the file test.txt was replicated on the source, and report the size
of the file and the transfer speed. The logs also show that the file was received on the target and
specify the export to which it was written. The logs are not consolidated; there is a separate log
on each node. You need to look at the logs on each node to see the whole picture.
19