<?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: pvcreate problem on 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989451#M421815</link>
    <description>Hi Brian&lt;BR /&gt;&lt;BR /&gt;If the disk is used, sometimes pvcreate -f (force) parameter. &lt;BR /&gt;BTW, did you reboot the computer after the disks connection ? You even may have to swich off, switch on computer.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Fri, 07 Jul 2006 12:06:50 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2006-07-07T12:06:50Z</dc:date>
    <item>
      <title>pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989443#M421807</link>
      <description>I have added some 4 gig wide scisi df drives onto this system on a newly installed scsi controller, the drives come up as claimed.  and exist in /dev/rdsk.  But when I issue a pvcreate -B /dev/rdsk/c3d0t0 command I get the following error:&lt;BR /&gt;pvcreate: Couldn't open phsyical volume "/dev/rdsk/c3t0d0":&lt;BR /&gt;No such device or address&lt;BR /&gt;&lt;BR /&gt;I am running an hp 9000/800 Model G30 with old OS 10.20.  SAM does not recognize these drives but ioscan does and shows them as claimed, so I was trying to manually setup disk when I got this message.  &lt;BR /&gt;Do to age of system customer is not comfortable trying to upgrade to 11 since they have no support and if have problems company would be shut down.  I did look at get a patch for 10.20 to SAM /hp-ux_patches/s700_800/10.X/PHCO_22268.  But I can not find a way to actually download this patch or if it still even exist somewhere on HP&lt;BR /&gt;&lt;BR /&gt;So I am looking for suggestions on how to proceed.&lt;BR /&gt;Thanks,</description>
      <pubDate>Fri, 07 Jul 2006 10:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989443#M421807</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T10:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989444#M421808</link>
      <description>If you really typed&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c3d0t0 &lt;BR /&gt;&lt;BR /&gt;then you mixed up "t" and "d".&lt;BR /&gt;&lt;BR /&gt;Make sure you have no SCSI ID conflict!&lt;BR /&gt;If the device is CLAIMED in ioscan, you should be able to do commands like diskinfo and even pvcreate.</description>
      <pubDate>Fri, 07 Jul 2006 10:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989444#M421808</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989445#M421809</link>
      <description>check there is a hardware path asscoiated with this disk, use&lt;BR /&gt;lssf /dev/rdsk/c3t0d0&lt;BR /&gt;and/or &lt;BR /&gt;ioscan -funCdisk&lt;BR /&gt;&lt;BR /&gt;then try using dd to confirm it can be read from, or written to:&lt;BR /&gt;&lt;BR /&gt;read:&lt;BR /&gt;dd if=/dev/rdsk/c3t0d0 of=/dev/null bs=10k count=100&lt;BR /&gt;&lt;BR /&gt;If that works, try a write&lt;BR /&gt;dd if=/stand/vmunix of=/dev/rdsk/c3t0d0 bs=10k&lt;BR /&gt;try this on all the new drives.&lt;BR /&gt;If these fail, there is something basic wrong&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 11:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989445#M421809</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-07T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989446#M421810</link>
      <description>Yes in message had type,but in acutla command I did do c3t0d0.&lt;BR /&gt;but neither diskinfo or pvcreate seem to work.  Below is result of ioscan&lt;BR /&gt;&lt;BR /&gt;This disk is on 16.0.0 which is part of new SCSI controler that I just installed in hardware so there should not be any conflicts&lt;BR /&gt;&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/c3t0d0&lt;BR /&gt;pvcreate: Couldn't open physical volume "/dev/rdsk/c3t0d0":&lt;BR /&gt;No such device or address&lt;BR /&gt;# diskinfo -v /dev/rdsk/c3t0d0&lt;BR /&gt;diskinfo: can't open /dev/rdsk/c3t0d0: No such device or address&lt;BR /&gt;#&lt;BR /&gt;&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      6  16.0.0    disc3  CLAIMED   DEVICE    SEAGATE ST34572WC&lt;BR /&gt;                      /dev/dsk/c3t0d0      /dev/rdsk/c3t0d0&lt;BR /&gt;                      /dev/floppy/c3t0d0   /dev/rfloppy/c3t0d0&lt;BR /&gt;disk      7  16.4.0    disc3  CLAIMED   DEVICE    SEAGATE ST34572WC&lt;BR /&gt;                      /dev/dsk/c3t4d0      /dev/rdsk/c3t4d0&lt;BR /&gt;                      /dev/floppy/c3t4d0   /dev/rfloppy/c3t4d0&lt;BR /&gt;disk      8  16.8.0    disc3  CLAIMED   DEVICE    SEAGATE ST34572WC&lt;BR /&gt;                      /dev/dsk/c3t8d0      /dev/rdsk/c3t8d0&lt;BR /&gt;                      /dev/floppy/c3t8d0   /dev/rfloppy/c3t8d0&lt;BR /&gt;disk      9  16.12.0   disc3  CLAIMED   DEVICE    SEAGATE ST34572WC&lt;BR /&gt;                      /dev/dsk/c3t12d0      /dev/rdsk/c3t12d0&lt;BR /&gt;                      /dev/floppy/c3t12d0   /dev/rfloppy/c3t12d0&lt;BR /&gt;disk      0  52.1.0    disc3  CLAIMED   DEVICE    HP      C2247M1&lt;BR /&gt;                      /dev/dsk/c1t1d0      /dev/rdsk/c1t1d0&lt;BR /&gt;                      /dev/floppy/c1t1d0   /dev/rfloppy/c1t1d0&lt;BR /&gt;disk      1  52.2.0    disc3  CLAIMED   DEVICE    HP      DVD-ROM 6x/32x&lt;BR /&gt;                      /dev/dsk/c1t2d0      /dev/rdsk/c1t2d0&lt;BR /&gt;                      /dev/floppy/c1t2d0   /dev/rfloppy/c1t2d0&lt;BR /&gt;disk      2  52.3.0    disc3  CLAIMED   DEVICE    HP      C2247M1&lt;BR /&gt;                      /dev/dsk/c1t3d0      /dev/rdsk/c1t3d0&lt;BR /&gt;                      /dev/floppy/c1t3d0   /dev/rfloppy/c1t3d0&lt;BR /&gt;disk      3  52.4.0    disc3  CLAIMED   DEVICE    HP      C3010M1&lt;BR /&gt;                      /dev/dsk/c1t4d0      /dev/rdsk/c1t4d0&lt;BR /&gt;                      /dev/floppy/c1t4d0   /dev/rfloppy/c1t4d0&lt;BR /&gt;disk      4  52.5.0    disc3  CLAIMED   DEVICE    SEAGATE ST12400N&lt;BR /&gt;                      /dev/dsk/c1t5d0      /dev/rdsk/c1t5d0&lt;BR /&gt;                      /dev/floppy/c1t5d0   /dev/rfloppy/c1t5d0&lt;BR /&gt;disk      5  52.6.0    disc3  CLAIMED   DEVICE    SEAGATE ST32550N&lt;BR /&gt;                      /dev/dsk/c1t6d0      /dev/rdsk/c1t6d0&lt;BR /&gt;                      /dev/floppy/c1t6d0   /dev/rfloppy/c1t6d0&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 11:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989446#M421810</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T11:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989447#M421811</link>
      <description>I tried the lssf command which came back with valid information, but the dd commands failed in same way as pvcreate and diskinfo&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t0d0 of=/dev/null bs=10k count=100&lt;BR /&gt;/dev/rdsk/c3t0d0: No such device or address&lt;BR /&gt;dd: cannot open /dev/rdsk/c3t0d0&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 11:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989447#M421811</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T11:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989448#M421812</link>
      <description>This sounds like a firmware or connectivity issue then.&lt;BR /&gt;You need to look at the firmware that is required on the discs, also what card is being used etc.&lt;BR /&gt;If I recasll, the G30 uses an HP-PB FastWide card to connect DF drives.&lt;BR /&gt;Check the cables and drives.&lt;BR /&gt;Are these drives HP? If not there could be an issue due to non supported firmware, I have seen this on HP-UX 10.20</description>
      <pubDate>Fri, 07 Jul 2006 11:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989448#M421812</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-07T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989449#M421813</link>
      <description>I am not sure what/how to check firmware&lt;BR /&gt;OS Identification:       B.10.20 C  info&lt;BR /&gt;All hardware is HP.&lt;BR /&gt;HP-PB FWD SCSI host adapter 28696A&lt;BR /&gt;HP Disk: 4.3gb Fwd Lp Disk Module A3647A&lt;BR /&gt;The disk are installed in an HP Hass deskside subsystem A3311A.&lt;BR /&gt;The only thing I can think of is if I am missing a driver, but If so I am not sure which one, I included scsi3, hpfl1.  I did not include hpib1 maybe this one is needed, I didn't do it because ioscan showed that it worked</description>
      <pubDate>Fri, 07 Jul 2006 11:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989449#M421813</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T11:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989450#M421814</link>
      <description>Most likely not a driver problem, because the devices are claimed. Can you access the other disks on that bus?</description>
      <pubDate>Fri, 07 Jul 2006 12:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989450#M421814</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989451#M421815</link>
      <description>Hi Brian&lt;BR /&gt;&lt;BR /&gt;If the disk is used, sometimes pvcreate -f (force) parameter. &lt;BR /&gt;BTW, did you reboot the computer after the disks connection ? You even may have to swich off, switch on computer.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 07 Jul 2006 12:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989451#M421815</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-07-07T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989452#M421816</link>
      <description>none of the other disk on system are accessiable.  I did try using -f in pvcreate command.  These disk are used, and supposedly worked before shipped to us according to our supplier.  I don't know if I have to reformat these drives in some way?&lt;BR /&gt;I did do a power of reboot when I connected hardware, but after that I only did kernal install reboots, to try different drivers.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 12:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989452#M421816</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989453#M421817</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do the disks answer to &lt;BR /&gt;#&amp;gt;diskinfo /dev/rdsk/XXXX  ?&lt;BR /&gt;&lt;BR /&gt;If you see a normal output, try to format the disks with mediainit &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 12:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989453#M421817</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-07-07T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989454#M421818</link>
      <description>This sounds strange. The system can see the disks, because there is a claimed status and there are device files created.&lt;BR /&gt;I would check (and replace) the cables and terminators, remove all disks and insert only one at a time and try again.</description>
      <pubDate>Fri, 07 Jul 2006 12:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989454#M421818</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989455#M421819</link>
      <description>hmm. weird&lt;BR /&gt;&lt;BR /&gt;Sill;y question, is the cable a self terminating one? and if so do you have a separate terminator on th eJBOD?&lt;BR /&gt;&lt;BR /&gt;Reduce the discs down so there is just one disc and try again.&lt;BR /&gt;If this works it is normally a cable/termintaion issue&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 12:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989455#M421819</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-07T12:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989456#M421820</link>
      <description>For this test with only 1 disk use only one half off the HASS, e.g. connect the cable to the left half on the upper port and terminate on the lower.</description>
      <pubDate>Fri, 07 Jul 2006 13:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989456#M421820</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989457#M421821</link>
      <description>I have DF terminators on disk storage system, I am heading over to customer to change cables and try with 1 dirve at a time all dirves are HP hot swable drives.</description>
      <pubDate>Fri, 07 Jul 2006 13:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989457#M421821</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-07T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989458#M421822</link>
      <description>Your ioscan shows the driver "disk3" has claimed these, and also shows them as floppies?&lt;BR /&gt;&lt;BR /&gt;I believe the correct driver is either disk2 or stape, but I can't prove it.</description>
      <pubDate>Fri, 07 Jul 2006 15:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989458#M421822</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-07-07T15:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989459#M421823</link>
      <description>@System Administrator:&lt;BR /&gt;&lt;BR /&gt;The system is probably an old G- or H-Class which has a hardware path 52.x as internal single ended SCSI bus and hw-path 16.x as HP-PB (precision bus) slot for additional cards.&lt;BR /&gt;&lt;BR /&gt;HW-path 16.x is always slot 4 according to the original precision architecture (aka PA from PA-RISC).&lt;BR /&gt;&lt;BR /&gt;The driver and the device files are likely ok for this generation of systems. For sure it is not stape! Guess why there is "tape" in the name!&lt;BR /&gt;&lt;BR /&gt;Brian, please keep us posted!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 16:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989459#M421823</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-07T16:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989460#M421824</link>
      <description>Yes this is an old G server where 52 is internal scsi and 16 was for the added scsi controller that I am tring to use for disk.  &lt;BR /&gt;&lt;BR /&gt;I did go to customer and tried sveral different combination of disk and A and B side of HASS unit and always got same result as previously mentioned.  I also tried a different SCSI controller on a duplicate machine and got same results.&lt;BR /&gt;&lt;BR /&gt;In addition when I try to look ad disk in sam I get following message&lt;BR /&gt;SAM was unable to determine the disk drive model of the disk drive&lt;BR /&gt;attached to your system at hardware path 16.0.0.  This device will be ignored.                                                                                   If this unit is a CD-ROM drive, check to see if there is any media (a CD-ROM disk) in the drive.  If there currently is no media in the drive, you can correct this problem by inserting the desired media  and choosing the "Refresh List" item from the "Options" menu. &lt;BR /&gt;&lt;BR /&gt;I am wondering if problem is due to fact that disk being used came out after the last time O/S on system has been upgraded.  I am very leary of tring to upgrade this system to 11.0 because if anything doesn't work I may not be able to get it to work in timely fasion, because their business model is 24/7 operation.  I have been tring to find 10.2 bundled patches so that maybe one of the patches have info for disk.  But I have not been able to find patches, HP only has patches for 11.0.  &lt;BR /&gt;&lt;BR /&gt;Does any one have any suggestions on getting 10.2 patches. Do you think I may be on correct tack&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 09 Jul 2006 20:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989460#M421824</guid>
      <dc:creator>Brian Harris</dc:creator>
      <dc:date>2006-07-09T20:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989461#M421825</link>
      <description>I found PHCO_22268 only here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/Hpsub/cache/285370-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/Hpsub/cache/285370-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1. download 1020cfg_jun03.gz &lt;BR /&gt;2. use gunzip to uncompress the file&lt;BR /&gt;3. use tar xvf to extract all files&lt;BR /&gt;4. use swinstall and select PHCO_22268 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2006 05:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989461#M421825</guid>
      <dc:creator>turci</dc:creator>
      <dc:date>2006-09-04T05:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate problem on 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989462#M421826</link>
      <description>Just recently, HP has removed all pre-11.00 patches from the ITRC patch finder page. That should tell your customer something very important -- the OS has been obsolete and out of support for several years. If it is working now, the customer should try to change anything, especially adding new products. It will be extremely difficult to get replacement parts and the new ones may simply not work.&lt;BR /&gt; &lt;BR /&gt;Now the drives may work OK but it sounds like your customer did not properly patch their system. With their business totally dependent on this machine, I would STRONGLY recommend getting another G30 (or G40, G50, etc) and cloning it using Ignite/UX. Then add ALL the patches for 10.20, ideally from the Support Plus CD dated Dec 2001. Then add any others from the HP archive location:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/archived_patches/hp-ux_patches/10-800.html" target="_blank"&gt;ftp://ftp.itrc.hp.com/archived_patches/hp-ux_patches/10-800.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Now test the cloned system to make sure it works OK (with the new disks and current applications) and switch to the new system at a later date. Note that this is still a bandaid since locating 'supported' hardware like tiny disks and old DDS-2 or DDS-3 tape drives will be increasingly difficult to locate. &lt;BR /&gt; &lt;BR /&gt;With so much depending on this system, an immediate course change is needed to keep things operational. I would NOT recommend 11.00 but instead, get a small rp2405 or similar, which will run 11.11 just fine and will be 5 to 10 times faster than the G30. These 'older' boxes are quite inexpensive, require 1/4 the power and airconditioning and less than 1/5th the space. As with the above duplicate G30, you load and patch the system, then add the applications, test and fix anything that needs work.</description>
      <pubDate>Mon, 04 Sep 2006 16:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-problem-on-10-20/m-p/4989462#M421826</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-04T16:22:17Z</dc:date>
    </item>
  </channel>
</rss>

