<?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: SSSU commands in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512228#M1306</link>
    <description>I have a script which uses sssu to split up disks by presentation and also lists vdisks which are unpresented.&lt;BR /&gt;&lt;BR /&gt;In basic the script does the following&lt;BR /&gt;&lt;BR /&gt;Use the SSSU file command and run "ls vdisk full" and redirect to a file (file1.txt)&lt;BR /&gt;&lt;BR /&gt;The grep out the relevant information:&lt;BR /&gt;&lt;BR /&gt;grep -E "objecttype | familyname | redundancy | allocatedcapacity | lunnumber | hostname " file1.txt | awk ' BEGIN { FS=": " } {print $NF}' | sed '&lt;BR /&gt;s/\\Hosts\\//g' | sed 's/virtualdisk//g' | sed 's/snapshot//g' &amp;gt;&amp;gt; file2.txt&lt;BR /&gt;&lt;BR /&gt;Some more formatting:&lt;BR /&gt;&lt;BR /&gt;cat file2.txt | awk -F\\ '{print $NF } ' | awk ' BEGIN { FS="\n" ; RS="" }  { printf "%-1s %-1s %-1s,%03d,%-1s,%-1s,%-1s\n ",$5&lt;BR /&gt;,$7,$9,$4,$2,$3,$1} ' | sort &amp;gt;&amp;gt; file3.txt&lt;BR /&gt;&lt;BR /&gt;I then put it into html but this should be enough to give you a start. Anything with a blank first field is unpresented disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Oct 2009 08:48:43 GMT</pubDate>
    <dc:creator>gstonian</dc:creator>
    <dc:date>2009-10-23T08:48:43Z</dc:date>
    <item>
      <title>SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512223#M1301</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Doers anyopne know if there is an SSSU command to list all Vdisk which are not presented to any hosts?&lt;BR /&gt;I am using CV EVA 9.1.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Disk Array to HP Storage System Scripting Utility (SSSU)&lt;/SPAN&gt;&lt;SPAN&gt;. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512223#M1301</guid>
      <dc:creator>DJMC</dc:creator>
      <dc:date>2014-02-18T03:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512224#M1302</link>
      <description>Try LS VDISK&lt;BR /&gt;The LS VDISK command displays information about the virtual disks, containers, snapshots and&lt;BR /&gt;mirrorclones configured for the currently selected array.&lt;BR /&gt;&lt;BR /&gt;Syntax&lt;BR /&gt;LS VDISK virtual_disk_name&lt;BR /&gt;The following option is available with the LS VDISK command.&lt;BR /&gt;full Lists all virtual disks and their properties.&lt;BR /&gt;nofull Lists all virtual disks.&lt;BR /&gt;virtual_disk_name Displays detailed information about the virtual disk</description>
      <pubDate>Mon, 12 Oct 2009 13:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512224#M1302</guid>
      <dc:creator>blackhawk_1</dc:creator>
      <dc:date>2009-10-12T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512225#M1303</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;you can try this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Syntax&lt;BR /&gt;CAPTURE CONFIGURATION file_name&lt;BR /&gt;&lt;BR /&gt;Options&lt;BR /&gt;SAVE_ALL_WORLD_WIDE_LUN_NAME&lt;BR /&gt;Saves the world wide LUN names for all virtual disks, except containers and DR group members on&lt;BR /&gt;the destination array.</description>
      <pubDate>Mon, 12 Oct 2009 13:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512225#M1303</guid>
      <dc:creator>kunalsahoo</dc:creator>
      <dc:date>2009-10-12T13:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512226#M1304</link>
      <description>Hi,&lt;BR /&gt;Go through the below link &amp;amp; select the following to download :&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;prodClassId=-1&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=471497" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;prodClassId=-1&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=471497&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HP StorageWorks Storage System Scripting Utility reference (T5494-96307, July 2009)&lt;BR /&gt;&lt;BR /&gt;This guide contains all the required SSSU commands.</description>
      <pubDate>Tue, 13 Oct 2009 12:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512226#M1304</guid>
      <dc:creator>Vishal_mcse</dc:creator>
      <dc:date>2009-10-13T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512227#M1305</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please see the attachment it will help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bhola</description>
      <pubDate>Fri, 23 Oct 2009 06:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512227#M1305</guid>
      <dc:creator>bhola</dc:creator>
      <dc:date>2009-10-23T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU commands</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512228#M1306</link>
      <description>I have a script which uses sssu to split up disks by presentation and also lists vdisks which are unpresented.&lt;BR /&gt;&lt;BR /&gt;In basic the script does the following&lt;BR /&gt;&lt;BR /&gt;Use the SSSU file command and run "ls vdisk full" and redirect to a file (file1.txt)&lt;BR /&gt;&lt;BR /&gt;The grep out the relevant information:&lt;BR /&gt;&lt;BR /&gt;grep -E "objecttype | familyname | redundancy | allocatedcapacity | lunnumber | hostname " file1.txt | awk ' BEGIN { FS=": " } {print $NF}' | sed '&lt;BR /&gt;s/\\Hosts\\//g' | sed 's/virtualdisk//g' | sed 's/snapshot//g' &amp;gt;&amp;gt; file2.txt&lt;BR /&gt;&lt;BR /&gt;Some more formatting:&lt;BR /&gt;&lt;BR /&gt;cat file2.txt | awk -F\\ '{print $NF } ' | awk ' BEGIN { FS="\n" ; RS="" }  { printf "%-1s %-1s %-1s,%03d,%-1s,%-1s,%-1s\n ",$5&lt;BR /&gt;,$7,$9,$4,$2,$3,$1} ' | sort &amp;gt;&amp;gt; file3.txt&lt;BR /&gt;&lt;BR /&gt;I then put it into html but this should be enough to give you a start. Anything with a blank first field is unpresented disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 08:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-commands/m-p/4512228#M1306</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2009-10-23T08:48:43Z</dc:date>
    </item>
  </channel>
</rss>

