<?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: CUCM/Unity/IMP Build Automation in Management</title>
    <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480428#M1031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've pretty much precisely described the problem with trying to automate via SSH commands - the format of what you send and what you get back is not defined (as in an API definition or schema) so results may be inconsistent, or may change without notice due to system changes or upgrades, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, it's not something we can really recommend (or support), but some folks have been able to achieve some modest success, so it is perhaps worth mentioning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 17:44:41 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2017-01-24T17:44:41Z</dc:date>
    <item>
      <title>CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480425#M1028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;We are a provider to many customers and use HCS to provide our solution. However the question below is not related to HCS. &lt;BR /&gt; We are currently undergoing a project to automate the build of CUCM and other UC apps like Unity , IMP and are done with the initial install using the touchless method... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;we now wanted to use the AXL scripts to do the basic configuration such as starting services, updating enterprise parameters etc. &lt;BR /&gt;Now a lot of these steps required OSadmin privlidges and cant be done from a AXL user.. &lt;BR /&gt; &lt;BR /&gt; Below are some examples that we are not able to do &lt;BR /&gt;============================================ &lt;BR /&gt; Change CUCM Hostname to IP Address &lt;BR /&gt; Create Admin AXL access User &lt;BR /&gt; Services Activation &lt;BR /&gt; CUCM Locale Installation &lt;BR /&gt; Install Device Packs or Phone Support COP files &lt;BR /&gt; &lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Umang&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:08:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480425#M1028</guid>
      <dc:creator>theumang</dc:creator>
      <dc:date>2017-01-23T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480426#M1029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few comments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Change CUCM Hostname to IP Address - not possible via AXL.&amp;nbsp; You may be able to automate this via scripted SSH command session (though as a 'screen scrape' workaround, results may not always be deterministic)&lt;/P&gt;&lt;P&gt;* Create Admin AXL access User - assuming you know the system's initial admin account, you should be able to create the required user group (with AXL access role), and AXL user.&amp;nbsp; Your automation could then 'de-escalate' to using the newly created AXL credentials for subsequent requests&lt;/P&gt;&lt;P&gt;* Services Activation - please see the Control Center Services API: &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/service-control/" title="https://developer.cisco.com/site/sxml/documents/api-reference/service-control/"&gt;https://developer.cisco.com/site/sxml/documents/api-reference/service-control/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Installing COP files (locale/device packs) - not possible via AXL.&amp;nbsp; Again you might be able to automate SSH CLI sessions or reverse-engineer/scrape HTTP interactions to hack these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:43:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480426#M1029</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2017-01-23T16:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480427#M1030</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;Appreciate the response, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# c&lt;SPAN style="font-size: 10pt;"&gt;an you tell me bit more detail about "Screen Scrape" workaround that you've mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;we are going to use Vmware Orchestrator to automate the SSH commands (and yet to try it) but concerned about how the outputs can be analyzed to understand if what we wanted to do was "done". &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>Tue, 24 Jan 2017 06:38:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480427#M1030</guid>
      <dc:creator>theumang</dc:creator>
      <dc:date>2017-01-24T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480428#M1031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've pretty much precisely described the problem with trying to automate via SSH commands - the format of what you send and what you get back is not defined (as in an API definition or schema) so results may be inconsistent, or may change without notice due to system changes or upgrades, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, it's not something we can really recommend (or support), but some folks have been able to achieve some modest success, so it is perhaps worth mentioning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:44:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480428#M1031</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2017-01-24T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480429#M1032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Okay yes, i agree on that one with you.. we are trying to use "Expect" tool to analyze outputs before sending other SSH commands. But yes its bit tricky... can you suggest alternates on that .. like if I want to install a cop file / locale.. anyother way i can do it beside SSH if i dont want to use the webpage ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question ..&lt;SPAN style="font-size: 10pt;"&gt;If its available can you please point me to the rest of the APIs as you gave for the one above with Service Control. &lt;/SPAN&gt;I need to be able to modify Service / Enterprise parameters on CUCM with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Umang &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 12:07:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480429#M1032</guid>
      <dc:creator>theumang</dc:creator>
      <dc:date>2017-01-30T12:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: CUCM/Unity/IMP Build Automation</title>
      <link>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480430#M1033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AXL SOAP information here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/axl/" title="https://developer.cisco.com/site/axl/"&gt;https://developer.cisco.com/site/axl/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, no further suggestions on automating locale/COP operations...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 02:12:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/cucm-unity-imp-build-automation/m-p/3480430#M1033</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2017-02-04T02:12:46Z</dc:date>
    </item>
  </channel>
</rss>

