<?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: boot from SAN snapshot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023151#M429040</link>
    <description>&lt;!--!*#--&gt;Here are the finalized steps we've done to complete our boot.  For some reason the insf command adds 6 devices when in lvm maintenance, however in single user mode it adds the correct number of 3.  Also, we had an stm process consuming %50 cpu that we killed. (maybe due to the fact that the server's network connection is unplugged ?)&lt;BR /&gt;&lt;BR /&gt;1)  boot -lm&lt;BR /&gt;2)  vgexport vg00&lt;BR /&gt;3)  mkdir /dev/vg00&lt;BR /&gt;4)  mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;5)  insf -e -H &lt;H&gt;&lt;BR /&gt;6)  vgimport /dev/vg00 /dev/dsk/c0t3d0s2&lt;BR /&gt;7)  vgchange -a y -q n /dev/vg00&lt;BR /&gt;8)  lvreduce -m 0 -k /dev/vg00/lvol1 0&lt;BR /&gt;9)  lvreduce -m 0 -k /dev/vg00/lvol2 0&lt;BR /&gt;10) lvreduce -m 0 -k /dev/vg00/lvol3 0&lt;BR /&gt;11) vgreduce -f vg00&lt;BR /&gt;12) /sbin/fs/vxfs/fsck /dev/vg00/lvol1&lt;BR /&gt;13) /sbin/fs/vxfs/fsck /dev/vg00/lvol3&lt;BR /&gt;14) ioinitrc&lt;BR /&gt;15) boot -is&lt;BR /&gt;16) rmsf -H &lt;H&gt;&lt;BR /&gt;17) insf -e -H &lt;H&gt;&lt;BR /&gt;18) init 3&lt;BR /&gt;&lt;BR /&gt;Thanks all for your help.&lt;/H&gt;&lt;/H&gt;&lt;/H&gt;</description>
    <pubDate>Mon, 29 Jan 2007 11:28:55 GMT</pubDate>
    <dc:creator>Dale Renton</dc:creator>
    <dc:date>2007-01-29T11:28:55Z</dc:date>
    <item>
      <title>boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023137#M429026</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;We have two identical HP-UX IA64 boxes.  The primary server is booting from an EMC CX300 SAN and doing LVM mirroring to another SAN.  On the secondary SAN we have created a snapshot using  EMC Snapview.  Now we are trying to boot the secondary server off this snapshot for development, testing, etc...&lt;BR /&gt;&lt;BR /&gt;We are unable to boot.  When we try to get into LVM maintenance mode it comes back with "no primary swap space configured" among other things.&lt;BR /&gt;&lt;BR /&gt;Anybody have any ideas on how to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dale&lt;BR /&gt;&lt;BR /&gt;vgdisplay of vg00 (root, swap, dump) from primary server&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      3&lt;BR /&gt;Open LV                     3&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4059&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    8098&lt;BR /&gt;Alloc PE                    8098&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            320&lt;BR /&gt;   Current LE                  10&lt;BR /&gt;   Allocated PE                20&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            121056&lt;BR /&gt;   Current LE                  3783&lt;BR /&gt;   Allocated PE                7566&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c4t0d0s2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4049&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c9t0d0s2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4049&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 08:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023137#M429026</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-17T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023138#M429027</link>
      <description>Dale,&lt;BR /&gt;&lt;BR /&gt;Do you actually get to a prompt in LVM maintenance mode? &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 18 Jan 2007 04:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023138#M429027</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-01-18T04:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023139#M429028</link>
      <description>Dale,&lt;BR /&gt;&lt;BR /&gt;My 2-pence/musings:&lt;BR /&gt;- Booting happens in the 'boot area' of the disk &lt;BR /&gt;- booting happens *before* LVM kicks in &lt;BR /&gt;so...&lt;BR /&gt;mirroring at the LVM level is good for data but not enough for booting.&lt;BR /&gt;&lt;BR /&gt;The 'mirroring' needs to happen below LVM (say, at the HW level)&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Nick 'dubya'&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 05:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023139#M429028</guid>
      <dc:creator>Nick W</dc:creator>
      <dc:date>2007-01-18T05:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023140#M429029</link>
      <description>We never get to a prompt in LVM maintenance mode.&lt;BR /&gt;&lt;BR /&gt;Attached are some screenshots of the boot process.&lt;BR /&gt;&lt;BR /&gt;What about booting the HP-UX install DVD and running some recovery commands?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 18 Jan 2007 08:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023140#M429029</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-18T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023141#M429030</link>
      <description>YOu shouldn't have to go to the DVD... the only time i've ssen this is when swap was still set up to go to local (internal) disks on the source system. Can we see the output of:&lt;BR /&gt;&lt;BR /&gt;swapinfo&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v vg00&lt;BR /&gt;&lt;BR /&gt;on the source system?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 18 Jan 2007 10:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023141#M429030</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-01-18T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023142#M429031</link>
      <description>&lt;!--!*#--&gt;Here you go:&lt;BR /&gt;&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     8388608 2198092 6190516   26%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;localfs 16777216       0 16777216    0% 16777216       0    2  /paging&lt;BR /&gt;reserve       - 9633708 -9633708&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v vg00&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c4t0d0s2 (0/2/1/0.1.0.0.0.0.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c9t0d0s2 (0/5/1/0.4.1.0.0.0.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c4t0d0s2&lt;BR /&gt;                        /dev/dsk/c9t0d0s2&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c4t0d0s2&lt;BR /&gt;                        /dev/dsk/c9t0d0s2&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c4t0d0s2&lt;BR /&gt;                        /dev/dsk/c9t0d0s2&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c4t0d0s2, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 18 Jan 2007 10:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023142#M429031</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-18T10:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023143#M429032</link>
      <description>That's strange - this all looks fine - can't see why you wouldn't be able to boot from this... All lvm maintenance mode does is use offsets to find the start of the root, boot and swap partitions on the disk - as long as these lvols are at the *start* of the disk and are all *contiguous* everything should be fine.&lt;BR /&gt;&lt;BR /&gt;I can't see the additional swap space causing a problem (after all you have it set at a lower priority), but you *might* want to try temporarily removing it on the source and repeating the split.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 18 Jan 2007 11:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023143#M429032</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-01-18T11:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023144#M429033</link>
      <description>Actualli Don't know if its just a trick of the formatting, but one line in your boot messages worries me:&lt;BR /&gt;&lt;BR /&gt;entry 0 - auto-configured on root device; NOTICE: USB device attached&lt;BR /&gt;&lt;BR /&gt;the we get some other stuff about USB...&lt;BR /&gt;&lt;BR /&gt;Now like I say, it could be just formatting (everything after the ';' might relate to another subsystem starting), but it does look peculiar... do you have some USB device attache dto this server? Try removing and booting again...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 18 Jan 2007 11:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023144#M429033</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-01-18T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023145#M429034</link>
      <description>&lt;!--!*#--&gt;I've found this which I will try :&lt;BR /&gt;&lt;BR /&gt;If the kernel parameter 'swapmem_on' is set to 0, the system&lt;BR /&gt;will panic during boot and the following message will be&lt;BR /&gt;displayed:&lt;BR /&gt;&lt;BR /&gt;     panic: swapconf - no primary swap space configured&lt;BR /&gt;&lt;BR /&gt;If swapmem_on is set to 1, which is the default value, the&lt;BR /&gt;system will boot in LVM maintenance mode but the following&lt;BR /&gt;additional message will be displayed:&lt;BR /&gt;&lt;BR /&gt;      WARNING: no swap device configured, so dump cannot be&lt;BR /&gt;       defaulted to primary swap.&lt;BR /&gt;&lt;BR /&gt;HP recommends that pseudoswap be enabled&lt;BR /&gt;by setting the kernel parameter 'swapmem_on' to the default&lt;BR /&gt;value of 1 on systems that boot from an LVM disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ours is set to zero right now.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dale</description>
      <pubDate>Fri, 19 Jan 2007 10:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023145#M429034</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-19T10:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023146#M429035</link>
      <description>&lt;!--!*#--&gt;Ok, by changing the swapmem_on to 1 we are now able to boot into LVM maintenance mode.  Our next step is to get into single user mode with boot -is.&lt;BR /&gt;&lt;BR /&gt;We've made the following changes in LVM maintenance :&lt;BR /&gt;&lt;BR /&gt;1) vgexport vg00&lt;BR /&gt;2) mkdir /dev/vg00&lt;BR /&gt;3) mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;4) insf -e&lt;BR /&gt;5) vgimport /dev/vg00 /dev/dsk/c10t0d0s2&lt;BR /&gt;6) vgchange -a y -q n /dev/vg00&lt;BR /&gt;7) fsck /dev/vg00/lvol1&lt;BR /&gt;8) fsck /dev/vg00/lvol3&lt;BR /&gt;9) lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;10) reboot -n&lt;BR /&gt;&lt;BR /&gt;Now when we boot into single user mode it comes back with this error :&lt;BR /&gt;&lt;BR /&gt;ioinit: Rebooting the system because /etc/ioconfig and /stand/ioconfig files are inconsistent&lt;BR /&gt;&lt;BR /&gt;Any suggestions on what to try next?  One thing to note is that the insf -e command adds 6 devices (c10t0d0s6), even though it should only be 3.  Also we get errors with the vgchange and lvlnboot commands because we only have one of the two LVM mirrors available.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dale&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 09:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023146#M429035</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-23T09:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023147#M429036</link>
      <description>This dog ain't gonna hunt. It's really the equivalent of what I do each weekend on all of my boxes -- lifeboat disks. These are done by simply doing a raw disk dd from the boot disk(s) to lifeboat disk(s). In order to actually boot, you have to physically move the lifeboat disk(s) to the boot disk slot(s) so that all the expected i/o paths will be correct. You would have far better success by creating an Ignite image and using that to create your test environment.</description>
      <pubDate>Tue, 23 Jan 2007 10:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023147#M429036</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-23T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023148#M429037</link>
      <description>Dale,&lt;BR /&gt;&lt;BR /&gt;The ioconfig thing doesn't surprise me - /stand/ioconfig will have been re-generated when you booted, but /etc/ioconfig will not - I wouldn't worry about that one too much, if the 2nd reboot fixes it.&lt;BR /&gt;&lt;BR /&gt;With respect to the mirror problems, I expect you will need to use a 'lvreduce -m 0' followed by vgreduce -f to resolve this. e.g. if the disk which is now showing as having stale extents is c9t0d0s2 then:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c9t0d0s2&lt;BR /&gt;&lt;BR /&gt;*repeat for all other lvols*&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;vgreduce -f vg00&lt;BR /&gt;&lt;BR /&gt;proably best to do a lvlnboot -R after all this as well:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R vg00&lt;BR /&gt;&lt;BR /&gt;As for the apparent additional slices on the disks - that one has me confused - what does diskinfo tell you about them?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 10:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023148#M429037</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-01-23T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023149#M429038</link>
      <description>How can we do an lvreduce -m 0 /dev/vg00/lvol1 if the mirror volumes are no longer there?&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;shows PV1 as ??? and PV2 as /dev/dsk/c10t0d0s2&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 25 Jan 2007 10:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023149#M429038</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-25T10:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023150#M429039</link>
      <description>Got this one:&lt;BR /&gt;&lt;BR /&gt;lvdisplay -k -v /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 -k /dev/vg00/lvol1 0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jan 2007 10:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023150#M429039</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-25T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: boot from SAN snapshot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023151#M429040</link>
      <description>&lt;!--!*#--&gt;Here are the finalized steps we've done to complete our boot.  For some reason the insf command adds 6 devices when in lvm maintenance, however in single user mode it adds the correct number of 3.  Also, we had an stm process consuming %50 cpu that we killed. (maybe due to the fact that the server's network connection is unplugged ?)&lt;BR /&gt;&lt;BR /&gt;1)  boot -lm&lt;BR /&gt;2)  vgexport vg00&lt;BR /&gt;3)  mkdir /dev/vg00&lt;BR /&gt;4)  mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;5)  insf -e -H &lt;H&gt;&lt;BR /&gt;6)  vgimport /dev/vg00 /dev/dsk/c0t3d0s2&lt;BR /&gt;7)  vgchange -a y -q n /dev/vg00&lt;BR /&gt;8)  lvreduce -m 0 -k /dev/vg00/lvol1 0&lt;BR /&gt;9)  lvreduce -m 0 -k /dev/vg00/lvol2 0&lt;BR /&gt;10) lvreduce -m 0 -k /dev/vg00/lvol3 0&lt;BR /&gt;11) vgreduce -f vg00&lt;BR /&gt;12) /sbin/fs/vxfs/fsck /dev/vg00/lvol1&lt;BR /&gt;13) /sbin/fs/vxfs/fsck /dev/vg00/lvol3&lt;BR /&gt;14) ioinitrc&lt;BR /&gt;15) boot -is&lt;BR /&gt;16) rmsf -H &lt;H&gt;&lt;BR /&gt;17) insf -e -H &lt;H&gt;&lt;BR /&gt;18) init 3&lt;BR /&gt;&lt;BR /&gt;Thanks all for your help.&lt;/H&gt;&lt;/H&gt;&lt;/H&gt;</description>
      <pubDate>Mon, 29 Jan 2007 11:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-san-snapshot/m-p/5023151#M429040</guid>
      <dc:creator>Dale Renton</dc:creator>
      <dc:date>2007-01-29T11:28:55Z</dc:date>
    </item>
  </channel>
</rss>

