<?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: Problem with create LUN on disk Array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417831#M765680</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to create block device you can run:&lt;BR /&gt;   &lt;BR /&gt;1- insf -e. This command recreates all devices for your system&lt;BR /&gt;&lt;BR /&gt;2- mksf -H harwdware_path and mksf -r -H hardwarepath. this other cretate both &lt;BR /&gt;block and character devices&lt;BR /&gt;&lt;BR /&gt;or 3- mknod file b major minor and mknod c file major minor.&lt;BR /&gt;&lt;BR /&gt;See man pages insf, mksf and mknod(1M)&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jan 2000 08:29:57 GMT</pubDate>
    <dc:creator>Carlos Riera</dc:creator>
    <dc:date>2000-01-31T08:29:57Z</dc:date>
    <item>
      <title>Problem with create LUN on disk Array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417828#M765677</link>
      <description>After created a LUN on a Disk Array and after created a phisical volume I'll &lt;BR /&gt;try to  create a volume group but the system (HP-UX 10.20 on K570) doesn't have &lt;BR /&gt;the block device created, It has only the character device. You know about a &lt;BR /&gt;particular patch?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Jan 2000 08:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417828#M765677</guid>
      <dc:creator>Massimo Travaglini</dc:creator>
      <dc:date>2000-01-27T08:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with create LUN on disk Array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417829#M765678</link>
      <description>Are you creating the VG through sam, or from the command line? If commands, &lt;BR /&gt;what syntax exactly are you using?&lt;BR /&gt;&lt;BR /&gt;Are you talking about a block device for the disk itself, or the lvols? If for &lt;BR /&gt;the disk, that should be created when the system recognizes the disk, but can &lt;BR /&gt;be manually created with the insf command.</description>
      <pubDate>Thu, 27 Jan 2000 16:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417829#M765678</guid>
      <dc:creator>Dan Hull</dc:creator>
      <dc:date>2000-01-27T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with create LUN on disk Array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417830#M765679</link>
      <description>I used the command line, and I don't have the /dev/dsk/xxxxxx file, it's very &lt;BR /&gt;strange because the disk array procedure creates the /dev/rdsk/xxxxxx &lt;BR /&gt;correctly.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 28 Jan 2000 02:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417830#M765679</guid>
      <dc:creator>Massimo Travaglini</dc:creator>
      <dc:date>2000-01-28T02:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with create LUN on disk Array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417831#M765680</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to create block device you can run:&lt;BR /&gt;   &lt;BR /&gt;1- insf -e. This command recreates all devices for your system&lt;BR /&gt;&lt;BR /&gt;2- mksf -H harwdware_path and mksf -r -H hardwarepath. this other cretate both &lt;BR /&gt;block and character devices&lt;BR /&gt;&lt;BR /&gt;or 3- mknod file b major minor and mknod c file major minor.&lt;BR /&gt;&lt;BR /&gt;See man pages insf, mksf and mknod(1M)&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2000 08:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417831#M765680</guid>
      <dc:creator>Carlos Riera</dc:creator>
      <dc:date>2000-01-31T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with create LUN on disk Array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417832#M765681</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to create block device you can run:&lt;BR /&gt;   &lt;BR /&gt;1- insf -e. This command recreates all devices for your system&lt;BR /&gt;&lt;BR /&gt;2- mksf -H harwdware_path and mksf -r -H hardwarepath. this other cretate both &lt;BR /&gt;block and character devices&lt;BR /&gt;&lt;BR /&gt;or 3- mknod file b major minor and mknod c file major minor.&lt;BR /&gt;&lt;BR /&gt;See man pages insf, mksf and mknod(1M)&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2000 08:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-create-lun-on-disk-array/m-p/2417832#M765681</guid>
      <dc:creator>Carlos Riera</dc:creator>
      <dc:date>2000-01-31T08:30:14Z</dc:date>
    </item>
  </channel>
</rss>

