<?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: Hard Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666162#M49629</link>
    <description>Thank you all guys, as Bill has suggested I believe it is a patch problem, pvcreate could not detect the disk. The question now is which &lt;BR /&gt;patch should be installed to update the disktab file</description>
    <pubDate>Tue, 19 Feb 2002 10:19:56 GMT</pubDate>
    <dc:creator>Sarkis Canon</dc:creator>
    <dc:date>2002-02-19T10:19:56Z</dc:date>
    <item>
      <title>Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666156#M49623</link>
      <description>Hi Everybody,&lt;BR /&gt;We are adding a 4G hard disk to our E35 server&lt;BR /&gt;running HP-UX 10.20, ioscan detects the disk &lt;BR /&gt;and the vendor, but when we try to create a &lt;BR /&gt;volume group via SAM we get a message that the&lt;BR /&gt;disk is unknown and therefore it is ignored.&lt;BR /&gt;The hard disk is not brand new, but it was working perfect on another system with HPUX 9.04. Any ideas ? Thank you all.</description>
      <pubDate>Sun, 17 Feb 2002 06:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666156#M49623</guid>
      <dc:creator>Sarkis Canon</dc:creator>
      <dc:date>2002-02-17T06:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666157#M49624</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if the system is detecting the newly added harddisk, check /dev/dsk  , whether file has been created for that disk.&lt;BR /&gt;then #pvcreate -f /dev/dsk/cxtxdx (cxtxdx is the new file created for added harddisk)&lt;BR /&gt;#vgextend vgxx /dev/rdsk/cxtxdx.&lt;BR /&gt; where vgxx is the volume group to be extended</description>
      <pubDate>Sun, 17 Feb 2002 07:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666157#M49624</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-02-17T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666158#M49625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the command line post the output of this command:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/ioscan -fn &lt;BR /&gt;&lt;BR /&gt;We need to determine whether it is a driver issue or the system doesn't recognise the type of disk.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 17 Feb 2002 07:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666158#M49625</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-17T07:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666159#M49626</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First do and "ioscan" and find out the disk device file name. Then do a diskinfo for the ear device for the disk,&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;If this works. Next try to do a pvcreate "pvcreate -f /dev/rdsk/cxtydz". Next you can add the disk using command line or you can use sam to add the disk. If you still have problems, can you post the error message you are getting. IF the diskinfo command doesn't work, can you post your ioscan output and the results of the diskinfo command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regd</description>
      <pubDate>Sun, 17 Feb 2002 08:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666159#M49626</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-17T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666160#M49627</link>
      <description>SAM has a list of hardcoded disk ID's stored in a table, so if you are not up to date on patches, thios disk may not be present. As mentioned, just using pvcreate and then vgcreate (after creating the /dev/vgXX directory and using mknod to create the group file), you'll accomplish what SAM does automatically (when it knows the disk ID).</description>
      <pubDate>Sun, 17 Feb 2002 18:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666160#M49627</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-02-17T18:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666161#M49628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Like bill has suggested, you /etc/disktab entries should be up-to-date. Though for a 4GB disk you should not be having problem with the disktab entries.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2002 19:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666161#M49628</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-17T19:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666162#M49629</link>
      <description>Thank you all guys, as Bill has suggested I believe it is a patch problem, pvcreate could not detect the disk. The question now is which &lt;BR /&gt;patch should be installed to update the disktab file</description>
      <pubDate>Tue, 19 Feb 2002 10:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666162#M49629</guid>
      <dc:creator>Sarkis Canon</dc:creator>
      <dc:date>2002-02-19T10:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666163#M49630</link>
      <description>Thank you all guys, as Bill has suggested I believe it is a patch problem, pvcreate could not detect the disk. The question now is which &lt;BR /&gt;patch should be installed to update the disktab file.</description>
      <pubDate>Tue, 19 Feb 2002 10:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk/m-p/2666163#M49630</guid>
      <dc:creator>Sarkis Canon</dc:creator>
      <dc:date>2002-02-19T10:20:12Z</dc:date>
    </item>
  </channel>
</rss>

