ONTAP Discussions

snapshot-list-info hangs

janosch_rohdewald
5,068 Views

Hi all

Running the SDK (using 4.1) command 'snapshot-list-info' on some volumes (always the same ones) either hangs forever or returns the following error after some time:

'<results reason="Cannot get snapshot list info" status="failed" errno="13001"/>'

 

I tested it with Perl (on linux) and with the NetApp provided tool ZExplore (on Windows), so it doesn't seem to be a language spec. problem. I used the following snippet in ZExplore:

<?xml version="1.0" encoding="UTF-8"?>

 

<netapp xmlns="http://www.netapp.com/filer/admin" version="1.13">

  <snapshot-list-info>

    <target-name>testVol1</target-name>

    <target-type>volume</target-type>

  </snapshot-list-info>

</netapp>

 

Running 'snap list' on the same volume - even while the SDK command hangs - works as it should.

 

The error is reproducible always on the same volumes. snapshot-list-info on other volumes and/or on the same filers runs without a problem.

 

Thanks for helping and regards

Janosch

12 REPLIES 12
Public