<?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>question Update existing Azure credential with new subscription ID in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/174999#M137262</link>
    <description>&lt;P&gt;I have created a cluster on Azure using Cloudbreak. Due to access right issues in the Azure tenant, the cluster was moved to another Azure subscription. All is running just fine and shows up in the Azure portal under the new subscription. However, Cloudbreak has lost it's connection to the cluster due to the changed subscription ID. Syncing Cloudbreak to the cluster obviously fails currently. The GUI doesn't allow me to update an existing subscription ID within the credential. Is there another way for me to update the existing credential and sync Cloudbreak to the moved cluster?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 15:52:43 GMT</pubDate>
    <dc:creator>onem</dc:creator>
    <dc:date>2017-03-27T15:52:43Z</dc:date>
    <item>
      <title>Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/174999#M137262</link>
      <description>&lt;P&gt;I have created a cluster on Azure using Cloudbreak. Due to access right issues in the Azure tenant, the cluster was moved to another Azure subscription. All is running just fine and shows up in the Azure portal under the new subscription. However, Cloudbreak has lost it's connection to the cluster due to the changed subscription ID. Syncing Cloudbreak to the cluster obviously fails currently. The GUI doesn't allow me to update an existing subscription ID within the credential. Is there another way for me to update the existing credential and sync Cloudbreak to the moved cluster?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:52:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/174999#M137262</guid>
      <dc:creator>onem</dc:creator>
      <dc:date>2017-03-27T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175000#M137263</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately in this case you can update the DB the following way:&lt;/P&gt;&lt;PRE&gt;docker exec -it cbreak_cbdb_1 psql -U postgres
select id,attributes from credential where cloudplatform='AZURE_RM';
update credential set attributes='XX' where id=X;
&lt;/PRE&gt;&lt;P&gt;1st step to exec into the DB docker container&lt;/P&gt;&lt;P&gt;2nd to select the credential you want to update (please note the ID, and copy the whole attributes filed which you want to update)&lt;/P&gt;&lt;P&gt;3rd update the field with the desired changes (please make sure the formatting is correct and the same as before)&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:05:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175000#M137263</guid>
      <dc:creator>Krisz</dc:creator>
      <dc:date>2017-03-27T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175001#M137264</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;@khorvath&lt;/A&gt;, that worked flawlessly! &lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:23:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175001#M137264</guid>
      <dc:creator>onem</dc:creator>
      <dc:date>2017-03-27T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175002#M137265</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;@khorvath&lt;/A&gt; Oops, I was a bit to enthusiastic... now Cloudbreak syncs without any errors, but it shows a count of 0 for each of the node types. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the header the total node count is still correct (5) &lt;/LI&gt;&lt;LI&gt;but on the node type tabs it says 0&lt;/LI&gt;&lt;LI&gt;Under the Nodes sub page all nodes are shown as healthy. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I checked, all the nodes are active in Ambari.&lt;/P&gt;&lt;P&gt;It might be just cosmetic... but it's strange. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:33:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175002#M137265</guid>
      <dc:creator>onem</dc:creator>
      <dc:date>2017-03-27T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175003#M137266</link>
      <description>&lt;P&gt;Besides the UI weirdness can you for example stop/start your cluster with CB?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:44:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175003#M137266</guid>
      <dc:creator>Krisz</dc:creator>
      <dc:date>2017-03-27T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing Azure credential with new subscription ID</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175004#M137267</link>
      <description>&lt;P&gt;I can stop &amp;amp; start just fine (apart from a small Zeppelin issue, but that's beside the point).&lt;/P&gt;&lt;P&gt;... and after some time and a logout/login, the node counts were updated correctly... all's good now.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:39:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Update-existing-Azure-credential-with-new-subscription-ID/m-p/175004#M137267</guid>
      <dc:creator>onem</dc:creator>
      <dc:date>2017-03-27T17:39:59Z</dc:date>
    </item>
  </channel>
</rss>

