I am looking at possible bottlenecks in NDMP backup from FAS3050 and tripped over something strange. The system is using DOT 7.2.4P6 and NetWorker 7.3 on Linux 64 bit; NDMP is done over the network using NetWorker as DSA (no direct tape connection to NetApp).
While looking at NDMP throughput I found that amount od written data is not increased consistently. Now I am not sure whether this is NetApp bug, NetWorker bug or real problems that cause NDMP to restart from some earlier point. Here is example of output:
20081001-030340 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: dumping (Pass IV) NDMP backup log shows out of order written data numbers
20081001-030755 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:07:55 2008 : We have written 10177538 KB.
20081001-031413 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:14:13 2008 : We have written 17597169 KB.
20081001-031924 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:19:23 2008 : We have written 26366372 KB.
20081001-032423 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:24:23 2008 : We have written 33856530 KB.
20081001-032923 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:29:23 2008 : We have written 46497152 KB.
20081001-033423 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:34:23 2008 : We have written 59053749 KB.
20081001-033923 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:39:23 2008 : We have written 71711304 KB.
20081001-034423 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:44:23 2008 : We have written 283034449 KB.
20081001-034923 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:49:23 2008 : We have written 97020679 KB.
20081001-035423 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:54:23 2008 : We have written 109380798 KB.
20081001-035923 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 03:59:23 2008 : We have written 120547466 KB.
20081001-040423 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 04:04:23 2008 : We have written 331647331 KB.
20081001-040923 ndmp_wait_for_saves: nsrndmp_save: NDMP Service Log: DUMP: Wed Oct 1 04:09:23 2008 : We have written 136112506 KB.
I also tested plain dump to nul and did not get this which makes me suspect NetWorker side.
Anyone has seen this before?