I came across this error when a NDMP backup of a large volume failed.
To isolate the exact error and resolve the issue, I ran the following commands:
[text]
snap list [volume name]
backup status
[/text]
Line one below shows all of the snapshots for the particular volume. In my case, the
ntap> backup status
ntap> snap list volume
(I edited the volume name)
To resolve this, run the following commands. They disable NDMP, and kill all active NDMP threads. As long as you’re not running any NDMP backups, this will not affect anything else on your filer.
[text]
ndmpd off
ndmpd killall
ndmpd on
[/text]