<?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: How to mount a EVA Snapshot/MirrorClone on RHEL5.3 in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207017#M43548</link>
    <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;Thanks for your valuable response.I will try that..&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Oct 2009 19:00:24 GMT</pubDate>
    <dc:creator>Rath Kum</dc:creator>
    <dc:date>2009-10-30T19:00:24Z</dc:date>
    <item>
      <title>How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207015#M43546</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I am testing Snapshot/MirrorClone on EVA80K/RHEL5.3&lt;BR /&gt;&lt;BR /&gt;1.I created a Vdisk and presented to host A&lt;BR /&gt;2.ran (pvcreate /dev/dm-7),(vgcreate VGSource1 /dev/dm-7),(lvcreate VGSource1 -L 4G /dev/dm-7), (mkfs /dev/VGSource1/lvol0),fstab entry(/dev/VGSource1/lvol0  /mnt/Vdisk1 ext2 ..),created a directory /mnt/Vdisk1,mounted the Vdisk (ex./mnt/Vdisk1),Copied some data (cp /var/log/messages .)&lt;BR /&gt;3.Next took the Snapshot of the Vdisk say Snap1 and Presented to second host B&lt;BR /&gt;4.Scanned and disk showsup&lt;BR /&gt;5.ran pvscan &lt;BR /&gt; PV /dev/mpath/mpath19                          VG VGSource1      lvm2 [4.00 GB / 1020.00 MB free]&lt;BR /&gt;&lt;BR /&gt;Can anyone please explain me what are the Next Steps to mount the Snapshot to see the data&lt;BR /&gt;&lt;BR /&gt;Your help will be greatly appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2009 14:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207015#M43546</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-10-30T14:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207016#M43547</link>
      <description>the pvscan should show you a list of EXPORTED VGs, the volumegroup name and disks that make up the volume group.&lt;BR /&gt;&lt;BR /&gt;using that info do a vgimport and a vgchange.  You can then create and mount point and mount the lvol.  &lt;BR /&gt;&lt;BR /&gt;See below.&lt;BR /&gt;&lt;BR /&gt;root@myhost lbin]# pvscan&lt;BR /&gt;pvscan -- reading all physical volumes (this may take a while...)&lt;BR /&gt;pvscan -- ACTIVE   PV "/dev/sda1" of VG "VolGroup00"       [99.94 GB / 0 free]&lt;BR /&gt;pvscan -- ACTIVE   PV "/dev/sdb1" of VG "VolGroup00"       [99.94 GB / 0 free]&lt;BR /&gt;pvscan -- ACTIVE   PV "/dev/sdc1" of VG "VolGroup00"       [99.94 GB / 832 MB free]&lt;BR /&gt;pvscan -- inactive PV "/dev/sdd1"  is in EXPORTED VG "VolGroup01" [99.94 GB / 0 free]&lt;BR /&gt;pvscan -- inactive PV "/dev/sde1"  is in EXPORTED VG "VolGroup01" [99.94 GB / 0 free]&lt;BR /&gt;pvscan -- inactive PV "/dev/sdf1"  is in EXPORTED VG "VolGroup01" [99.94 GB / 832 MB free]&lt;BR /&gt;pvscan -- total: 6 [599.99 GB] / in use: 6 [599.99 GB] / in no VG: 0 [0]&lt;BR /&gt;&lt;BR /&gt;[root@myhost lbin]# vgimport -f VolGroup01 /dev/sd[d-f]1&lt;BR /&gt;vgimport -- doing automatic backup of volume group "VolGroup01"&lt;BR /&gt;vgimport -- volume group "VolGroup01" successfully imported and activated&lt;BR /&gt;&lt;BR /&gt;[root@myhost lbin]# mkdir /u01&lt;BR /&gt;[root@myhost lbin]# mount /dev/VolGroup01/LogVol00 /u01&lt;BR /&gt;[root@myhost lbin]# ll /u01</description>
      <pubDate>Fri, 30 Oct 2009 16:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207016#M43547</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-10-30T16:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207017#M43548</link>
      <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;Thanks for your valuable response.I will try that..&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2009 19:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207017#M43548</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-10-30T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207018#M43549</link>
      <description>Bill&lt;BR /&gt;&lt;BR /&gt;I am not getting any EXPORT VG display and below is the o/p of pvscan !&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# pvscan&lt;BR /&gt;  PV /dev/mpath/mpath19                             VG VGSource1 lvm2 [4.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/mpath/3600508b4000cfd74000070000e520000   &lt;BR /&gt;VG vgmirror   lvm2 [5.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/cciss/c0d0p2                              VG rootvg     lvm2 [136.50 GB / 105.50 GB free]&lt;BR /&gt;  Total: 3 [145.49 GB] / in use: 3 [145.49 GB] / in no VG: 0 [0   ]&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 16:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207018#M43549</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-02T16:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207019#M43550</link>
      <description>You must be using a different version,  pvscan has some options to display other info.  Try 'pvscan -v'&lt;BR /&gt;&lt;BR /&gt;Assuming the VGSource1 is the VG you want you could try.&lt;BR /&gt;&lt;BR /&gt;'vgimport  VGSource1' &lt;BR /&gt;&lt;BR /&gt;It's not clear from the pvscan what its state is.  &lt;BR /&gt;&lt;BR /&gt;perhaps 'vgdisplay VGsource1' would give you an idea of its state.&lt;BR /&gt;&lt;BR /&gt;a 'vgchange -a y VGsource1'  would activate the VG if it was already imported but not active.</description>
      <pubDate>Wed, 04 Nov 2009 14:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207019#M43550</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-11-04T14:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207020#M43551</link>
      <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;This is the output i got :&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# lvscan&lt;BR /&gt;  ACTIVE            '/dev/VGSource1/lvol0' [3.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/vgmirror/lvol0' [4.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/root' [2.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/opt' [2.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/home' [6.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/tmp' [3.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/usr' [5.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/var' [5.00 GB] inherit&lt;BR /&gt;  ACTIVE            '/dev/rootvg/swap' [8.00 GB] inherit&lt;BR /&gt;[root@qmpllsyb1001 ~]#&lt;BR /&gt;[root@qmpllsyb1001 ~]# vgchange -a y VGSource1&lt;BR /&gt;  1 logical volume(s) in volume group "VGSource1" now active&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# vgdisplay VGSource1&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               VGSource1&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        1&lt;BR /&gt;  Metadata Sequence No  2&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                1&lt;BR /&gt;  Open LV               1&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                1&lt;BR /&gt;  Act PV                1&lt;BR /&gt;  VG Size               4.00 GB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              1023&lt;BR /&gt;  Alloc PE / Size       768 / 3.00 GB&lt;BR /&gt;  Free  PE / Size       255 / 1020.00 MB&lt;BR /&gt;  VG UUID               N9NaBs-1Qts-tMWA-zmB5-1BKI-lotE-Usqz0s&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# vgimport VGSource1&lt;BR /&gt;  Volume group "VGSource1" is not exported&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207020#M43551</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-04T19:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207021#M43552</link>
      <description>[root@qmpllsyb1001 ~]# pvscan -v&lt;BR /&gt;    Wiping cache of LVM-capable devices&lt;BR /&gt;    Wiping internal VG cache&lt;BR /&gt;    Walking through all physical volumes&lt;BR /&gt;  PV /dev/mpath/mpath19                             VG VD         lvm2 [4.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/mpath/3600508b4000cfd74000070000e520000   VG vgmirror   lvm2 [5.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/cciss/c0d0p2                              VG rootvg     lvm2 [136.50 GB / 105.50 GB free]&lt;BR /&gt;  Total: 3 [145.49 GB] / in use: 3 [145.49 GB] / in no VG: 0 [0   ]&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207021#M43552</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-04T19:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207022#M43553</link>
      <description>[root@qmpllsyb1001 ~]# pvscan -v&lt;BR /&gt;    Wiping cache of LVM-capable devices&lt;BR /&gt;    Wiping internal VG cache&lt;BR /&gt;    Walking through all physical volumes&lt;BR /&gt;  PV /dev/mpath/mpath19                             VG VGSource1         lvm2 [4.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/mpath/3600508b4000cfd74000070000e520000   VG vgmirror   lvm2 [5.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/cciss/c0d0p2                              VG rootvg     lvm2 [136.50 GB / 105.50 GB free]&lt;BR /&gt;  Total: 3 [145.49 GB] / in use: 3 [145.49 GB] / in no VG: 0 [0   ]&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207022#M43553</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-04T19:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207023#M43554</link>
      <description>It looks like VGSource1 is already imported and active.&lt;BR /&gt;&lt;BR /&gt;Did you try mounting its lvol to the mount point? &lt;BR /&gt;&lt;BR /&gt;I didn't see the lvol name but it should be the same as on the original server.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v VGSource1 should show the lvol name if you don't know it.</description>
      <pubDate>Wed, 04 Nov 2009 20:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207023#M43554</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-11-04T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207024#M43555</link>
      <description>Bill&lt;BR /&gt;&lt;BR /&gt;Yes I mounted on /mnt/SS2 but i dont see snapshot data in it ,it is empty&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# vgdisplay -v VGSource1&lt;BR /&gt;    Using volume group(s) on command line&lt;BR /&gt;    Finding volume group "VGSource1"&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               VGSource1&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        1&lt;BR /&gt;  Metadata Sequence No  2&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                1&lt;BR /&gt;  Open LV               1&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                1&lt;BR /&gt;  Act PV                1&lt;BR /&gt;  VG Size               4.00 GB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              1023&lt;BR /&gt;  Alloc PE / Size       768 / 3.00 GB&lt;BR /&gt;  Free  PE / Size       255 / 1020.00 MB&lt;BR /&gt;  VG UUID               N9NaBs-1Qts-tMWA-zmB5-1BKI-lotE-Usqz0s&lt;BR /&gt;&lt;BR /&gt;  --- Logical volume ---&lt;BR /&gt;  LV Name               /dev/VGSource1/lvol0&lt;BR /&gt;  VG Name                VGSource1&lt;BR /&gt;  LV UUID                2WOCzw-Vsc1-ECfl-s56Q-0aFY-c8SO-AkjBfW&lt;BR /&gt;  LV Write Access        read/write&lt;BR /&gt;  LV Status              available&lt;BR /&gt;  # open                 1&lt;BR /&gt;  LV Size                3.00 GB&lt;BR /&gt;  Current LE             768&lt;BR /&gt;  Segments               1&lt;BR /&gt;  Allocation             inherit&lt;BR /&gt;  Read ahead sectors     auto&lt;BR /&gt;  - currently set to     256&lt;BR /&gt;  Block device           253:10&lt;BR /&gt;&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;  PV Name               /dev/mpath/mpath19&lt;BR /&gt;  PV UUID               C0x6iE-Xfd9-pVDY-eIN2-vR58-CSR5-7dAEQI&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    1023 / 255&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# cat /etc/fstab&lt;BR /&gt;/dev/rootvg/root        /                       ext3    defaults        1 1&lt;BR /&gt;/dev/rootvg/opt         /opt                    ext3    defaults        1 2&lt;BR /&gt;/dev/rootvg/home        /home                   ext3    defaults        1 2&lt;BR /&gt;/dev/rootvg/tmp         /tmp                    ext3    defaults        1 2&lt;BR /&gt;/dev/rootvg/usr         /usr                    ext3    defaults        1 2&lt;BR /&gt;/dev/rootvg/var         /var                    ext3    defaults        1 2&lt;BR /&gt;LABEL=/boot             /boot                   ext3    defaults        1 2&lt;BR /&gt;tmpfs                   /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;devpts                  /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;sysfs                   /sys                    sysfs   defaults        0 0&lt;BR /&gt;proc                    /proc                   proc    defaults        0 0&lt;BR /&gt;/dev/rootvg/swap        swap                    swap    defaults        0 0&lt;BR /&gt;/dev/vgsource/lvsource  /mnt                    ext3    defaults        0 0&lt;BR /&gt;/dev/chwtest1/chwtest1 /chwtest1 ext3 noauto 0 0&lt;BR /&gt;/dev/chwtest2/chwtest2 /chwtest2 ext3 noauto 0 0&lt;BR /&gt;/dev/chwtest2/chwtest2a /chwtest2a ext3 noauto 0 0&lt;BR /&gt;/dev/vgmirror/lvol0     /mnt/mirror1            ext2    defaults        0 0&lt;BR /&gt;/dev/VGSource1/lvol0           /mnt/SS2                ext2    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@qmpllsyb1001 ~]# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/rootvg-root&lt;BR /&gt;                      2.0G  314M  1.6G  17% /&lt;BR /&gt;/dev/mapper/rootvg-opt&lt;BR /&gt;                      2.0G  435M  1.5G  24% /opt&lt;BR /&gt;/dev/mapper/rootvg-home&lt;BR /&gt;                      5.9G  141M  5.4G   3% /home&lt;BR /&gt;/dev/mapper/rootvg-tmp&lt;BR /&gt;                      3.0G   99M  2.7G   4% /tmp&lt;BR /&gt;/dev/mapper/rootvg-usr&lt;BR /&gt;                      4.9G  1.2G  3.5G  25% /usr&lt;BR /&gt;/dev/mapper/rootvg-var&lt;BR /&gt;                      4.9G  241M  4.4G   6% /var&lt;BR /&gt;/dev/cciss/c0d0p1     193M   17M  167M   9% /boot&lt;BR /&gt;tmpfs                 4.9G     0  4.9G   0% /dev/shm&lt;BR /&gt;/dev/mapper/VGSource1-lvol0  3.0G  4.5M  2.8G   1% /mnt/SS2&lt;BR /&gt;[root@qmpllsyb1001 ~]# cd /mnt/SS2&lt;BR /&gt;[root@qmpllsyb1001 SS2]# ls&lt;BR /&gt;[root@qmpllsyb1001 SS2]#&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 20:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207024#M43555</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-04T20:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207025#M43556</link>
      <description>If the new and original VGs look alike, (e.g. same vgdisplay info, same lvol name and size)  I would say that all the LVM stuff is good.&lt;BR /&gt;&lt;BR /&gt;You would not be able to get this far with a bad copy of a vDISK.&lt;BR /&gt;&lt;BR /&gt;Is it possible you created the snapshot before there was any data in the filesystem?  Or you snapped the wrong vDISK.</description>
      <pubDate>Wed, 04 Nov 2009 20:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207025#M43556</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-11-04T20:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207026#M43557</link>
      <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;I took the snapshot of the correct Vdisk after i mounted &amp;amp; copied some data on the FS.&lt;BR /&gt;Do i need to export VG from the Source host after i mount the FS  ? and then import from the second host where i presented snapshots ? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 21:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207026#M43557</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-04T21:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207027#M43558</link>
      <description>Can anyone explain the steps to see the Snapshot on Linux host?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 10 Nov 2009 14:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207027#M43558</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-10T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207028#M43559</link>
      <description>I can see the Snap volume but It is not showing Exported VG for me, when i present the snapshot to the target host and run pvscan command on target host ? do i need to run any commands on source host to show exported VG ? &lt;BR /&gt;Here is the o/p &lt;BR /&gt;[root@qmpllsyb1001 ~]# pvscan&lt;BR /&gt;  PV /dev/mpath/mpath22   VG VGSource1       lvm2 [5.00 GB / 1020.00 MB free]&lt;BR /&gt;  PV /dev/cciss/c0d0p2    VG rootvg   lvm2 [136.50 GB / 105.50 GB free]&lt;BR /&gt;  Total: 2 [141.50 GB] / in use: 2 [141.50 GB] / in no VG: 0 [0   ]&lt;BR /&gt;[root@qmpllsyb1001 ~]#&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 15:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207028#M43559</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-10T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207029#M43560</link>
      <description>Sorry,  I'm out of ideas.&lt;BR /&gt;&lt;BR /&gt;The only thing I can think of is that the data you wrote to the disk wasn't actually flushed to disk when you did the snapshot so I still showed the filesystem as empty.  &lt;BR /&gt;&lt;BR /&gt;I don't know if linux has a flush command to ensure all the stuff in memory is actually written to disk. If so you might want to do that before creating the snapshot. if not try to unmount the filesystem before creating the snapshot.&lt;BR /&gt;&lt;BR /&gt;Once you create the new snapshot you can re do the pvscan, vgimport, etc.&lt;BR /&gt;&lt;BR /&gt;If you want to do this everyday, a mirror might be a better method than a snapshot. You can then simply fracture and resync the mirror.</description>
      <pubDate>Tue, 10 Nov 2009 15:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207029#M43560</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-11-10T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount a EVA Snapshot/MirrorClone on RHEL5.3</title>
      <link>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207030#M43561</link>
      <description>I found it..&lt;BR /&gt;we dont need to import VG or anything&lt;BR /&gt;once we do vgs or vgscan, we see the VG , need to just mount it . It doesnt shows as Exported VG on the target host.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for the help.</description>
      <pubDate>Wed, 11 Nov 2009 23:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/how-to-mount-a-eva-snapshot-mirrorclone-on-rhel5-3/m-p/5207030#M43561</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-11T23:12:58Z</dc:date>
    </item>
  </channel>
</rss>

