<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Errors trying to get this all working in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7640#M3806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend opening a support case with NGS since Snap Creator 3.3.0 is supported, they can help much better that folks on communities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I did take a quick look in config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Your agent timeout is set to 5 seconds, I have never in seen SnapDrive complete in 5 seconds. Try increasing SC_AGENT_TIMEOUT. This is the time the server waits to hear response from agent.&lt;/P&gt;&lt;P&gt;SC_AGENT_TIMEOUT=60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Operations Manager issue appears to be that you are using HTTPS TRANSPORT=HTTPS and are using HTTP port for OM 8088, try changing OM port to 8488&lt;/P&gt;&lt;P&gt;OM_PORT=8488&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SC is all or nothing either you use HTTP or HTTPS for everything, same goes w/password protection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2011 14:39:58 GMT</pubDate>
    <dc:creator>ktenzer</dc:creator>
    <dc:date>2011-03-03T14:39:58Z</dc:date>
    <item>
      <title>Errors trying to get this all working</title>
      <link>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7636#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use SnapCreator to make SnapDrive snapshots on just 1 VM at the moment. I have enabled SnapCreator in the config and set up my NTAP_SNAPSHOT_CREATE command in the config. I do get a snapshot when I run the config but it exits with error code 1 witht he following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stdout: [500 read timeout at /&amp;lt;C:\NASC\scServer3.3.0\snapcreator.exe&amp;gt;SnapCreator/Agent/Remote.pm line 288&lt;BR /&gt;]&lt;BR /&gt;stderr: [500 read timeout at /&amp;lt;C:\NASC\scServer3.3.0\snapcreator.exe&amp;gt;SnapCreator/Agent/Remote.pm line 288&lt;BR /&gt;]&lt;BR /&gt;[Wed Mar&amp;nbsp; 2 15:52:07 2011] ERROR: Running snapshot create command ["C:\Program Files\NetApp\SnapDrive\sdcli" snap create -m wit212_Test -s wit212_Test.NSCF-daily-20110302155200 -D G:] failed with exit code [1] and message [500 read timeout at /&amp;lt;C:\NASC\scServer3.3.0\snapcreator.exe&amp;gt;SnapCreator/Agent/Remote.pm line 288&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the config setup to report to OpsManager but I get an error there as well. That error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Wed Mar&amp;nbsp; 2 15:52:07 2011] INFO: Creating OM Event (script:critical-event) on xx.xx.xx.xx&lt;BR /&gt;[Wed Mar&amp;nbsp; 2 15:52:07 2011] ERROR: Data Fabric Server service is not running (code = 13001)&lt;BR /&gt;[Wed Mar&amp;nbsp; 2 15:52:07 2011] ERROR: in Zapi::invoke failed to connect SSL Inappropriate I/O control operation (code = 13001)&lt;BR /&gt;[Wed Mar&amp;nbsp; 2 15:52:07 2011] DEBUG: Exiting with error code - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The obvious thing I see in that error is the Data Fabric server service is not running but it actually is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment Details:&lt;/P&gt;&lt;P&gt;VM target server is W2K3&lt;/P&gt;&lt;P&gt;ESX4.0&lt;/P&gt;&lt;P&gt;SnapDrive 6.3&lt;/P&gt;&lt;P&gt;DataOnTap 7.3.2&lt;/P&gt;&lt;P&gt;SnapCreator server is currently on an XP desktop for testing&lt;/P&gt;&lt;P&gt;OpsManager 4.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help anyone could offer with either of these 2 issues would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:59:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7636#M3805</guid>
      <dc:creator>bowhuntr09</dc:creator>
      <dc:date>2025-06-05T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Errors trying to get this all working</title>
      <link>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7640#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend opening a support case with NGS since Snap Creator 3.3.0 is supported, they can help much better that folks on communities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I did take a quick look in config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Your agent timeout is set to 5 seconds, I have never in seen SnapDrive complete in 5 seconds. Try increasing SC_AGENT_TIMEOUT. This is the time the server waits to hear response from agent.&lt;/P&gt;&lt;P&gt;SC_AGENT_TIMEOUT=60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Operations Manager issue appears to be that you are using HTTPS TRANSPORT=HTTPS and are using HTTP port for OM 8088, try changing OM port to 8488&lt;/P&gt;&lt;P&gt;OM_PORT=8488&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SC is all or nothing either you use HTTP or HTTPS for everything, same goes w/password protection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 14:39:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7640#M3806</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2011-03-03T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Errors trying to get this all working</title>
      <link>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7649#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually both your answers solved each of my problems. Thanks for taking time to look and respond!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 15:07:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7649#M3807</guid>
      <dc:creator>bowhuntr09</dc:creator>
      <dc:date>2011-03-03T15:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Errors trying to get this all working</title>
      <link>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7654#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy SnapCreating!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 17:35:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Errors-trying-to-get-this-all-working/m-p/7654#M3808</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2011-03-03T17:35:30Z</dc:date>
    </item>
  </channel>
</rss>

