<?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 vgimport problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586146#M230613</link>
    <description>My system (IA box rx2600, OS: 11.23) connects to an xp disk array.  One of the disks (/dev/dsk/c4t6d1, which is also a boot disk) contains a file that I would like to copy to my boot disk.  I try to import that disk  but failed:&lt;BR /&gt;# mkdir /dev/vgtemp&lt;BR /&gt;# mknod /dev/vgtemp/group c 64 0x050000&lt;BR /&gt;# vgimport /dev/vgtemp /dev/dsk/c4t6d1&lt;BR /&gt;Physical Volume "/dev/dsk/c4t6d1" contains no LVM information&lt;BR /&gt;Please advise.  Thanks.</description>
    <pubDate>Tue, 19 Jul 2005 15:21:03 GMT</pubDate>
    <dc:creator>Kim Tran_4</dc:creator>
    <dc:date>2005-07-19T15:21:03Z</dc:date>
    <item>
      <title>vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586146#M230613</link>
      <description>My system (IA box rx2600, OS: 11.23) connects to an xp disk array.  One of the disks (/dev/dsk/c4t6d1, which is also a boot disk) contains a file that I would like to copy to my boot disk.  I try to import that disk  but failed:&lt;BR /&gt;# mkdir /dev/vgtemp&lt;BR /&gt;# mknod /dev/vgtemp/group c 64 0x050000&lt;BR /&gt;# vgimport /dev/vgtemp /dev/dsk/c4t6d1&lt;BR /&gt;Physical Volume "/dev/dsk/c4t6d1" contains no LVM information&lt;BR /&gt;Please advise.  Thanks.</description>
      <pubDate>Tue, 19 Jul 2005 15:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586146#M230613</guid>
      <dc:creator>Kim Tran_4</dc:creator>
      <dc:date>2005-07-19T15:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586147#M230614</link>
      <description>Hi kim&lt;BR /&gt;&lt;BR /&gt;First you have to create pvinfo in the disk by pvcreate /dev/rdsk/c4t6d1.  If this disk is used  by some other server or already some LVM header is there , pvcreate command will fail.  But u told that it is a boot disk, then how it will get imported to the system..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Tue, 19 Jul 2005 15:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586147#M230614</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-07-19T15:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586148#M230615</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;1. Is the disk /dev/dsk/c4t6d1 part of any volume group in this system or any other system?&lt;BR /&gt;&lt;BR /&gt;2. Is this only the disk in that volume group or any other disks also exists?&lt;BR /&gt;&lt;BR /&gt;3. Can you try "pvdisplay  /dev/rdsk/c4t6d1"&lt;BR /&gt;What does it shows? &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;madhu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2005 16:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586148#M230615</guid>
      <dc:creator>Madhusudhan_3</dc:creator>
      <dc:date>2005-07-19T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586149#M230616</link>
      <description>Thank you for all your help.  The problem is caused by the device file name.  11.23 on IA box uses section 2 to store lvm information.  So the device file name should be /dev/dsk/c4t6d1s2.  For PA boxes, no section is required.</description>
      <pubDate>Tue, 19 Jul 2005 16:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586149#M230616</guid>
      <dc:creator>Kim Tran_4</dc:creator>
      <dc:date>2005-07-19T16:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586150#M230617</link>
      <description>Hi kim&lt;BR /&gt;&lt;BR /&gt;i have read in one of the tech forum that a similar problem has occoured and they have done the following... its FYI&lt;BR /&gt;&lt;BR /&gt;A tusc trace indicated that a READ of the lvmrecord for the VolumeGroup failed.  The READ ended with "errno 22, EINVAL", which means "No such device or address".  When the vgimport(1M) was run a second time, then&lt;BR /&gt;this device would pass fine and the next (newly created) LUN would fail.&lt;BR /&gt;&lt;BR /&gt;(Performing the vgimport(1M) twice as many times as the number of newlyadded LUNs would force the the vgimport(1M) to complete successfully.&lt;BR /&gt;&lt;BR /&gt;Also, if a diskinfo(1M) was issued against the device first, the vgimport(1M) would succeed the first time.)&lt;BR /&gt;&lt;BR /&gt;This strange behavior was resolved by applying the following SCSI patch:&lt;BR /&gt;&lt;BR /&gt;      [PHKL_30510/PACHRDME/English] &lt;BR /&gt;          s700_800 11.11 SCSI IO Cumulative Patch&lt;BR /&gt;&lt;BR /&gt;          This patch has been superseded by:&lt;BR /&gt;&lt;BR /&gt;           [PHKL_32090/PACHRDME/English] &lt;BR /&gt;               s700_800 11.11 SCSI IO Cumulative Patch&lt;BR /&gt;&lt;BR /&gt;     Note:  Please apply this patch and any required dependencies.  This patch, as with any patch, may be superseded.           Please check for the latest patches at HP's IT Resource Center (ITRC) at the following web site:&lt;BR /&gt;&lt;BR /&gt;            &lt;A href="http://www.itrc.hp.com" target="_blank"&gt;http://www.itrc.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These patches cause certain SCSI commands to retry in cases where the device may have pending check conditions.  (Certain SCSI commands may answer with a check condition.)&lt;BR /&gt;&lt;BR /&gt;Good Luck!!!&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Tue, 19 Jul 2005 16:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586150#M230617</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-07-19T16:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586151#M230618</link>
      <description>Hi,&lt;BR /&gt;   &lt;BR /&gt;   Kim has got himself out of the trouble time , but I will still try to spread some light on the issue&lt;BR /&gt;&lt;BR /&gt;rx2600 is Itanium based system with HP-Ux 11iv2 (B.11.23) . Here, as Tim mentioned ,  is a slight difference in the disk device nomenclarute if the disk is boot disk.&lt;BR /&gt;&lt;BR /&gt;An Itanium boot disk having device file name c4t6d1 would have 3 partitons in it as follows&lt;BR /&gt;&lt;BR /&gt;  c4t6d1 ( disk device file name )&lt;BR /&gt;idisk utility in hpux 11.23 would be using this device file name .&lt;BR /&gt;1 - c4t6d1s1 ( EFI partition - FAT )&lt;BR /&gt;2 - c4t6d1s2 ( HP-Ux partition )&lt;BR /&gt;3 - c4t6d1s3 ( HPSP - HP Service ptn - FAT)&lt;BR /&gt;&lt;BR /&gt;Here, first partition c4t6d1s1 is Eextensible Firmware Interface (EFI) partition is an extension of system firware and contains EFI boot utilities.&lt;BR /&gt;&lt;BR /&gt;Second partition c4t6d1s2  is the HPUx partions and LVM would be using this device file name for all operations . Yoy have got to use this device file name when u try importing VG .&lt;BR /&gt;&lt;BR /&gt;Third one c4t6d1s3 is an optional service partiton , I am very sure about the contents.&lt;BR /&gt;&lt;BR /&gt;Use the command idisk -p /dev/rdsk/c4t6d1 to get the partiton information on this disk.&lt;BR /&gt;&lt;BR /&gt;Pls see the attached disk layout diagram for more clarity&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;deepak&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2005 22:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problems/m-p/3586151#M230618</guid>
      <dc:creator>Deepak.R</dc:creator>
      <dc:date>2005-07-19T22:20:30Z</dc:date>
    </item>
  </channel>
</rss>

