<?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: Moving a hard drive to another machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521769#M23705</link>
    <description>If your are moving the root disks then its a whole different procedure.If they are just the data disks then Bills reply should help but just an addition if your lvols are not using the default standard naming convention it is better to create the map file and copy it over to the new system.so that you do not get lost searching for which lvols held what data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
    <pubDate>Fri, 27 Apr 2001 00:02:11 GMT</pubDate>
    <dc:creator>Ajitkumar Rane</dc:creator>
    <dc:date>2001-04-27T00:02:11Z</dc:date>
    <item>
      <title>Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521765#M23701</link>
      <description>I have to replace a c100 and a c110 that are running as file servers with two c160s. I would like to just swap the hard drives from the old boxes into the new ones.&lt;BR /&gt;&lt;BR /&gt;As I understand it I may have to fix up some stuff with the video cards ( changing  from the onboard on the old machines to the visualize cards on the 160s) but is there any other issues/traps that I need to be aware of when I transfer the drives.&lt;BR /&gt;&lt;BR /&gt;2Gig seagate drives&lt;BR /&gt;HP-UX 10.20&lt;BR /&gt;&lt;BR /&gt;Thank you for any help,&lt;BR /&gt;Ian Cameron</description>
      <pubDate>Thu, 26 Apr 2001 13:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521765#M23701</guid>
      <dc:creator>Ian Cameron</dc:creator>
      <dc:date>2001-04-26T13:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521766#M23702</link>
      <description>vgexport vgdisk &lt;BR /&gt;from original host&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg03&lt;BR /&gt;mknod c 64 0x030000 /dev/vg03/group&lt;BR /&gt;assuming the new vg will be vg03&lt;BR /&gt;ioscan -fnCdisk&lt;BR /&gt;look for new disk.&lt;BR /&gt;record device file&lt;BR /&gt;vgimport from adopted host&lt;BR /&gt;and you keep your data&lt;BR /&gt;vgimport /dev/vg03 /dev/dsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The only real h/w consideration you got is SCSI ID.&lt;BR /&gt;&lt;BR /&gt;Make sure you don't duplicate an existing scsi id.&lt;BR /&gt;If you don't see the disk on reinsertion or if the light does not go off, you could have a scsi id pb.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2001 13:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521766#M23702</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-26T13:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521767#M23703</link>
      <description>It looks to me that you are replacing the root disks . In that case I think you need to just replace one first and then boot in single user to check for the display drivers  and reload if required . Also the SCSI id'd need to be same . After that has been fixed ( actually you can determine the display type before even powering down then comparing the two ). That should solve the issue&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2001 15:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521767#M23703</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-04-26T15:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521768#M23704</link>
      <description>Be advised that the industry standard numbering scheme for SCSI buses is&lt;BR /&gt;&lt;BR /&gt;ID         description&lt;BR /&gt;&lt;BR /&gt;6          boot disk&lt;BR /&gt;5          additional disk&lt;BR /&gt;4          ""&lt;BR /&gt;3          ""&lt;BR /&gt;2          CD-ROM&lt;BR /&gt;1          no standard&lt;BR /&gt;0          tape drive</description>
      <pubDate>Thu, 26 Apr 2001 20:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521768#M23704</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-04-26T20:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521769#M23705</link>
      <description>If your are moving the root disks then its a whole different procedure.If they are just the data disks then Bills reply should help but just an addition if your lvols are not using the default standard naming convention it is better to create the map file and copy it over to the new system.so that you do not get lost searching for which lvols held what data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Fri, 27 Apr 2001 00:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521769#M23705</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-04-27T00:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521770#M23706</link>
      <description>If that's a root disk, you may want to make a copy of make_recovery tape from the old systems and restore to new C160 machines.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Apr 2001 02:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521770#M23706</guid>
      <dc:creator>Chin Guan</dc:creator>
      <dc:date>2001-04-27T02:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a hard drive to another machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521771#M23707</link>
      <description>Just a couple things that I should have included in the original post.&lt;BR /&gt;&lt;BR /&gt;This is the root disk that I am asking about.&lt;BR /&gt;I will have a make_recovery tape on hand in case there are any problems.&lt;BR /&gt;I was wrong, the server drive is 2Gb and the drive in the replacement box is a 4Gb.&lt;BR /&gt;&lt;BR /&gt;The ideal solution would be for me to be able to undo the bolt for the drive trays, swap them, attach the scsi devices to the new box and turn it on. The c160 has an auxilliary graphics card (48z) and the c110 is running on the integrated graphics but both are using the graph3 drivers (see ioscan snips):&lt;BR /&gt;&lt;BR /&gt;c160:&lt;BR /&gt;graphics   0  8/24        graph3      CLAIMED   INTERFACE&lt;BR /&gt;graphics   1  10/8        graph3      CLAIMED   INTERFACE&lt;BR /&gt;&lt;BR /&gt;c110:&lt;BR /&gt;graphics   0  10/16       graph3      CLAIMED   INTERFACE&lt;BR /&gt;&lt;BR /&gt;Will the aux card be recognized at boot or do I have to attach to the integrated graphics port and then change?&lt;BR /&gt;&lt;BR /&gt;Sorry I was not more clear in the original post. Thanks for  all the responses,&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Tue, 01 May 2001 19:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-a-hard-drive-to-another-machine/m-p/2521771#M23707</guid>
      <dc:creator>Ian Cameron</dc:creator>
      <dc:date>2001-05-01T19:15:35Z</dc:date>
    </item>
  </channel>
</rss>

