<?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: Problems using RSM in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772235#M18720</link>
    <description>Hi Paul, &lt;BR /&gt;&lt;BR /&gt;Can you please state which type of Operating System you are trying to mount the snapshot to? Also can you please specify what type of HBA's you are using in the server?&lt;BR /&gt;&lt;BR /&gt;Tom</description>
    <pubDate>Mon, 17 Apr 2006 07:18:22 GMT</pubDate>
    <dc:creator>Metadata</dc:creator>
    <dc:date>2006-04-17T07:18:22Z</dc:date>
    <item>
      <title>Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772234#M18719</link>
      <description>We just got our EVA 5000 operational. I've been trying to setup a script inside RSM to make a snapshot of a LUN and present it to a different box. I keep getting an error saying it can't locate the volume. (see attached screenshot) I also tried pointing it to the volume on the target host and when I ran the script that time I got a commandview error. Any ideas?</description>
      <pubDate>Sun, 16 Apr 2006 01:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772234#M18719</guid>
      <dc:creator>Paul Hall_1</dc:creator>
      <dc:date>2006-04-16T01:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772235#M18720</link>
      <description>Hi Paul, &lt;BR /&gt;&lt;BR /&gt;Can you please state which type of Operating System you are trying to mount the snapshot to? Also can you please specify what type of HBA's you are using in the server?&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 17 Apr 2006 07:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772235#M18720</guid>
      <dc:creator>Metadata</dc:creator>
      <dc:date>2006-04-17T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772236#M18721</link>
      <description>It seems that there is something wrong with your vdisk name. In the log you get:&lt;BR /&gt;&lt;BR /&gt;"\\EVACSUMB\FIRSTCLASS\FIRSTCLASS email"&lt;BR /&gt;&lt;BR /&gt;Is this vdisk name correct, the space between firstclass and email? If you have sssu, can you post the ouput of show vdisk full?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 08:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772236#M18721</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-17T08:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772237#M18722</link>
      <description>I changed the name on the volume in question to troubleshoot the space issue to just FC.</description>
      <pubDate>Mon, 17 Apr 2006 18:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772237#M18722</guid>
      <dc:creator>Paul Hall_1</dc:creator>
      <dc:date>2006-04-17T18:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772238#M18723</link>
      <description>both hosts are running 2k3 SP1. Both are using qlogic HBA's. The target host is a HP BL25p. The destination I'm trying to mount it to is a DL 380 G2</description>
      <pubDate>Mon, 17 Apr 2006 18:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772238#M18723</guid>
      <dc:creator>Paul Hall_1</dc:creator>
      <dc:date>2006-04-17T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772239#M18724</link>
      <description>Sorry, I think that what is wrong is the command syntax.&lt;BR /&gt;&lt;BR /&gt;ValidateHostVolume receives as argument the operating system disk device, not the eva disk device, like this:&lt;BR /&gt;&lt;BR /&gt;AIX&lt;BR /&gt; ValidateHostVolume ("\\HostA2\/home/cats")&lt;BR /&gt; &lt;BR /&gt;HP-UX&lt;BR /&gt; ValidateHostVolume ("\\HostA2\/users/cats")&lt;BR /&gt; &lt;BR /&gt;Linux&lt;BR /&gt; ValidateHostVolume ("\\HostA2\/var/cats")&lt;BR /&gt; &lt;BR /&gt;Solaris&lt;BR /&gt; ValidateHostVolume ("\\HostA2\/usr/cats")&lt;BR /&gt; &lt;BR /&gt;Windows&lt;BR /&gt; ValidateHostVolume ("\\HostA2\E:\pets\cats")&lt;BR /&gt; &lt;BR /&gt;See the RSM online help for more information.&lt;BR /&gt;So, you must change your definition of $source_hostvol_unc1</description>
      <pubDate>Tue, 18 Apr 2006 08:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772239#M18724</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-18T08:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RSM</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772240#M18725</link>
      <description>interesting I was using the pre-populated template which apperantly generated the wrong syntax I'll play with the output now that I know what it should look like.</description>
      <pubDate>Tue, 18 Apr 2006 11:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/problems-using-rsm/m-p/3772240#M18725</guid>
      <dc:creator>CSUMB Network Operation</dc:creator>
      <dc:date>2006-04-18T11:14:59Z</dc:date>
    </item>
  </channel>
</rss>

