<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>UCS Service Profile Template creation</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12712919" />
  <subtitle>UCS Service Profile Template creation</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12712919</id>
  <updated>2013-05-23T03:14:15Z</updated>
  <dc:date>2013-05-23T03:14:15Z</dc:date>
  <entry>
    <title>RE: UCS Service Profile Template creation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12722390" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12722390</id>
    <updated>2013-03-06T23:03:31Z</updated>
    <published>2013-03-06T23:03:31Z</published>
    <summary type="html">[quote=Neville George]Fantastic. This is great. I used the Add-UcsServiceProfile previously for creating Service Profiles from template but glad to know that it will suffice for the templates too. 
The Convertto-UCSCmdlet is great but I cannot find which QuickStart guide you are referring to. I found the Powertool User Guid at the following link (http://developer.cisco.com/web/unifiedcomputing/pshell-download) but it did not mention anything on how to get it working successfully. 
I tried copying XML from the GUI to a file and running ConvertTo-UcsCmdlet -Xml –LiteralPath "$outputFilePath\1.xml"
It completed successfully with the output (WARNING: Please review the generated cmdlets before deployment) but there were no cmdlets in the output. Could you point me to the Quick start guide? Or if there is anything obvious I am missing. [/quote]
 
Neville:
WHen would you be available to have a webex, as it might be easiest to help you that way.  Feel free to reach out to me directly at ericwill@cisco.com
Thanks,
Eric
 
 </summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2013-03-06T23:03:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCS Service Profile Template creation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12717197" />
    <author>
      <name>Neville George</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12717197</id>
    <updated>2013-03-06T21:14:57Z</updated>
    <published>2013-03-06T21:14:57Z</published>
    <summary type="html">I tried a simple script
############
$invocation  = (Get-Variable MyInvocation).Value
$outputFilePath  = Split-Path $invocation.MyCommand.Path
ConvertTo-UcsCmdlet -Xml -Request ' &lt;orgOrg childAction="deleteNonPresent" descr="" dn="org-root/org-Test" fltAggr="0" level="1" name="Test"  &gt; &lt;powerPolicy childAction="deleteNonPresent" descr=""  intId="486088" name="default" operPrio="5" prio="5" rn="power-policy-default" /&gt; &lt;statsThresholdPolicy childAction="deleteNonPresent" descr=""  intId="486087" name="default" rn="thr-policy-default" /&gt; &lt;/orgOrg&gt;'
############
Output is just the below with nothing else:
WARNING: Please review the generated cmdlets before deployment.
 </summary>
    <dc:creator>Neville George</dc:creator>
    <dc:date>2013-03-06T21:14:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCS Service Profile Template creation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12716963" />
    <author>
      <name>Neville George</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12716963</id>
    <updated>2013-03-06T21:04:34Z</updated>
    <published>2013-03-06T21:04:34Z</published>
    <summary type="html">Fantastic. This is great. I used the Add-UcsServiceProfile previously for creating Service Profiles from template but glad to know that it will suffice for the templates too. 
The Convertto-UCSCmdlet is great but I cannot find which QuickStart guide you are referring to. I found the Powertool User Guid at the following link (http://developer.cisco.com/web/unifiedcomputing/pshell-download) but it did not mention anything on how to get it working successfully. 
I tried copying XML from the GUI to a file and running ConvertTo-UcsCmdlet -Xml –LiteralPath "$outputFilePath\1.xml"
It completed successfully with the output (WARNING: Please review the generated cmdlets before deployment) but there were no cmdlets in the output. Could you point me to the Quick start guide? Or if there is anything obvious I am missing. </summary>
    <dc:creator>Neville George</dc:creator>
    <dc:date>2013-03-06T21:04:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Neville George in Unified Computing UCS Manager - Micr</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12714036" />
    <author>
      <name>Bhaskar Jayakrishnan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12714036</id>
    <updated>2013-03-06T19:43:18Z</updated>
    <published>2013-03-06T19:43:18Z</published>
    <summary type="html">Neville,

The cmdlet is:
Add-UcsServiceProfile –Type initial-template &lt;other parameters&gt;
Or:
Add-UcsServiceProfile –Type updating-template &lt;other parameters&gt;

When in doubt, please use the ConvertTo-UcsCmdlet cmdlet to dump GUI operations as cmdlets. Please ensure that you follow the process outlined in the QuickStart guide when launching the GUI, when used with this cmdlet.

Thanks,
- bhaskar



From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Thursday, March 07, 2013 1:08 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Neville George in Unified Computing UCS Manager - Microsoft Discussions: UCS Service Profile Template creation

Neville George has created a new message in the forum "Microsoft Discussions": -------------------------------------------------------------- Has anyone created a service profile template using the powertool? I could not find a cmdlet or an example that shows how to perform the task.  I have automated most of the steps for Cisco UCS configuration but am missisng this piece. Any help is appreciated.
--
To respond to this post, please click the following link: or simply reply to this email.</summary>
    <dc:creator>Bhaskar Jayakrishnan</dc:creator>
    <dc:date>2013-03-06T19:43:18Z</dc:date>
  </entry>
  <entry>
    <title>UCS Service Profile Template creation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12712918" />
    <author>
      <name>Neville George</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12712918</id>
    <updated>2013-03-06T19:38:17Z</updated>
    <published>2013-03-06T19:38:12Z</published>
    <summary type="html">Has anyone created a service profile template using the powertool? I could not find a cmdlet or an example that shows how to perform the task.  I have automated most of the steps for Cisco UCS configuration but am missisng this piece. Any help is appreciated.</summary>
    <dc:creator>Neville George</dc:creator>
    <dc:date>2013-03-06T19:38:12Z</dc:date>
  </entry>
</feed>

