<?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: New disk Installation on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018470#M608922</link>
    <description>OK, resolved:&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d1&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d1" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d2&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d2" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d3&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d3" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d4&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d4" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgcreate vgHITACHI_SI_6 /dev/dsk/ch6t12d1 /dev/dsk/ch6t12d2 /dev/dsk/ch6t12d3 /dev/dsk/ch6t12d4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It was a confusion with dsk and rdsk.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Dec 2006 06:17:03 GMT</pubDate>
    <dc:creator>Daniel_RP</dc:creator>
    <dc:date>2006-12-20T06:17:03Z</dc:date>
    <item>
      <title>New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018458#M608910</link>
      <description>&lt;P&gt;Hi all, &lt;BR /&gt;&lt;BR /&gt;I'm trying to add new disks on a HP-UX system. I have some problems with it.&lt;BR /&gt;&lt;BR /&gt;Well, I have done next steps:&lt;BR /&gt;&lt;BR /&gt;0.- Search new disks:&lt;BR /&gt;&lt;BR /&gt; ioscan –fnC disk&lt;BR /&gt;&lt;BR /&gt;1.- Initialize disks for use with LVM.&lt;BR /&gt;&lt;BR /&gt;root@dumbo:/opt/omni/lbin&amp;gt; pvcreate -f /dev/rdsk/ch6t12d1&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d1" has been successfully created.&lt;BR /&gt;root@dumbo:/opt/omni/lbin&amp;gt; pvcreate -f /dev/rdsk/ch6t12d2&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d2" has been successfully created.&lt;BR /&gt;root@dumbo:/opt/omni/lbin&amp;gt; pvcreate -f /dev/rdsk/ch6t12d3&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d3" has been successfully created.&lt;BR /&gt;root@dumbo:/opt/omni/lbin&amp;gt; pvcreate -f /dev/rdsk/ch6t12d4&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d4" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.-Create device structure:&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;mkdir vgHITACHI_SI_6&lt;BR /&gt;cd vgHITACHI_SI_6&lt;BR /&gt;mknod group c 64 0x500000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3.- Create vg’s:&lt;BR /&gt;&lt;BR /&gt;vgcreate vgHITACHI_SI_6 /dev/dsk/ch6t12d1&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I receive the error: &lt;BR /&gt;&lt;BR /&gt;“#vgcreate vgHITACHI_SI_6 /dev/dsk/ch6t12d1&lt;BR /&gt;vgcreate: Cannot open the control file "/dev/vgHITACHI_SI_6/group":&lt;BR /&gt;No such device”&lt;BR /&gt;&lt;BR /&gt;Any idea about this trouble?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from &amp;nbsp;Disk to HP-UX &amp;gt; LVM and VxVM. -HP Forum Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 04:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018458#M608910</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2014-03-17T04:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018459#M608911</link>
      <description>Carlos,&lt;BR /&gt;&lt;BR /&gt;This is wrong&lt;BR /&gt;&lt;BR /&gt;mknod group c 64 0x500000&lt;BR /&gt;&lt;BR /&gt;Must be &lt;BR /&gt;&lt;BR /&gt;mknod group c 54 0x050000&lt;BR /&gt;(I suppose the number 5 is unique in your system)&lt;BR /&gt;If have more then 10 VGs you need to increase the kernel parameter max_vgs</description>
      <pubDate>Wed, 13 Dec 2006 01:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018459#M608911</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-12-13T01:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018460#M608912</link>
      <description>System has groups until number 49.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;0x480000&lt;BR /&gt;0x490000&lt;BR /&gt;&lt;BR /&gt;Then, next unique number free is 0x50.</description>
      <pubDate>Wed, 13 Dec 2006 02:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018460#M608912</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-13T02:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018461#M608913</link>
      <description>Minor numbers already used:&lt;BR /&gt;&lt;BR /&gt;     64 0x000000 Apr 18  2002 /dev/vg00/group&lt;BR /&gt;     64 0x050000 Feb 25  2003 /dev/vg01/group&lt;BR /&gt;       64 0x170000 Apr 10  2006 /dev/vgDES6i/group&lt;BR /&gt;       64 0x010000 Sep 12  2003 /dev/vgDUMBO/group&lt;BR /&gt;   64 0x060000 May 20  2004 /dev/vgHITACHI_1/group&lt;BR /&gt;  64 0x160000 Mar 24  2006 /dev/vgHITACHI_10/group&lt;BR /&gt;   64 0x120000 May 20  2004 /dev/vgHITACHI_2/group&lt;BR /&gt;   64 0x090000 May 20  2004 /dev/vgHITACHI_3/group&lt;BR /&gt;   64 0x110000 May 20  2004 /dev/vgHITACHI_4/group&lt;BR /&gt;   64 0x100000 May 20  2004 /dev/vgHITACHI_5/group&lt;BR /&gt;   64 0x080000 May 20  2004 /dev/vgHITACHI_6/group&lt;BR /&gt;   64 0x130000 May 20  2004 /dev/vgHITACHI_7/group&lt;BR /&gt;   64 0x140000 May 20  2004 /dev/vgHITACHI_8/group&lt;BR /&gt;   64 0x150000 Mar 24  2006 /dev/vgHITACHI_9/group&lt;BR /&gt;  64 0x190000 Jun  5  2004 /dev/vgHITACHI_P1/group&lt;BR /&gt;  64 0x200000 Jun  5  2004 /dev/vgHITACHI_P2/group&lt;BR /&gt;  64 0x210000 Jun  5  2004 /dev/vgHITACHI_P3/group&lt;BR /&gt;  64 0x220000 Jun  5  2004 /dev/vgHITACHI_P4/group&lt;BR /&gt;64 0x350000 Oct 26 12:10 /dev/vgHITACHI_SI_1/group&lt;BR /&gt;64 0x360000 Oct 26 12:29 /dev/vgHITACHI_SI_2/group&lt;BR /&gt;64 0x370000 Oct  2 11:01 /dev/vgHITACHI_SI_3/group&lt;BR /&gt;64 0x380000 Oct  2 11:39 /dev/vgHITACHI_SI_4/group&lt;BR /&gt;64 0x410000 Feb 10  2006 /dev/vgHITACHI_SI_5/group&lt;BR /&gt;64 0x500000 Dec 12 09:40 /dev/vgHITACHI_SI_6/group&lt;BR /&gt; 64 0x020000 May 25  2004 /dev/vgHITACHI_ofa/group&lt;BR /&gt;       64 0x280000 Feb 21  2006 /dev/vgPRSCS/group&lt;BR /&gt;     64 0x450000 Jun  2  2006 /dev/vgTSEBS_1/group&lt;BR /&gt;     64 0x460000 Jun  2  2006 /dev/vgTSEBS_2/group&lt;BR /&gt;     64 0x470000 Jun  2  2006 /dev/vgTSEBS_3/group&lt;BR /&gt;     64 0x480000 Jun  2  2006 /dev/vgTSEBS_4/group&lt;BR /&gt;     64 0x490000 Jun  2  2006 /dev/vgTSEBS_5/group&lt;BR /&gt;     64 0x440000 Jun  2  2006 /dev/vgTSEBS_6/group&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 13 Dec 2006 02:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018461#M608913</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-13T02:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018462#M608914</link>
      <description>More info:&lt;BR /&gt;&lt;BR /&gt;The 4 new SAN disks are:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/ch6t12d1&lt;BR /&gt;/dev/dsk/ch6t12d2&lt;BR /&gt;/dev/dsk/ch6t12d3&lt;BR /&gt;/dev/dsk/ch6t12d4&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; #ioscan -fnC disk:&lt;BR /&gt;&lt;BR /&gt;Result:&lt;BR /&gt;disk    622  0/4/2/0.97.4.19.0.12.1  dlmfdrv  CLAIMED     DEVICE       HITACHI DF600F&lt;BR /&gt;                          /dev/dlm/c6t12d1    /dev/dsk/ch6t12d1   /dev/rdsk/ch6t12d1&lt;BR /&gt;disk    623  0/4/2/0.97.4.19.0.12.2  dlmfdrv  CLAIMED     DEVICE       HITACHI DF600F&lt;BR /&gt;                          /dev/dlm/c6t12d2    /dev/dsk/ch6t12d2   /dev/rdsk/ch6t12d2&lt;BR /&gt;disk    624  0/4/2/0.97.4.19.0.12.3  dlmfdrv  CLAIMED     DEVICE       HITACHI DF600F&lt;BR /&gt;                          /dev/dlm/c6t12d3    /dev/dsk/ch6t12d3   /dev/rdsk/ch6t12d3&lt;BR /&gt;disk    548  0/4/2/0.97.4.19.0.12.4  dlmfdrv  CLAIMED     DEVICE       HITACHI DF600F&lt;BR /&gt;                          /dev/dlm/c6t12d4    /dev/dsk/ch6t12d4   /dev/rdsk/ch6t12d4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; #pvdisplay /dev/dsk/ch6t12d1&lt;BR /&gt;&lt;BR /&gt;Result:&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/ch6t12d1" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/ch6t12d1"</description>
      <pubDate>Wed, 13 Dec 2006 03:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018462#M608914</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-13T03:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018463#M608915</link>
      <description>#diskinfo /dev/rdsk/ch6t12d1&lt;BR /&gt;SCSI describe of /dev/rdsk/ch6t12d1:&lt;BR /&gt;             vendor: HITACHI &lt;BR /&gt;         product id: DF600F          &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 24576000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/ch6t12d2&lt;BR /&gt;SCSI describe of /dev/rdsk/ch6t12d2:&lt;BR /&gt;             vendor: HITACHI &lt;BR /&gt;         product id: DF600F          &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 24576000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/ch6t12d3&lt;BR /&gt;SCSI describe of /dev/rdsk/ch6t12d3:&lt;BR /&gt;             vendor: HITACHI &lt;BR /&gt;         product id: DF600F          &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 24576000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/ch6t12d4&lt;BR /&gt;SCSI describe of /dev/rdsk/ch6t12d4:&lt;BR /&gt;             vendor: HITACHI &lt;BR /&gt;         product id: DF600F          &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 24576000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2006 03:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018463#M608915</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-13T03:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018464#M608916</link>
      <description>What is the value of the kernel parameter maxvgs</description>
      <pubDate>Wed, 13 Dec 2006 04:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018464#M608916</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-12-13T04:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018465#M608917</link>
      <description>MAXVGS is 80.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 13 Dec 2006 23:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018465#M608917</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-13T23:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018466#M608918</link>
      <description>The "0x50" in hex is equal to 80 in decimal.&lt;BR /&gt;MAXVGS is at 80. So LVM will give you that error.&lt;BR /&gt;&lt;BR /&gt;In order to create more VGs in this case, you need to increase maxvgs kernel parameter value, rebuild the kernel and reboot the system.</description>
      <pubDate>Thu, 14 Dec 2006 02:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018466#M608918</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-12-14T02:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018467#M608919</link>
      <description>Ok, thanks.&lt;BR /&gt;&lt;BR /&gt;Now, the highest number used is 49.&lt;BR /&gt;&lt;BR /&gt;But I have some numbers that are smaller and that are not been used.&lt;BR /&gt;&lt;BR /&gt;Can I use this smaller numbers? number 42 or 43 for example? &lt;BR /&gt;&lt;BR /&gt;This might cause any error?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;I prefer not to increase MAXVGS, because it involves reboot the machine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018467#M608919</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-18T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018468#M608920</link>
      <description>You can perfectly use this number.&lt;BR /&gt;&lt;BR /&gt;Each Volumegroup must have a unique number.&lt;BR /&gt;&lt;BR /&gt;Ps : points are always appreciated</description>
      <pubDate>Mon, 18 Dec 2006 05:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018468#M608920</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-12-18T05:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018469#M608921</link>
      <description>I recreate de Vg, now:&lt;BR /&gt;&lt;BR /&gt;root@dumbo:/dev/vgHITACHI_SI_6&amp;gt; ll&lt;BR /&gt;total 0&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x430000 Dec 18 11:23 group&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But when I create de VG:&lt;BR /&gt;&lt;BR /&gt;# vgcreate vgHITACHI_SI_6 /dev/dsk/ch6t12d1 /dev/dsk/ch6t12d2 /dev/dsk/ch6t12d3 /dev/dsk/ch6t12d4&lt;BR /&gt;Increased the number of physical extents per physical volume to 5999.&lt;BR /&gt;vgcreate: Volume group "/dev/vgHITACHI_SI_6" could not be created:&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea for "device busy" error?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 18 Dec 2006 05:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018469#M608921</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-18T05:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018470#M608922</link>
      <description>OK, resolved:&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d1&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d1" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d2&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d2" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d3&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d3" has been successfully created.&lt;BR /&gt;#pvcreate -f /dev/rdsk/ch6t12d4&lt;BR /&gt;Physical volume "/dev/rdsk/ch6t12d4" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgcreate vgHITACHI_SI_6 /dev/dsk/ch6t12d1 /dev/dsk/ch6t12d2 /dev/dsk/ch6t12d3 /dev/dsk/ch6t12d4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It was a confusion with dsk and rdsk.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 06:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018470#M608922</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-20T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: New disk Installation on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018471#M608923</link>
      <description>Closed</description>
      <pubDate>Wed, 20 Dec 2006 06:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-disk-installation-on-hp-ux/m-p/5018471#M608923</guid>
      <dc:creator>Daniel_RP</dc:creator>
      <dc:date>2006-12-20T06:19:27Z</dc:date>
    </item>
  </channel>
</rss>

