<?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: Connecting an external Surestore Unit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572223#M873485</link>
    <description>An alternative to using the vgimport comand on the new server is to use SAM (did I say that?) Actually, SAM's Import features work on old 9.04 disks all the way through to current systems. &lt;BR /&gt;&lt;BR /&gt;The SAM interface finds all unassigned disks and connects all of them into volume groups.  All you need to provide is the name of the volume (like vg02) and unless you have non-standard lvol names, that's it. SAM will create the VG directory and unique group file plus create the correct lvol names. You will have to manually provide alternate links (a second controller channel) if they exist.&lt;BR /&gt;&lt;BR /&gt;If the lvols are non-standard, use the mapfile(s) created on the source system.  SAM has a line to specify the name of the mapfile.  Note that mapfiles are simple ASCII files that can be created by hand if necessary (except for the -s option which adds the serial number to the mapfile).</description>
    <pubDate>Thu, 30 Aug 2001 01:39:23 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2001-08-30T01:39:23Z</dc:date>
    <item>
      <title>Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572215#M873477</link>
      <description>I currently have one 9000 D-class server with 2 external Surestore Storage Units attached and a DLT autoloader. I have another 9000 D-class server that I just rebuilt. I would like to remove one of the Surestore Units and attach it to the one I just rebuild. Is it possible to do this without losing the data on it? Do I have to remove the data first prior to installation? I know that creating lg &amp;amp; vg deletes what is on the drives.. but is there away around it? Thanks</description>
      <pubDate>Wed, 29 Aug 2001 15:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572215#M873477</guid>
      <dc:creator>Jenifer Martins</dc:creator>
      <dc:date>2001-08-29T15:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572216#M873478</link>
      <description>Hi Jennifer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are talking of losing data on disks then it is possible in case you assign a clshing id to the Surestore , otherwise it is very simple.&lt;BR /&gt;&lt;BR /&gt;1.Remove it physically and check for the SCSI id on the drive , disks attached to the contorller where you will attach the surestore.&lt;BR /&gt;2. Connect and bring up the box  , you will be able to see the drive.&lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 29 Aug 2001 15:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572216#M873478</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-08-29T15:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572217#M873479</link>
      <description>&lt;BR /&gt;All you need to do is vgexport the volume groups on the external surestore drives, unplug them and plug into the other HP server, then do an ioscan and insf -e to create the new disk device files, then you can use the vgimport command to load the data onto your new servers without losing anything!</description>
      <pubDate>Wed, 29 Aug 2001 15:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572217#M873479</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-08-29T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572218#M873480</link>
      <description>Prior to removing the unit from its current box do a:&lt;BR /&gt;&lt;BR /&gt;vgexport -m /var/tmp/vg??.map -p -s -v vg??&lt;BR /&gt;&lt;BR /&gt;Copy the vg??.map file to the surestore's new home.&lt;BR /&gt;&lt;BR /&gt;Move the surestore unit to the other box, power everything up and make sure that all the luns on the surestore are seen by the new box.&lt;BR /&gt;&lt;BR /&gt;Now on the new box do a:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg??&lt;BR /&gt;mknod /dev/vg??/group c 64 0x0?0000&lt;BR /&gt;vgimport -m /var/tmp/vg??.map -s -v vg??&lt;BR /&gt;vgchange -a y /dev/vg??&lt;BR /&gt;&lt;BR /&gt;You should now be able to mount the file systems and see the data from your surestore unit.&lt;BR /&gt;&lt;BR /&gt;I ABSOLUTELY DO recommend that you do a backup before you do anything JUST IN CASE!!!</description>
      <pubDate>Wed, 29 Aug 2001 15:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572218#M873480</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-08-29T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572219#M873481</link>
      <description>Patrick,&lt;BR /&gt;prior to removing the unit, do I umount it at all. If so, do I umount it after the vgexport?&lt;BR /&gt;The unit is /dev/vg02/lvol1. When I do vgexport, I write it like this:&lt;BR /&gt;vgexport -m /var/tmp/vg02.map -p -s -v vg02 &lt;BR /&gt;Right? Do I need to put in there the lvol1 or does the lvol1 not needed?&lt;BR /&gt;&lt;BR /&gt;Also, for mknod&lt;BR /&gt;mknod /dev/vg/??group c 64 0x0?0000... major,minor numbers...where did you get those. Do I get them from the unit prior to detaching.&lt;BR /&gt;Please advise.  thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Aug 2001 20:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572219#M873481</guid>
      <dc:creator>Jenifer Martins</dc:creator>
      <dc:date>2001-08-29T20:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572220#M873482</link>
      <description>One more thing... since /dev/vg02 consists of 4-18.2Gig hard-drives... which of the "minor/major" numbers do I use?</description>
      <pubDate>Wed, 29 Aug 2001 20:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572220#M873482</guid>
      <dc:creator>Jenifer Martins</dc:creator>
      <dc:date>2001-08-29T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572221#M873483</link>
      <description>I just did an ll on the /dev/vg02 directory. I saw group, lvol1, and 2lvol1. For the mknod, I assume I am using the minor/major for "Group"&lt;BR /&gt;so it looks like:&lt;BR /&gt;mknod /dev/vg02/group c 64 0x020000</description>
      <pubDate>Wed, 29 Aug 2001 20:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572221#M873483</guid>
      <dc:creator>Jenifer Martins</dc:creator>
      <dc:date>2001-08-29T20:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572222#M873484</link>
      <description>Jenifer,&lt;BR /&gt;&lt;BR /&gt;You can do the vgexport at any time.  the '-p' option stands for preview, but it will build the map file for you and that is really all you need for this operation.  You don't have to worry about specifying the lvol with vgexport.  It will export the entire volume group.&lt;BR /&gt;&lt;BR /&gt;Prior to removing the unit, you should unmount the LVs, and deactivate the VG (vgchange -a n vg02).  If you have any entries for these LVs in /etc/fstab, make sure that you remove them.&lt;BR /&gt;&lt;BR /&gt;When importing into the new machine:&lt;BR /&gt;&lt;BR /&gt;Prior to creating the group file with the mknod command, do an 'll /dev/vg*/group' and make sure that no other group file has a 0x020000 minor number.&lt;BR /&gt;&lt;BR /&gt;Your mknod command in your last response is exactly correct.&lt;BR /&gt;&lt;BR /&gt;I hope this helps you!</description>
      <pubDate>Wed, 29 Aug 2001 22:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572222#M873484</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-08-29T22:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an external Surestore Unit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572223#M873485</link>
      <description>An alternative to using the vgimport comand on the new server is to use SAM (did I say that?) Actually, SAM's Import features work on old 9.04 disks all the way through to current systems. &lt;BR /&gt;&lt;BR /&gt;The SAM interface finds all unassigned disks and connects all of them into volume groups.  All you need to provide is the name of the volume (like vg02) and unless you have non-standard lvol names, that's it. SAM will create the VG directory and unique group file plus create the correct lvol names. You will have to manually provide alternate links (a second controller channel) if they exist.&lt;BR /&gt;&lt;BR /&gt;If the lvols are non-standard, use the mapfile(s) created on the source system.  SAM has a line to specify the name of the mapfile.  Note that mapfiles are simple ASCII files that can be created by hand if necessary (except for the -s option which adds the serial number to the mapfile).</description>
      <pubDate>Thu, 30 Aug 2001 01:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-an-external-surestore-unit/m-p/2572223#M873485</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-08-30T01:39:23Z</dc:date>
    </item>
  </channel>
</rss>

