<?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: Adding LUNs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428052#M656022</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you don't say which storage system you wnat to add a LUN but if you have an AutoRAID there is no requirement for rebooting.&lt;BR /&gt;You can add a LUN at the running system.&lt;BR /&gt;If you doing it with arraycfg you have to create the new device files with:&lt;BR /&gt;ioscan -fn disk&lt;BR /&gt;insf&lt;BR /&gt;Or you can use SAm (which creates the device files automatically)&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
    <pubDate>Wed, 28 Jun 2000 14:00:34 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-06-28T14:00:34Z</dc:date>
    <item>
      <title>Adding LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428051#M656021</link>
      <description>Do you need to reboot the system, or be in single user mode to create a LUN???&lt;BR /&gt;&lt;BR /&gt;Will there be a problem in doing this when system is up ( assuming this a production box) ???</description>
      <pubDate>Wed, 28 Jun 2000 13:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428051#M656021</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-06-28T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428052#M656022</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you don't say which storage system you wnat to add a LUN but if you have an AutoRAID there is no requirement for rebooting.&lt;BR /&gt;You can add a LUN at the running system.&lt;BR /&gt;If you doing it with arraycfg you have to create the new device files with:&lt;BR /&gt;ioscan -fn disk&lt;BR /&gt;insf&lt;BR /&gt;Or you can use SAm (which creates the device files automatically)&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 28 Jun 2000 14:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428052#M656022</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-06-28T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428053#M656023</link>
      <description>thanks for all the info......</description>
      <pubDate>Wed, 28 Jun 2000 18:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428053#M656023</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-06-28T18:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428054#M656024</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Wonderous world. Am expanding some volumes on a HP AutoRAID just now and doing it live.&lt;BR /&gt;&lt;BR /&gt;Step 1 is creating LUN.&lt;BR /&gt;Create two if you have two RAID-controllers and switch them to increase performance.&lt;BR /&gt;&lt;BR /&gt;Create LUN:&lt;BR /&gt;arraycfg -L 5 -a 5000 arrayID&lt;BR /&gt;-L = LUN-no  -a = size in Mb&lt;BR /&gt;&lt;BR /&gt;Create device-files:&lt;BR /&gt;insf -C disk&lt;BR /&gt;&lt;BR /&gt;Check them with ioscan:&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Prepare them for LVM:&lt;BR /&gt;pvcreate -f /dev/rdsk/CxTyDz&lt;BR /&gt;x, y z from the device files creating&lt;BR /&gt;&lt;BR /&gt;Including them in the VG you want them:&lt;BR /&gt;lvextend /dev/vgxx /dev/dsk/CxTyDz /dev/dsk/Cx2TyxDz3&lt;BR /&gt;&lt;BR /&gt;Do this again with device files switched to created alternate links on the AutoRAID so each disk use the other controller for backup.&lt;BR /&gt;&lt;BR /&gt;Check the VG with vgdisplay -v (or look in /etc/lvmtab)&lt;BR /&gt;&lt;BR /&gt;umount the LV you want to extend:&lt;BR /&gt;umount /Lvname&lt;BR /&gt;&lt;BR /&gt;Extend the LV to the required size:&lt;BR /&gt;lvextend -L (size) /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;Create the filesystem on the extra space:&lt;BR /&gt;extendfs -F jfs or vxfx /dev/vgxx/rlvolxx&lt;BR /&gt;&lt;BR /&gt;Mount de LV again and voila, you'r ready to go. If you can bring the LV down because it's in use you can check the actual users with fuser and then kill them with fuser -cu.&lt;BR /&gt;&lt;BR /&gt;Success,&lt;BR /&gt;&lt;BR /&gt;Maarten van Maanen&lt;BR /&gt;Netherlands&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2000 18:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-luns/m-p/2428054#M656024</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-07-20T18:05:49Z</dc:date>
    </item>
  </channel>
</rss>

