<?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: command for see disk unsed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228993#M468136</link>
    <description>See below example&lt;BR /&gt;===================&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC disk&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      0  0/0/1/1.0.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c1t0d0   /dev/rdsk/c1t0d0&lt;BR /&gt;disk      1  0/0/1/1.2.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0&lt;BR /&gt;disk      2  0/0/2/0.0.0  sdisk CLAIMED     DEVICE       HP 18.2GST373207LC#18&lt;BR /&gt;                         /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      3  0/0/2/0.2.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c2t2d0   /dev/rdsk/c2t2d0&lt;BR /&gt;disk      4  0/0/2/1.2.0  sdisk CLAIMED     DEVICE       HP      DVD-ROM 304&lt;BR /&gt;                         /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     134&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;==========================&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     2212&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     4090&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;As per above "ioscan -fnC disk" total 4 disk , 3 disk in used by "Volume Groups" 1 disk unsused "/dev/rdsk/c1t2d0"&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Mar 2010 15:12:49 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-03-09T15:12:49Z</dc:date>
    <item>
      <title>command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228991#M468134</link>
      <description>good moorning, &lt;BR /&gt;i need see the disk not used instaled in the server.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk (all disk)&lt;BR /&gt;&lt;BR /&gt;command for disk free, no installed in the Volume Group.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228991#M468134</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-03-09T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228992#M468135</link>
      <description>&amp;gt;&amp;gt;&amp;gt;i need see the disk not used instaled in the server.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;with the help of "vgdisplay" &amp;amp; strings /etc/lvmtab you can find them&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v |more&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 15:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228992#M468135</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-09T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228993#M468136</link>
      <description>See below example&lt;BR /&gt;===================&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC disk&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      0  0/0/1/1.0.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c1t0d0   /dev/rdsk/c1t0d0&lt;BR /&gt;disk      1  0/0/1/1.2.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0&lt;BR /&gt;disk      2  0/0/2/0.0.0  sdisk CLAIMED     DEVICE       HP 18.2GST373207LC#18&lt;BR /&gt;                         /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      3  0/0/2/0.2.0  sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                         /dev/dsk/c2t2d0   /dev/rdsk/c2t2d0&lt;BR /&gt;disk      4  0/0/2/1.2.0  sdisk CLAIMED     DEVICE       HP      DVD-ROM 304&lt;BR /&gt;                         /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     134&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;==========================&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     2212&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     4090&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;As per above "ioscan -fnC disk" total 4 disk , 3 disk in used by "Volume Groups" 1 disk unsused "/dev/rdsk/c1t2d0"&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 15:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228993#M468136</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-09T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228994#M468137</link>
      <description>&amp;gt;&amp;gt;with the help of "vgdisplay" &amp;amp; strings /etc/lvmtab you can find them&lt;BR /&gt;&lt;BR /&gt;That is fine **IF** all disks are LVM.&lt;BR /&gt;&lt;BR /&gt;What about VxVM disks?  What about RAW disks not configured in a volume manager?&lt;BR /&gt;&lt;BR /&gt;This is where you absolutely MUST have good documentation.</description>
      <pubDate>Tue, 09 Mar 2010 15:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228994#M468137</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-03-09T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228995#M468138</link>
      <description>Hi Eli:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; command for disk free, no installed in the Volume Group. &lt;BR /&gt;&lt;BR /&gt;And do you consider a physical disk "free" if it doesn't belong to a volume group but could be 'vgimport'ed because it is a valid LVM volume?&lt;BR /&gt;&lt;BR /&gt;Documentation is the only absolute key to knowing what's free and what's used.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Mar 2010 15:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228995#M468138</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-09T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228996#M468139</link>
      <description>If you are not in 11.31, you can use sam to find it out easily. You can go to vg creation it will give you a list of all the disks not used yet.</description>
      <pubDate>Tue, 09 Mar 2010 15:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228996#M468139</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2010-03-09T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228997#M468140</link>
      <description>OOoops, my BAD,, now i remember &amp;gt;&amp;gt;MK&amp;lt; Personal Note&lt;BR /&gt;&lt;BR /&gt;While good documentation is a great thing to have, it's no substitute for understanding what you're doing.</description>
      <pubDate>Tue, 09 Mar 2010 15:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228997#M468140</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-09T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: command for see disk unsed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228998#M468141</link>
      <description>thanks</description>
      <pubDate>Tue, 09 Mar 2010 19:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-see-disk-unsed/m-p/5228998#M468141</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-03-09T19:45:34Z</dc:date>
    </item>
  </channel>
</rss>

