<?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: mounting the snapshot of a vdisk in EVA in HPUX. in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729051#M17545</link>
    <description>Darren,&lt;BR /&gt;after creating snapshot you have to present&lt;BR /&gt;it &lt;BR /&gt;After presenting it to hp-ux host then&lt;BR /&gt;go hp-unix host then run ioscan -fnCdisk&lt;BR /&gt;and try to see this snap lun on hp then&lt;BR /&gt;if you wish go vgcreate-lvol-fs then mount&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Feb 2006 08:19:28 GMT</pubDate>
    <dc:creator>Cem Tugrul</dc:creator>
    <dc:date>2006-02-13T08:19:28Z</dc:date>
    <item>
      <title>mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729050#M17544</link>
      <description>What is the correct method of mounting of the snapshot of the vdisk in a EVA for host HPUX? Please advice. Thank you.</description>
      <pubDate>Fri, 10 Feb 2006 10:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729050#M17544</guid>
      <dc:creator>Darren Poh_1</dc:creator>
      <dc:date>2006-02-10T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729051#M17545</link>
      <description>Darren,&lt;BR /&gt;after creating snapshot you have to present&lt;BR /&gt;it &lt;BR /&gt;After presenting it to hp-ux host then&lt;BR /&gt;go hp-unix host then run ioscan -fnCdisk&lt;BR /&gt;and try to see this snap lun on hp then&lt;BR /&gt;if you wish go vgcreate-lvol-fs then mount&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 08:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729051#M17545</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-02-13T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729052#M17546</link>
      <description>Darren,&lt;BR /&gt;&lt;BR /&gt;I more thing on the snapshot. If it is from the same host, you will need to issue the "vgchgid" command to modify the VGID on the raw devices. LVM cannot handles seeing the same VGID on the same host.&lt;BR /&gt;&lt;BR /&gt;Here is a overview with some examples:&lt;BR /&gt;&lt;BR /&gt;After snapping the LUN,&lt;BR /&gt;&lt;BR /&gt;1) Change the VGID&lt;BR /&gt;vgchgid /dev/rdsk/c5t0d7 &lt;BR /&gt; &lt;BR /&gt;2) Create a new volume group:&lt;BR /&gt;mkdir /dev/vgsnap&lt;BR /&gt;mknod /dev/vgsnap/group c 64 0x020000 &lt;BR /&gt; &lt;BR /&gt;3) Import the snap disks into the new volume group.&lt;BR /&gt;vgimport /dev/vgsnap /dev/dsk/c5t0d7&lt;BR /&gt; &lt;BR /&gt;4) Activate the new volume group.&lt;BR /&gt;vgchange -a y /dev/vgsnap &lt;BR /&gt;&lt;BR /&gt;5) Mount the associated LVols.&lt;BR /&gt;mkdir /snap/lvol1 &lt;BR /&gt;mount /dev/vgsnap/lvol1 /snap/lvol1&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Curt&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729052#M17546</guid>
      <dc:creator>krusty</dc:creator>
      <dc:date>2006-02-13T17:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729053#M17547</link>
      <description>Darren,&lt;BR /&gt;Curt is right...At once i wanted to be fast&lt;BR /&gt;but forgot the important step vgchgid...&lt;BR /&gt;i have just checked my snap scripts so my steps like;&lt;BR /&gt;&lt;BR /&gt;1- mkdir /dev/vgsnapname&lt;BR /&gt;&lt;BR /&gt;2- mknod /dev/vgsnapname/group c 64 0xNn0000 &lt;BR /&gt;&lt;BR /&gt;3- vgchgid /dev/rdsk/vgsnap_dev_file&lt;BR /&gt;&lt;BR /&gt;4- vgchange -c n vgsnapname&lt;BR /&gt;&lt;BR /&gt;5- vgchange -a y vgsnapname&lt;BR /&gt;&lt;BR /&gt;6- fsck -F vxfs /dev/vgsnap/lvol1 &lt;BR /&gt;&lt;BR /&gt;7- mount -F vxfs /dev/vgsnap/lvol1 /mount_point_dir&lt;BR /&gt;&lt;BR /&gt;The steps above are embeded in a script&lt;BR /&gt;and running everyday for me to take my critical system's SNAP and mount files to my&lt;BR /&gt;another test system.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 02:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729053#M17547</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-02-14T02:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729054#M17548</link>
      <description>&lt;BR /&gt;Does anyone here happen to know the proper steps to do this same thing under IBM AIX?</description>
      <pubDate>Tue, 14 Feb 2006 12:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729054#M17548</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2006-02-14T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729055#M17549</link>
      <description>I think Cem Tugrul forgot one step:&lt;BR /&gt;3) Import the snap disks into the new volume group.&lt;BR /&gt;vgimport /dev/vgsnap /dev/dsk/c5t0d7&lt;BR /&gt;Without this, vgsnap do not know how to change it to active, it can not determine which PV it has!&lt;BR /&gt;HTH&lt;BR /&gt;tienna</description>
      <pubDate>Tue, 14 Feb 2006 21:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729055#M17549</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-02-14T21:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729056#M17550</link>
      <description>Sam, thank you. I make mount.</description>
      <pubDate>Thu, 01 Feb 2007 02:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729056#M17550</guid>
      <dc:creator>Tarasevich Pavel</dc:creator>
      <dc:date>2007-02-01T02:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: mounting the snapshot of a vdisk in EVA in HPUX.</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729057#M17551</link>
      <description>I have mounted the Vdisk (EVA8K)and put some data and took the snap and presented to another linux host .&lt;BR /&gt;Can anyone have same steps on RHEL5.x ?&lt;BR /&gt;Your help will be greatly appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 08 Nov 2009 17:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/mounting-the-snapshot-of-a-vdisk-in-eva-in-hpux/m-p/3729057#M17551</guid>
      <dc:creator>Rath Kum</dc:creator>
      <dc:date>2009-11-08T17:02:18Z</dc:date>
    </item>
  </channel>
</rss>

