<?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: looking for sssu script examples to create mirror clone in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660799#M1449</link>
    <description>Hello Johan;&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.   I've played with rsm and honestly have not been able to get it to do what we need in a short period of time.    &lt;BR /&gt;&lt;BR /&gt;Your reference guide was helpful, will need to test your commands they make sense, thank you for taking the time to create the example.</description>
    <pubDate>Wed, 14 Jul 2010 16:29:14 GMT</pubDate>
    <dc:creator>wvsa</dc:creator>
    <dc:date>2010-07-14T16:29:14Z</dc:date>
    <item>
      <title>looking for sssu script examples to create mirror clone</title>
      <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660796#M1446</link>
      <description>&lt;P&gt;Good morning all;&lt;BR /&gt;&lt;BR /&gt;Wondering if anyone out there has created a sssu script to create a mirror clone. My goal is to create a sssu script that will create a mirror clone, once the mirror's have been created break the mirror and present the mirrored vdisk to a hpux 11iv3 server.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Norm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from &amp;nbsp;Disk Array to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660796#M1446</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2014-02-18T03:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: looking for sssu script examples to create mirror clone</title>
      <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660797#M1447</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I haven't, but I will try now :)&lt;BR /&gt;&lt;BR /&gt;Also, have you checked out RSM? Not so knowledgeable in this product but shouldn't this be able to do the thing above you want?&lt;BR /&gt;&lt;BR /&gt;SSSu reference can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodSeriesId=471497&amp;amp;prodTypeId=18964" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodSeriesId=471497&amp;amp;prodTypeId=18964&lt;/A&gt;</description>
      <pubDate>Wed, 14 Jul 2010 04:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660797#M1447</guid>
      <dc:creator>Johan Guldmyr</dc:creator>
      <dc:date>2010-07-14T04:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: looking for sssu script examples to create mirror clone</title>
      <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660798#M1448</link>
      <description>Did this in a simulator now..&lt;BR /&gt;&lt;BR /&gt;In Command View 9.2.0 and I have created a VDISK called UXDISK of 50GB and a host called UX.&lt;BR /&gt;&lt;BR /&gt;NoSystemSelected&amp;gt; select system EVA&lt;BR /&gt;EVA&amp;gt; ADD CONTAINER UXCONT SIZE=50&lt;BR /&gt;EVA&amp;gt; ADD MIRRORCLONE uxmirror VDISK=UXDISK CONTAINER=UXCONT&lt;BR /&gt;EVA&amp;gt; SET MULTIMIRROR FRACTURE VDISK=uxmirror&lt;BR /&gt;EVA&amp;gt; ADD LUN 0 HOST=UX VDISK=uxmirror&lt;BR /&gt;&lt;BR /&gt;You may want to check out the OPTION lock_state=lock/unlock for ADD MIRRORCLONE.&lt;BR /&gt;&lt;BR /&gt;And command_delay= for SET OPTION.&lt;BR /&gt;&lt;BR /&gt;But as far as I understand it this can be done in RSM :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To start the utility and run multiple commands, enter:&lt;BR /&gt;SSSU "cmd1" "cmd2" "cmd3"&lt;BR /&gt;To include a file path name, enter:&lt;BR /&gt;SSSU "file \"c:\program files\myotherscript.txt""&lt;BR /&gt;IMPORTANT:&lt;BR /&gt;Enclose file names, commands, and path names that contain spaces in quotation marks.</description>
      <pubDate>Wed, 14 Jul 2010 05:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660798#M1448</guid>
      <dc:creator>Johan Guldmyr</dc:creator>
      <dc:date>2010-07-14T05:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: looking for sssu script examples to create mirror clone</title>
      <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660799#M1449</link>
      <description>Hello Johan;&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.   I've played with rsm and honestly have not been able to get it to do what we need in a short period of time.    &lt;BR /&gt;&lt;BR /&gt;Your reference guide was helpful, will need to test your commands they make sense, thank you for taking the time to create the example.</description>
      <pubDate>Wed, 14 Jul 2010 16:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660799#M1449</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2010-07-14T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: looking for sssu script examples to create mirror clone</title>
      <link>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660800#M1450</link>
      <description>Sure no problem :)&lt;BR /&gt;&lt;BR /&gt;Wouldn't you want to have a 2nd script that  syncs it back, and then a 3rd one that doesn't create the clone but only fractures it?</description>
      <pubDate>Thu, 15 Jul 2010 05:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/looking-for-sssu-script-examples-to-create-mirror-clone/m-p/4660800#M1450</guid>
      <dc:creator>Johan Guldmyr</dc:creator>
      <dc:date>2010-07-15T05:41:27Z</dc:date>
    </item>
  </channel>
</rss>

