<?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: mount external boot disc for reading - urgent! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925298#M408764</link>
    <description>Hi Volkmar,&lt;BR /&gt;&lt;BR /&gt; what is "vgscan -pv" is telling you? It should provide some LVM related information.&lt;BR /&gt;&lt;BR /&gt; If the disk has no LVM structures (very unlikely), try to mount directly it with "-r" option.</description>
    <pubDate>Mon, 12 Sep 2005 13:00:49 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2005-09-12T13:00:49Z</dc:date>
    <item>
      <title>mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925285#M408751</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've a old hp 9000/735 and my j200 crashed.&lt;BR /&gt;How can I mount the external boot disc of my j200 at the 735?&lt;BR /&gt;The boot disc has a LVM file system.&lt;BR /&gt;&lt;BR /&gt;After connecting it to the 735 I see it as unused.&lt;BR /&gt;&lt;BR /&gt;What do I have to do now??&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 11:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925285#M408751</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T11:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925286#M408752</link>
      <description>vgimport?&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c64 0x010000&lt;BR /&gt;vgimport -s -m /tmp/vg01map /dev/vg01&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;&lt;BR /&gt;mount  the lvols&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 12 Sep 2005 11:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925286#M408752</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-12T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925287#M408753</link>
      <description>Hi Volkmar ,&lt;BR /&gt;&lt;BR /&gt;Once you connected the disk and found in ioscan , go ahead.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk  [ you should found as CLAIMED ]&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/*/group&lt;BR /&gt;# cd /dev/&lt;BR /&gt;# mkdir vgxx&lt;BR /&gt;# cd vgxx&lt;BR /&gt;# mknod group c 64 0x050000  [ make sure this no ( 0x050000) is unique ]&lt;BR /&gt;&lt;BR /&gt;# vgimport vgxx /dev/dsk.c?t?d?&lt;BR /&gt;# vgchange -a y vgxx&lt;BR /&gt;&lt;BR /&gt;Mount the filesystems now you want.&lt;BR /&gt;# mkdir /mountpoint&lt;BR /&gt;# mount /dev/vgxx/lvolx  /mountpoint&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 12 Sep 2005 11:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925287#M408753</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-12T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925288#M408754</link>
      <description>You can run vgscan on it to bring it in.&lt;BR /&gt;"man vgscan" to get it.&lt;BR /&gt;"vgscan -apv" would do it in pseudo mode and tell you what it would do, without actually doing anything (the "p" is pseudo mode).&lt;BR /&gt;&lt;BR /&gt;You can copy your /etc/lvmtab to /etc/lvmtab.bak before starting, just so you can put things back if you must.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 11:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925288#M408754</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-12T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925289#M408755</link>
      <description>Oh - and I should say that if you don't have a map file (which you probably don't) - it's only necessary when your lvols had nonstandard names which, in this case, they probably didn't.  The -s option probably won't work either, but you can supply the device file to the appropriate disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 12 Sep 2005 11:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925289#M408755</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-12T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925290#M408756</link>
      <description>Volkmar ,&lt;BR /&gt;&lt;BR /&gt;sorry to miss something,&lt;BR /&gt;&lt;BR /&gt;vgxx is the vg you are going to name the new vg , on this disk. [ ex: vg02 , or vg05 ]&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 12 Sep 2005 11:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925290#M408756</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-12T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925291#M408757</link>
      <description>Hi Volkmar:&lt;BR /&gt;&lt;BR /&gt;You need to create a unique volume group structure and 'vgimport' using that. &lt;BR /&gt;&lt;BR /&gt;Construct a 'mapfile' to use with the 'vgimport' that looks like:&lt;BR /&gt;&lt;BR /&gt;1 lvol1&lt;BR /&gt;2 lvol2&lt;BR /&gt;3 lvol3&lt;BR /&gt;&lt;BR /&gt;This assumes that the minor numbers for lvol1-3 will parallel the numeric part of the logical volume names.  Adjust according to your taste.&lt;BR /&gt;&lt;BR /&gt;Create directories for mountpoints for the logical volumes; 'vgimport' using the mapfile created above and 'mount all'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 Sep 2005 12:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925291#M408757</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-12T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925292#M408758</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Suppose device file for disk is /dev/dsk/cxtydz.&lt;BR /&gt;&lt;BR /&gt;See group device file of all existing VGs to find there minir number by&lt;BR /&gt;&lt;BR /&gt;#ll /dev/vg*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Nov 17  2004 /dev/vg00/group&lt;BR /&gt;&lt;BR /&gt;Select Next Unique number for your new VG.&lt;BR /&gt;#mkdir /dev/vgoldroot&lt;BR /&gt;#mknod /dev/vgoldroot/group c 64 0xNN0000&lt;BR /&gt;&lt;BR /&gt;(Where NN is unique in all volume groups)&lt;BR /&gt;&lt;BR /&gt;#vgimport /dev/vgoldroot /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;#vgchange -a y /dev/vgoldroot&lt;BR /&gt;&lt;BR /&gt;#ll /dev/vgoldroot (To confirm all device files located here)&lt;BR /&gt;#fstyp /dev/vgoldroot/lvol1&lt;BR /&gt;#mount -F hfs /dev/vgoldroot/lvol1 /oldstand&lt;BR /&gt;#fstyp /dev/vgoldroot/lvol3&lt;BR /&gt;#mount -F FS_TYPE /dev/vgoldroot/lvol3 /oldroot (FS_TYPE is the output of previous command)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 12:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925292#M408758</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-12T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925293#M408759</link>
      <description>Ups - something went wrong ...&lt;BR /&gt;After: /usr/sbin/vgimport vg01 /dev/dsk/c2t4d0&lt;BR /&gt;&lt;BR /&gt;it said something like 'group contents 0 PVs, announced was 1'&lt;BR /&gt;vgimport: Quorum not existant or physicalic disc not existant.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/vgchange -a y vg01 didn't work&lt;BR /&gt;&lt;BR /&gt;With a new vgimport it says:&lt;BR /&gt;/dev/vg01 already exists in /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;How can I clean lvmtab?&lt;BR /&gt;&lt;BR /&gt;And JRF is right I don't have the mapfile, where should I create it?&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Mon, 12 Sep 2005 12:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925293#M408759</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925294#M408760</link>
      <description>"With a new vgimport it says:&lt;BR /&gt;/dev/vg01 already exists in /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;How can I clean lvmtab?"&lt;BR /&gt;&lt;BR /&gt;move it to /etc/lvmtab.old and run vgscan -v, i hope this should be enough.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 12:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925294#M408760</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-12T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925295#M408761</link>
      <description>vgscan says:&lt;BR /&gt;volume belongs to a volume group&lt;BR /&gt;and something about &lt;BR /&gt;'Quorum not existant' ...??</description>
      <pubDate>Mon, 12 Sep 2005 12:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925295#M408761</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T12:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925296#M408762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This means that a VG with name vg01 was allready there. Is some file system mounted from vg01? You could try importing with some other vgname.&lt;BR /&gt;&lt;BR /&gt;Also to clean lvmtab for vg01. &lt;BR /&gt;&lt;BR /&gt;#vgexport vg01&lt;BR /&gt;&lt;BR /&gt;The quorum error indicates two disks were there in the vg in old system. You can by-pass this by activating vg like&lt;BR /&gt;&lt;BR /&gt;#vgchange -a y -q n /dev/vg01&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 12 Sep 2005 12:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925296#M408762</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-12T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925297#M408763</link>
      <description>It still says:&lt;BR /&gt;volume group contains (includes?) 0 PVs&lt;BR /&gt;&lt;BR /&gt;no LVM??</description>
      <pubDate>Mon, 12 Sep 2005 12:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925297#M408763</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925298#M408764</link>
      <description>Hi Volkmar,&lt;BR /&gt;&lt;BR /&gt; what is "vgscan -pv" is telling you? It should provide some LVM related information.&lt;BR /&gt;&lt;BR /&gt; If the disk has no LVM structures (very unlikely), try to mount directly it with "-r" option.</description>
      <pubDate>Mon, 12 Sep 2005 13:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925298#M408764</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-12T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925299#M408765</link>
      <description>I have a copy of lvmtab:&lt;BR /&gt;^CM-h^B/dev/vg00&lt;BR /&gt;wK+M-H1&amp;gt;M-2M-"^A/dev/dsk/c0t4d0&lt;BR /&gt;/dev/vg00alt&lt;BR /&gt;&lt;BR /&gt;wK+M-H1&amp;gt;M-2M-"^A/dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;and of fstab:&lt;BR /&gt;/dev/vg00/lvol3 / hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;&lt;BR /&gt;so shouldn't it work?&lt;BR /&gt;&lt;BR /&gt;Can I force to mount the (new) /dev/dsk/c2t4d0?&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Mon, 12 Sep 2005 13:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925299#M408765</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T13:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925300#M408766</link>
      <description>Hi (again) Volkmar:&lt;BR /&gt;&lt;BR /&gt;First, you MUST choose a unique minor number for the /dev/group file that you are going to create.  DO:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg*/group&lt;BR /&gt;&lt;BR /&gt;Note the minor numbers that are in use and choose a number that is NOT listed. If you see "0x010000" and "0x02000" in addition to "0x000000", then minor numbers 0, 1 and 2 are already in use.  You could use the value three (3) for NN below.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg03&lt;BR /&gt;# mknod /dev/vg03/group c 64 0x030000&lt;BR /&gt;&lt;BR /&gt;Do NOT try to modify your current /etc/lvmtab.  There should be nothing wrong with it.&lt;BR /&gt;&lt;BR /&gt;I presume that your other system's external disk consisted of only one physical volume.  If not, you need to attach it too just as you have already done for one disk.  Make sure that you correctly specify the physical path for the disk you are going to import.&lt;BR /&gt;&lt;BR /&gt;I probably unnecessarily compilicated things by suggesting that you could name your logical volumes by building your own mapfile.  If your only purpose is to recover your data, then you may not care what names the logical volumes are given.  A mapfile allows you the ability to choose non-default names.  This is purely optional.  You can build the mapfile in any directory you choose if you want to use it.&lt;BR /&gt;&lt;BR /&gt;Either do:&lt;BR /&gt;&lt;BR /&gt;# vgimport /dev/vgNN -m /tmp/vgNN.map /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...or:&lt;BR /&gt;&lt;BR /&gt;# vgimport /dev/vgNN /dev/dsk/cXtYdZ&lt;BR /&gt;# vgchange -a y vgNN&lt;BR /&gt;&lt;BR /&gt;Substitute the minor number of the 'group' file you built above for "NN", and use the correct pv_path for "cXtYdZ".&lt;BR /&gt;&lt;BR /&gt;You can edit '/etc/fstab' with mountpoints for your logical volumes and 'mount all' or issue individual mount commands at the commandline for each logical volume mountpoint.&lt;BR /&gt;&lt;BR /&gt;Again, you MUST use UNIQUE minor numbers regardless of what they were on the dead system.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 Sep 2005 13:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925300#M408766</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-12T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925301#M408767</link>
      <description>@Torsten:&lt;BR /&gt;&lt;BR /&gt;vgscan sagt:&lt;BR /&gt;Die folgenden physichen DatentrÃ¤ger gehÃ¶ren zu einer DatentrÃ¤gergruppe.&lt;BR /&gt;Diese physikalischen DatentrÃ¤ger kÃ¶nnen nicht in eine DatentrÃ¤gergruppe gestellt werden.&lt;BR /&gt;Mit dem Befehl "vgimport" kann der ProzeÃ  abgeschlossen werden.&lt;BR /&gt;/dev/dsk/c2t4d0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 13:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925301#M408767</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925302#M408768</link>
      <description>Hi Volkmar ,&lt;BR /&gt;&lt;BR /&gt;You can try importing with another name as vg01 is exists.&lt;BR /&gt;&lt;BR /&gt;And after successful vgimport , before mounting you may need to run fsck on that lvol , if it give error while mounting.&lt;BR /&gt;&lt;BR /&gt;Run a full fsck and then it can be mount successfully,&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs -o full /dev/vgXX/rlvolx&lt;BR /&gt;# mount -F vxfs /dev/vgXX/lvolx /mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth ,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 13:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925302#M408768</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-12T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925303#M408769</link>
      <description>@ all:&lt;BR /&gt;&lt;BR /&gt;vgscan says that there are no infos for the other two discs - /dev/dsk/c2tx0d includes no LVM information&lt;BR /&gt;&lt;BR /&gt;Could a add disc in SAM destroy the old informations of the disc?&lt;BR /&gt;&lt;BR /&gt;I tried to add this &lt;UNUSED&gt; disc in SAM 'using the logical volume manger', but canceled it again.&lt;BR /&gt;&lt;BR /&gt;??????&lt;BR /&gt;&lt;BR /&gt;Can I mount it in another way?&lt;BR /&gt;&lt;BR /&gt;V.&lt;/UNUSED&gt;</description>
      <pubDate>Mon, 12 Sep 2005 13:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925303#M408769</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: mount external boot disc for reading - urgent!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925304#M408770</link>
      <description>If I hve no vg** now - then I can create a vg00?&lt;BR /&gt;and a vg00/group with 0x000000?&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 13:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-external-boot-disc-for-reading-urgent/m-p/4925304#M408770</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-09-12T13:21:33Z</dc:date>
    </item>
  </channel>
</rss>

