<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NetApp Technology Network : Thread List - Interfaces</title>
    <link>http://communities.netapp.com/community/interfaces_and_tools/interfaces?view=discussions</link>
    <description>Latest Forum Threads in Interfaces</description>
    <language>en</language>
    <pubDate>Fri, 20 Nov 2009 19:05:52 GMT</pubDate>
    <generator>Jive SBS 3.0.6 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-20T19:05:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>NetApp SNMP MIBs</title>
      <link>http://communities.netapp.com/thread/1305</link>
      <description>&lt;!-- [DocumentBodyStart:638b94fd-b84e-4881-88b5-13aceb2211bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Where do I find information on the NetApp SNMP MIBs and supported Data ONTAP versions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:638b94fd-b84e-4881-88b5-13aceb2211bc] --&gt;</description>
      <pubDate>Mon, 07 Apr 2008 08:56:58 GMT</pubDate>
      <author>danielpr@netapp.com</author>
      <guid>http://communities.netapp.com/thread/1305</guid>
      <dc:date>2008-04-07T08:56:58Z</dc:date>
      <clearspace:dateToText>13 hours, 14 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HOSTS authentication problem</title>
      <link>http://communities.netapp.com/thread/5919</link>
      <description>&lt;!-- [DocumentBodyStart:13ebe875-85bc-43c4-ab2f-fd5f1b96d5e9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm trying to use host-based authentication (h&lt;/p&gt;&lt;p&gt;osts.equiv), but it's failing. I get the error:&lt;/p&gt;&lt;p&gt;"User&amp;#160; does not have capability to invoke API quota-report."&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it's not clear, there are two spaces after 'User', as if it were printing a null username. Sure enough, from the log:&lt;/p&gt;&lt;p&gt;Tue Oct 27 11:44:14 CDT [near19: useradmin.unauthorized.user:warning]: User '' denied access - missing required capability: 'api-quota-report'&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I missing something?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13ebe875-85bc-43c4-ab2f-fd5f1b96d5e9] --&gt;</description>
      <pubDate>Tue, 27 Oct 2009 17:18:05 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/5919</guid>
      <dc:date>2009-10-27T17:18:05Z</dc:date>
      <clearspace:dateToText>13 hours, 52 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>24</clearspace:messageCount>
      <clearspace:replyCount>23</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ONTAPI version must be at least 1.7 to use vfiler tunneling feature</title>
      <link>http://communities.netapp.com/thread/6162</link>
      <description>&lt;!-- [DocumentBodyStart:b07c6045-697f-49e6-8282-275c2d520e2a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am trying to use the Manage ONTAP SDK 3.5.1 (.NET/PowerShell) but I am having trouble using the NaServer.SetVfilerTunneling feature.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; $file = 'C:\manage-ontap-sdk-3.5.1\lib\DotNet\ManageOntap.dll'&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; [Reflection.Assembly]::LoadFile($file)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;GAC&amp;#160;&amp;#160;&amp;#160; Version&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Location&lt;br/&gt;---&amp;#160;&amp;#160;&amp;#160; -------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; --------&lt;br/&gt;False&amp;#160; v2.0.50727&amp;#160;&amp;#160;&amp;#160;&amp;#160; C:\\manage-ontap-sdk-3.5.1\lib\DotNet\ManageOntap.dll&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; $NaServer = New-object NetApp.Manage.NaServer('filername',1,0)&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; $NaServer = TransportType='HTTPS'&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; $NaServer.SetAdminUser("root","password")&lt;/p&gt;&lt;p&gt;PS C:\&amp;gt; $NaServer.SetVfilerTunneling('vfilername')&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Exception calling "SetVfilerTunneling" with "1" argument(s): "ONTAPI version must be at least 1.7 to use vfiler tunneling feature"&lt;br/&gt;At line:1 char:29&lt;br/&gt;+ $NaServer.SetVfilerTunneling &amp;lt;&amp;lt;&amp;lt;&amp;lt; ('vfilername')&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; + CategoryInfo&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; : NotSpecified: (:) [], MethodInvocationException&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; + FullyQualifiedErrorId : DotNetMethodException&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;system-get-ontapi-version reports API 1.9, so I don't know why it is working.&amp;#160; Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b07c6045-697f-49e6-8282-275c2d520e2a] --&gt;</description>
      <pubDate>Tue, 17 Nov 2009 19:28:53 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/6162</guid>
      <dc:date>2009-11-17T19:28:53Z</dc:date>
      <clearspace:dateToText>3 days, 12 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SDK 3.5.1 and communication thrught firewalls</title>
      <link>http://communities.netapp.com/thread/6152</link>
      <description>&lt;!-- [DocumentBodyStart:c4e5d127-6282-486e-8553-cf39ec95dd12] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi everybody,&lt;/p&gt;&lt;p&gt;im starting using the sdk to get monitoring informations from my filers. the api use particular methods to communicate with the filers ?&lt;/p&gt;&lt;p&gt;or simply use rsh or ssh or telnet to get informations back when i made a call from my perl scripts or c programs ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the question is because i have my filers inside a firewall delimited zone.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sorry for the lame question... i tried to find out the answer... but i havent seen it in docs or previous threads&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers,&lt;/p&gt;&lt;p&gt;Luca&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c4e5d127-6282-486e-8553-cf39ec95dd12] --&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:26:08 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/6152</guid>
      <dc:date>2009-11-17T10:26:08Z</dc:date>
      <clearspace:dateToText>3 days, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SANOWN not enabled</title>
      <link>http://communities.netapp.com/thread/2314</link>
      <description>&lt;!-- [DocumentBodyStart:a7acfe45-cd38-4b64-81bc-4e5e1286c814] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div&gt;&lt;p&gt;Hi ,&lt;/p&gt;&lt;p&gt;I have an issue.&lt;/p&gt;&lt;p&gt;When i run the "Storage show " command, it gives 'SANOWN not enabled' at the end. I have connected this filer to a SAN switch. Also when i run 'fcp show adapter', it gives an error&lt;/p&gt;&lt;p&gt;"fcp: No FCP Target Adapters are present in this system."&lt;/p&gt;&lt;p&gt;Can someone please tell me how can i enable the SANOWN . Also how can i get the fcp adapter list and its properties. &lt;/p&gt;&lt;p&gt;FYI, the fcp target is licensed on this filer .&lt;/p&gt;&lt;p style="padding: 0px; min- height: 8pt"&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Ashit &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7acfe45-cd38-4b64-81bc-4e5e1286c814] --&gt;</description>
      <pubDate>Mon, 10 Nov 2008 13:53:22 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/2314</guid>
      <dc:date>2008-11-10T13:53:22Z</dc:date>
      <clearspace:dateToText>5 days, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>OnTap version 7.3.2 - When Volume is 100% capacity - NaAPIFailedException: Unable to create iterator (errno=13001)  occurrs</title>
      <link>http://communities.netapp.com/thread/6106</link>
      <description>&lt;!-- [DocumentBodyStart:5dcc0594-47ba-4e18-9ba6-d0e6fc26975c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We noticed that when we were monitoring our NetApp (trying to read the CIFS Shares via the iteration method), we started to get errors.&amp;#160; We believe it is because a volume is at 100% of capacity.&amp;#160; If we allocate more space to it then the error goes away.&amp;#160; We do not experience this on 7.2.5.1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Caused by: netapp.manage.NaAPIFailedException: Unable to create iterator&amp;#160; (errno=13001) &lt;br/&gt;at netapp.manage.NaServer.invokeElem(NaServer.java:670)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5dcc0594-47ba-4e18-9ba6-d0e6fc26975c] --&gt;</description>
      <pubDate>Thu, 12 Nov 2009 21:52:13 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/6106</guid>
      <dc:date>2009-11-12T21:52:13Z</dc:date>
      <clearspace:dateToText>1 week, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Math behind snapshot-volume-info -&gt; size-available</title>
      <link>http://communities.netapp.com/thread/6076</link>
      <description>&lt;!-- [DocumentBodyStart:3f8b2bba-4268-4d8f-b75c-3b23bd35bc9c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I am wondering what exactly does the value of size-available from the API snapshot-volume-info tell us? The SDK-documenation says:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;Total bytes that when exhausted will disable us from taking snapshots. If this value is 0, snapshots cannot be taken. Any other value would allow us to take a reliable snapshot. This space may or may not get exhausted by taking a snapshot. Also it may get used by writes/allocations in the volume. This is not equal to the free space in the active file system or anyway related to the size of the next snapshot.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So in which way is this value different from the free space? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I have learned from the discussions: It seems to be queried before someone takes a snapshot. Is this true? Are there any other or better uses for this value? May it be interesting to monitor this value?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your comments, Ingo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f8b2bba-4268-4d8f-b75c-3b23bd35bc9c] --&gt;</description>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">size-available</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">snapshots</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">api</category>
      <pubDate>Tue, 10 Nov 2009 17:39:25 GMT</pubDate>
      <author>ingo@boxbe.com</author>
      <guid>http://communities.netapp.com/thread/6076</guid>
      <dc:date>2009-11-10T17:39:25Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Quota report in vfiler with SDK API.</title>
      <link>http://communities.netapp.com/thread/6031</link>
      <description>&lt;!-- [DocumentBodyStart:5329c53b-7b0a-4967-8c32-0f455afc18ed] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to understand the SDK so that we can use it to get info from quota in our vfilers.&lt;/p&gt;&lt;p&gt;The thing is that I can't try it out on the simulator, beq it requires licenses for vfiler support.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And I don't want to play to much with our production environment &lt;img height="16px" src="http://communities.netapp.com/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to get quota report from a qtree in a vfiler in the SDK?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;We use hard disk quotas to, well, to quota our old "disks" that is migrated from our old windows fileservers.&lt;/p&gt;&lt;p&gt;And now we can't see the growth on a single qtree anymore..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Perhaps I'm going around the lake to get to the water here?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;Regards Falk&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5329c53b-7b0a-4967-8c32-0f455afc18ed] --&gt;</description>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">sdk</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">api</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">quota</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">vfiler</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">qtree</category>
      <pubDate>Fri, 06 Nov 2009 10:02:44 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/6031</guid>
      <dc:date>2009-11-06T10:02:44Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dedup output in System Manager</title>
      <link>http://communities.netapp.com/thread/3917</link>
      <description>&lt;!-- [DocumentBodyStart:a0b38464-1aa3-4aea-ad29-b78782f2ca91] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I very much appreciate having deduplication capability in System Manager -- there's a bit of the reporting that seems quirky though.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;When I look at a "df -sh" output, I can see the "saved" space per volume -- I can't seem to find this anywhere in NSM though.&lt;/li&gt;&lt;li&gt;NSM does have the "Space Saved" percentage but it's located under the "Last Run" section which is rather confusing (especially given that the Space Saved number there only refers to the amount of space saved during the last dedup run).&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thoughts? Am I missing something obvious?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, I used System Manager at a customer site last week -- is very solid and the customer really liked (I offered them the choice between FilerView and NSM (noting the version 1.0 aspect) and they chose to tryout NSM....very positive results so far).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a0b38464-1aa3-4aea-ad29-b78782f2ca91] --&gt;</description>
      <pubDate>Sun, 10 May 2009 04:53:24 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/3917</guid>
      <dc:date>2009-05-10T04:53:24Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SnapDrive and Prot Mgr</title>
      <link>http://communities.netapp.com/thread/6019</link>
      <description>&lt;!-- [DocumentBodyStart:face1795-9557-42c0-b159-c62a66e5362f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'd like to use snapdrive to create a snapshot of a lun, then be able to call Protection Manager to do a backup (snapvault) of the storage system.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I tell Prot Mgr to grab the specific snapshot that snapdrive created?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In my environment I'm using SDW6.1, PM 3.8.&amp;#160;&amp;#160; If I need to upgrade to SDW6.2 or PM 4.0 that's fine, I can wait, as long as this feature will be in the software.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know this is possible since the SMSQL, SME and SMO all do this, but I just don't know the mechanism.&amp;#160; Also in looking through the Managability SDK I didn't see any calls.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Andy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:face1795-9557-42c0-b159-c62a66e5362f] --&gt;</description>
      <pubDate>Thu, 05 Nov 2009 14:06:06 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/6019</guid>
      <dc:date>2009-11-05T14:06:06Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to view content of volume snapshot</title>
      <link>http://communities.netapp.com/thread/5963</link>
      <description>&lt;!-- [DocumentBodyStart:1236bbd8-35c5-4fd4-8f25-b630d100db37] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When using SnapDrive, user can mount a snapshot of a LUN as a temp disk, view and copy its content out.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to do the same thing via a tool or ONTAP API for volume snapshot? (not related to LUN)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, back in SnapDrive 4.1.2, it can connect to filer CIFS share as LUNs, how does it handle the same thing?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1236bbd8-35c5-4fd4-8f25-b630d100db37] --&gt;</description>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">cifs</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">lun</category>
      <category domain="http://communities.netapp.com/tags?containerType=?14&amp;container=2005">snapshot</category>
      <pubDate>Thu, 29 Oct 2009 18:52:57 GMT</pubDate>
      <author>community@netapp.com</author>
      <guid>http://communities.netapp.com/thread/5963</guid>
      <dc:date>2009-10-29T18:52:57Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

