<?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 SSSU scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468053#M211191</link>
    <description>I'm trying to script fail over of my disks from one node to another node. Does anyone know the SSSU syntax to present / un-present drives to a host?</description>
    <pubDate>Thu, 20 Jan 2005 16:57:49 GMT</pubDate>
    <dc:creator>Tod Bryant</dc:creator>
    <dc:date>2005-01-20T16:57:49Z</dc:date>
    <item>
      <title>SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468053#M211191</link>
      <description>I'm trying to script fail over of my disks from one node to another node. Does anyone know the SSSU syntax to present / un-present drives to a host?</description>
      <pubDate>Thu, 20 Jan 2005 16:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468053#M211191</guid>
      <dc:creator>Tod Bryant</dc:creator>
      <dc:date>2005-01-20T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468054#M211192</link>
      <description>According to the Docs it seems to be "ADD LUN". But i have never used it.&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;ADD LUN &lt;LUN_NUMBER&gt; VDISK=&lt;STORAGE_NAME&gt; HOST=&lt;HOST_NAME&gt;&lt;/HOST_NAME&gt;&lt;/STORAGE_NAME&gt;&lt;/LUN_NUMBER&gt;</description>
      <pubDate>Sat, 22 Jan 2005 04:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468054#M211192</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2005-01-22T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468055#M211193</link>
      <description>You're right.&lt;BR /&gt;&lt;BR /&gt;"ADD LUN" is used to present an EVA virtual disk to a host.&lt;BR /&gt;&lt;BR /&gt;"DELETE LUN" is used for removal of the mapping.</description>
      <pubDate>Sat, 22 Jan 2005 04:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468055#M211193</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-01-22T04:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468056#M211194</link>
      <description>Hi Bryant,&lt;BR /&gt;&lt;BR /&gt;Creating and Presenting a Virtual Disk&lt;BR /&gt;=========================================&lt;BR /&gt;&lt;BR /&gt;Here are the steps to follow to create a virtual disk and present the system to a&lt;BR /&gt;host.&lt;BR /&gt;â &amp;nbsp; Select the newly created system&lt;BR /&gt;â &amp;nbsp; Add a virtual disk (ADD VDISK) to the storage system&lt;BR /&gt;â &amp;nbsp; Add a host to the system (ADD HOST)&lt;BR /&gt;â &amp;nbsp; Add a LUN using a host and a VDISK&lt;BR /&gt;&lt;BR /&gt;1. Use the SELECT SYSTEM command to select the system you just created.&lt;BR /&gt;NoSystemSelected&amp;gt; SELECT SYSTEM Yekao&lt;BR /&gt;Yekao&amp;gt;&lt;BR /&gt;The prompt changes to reflect the object selected, in this case the system&lt;BR /&gt;Yekao.&lt;BR /&gt;&lt;BR /&gt;2. Create a virtual disk using the ADD VDISK command, supplying the virtual&lt;BR /&gt;disk name and size in whole GBs.&lt;BR /&gt;Yekao&amp;gt; ADD VDISK Enicar SIZE=4&lt;BR /&gt;Yekao&amp;gt;&lt;BR /&gt;This example creates a 4-GB virtual disk named Enicar with a Vraid0&lt;BR /&gt;redundancy.&lt;BR /&gt;&lt;BR /&gt;Note: The virtual disk (storage) can be between 2 GB (minimum) and 2000&lt;BR /&gt;&lt;BR /&gt;To present this newly created virtual disk, you need to have at least one host&lt;BR /&gt;within the storage system. This host must be added to the storage system&lt;BR /&gt;configuration.&lt;BR /&gt;&lt;BR /&gt;You can use the SHOW WORLD_WIDE_NAME command to see the available&lt;BR /&gt;Fibre Channel Adapter World Wide Names.&lt;BR /&gt;&lt;BR /&gt;3. Use the ADD HOST command to add a host to the storage system, supplying&lt;BR /&gt;the World Wide Name (WWN) for the host port (FCA).&lt;BR /&gt;Use caution with WWN assignments as these are not verified against the&lt;BR /&gt;existing adapter when assigned.&lt;BR /&gt;Yekao&amp;gt; ADD HOST \Hosts\SVT165&lt;BR /&gt;WORLD_WIDE_NAME=1000-0000-c923-6735&lt;BR /&gt;Yekao&amp;gt; SET HOST \Hosts\SVT165&lt;BR /&gt;ADD_WORLD_WIDE_NAME=1000-0000-c923-6736&lt;BR /&gt;&lt;BR /&gt;4. Add the LUN to the host by using the ADD LUN command, supplying the&lt;BR /&gt;full path to the virtual disk and the host machine.&lt;BR /&gt;Yekao&amp;gt; ADD LUN 15 VDISK=â  \Virtual Disks\Enicar\ACTIVEâ  &lt;BR /&gt;HOST=\Hosts\SVT165&lt;BR /&gt;Remember, for any path or name that contains spaces, you must enclose the&lt;BR /&gt;entire string in double quotes, as in the example above.&lt;BR /&gt;&lt;BR /&gt;Now LUN 15 is presenting the VDISK to the ho</description>
      <pubDate>Sat, 22 Jan 2005 04:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468056#M211194</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-22T04:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468057#M211195</link>
      <description>Hi Bryant,&lt;BR /&gt;&lt;BR /&gt;Creating and Presenting a Virtual Disk&lt;BR /&gt;=========================================&lt;BR /&gt;&lt;BR /&gt;Here are the steps to follow to create a virtual disk and present the system to a&lt;BR /&gt;host.&lt;BR /&gt;Select the newly created system&lt;BR /&gt;Add a virtual disk (ADD VDISK) to the storage system&lt;BR /&gt;Add a host to the system (ADD HOST)&lt;BR /&gt;Add a LUN using a host and a VDISK&lt;BR /&gt;&lt;BR /&gt;1. Use the SELECT SYSTEM command to select the system you just created.&lt;BR /&gt;NoSystemSelected&amp;gt; SELECT SYSTEM Yekao&lt;BR /&gt;Yekao&amp;gt;&lt;BR /&gt;The prompt changes to reflect the object selected, in this case the system&lt;BR /&gt;Yekao.&lt;BR /&gt;&lt;BR /&gt;2. Create a virtual disk using the ADD VDISK command, supplying the virtual&lt;BR /&gt;disk name and size in whole GBs.&lt;BR /&gt;Yekao&amp;gt; ADD VDISK Enicar SIZE=4&lt;BR /&gt;Yekao&amp;gt;&lt;BR /&gt;This example creates a 4-GB virtual disk named Enicar with a Vraid0&lt;BR /&gt;redundancy.&lt;BR /&gt;&lt;BR /&gt;Note: The virtual disk (storage) can be between 2 GB (minimum) and 2000&lt;BR /&gt;&lt;BR /&gt;To present this newly created virtual disk, you need to have at least one host&lt;BR /&gt;within the storage system. This host must be added to the storage system&lt;BR /&gt;configuration.&lt;BR /&gt;&lt;BR /&gt;You can use the SHOW WORLD_WIDE_NAME command to see the available&lt;BR /&gt;Fibre Channel Adapter World Wide Names.&lt;BR /&gt;&lt;BR /&gt;3. Use the ADD HOST command to add a host to the storage system, supplying&lt;BR /&gt;the World Wide Name (WWN) for the host port (FCA).&lt;BR /&gt;Use caution with WWN assignments as these are not verified against the&lt;BR /&gt;existing adapter when assigned.&lt;BR /&gt;Yekao&amp;gt; ADD HOST \Hosts\SVT165&lt;BR /&gt;WORLD_WIDE_NAME=1000-0000-c923-6735&lt;BR /&gt;Yekao&amp;gt; SET HOST \Hosts\SVT165&lt;BR /&gt;ADD_WORLD_WIDE_NAME=1000-0000-c923-6736&lt;BR /&gt;&lt;BR /&gt;4. Add the LUN to the host by using the ADD LUN command, supplying the&lt;BR /&gt;full path to the virtual disk and the host machine.&lt;BR /&gt;Yekao&amp;gt; ADD LUN 15 VDISK=â  \Virtual Disks\Enicar\ACTIVEâ  &lt;BR /&gt;HOST=\Hosts\SVT165&lt;BR /&gt;Remember, for any path or name that contains spaces, you must enclose the&lt;BR /&gt;entire string in double quotes, as in the example above.&lt;BR /&gt;&lt;BR /&gt;Now LUN 15 is presenting the VDISK to the host.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Sat, 22 Jan 2005 05:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468057#M211195</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-22T05:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468058#M211196</link>
      <description>Interesting, I thought the EVA can create a virtual disk as small as 1 GigaByte. During the last 3 years I have always been able to create such a small one.</description>
      <pubDate>Sat, 22 Jan 2005 05:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468058#M211196</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-01-22T05:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468059#M211197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Above what I mentioned is as per the SSSU guide. I have never tried creating lun less than 2GB using SSSU.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sat, 22 Jan 2005 05:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468059#M211197</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-22T05:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468060#M211198</link>
      <description>Ah, I see. Document AA-RU5HC-TE, right? If you go to page 46, you will see it mentions 1 - 2000 GigaBytes.&lt;BR /&gt;&lt;BR /&gt;The former portion is obviously wrong (I have just tried and could create a 1 GigaByte virtual disk using SSSU).</description>
      <pubDate>Sat, 22 Jan 2005 05:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468060#M211198</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-01-22T05:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468061#M211199</link>
      <description>Hi Uwe,&lt;BR /&gt;&lt;BR /&gt;Yes Im referring the same. I got the correction in page 47.&lt;BR /&gt;&lt;BR /&gt;It was told to me during my eva training that we can specify size in GBs but then, I got confused after seeing this contradiction in an official doc. I have tried creating 1GB with CV-EVA, but never tried using SSSU for creating a volume &amp;lt;1GB.&lt;BR /&gt;&lt;BR /&gt;You are more experienced..Thanks for the info.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sat, 22 Jan 2005 08:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468061#M211199</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-22T08:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468062#M211200</link>
      <description>Thanks to everyone for the timely and informative answers to my first forum post!!&lt;BR /&gt;The script is working!</description>
      <pubDate>Mon, 24 Jan 2005 10:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sssu-scripting/m-p/3468062#M211200</guid>
      <dc:creator>Tod Bryant</dc:creator>
      <dc:date>2005-01-24T10:04:45Z</dc:date>
    </item>
  </channel>
</rss>

