<?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: Make One User Input Depend on the Other in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77278#M16001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shailaja. While that solution would work for the example it won't accomplish what I'm trying to do overall. I just made up those NAS names for the example. I'll see if I can explain a bit better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each source controller is snapmirrored to a backup controller for disaster recovery purposes. The backup controller name is typically different from the source controller name so CONCAT will not do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better Example:&lt;/P&gt;&lt;P&gt;If source controller is n1base01 then backup controller should be mtbase02&lt;/P&gt;&lt;P&gt;If source controller is ttbase01 then backup controller should be qtbase02&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus I need to somehow do a "If source controller is this, backup controller equals this" kind of statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 14:20:49 GMT</pubDate>
    <dc:creator>TABER_BRANDEN</dc:creator>
    <dc:date>2013-06-24T14:20:49Z</dc:date>
    <item>
      <title>Make One User Input Depend on the Other</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77269#M15998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been playing around with this for a while and think it can probably be done. I just can't seem to do it. How can I make a user input change based on what a user chooses up above.&lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/21736_workflow.png" style="width: 650.4048582995952px; height: 357px;" width="650" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a user chooses the source controller for a new volume to be: "testnas"&lt;/P&gt;&lt;P&gt;I want the backup controller to automatically change to "testnas2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Maybe I'm going about this the completely wrong way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:59:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77269#M15998</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2025-06-05T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make One User Input Depend on the Other</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77274#M15999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know the exact rules for how your backup controller is chosen based on source controller. Lets say its purely based on names (source controller suffixed by '2') going by the example provided above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumption: User inputs for the controllers are named as "SourceController" and "BackupController"&lt;/P&gt;&lt;P&gt;You can write the query for the "Backup Controller" something in the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.name AS 'Array Name',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.ip AS 'Array IP',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.os_version AS Version&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.name = CONCAT('${SourceController}', '2') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 06:09:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77274#M15999</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2013-06-24T06:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make One User Input Depend on the Other</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77278#M16001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shailaja. While that solution would work for the example it won't accomplish what I'm trying to do overall. I just made up those NAS names for the example. I'll see if I can explain a bit better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each source controller is snapmirrored to a backup controller for disaster recovery purposes. The backup controller name is typically different from the source controller name so CONCAT will not do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better Example:&lt;/P&gt;&lt;P&gt;If source controller is n1base01 then backup controller should be mtbase02&lt;/P&gt;&lt;P&gt;If source controller is ttbase01 then backup controller should be qtbase02&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus I need to somehow do a "If source controller is this, backup controller equals this" kind of statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:20:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77278#M16001</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2013-06-24T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Make One User Input Depend on the Other</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77282#M16004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. 10 minutes later I figure it out by just changing a small thing in Shailaja's query. Here is what I came up with if anybody else needs to do something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumptions: $ArrayName is the variable for the source filer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.name AS 'Array Name',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.ip AS 'Array IP'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;'${ArrayName}' = 'sourcebase.x.x.com'&lt;/P&gt;&lt;P&gt;AND array.name = 'destbase.x.x.com'&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;'${ArrayName}' = 'othersourcebase.x.x.com'&lt;/P&gt;&lt;P&gt;AND array.name = 'otherdestbase.x.x.com'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:36:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77282#M16004</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2013-06-24T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make One User Input Depend on the Other</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77286#M16006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option would be to create a new dictionary/datasource (&lt;A _jive_internal="true" href="https://community.netapp.com/videos/3351" title="https://communities.netapp.com/videos/3351" target="_blank"&gt;https://communities.netapp.com/videos/3351&lt;/A&gt;) and linking the arrays that way.&amp;nbsp; This would allow you to ultimately grow or have multiple 'potential' targets.&amp;nbsp; This would be a fairly simple data source to add and could be extended to have more 'resource pool' type of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my two bits,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:53:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Make-One-User-Input-Depend-on-the-Other/m-p/77286#M16006</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-06-24T14:53:27Z</dc:date>
    </item>
  </channel>
</rss>

