<?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: DiskAdd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547333#M875279</link>
    <description>Re ioscan.&lt;BR /&gt;&lt;BR /&gt;If you issue an ioscan with a -k option it'll return a list of currently known to the kernel hardware.  Without the -k option the drivers will not be reset and told to scan for new h/w.&lt;BR /&gt;This scan takes a significant ammount of CPU time and on some systems can take up to 30 mins depending on how much h/w is attached.&lt;BR /&gt;&lt;BR /&gt;In your case because you've added new h/w you need to run the ioscan without the -k to scan for new h/w.  Seeing as you only added the disk, just scan for disks&lt;BR /&gt;ioscan -fnCdisk &lt;BR /&gt;which will just reset the sdisk driver.&lt;BR /&gt;&lt;BR /&gt;You can limit your full ioscan to h/w path also.&lt;BR /&gt;ioscan -fnH8/8.8.0.255.0&lt;BR /&gt;etc....&lt;BR /&gt;&lt;BR /&gt;the insf to install special files works more or less on the same syntak.&lt;BR /&gt;It is prefered not to insf -e&lt;BR /&gt;but to insf -eH8/8.8.0.255.0 -Cdisk&lt;BR /&gt;or&lt;BR /&gt;from ioscan -fnkCdisk&lt;BR /&gt;look at the Instance number of the disk &lt;BR /&gt;insf -eCdisk -I 25&lt;BR /&gt;&lt;BR /&gt;lssf /dev/dsk/cXtYdZ &lt;BR /&gt;to verify.&lt;BR /&gt;pvcreate, vgextend/create, lvcreate/extend as usual.....&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Mon, 02 Jul 2001 08:30:05 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2001-07-02T08:30:05Z</dc:date>
    <item>
      <title>DiskAdd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547330#M875276</link>
      <description>I want create new disk in storage and add this disk to HP server HPUX 11.00.When I create new disk,I reboot machine and new disk added to disks pool.How I can add disk without reboot system?&lt;BR /&gt;&lt;BR /&gt;Jirid</description>
      <pubDate>Mon, 02 Jul 2001 07:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547330#M875276</guid>
      <dc:creator>Jiri D</dc:creator>
      <dc:date>2001-07-02T07:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: DiskAdd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547331#M875277</link>
      <description>/sbin/insf [-C class | -d driver] [-D directory] [-e] [-H hw-path] [-I instance] [-n npty] [-q|-v] [-s nstrpty] [-p first-optical-disk:last-optical-disk]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2001 07:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547331#M875277</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-07-02T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: DiskAdd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547332#M875278</link>
      <description>Hi,&lt;BR /&gt;I would see if ioscan is sufficient:&lt;BR /&gt;#ioscan &lt;ENTER&gt;&lt;BR /&gt;then&lt;BR /&gt;#ioscan -fnC disk #to see if the new disk(s) is there&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;/ENTER&gt;</description>
      <pubDate>Mon, 02 Jul 2001 08:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547332#M875278</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-07-02T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: DiskAdd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547333#M875279</link>
      <description>Re ioscan.&lt;BR /&gt;&lt;BR /&gt;If you issue an ioscan with a -k option it'll return a list of currently known to the kernel hardware.  Without the -k option the drivers will not be reset and told to scan for new h/w.&lt;BR /&gt;This scan takes a significant ammount of CPU time and on some systems can take up to 30 mins depending on how much h/w is attached.&lt;BR /&gt;&lt;BR /&gt;In your case because you've added new h/w you need to run the ioscan without the -k to scan for new h/w.  Seeing as you only added the disk, just scan for disks&lt;BR /&gt;ioscan -fnCdisk &lt;BR /&gt;which will just reset the sdisk driver.&lt;BR /&gt;&lt;BR /&gt;You can limit your full ioscan to h/w path also.&lt;BR /&gt;ioscan -fnH8/8.8.0.255.0&lt;BR /&gt;etc....&lt;BR /&gt;&lt;BR /&gt;the insf to install special files works more or less on the same syntak.&lt;BR /&gt;It is prefered not to insf -e&lt;BR /&gt;but to insf -eH8/8.8.0.255.0 -Cdisk&lt;BR /&gt;or&lt;BR /&gt;from ioscan -fnkCdisk&lt;BR /&gt;look at the Instance number of the disk &lt;BR /&gt;insf -eCdisk -I 25&lt;BR /&gt;&lt;BR /&gt;lssf /dev/dsk/cXtYdZ &lt;BR /&gt;to verify.&lt;BR /&gt;pvcreate, vgextend/create, lvcreate/extend as usual.....&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 02 Jul 2001 08:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diskadd/m-p/2547333#M875279</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-07-02T08:30:05Z</dc:date>
    </item>
  </channel>
</rss>

