<?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 how to check if i have still free 20g local disk? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232812#M675554</link>
    <description>I would like to know if i have still 20g of free disk space as local disk.</description>
    <pubDate>Mon, 14 Jul 2008 05:39:00 GMT</pubDate>
    <dc:creator>Aristotle</dc:creator>
    <dc:date>2008-07-14T05:39:00Z</dc:date>
    <item>
      <title>how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232812#M675554</link>
      <description>I would like to know if i have still 20g of free disk space as local disk.</description>
      <pubDate>Mon, 14 Jul 2008 05:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232812#M675554</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T05:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232813#M675555</link>
      <description>Hi Aristotle&lt;BR /&gt;&lt;BR /&gt;Do pvdisplay /dev/dsk/c?t?d? on disk you want to check space.&lt;BR /&gt;Look for Free PE and PE Size&lt;BR /&gt;Multiply PE Size and Free PE you will get free space in Disk.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 05:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232813#M675555</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232814#M675556</link>
      <description># strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c4t6d0&lt;BR /&gt;/dev/vgdev&lt;BR /&gt;/dev/dsk/c39t3d7&lt;BR /&gt;/dev/dsk/c39t4d0&lt;BR /&gt;/dev/dsk/c39t4d1&lt;BR /&gt;/dev/dsk/c39t4d2&lt;BR /&gt;/dev/dsk/c39t4d3&lt;BR /&gt;/dev/dsk/c39t4d4&lt;BR /&gt;/dev/dsk/c39t4d5&lt;BR /&gt;/dev/dsk/c39t4d6&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;is this the way to know your disks? sorry i am just new here&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 05:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232814#M675556</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T05:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232815#M675557</link>
      <description>I think these are your local disks:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c4t6d0&lt;BR /&gt;&lt;BR /&gt;Just do a&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;to see the amount of unallocated space.</description>
      <pubDate>Mon, 14 Jul 2008 05:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232815#M675557</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T05:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232816#M675558</link>
      <description>thanks, how to know that was my local disk? Could explain a little further? &lt;BR /&gt;&lt;BR /&gt;anyway see below.&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      11&lt;BR /&gt;Open LV                     11&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8680&lt;BR /&gt;Alloc PE                    8285&lt;BR /&gt;Free PE                     395&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            112&lt;BR /&gt;   Current LE                  14&lt;BR /&gt;   Allocated PE                28&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3000&lt;BR /&gt;   Current LE                  375&lt;BR /&gt;   Allocated PE                750&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            7104&lt;BR /&gt;   Current LE                  888&lt;BR /&gt;   Allocated PE                1776&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  625&lt;BR /&gt;   Allocated PE                1250&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            6304&lt;BR /&gt;   Current LE                  788&lt;BR /&gt;   Allocated PE                1576&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8000&lt;BR /&gt;   Current LE                  1000&lt;BR /&gt;   Allocated PE                1000&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvolFTP&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5000&lt;BR /&gt;   Current LE                  625&lt;BR /&gt;   Allocated PE                625&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol11&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            0&lt;BR /&gt;   Current LE                  0&lt;BR /&gt;   Allocated PE                0&lt;BR /&gt;   Used PV                     0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c0t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c4t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     395&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 06:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232816#M675558</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232817#M675559</link>
      <description>Hi Aristotle&lt;BR /&gt;&lt;BR /&gt;these are your local disks&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c4t6d0&lt;BR /&gt;which belongs to root vg if you want to see free space in this do&lt;BR /&gt;vgdisplay -v vg00 or pvdisplay /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232817#M675559</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232818#M675560</link>
      <description>...&lt;BR /&gt;&lt;BR /&gt;PE Size (Mbytes) 8&lt;BR /&gt;Total PE 8680&lt;BR /&gt;Alloc PE 8285&lt;BR /&gt;Free PE 395&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;8MB * 395 PE = 3160 MB free&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to know what disks are internal, please post&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;# ioscan -fn</description>
      <pubDate>Mon, 14 Jul 2008 06:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232818#M675560</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T06:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232819#M675561</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;But here 395 PE's are free only on disk  /dev/dsk/c4t6d0 which is mirrored disk and on primary disk no PE's are free as you can see lvol9 is in one PV only.&lt;BR /&gt;That's why 395 PE's are free in Second disk.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232819#M675561</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232820#M675562</link>
      <description>@torsten,ok thanks please indicate how to know the local disk&lt;BR /&gt;#model&lt;BR /&gt;9000/800/S16K-A&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;Class     I  H/W Path       Driver   S/W State   H/W Type     Description&lt;BR /&gt;==========================================================================&lt;BR /&gt;disk    394  0/0/0/2/0.6.0  sdisk    CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                           /dev/dsk/c0t6d0   /dev/rdsk/c0t6d0&lt;BR /&gt;disk    393  0/0/0/2/1.2.0  sdisk    CLAIMED     DEVICE       HP      DVD-ROM 305&lt;BR /&gt;                           /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0&lt;BR /&gt;disk    543  0/0/2/0/0.104.14.0.0.0.0  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t0d0   /dev/rdsk/c82t0d0&lt;BR /&gt;disk    574  0/0/2/0/0.104.14.0.0.3.7  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t3d7   /dev/rdsk/c82t3d7&lt;BR /&gt;disk    587  0/0/2/0/0.104.14.0.0.4.0  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d0   /dev/rdsk/c82t4d0&lt;BR /&gt;disk    588  0/0/2/0/0.104.14.0.0.4.1  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d1   /dev/rdsk/c82t4d1&lt;BR /&gt;disk    589  0/0/2/0/0.104.14.0.0.4.2  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d2   /dev/rdsk/c82t4d2&lt;BR /&gt;disk    590  0/0/2/0/0.104.14.0.0.4.3  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d3   /dev/rdsk/c82t4d3&lt;BR /&gt;disk    591  0/0/2/0/0.104.14.0.0.4.4  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d4   /dev/rdsk/c82t4d4&lt;BR /&gt;disk    592  0/0/2/0/0.104.14.0.0.4.5  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d5   /dev/rdsk/c82t4d5&lt;BR /&gt;disk    593  0/0/2/0/0.104.14.0.0.4.6  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c82t4d6   /dev/rdsk/c82t4d6&lt;BR /&gt;disk    406  0/0/8/0/0.103.14.0.0.0.0  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t0d0   /dev/rdsk/c39t0d0&lt;BR /&gt;disk    475  0/0/8/0/0.103.14.0.0.3.7  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t3d7   /dev/rdsk/c39t3d7&lt;BR /&gt;disk    476  0/0/8/0/0.103.14.0.0.4.0  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d0   /dev/rdsk/c39t4d0&lt;BR /&gt;disk    477  0/0/8/0/0.103.14.0.0.4.1  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d1   /dev/rdsk/c39t4d1&lt;BR /&gt;disk    478  0/0/8/0/0.103.14.0.0.4.2  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d2   /dev/rdsk/c39t4d2&lt;BR /&gt;disk    479  0/0/8/0/0.103.14.0.0.4.3  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d3   /dev/rdsk/c39t4d3&lt;BR /&gt;disk    480  0/0/8/0/0.103.14.0.0.4.4  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d4   /dev/rdsk/c39t4d4&lt;BR /&gt;disk    481  0/0/8/0/0.103.14.0.0.4.5  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d5   /dev/rdsk/c39t4d5&lt;BR /&gt;disk    482  0/0/8/0/0.103.14.0.0.4.6  sdisk    CLAIMED     DEVICE       EMC     SYMMETRIX&lt;BR /&gt;                           /dev/dsk/c39t4d6   /dev/rdsk/c39t4d6&lt;BR /&gt;disk    395  1/0/0/2/0.6.0  sdisk    CLAIMED     DEVICE       HP 36.4GST336752LC&lt;BR /&gt;                           /dev/dsk/c4t6d0   /dev/rdsk/c4t6d0&lt;BR /&gt;disk    396  1/0/0/3/0.6.0  sdisk    CLAIMED     DEVICE       HP 36.4GST336752LC&lt;BR /&gt;                           /dev/dsk/c6t6d0   /dev/rdsk/c6t6d0&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 06:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232820#M675562</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232821#M675563</link>
      <description>This is a rp8400.&lt;BR /&gt;&lt;BR /&gt;Local disks are&lt;BR /&gt;&lt;BR /&gt;disk 394 0/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC &lt;BR /&gt;/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0 &lt;BR /&gt;&lt;BR /&gt;disk 395 1/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c4t6d0 /dev/rdsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;disk 396 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c6t6d0 /dev/rdsk/c6t6d0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Based on the information above the disk /dev/dsk/c6t6d0 looks still unused.</description>
      <pubDate>Mon, 14 Jul 2008 06:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232821#M675563</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T06:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232822#M675564</link>
      <description>Hi Aristotle&lt;BR /&gt;&lt;BR /&gt;The Disks Showing CLAIMED DEVICE EMC SYMMETRIX  are your disk from Storage and &lt;BR /&gt;disk 394 0/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC &lt;BR /&gt;/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0 &lt;BR /&gt;disk 395 1/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c4t6d0 /dev/rdsk/c4t6d0 &lt;BR /&gt;disk 396 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c6t6d0 /dev/rdsk/c6t6d0&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232822#M675564</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232823#M675565</link>
      <description>now i understand, but if it is unused? How can i used it?&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c6t6d0&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c6t6d0" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c6t6d0".&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Thanks to you all. I now understand how to differentiate my local disk from storage disk</description>
      <pubDate>Mon, 14 Jul 2008 06:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232823#M675565</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232824#M675566</link>
      <description>Hi Aristotle&lt;BR /&gt;&lt;BR /&gt;You have to do pvcreate /dev/dsk/c6t6d0&lt;BR /&gt;than you can use this disk.&lt;BR /&gt;2. You have to assign this disk to any VG than only you can use this disk&lt;BR /&gt;&lt;BR /&gt;E.G&lt;BR /&gt;you have to do &lt;BR /&gt;pvcreate  /dev/dsk/c6t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c6t6d0 ( If you want to extend VG00) &lt;BR /&gt;otheriwse with any other vg.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232824#M675566</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232825#M675567</link>
      <description>pvcreate /dev/dsk/c6t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c6t6d0 &lt;BR /&gt;&lt;BR /&gt;What if i want to create another filesystem?&lt;BR /&gt;Or another vg is it possible? Anyway thanks.&lt;BR /&gt;&lt;BR /&gt;For the mean time how will i know the size of /dev/dsk/c6t6d0 ius there anyway?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 06:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232825#M675567</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232826#M675568</link>
      <description>Hi Aristotle&lt;BR /&gt;&lt;BR /&gt;Typo in last reply u have to use rdsk in place of /dev/dsk/c6t6d0 while doing pvcreate&lt;BR /&gt;&lt;BR /&gt;E.G&lt;BR /&gt;you have to do &lt;BR /&gt;pvcreate /dev/rdsk/c6t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c6t6d0 ( If you want to extend VG00) &lt;BR /&gt;otheriwse with any other vg.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232826#M675568</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232827#M675569</link>
      <description>You may use SAM to create a new VG and LVOL with this disk.&lt;BR /&gt;&lt;BR /&gt;For the size you can use "diskinfo", but even the identifier is telling you:&lt;BR /&gt;&lt;BR /&gt;HP 36.4GST336752LC &lt;BR /&gt;&lt;BR /&gt;It's a 36GB disk.</description>
      <pubDate>Mon, 14 Jul 2008 06:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232827#M675569</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T06:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232828#M675570</link>
      <description>Hi Aristotle &lt;BR /&gt;&lt;BR /&gt;You can create aonther Vg using this disk&lt;BR /&gt;e.g&lt;BR /&gt;Yes, you can create another file system after extending you VG and even you can create new vg also if you want using this disk.&lt;BR /&gt;&lt;BR /&gt;To Know Size of disk :&lt;BR /&gt;diskinfo /dev/rdsk/c6t6d0&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232828#M675570</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232829#M675571</link>
      <description>@torsten&lt;BR /&gt;At first look how will you know the disk /dev/dsk/c6t6d0 is unused? Also you could easily indentify &lt;BR /&gt;that the machine is rp8400.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;This is a rp8400.&lt;BR /&gt;Local disks are&lt;BR /&gt;&lt;BR /&gt;disk 394 0/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC &lt;BR /&gt;/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0 &lt;BR /&gt;&lt;BR /&gt;disk 395 1/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c4t6d0 /dev/rdsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;disk 396 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GST336752LC &lt;BR /&gt;/dev/dsk/c6t6d0 /dev/rdsk/c6t6d0 &lt;BR /&gt;&lt;BR /&gt;Based on the information above the disk /dev/dsk/c6t6d0 looks still unused.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 06:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232829#M675571</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232830#M675572</link>
      <description>Ei guys no need to reply i get it in /etc/lvmtab.&lt;BR /&gt;thanks a lot for helping us.</description>
      <pubDate>Mon, 14 Jul 2008 06:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232830#M675572</guid>
      <dc:creator>Aristotle</dc:creator>
      <dc:date>2008-07-14T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to check if i have still free 20g local disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232831#M675573</link>
      <description>At first look how will you know the disk /dev/dsk/c6t6d0 is unused ?&lt;BR /&gt;&lt;BR /&gt;The disk /dev/dsk/c6t6d0 was not in strings /etc/lvmtab output&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 14 Jul 2008 06:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-if-i-have-still-free-20g-local-disk/m-p/4232831#M675573</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-14T06:52:33Z</dc:date>
    </item>
  </channel>
</rss>

