<?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: SMVI 2.0 pre and post backup scripts pre commands errer in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70949#M6746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this script run on the command,it became success&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jun 2010 10:29:31 GMT</pubDate>
    <dc:creator>takahiro_mitsui</dc:creator>
    <dc:date>2010-06-30T10:29:31Z</dc:date>
    <item>
      <title>SMVI 2.0 pre and post backup scripts pre commands errer</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70935#M6741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMVI2.0 Backup scripts&amp;nbsp; error output is not run&lt;/P&gt;&lt;P&gt;The same script At the command will be run properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; following is the contents of the batch file&lt;/P&gt;&lt;P&gt;********************************************************************************&lt;/P&gt;&lt;P&gt;if %BACKUP_PHASE% == PRE_BACKUP goto PRE&lt;BR /&gt;if %BACKUP_PHASE% == POST_BACKUP goto POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:PRE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pre.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time /t &amp;gt;c:\pre.txt&lt;BR /&gt;ipconfig /all&amp;gt;&amp;gt;c:\pre.txt&lt;BR /&gt;C:\WINDOWS\system32\net.exe use \\w2k8-essp2-95\ipc$ /user:administrator p@ssw0rd&lt;BR /&gt;C:\WINDOWS\system32\sc.exe \\w2k8-essp2-95 stop MSSQLSERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;goto END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:POST&lt;BR /&gt;post.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time /t &amp;gt;c:\post.txt&lt;BR /&gt;ipconfig /all&amp;gt;&amp;gt;c:\post.txt&lt;BR /&gt;C:\WINDOWS\system32\net.exe use \\w2k8-essp2-95\ipc$ /user:administrator p@ssw0rd&lt;BR /&gt;C:\WINDOWS\system32\sc.exe \\w2k8-essp2-95 start MSSQLSERVER&lt;BR /&gt;C:\WINDOWS\system32\net.exe use /delete \\w2k8-essp2-95\ipc$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT /b 0&lt;/P&gt;&lt;P&gt;******************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not&amp;nbsp; run when you run the following command in the SMVI backup job script&lt;/P&gt;&lt;P&gt;C:\WINDOWS\system32\net.exe use \\w2k8-essp2-95\ipc$ /user:administrator&amp;nbsp; p@ssw0rd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SMVI backup log file has the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Files\NetApp\SMVI\server\log\scripts&amp;gt;C:\WINDOWS\system32\net.exe use \\w2k8-essp2-95\ipc$ /user:administrator p@ssw0rd&lt;/P&gt;&lt;P&gt;System error 1312 has occurred. A specified logon session does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q&amp;amp;A&lt;/P&gt;&lt;P&gt;The SMVI backup script connects to&amp;nbsp; the remote commands can not I use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:12:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70935#M6741</guid>
      <dc:creator>takahiro_mitsui</dc:creator>
      <dc:date>2025-06-05T07:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: SMVI 2.0 pre and post backup scripts pre commands errer</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70939#M6743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error you are getting "System error 1312 has occurred. A specified logon session does not exist." is a windows event.&lt;/P&gt;&lt;P&gt;So SMVI is running the script, but the script itself is exiting with an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the domain\username format in your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;C:\WINDOWS\system32\net.exe use \\w2k8-essp2-95\ipc$ /user:domain\administrator p@ssw0rd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 09:39:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70939#M6743</guid>
      <dc:creator>luker</dc:creator>
      <dc:date>2010-06-30T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMVI 2.0 pre and post backup scripts pre commands errer</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70944#M6745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a script error. Are you able to run this script on the command line without hitting any errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &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;Amrita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 10:20:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70944#M6745</guid>
      <dc:creator>amritad</dc:creator>
      <dc:date>2010-06-30T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: SMVI 2.0 pre and post backup scripts pre commands errer</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70949#M6746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this script run on the command,it became success&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 10:29:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70949#M6746</guid>
      <dc:creator>takahiro_mitsui</dc:creator>
      <dc:date>2010-06-30T10:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: SMVI 2.0 pre and post backup scripts pre commands errer</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70954#M6747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;BR /&gt;Scripts were executed successfully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 10:32:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/SMVI-2-0-pre-and-post-backup-scripts-pre-commands-errer/m-p/70954#M6747</guid>
      <dc:creator>takahiro_mitsui</dc:creator>
      <dc:date>2010-06-30T10:32:48Z</dc:date>
    </item>
  </channel>
</rss>

