<?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>Technical Discussions</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2049093" />
  <subtitle>Comments, questions, support and enhancement requests relating to the technical aspects of the UCS XML API</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2049093</id>
  <updated>2013-05-19T04:45:15Z</updated>
  <dc:date>2013-05-19T04:45:15Z</dc:date>
  <entry>
    <title>UCS XML API - change boot policy for server via configConfMo</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15281738" />
    <author>
      <name>Ralph Jackson</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15281738</id>
    <updated>2013-05-15T15:12:17Z</updated>
    <published>2013-05-15T15:10:11Z</published>
    <summary type="html">I'm trying to change the boot policy associated with a server.  Getting this error:   Obviously, I'm doing something wrong, help/suggestions welcome.  Here is the code I'm using: URL=https://resucs01:443/nuova CMD="                                          " echo "

" curl --insecure -H "Content-Type: text/xml" -N -d "$CMD" $URL  </summary>
    <dc:creator>Ralph Jackson</dc:creator>
    <dc:date>2013-05-15T15:10:11Z</dc:date>
  </entry>
  <entry>
    <title>goucs login java error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15036468" />
    <author>
      <name>Veronica Ho</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15036468</id>
    <updated>2013-05-07T20:13:48Z</updated>
    <published>2013-05-07T20:11:36Z</published>
    <summary type="html">When I type 'goucs sessionname login', I get this error: java.lang.StringIndexOutOfBoundsException: String index out of range: -1     at java.lang.String.substring(String.java:1949)     at goucs.sGet_Session(goucs.java:3786)     at goucs.main2(goucs.java:4266)     at start.goucs(start.java:2789)     at start.login(start.java:2411)     at start.main2(start.java:1228)     at start.main(start.java:147) How do I fix this? This is a RHEL 6.1 workstation using Java 1.6 Please advise. Thank you.</summary>
    <dc:creator>Veronica Ho</dc:creator>
    <dc:date>2013-05-07T20:11:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Used Cisco equipment question</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14257878" />
    <author>
      <name>Richard Berry</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14257878</id>
    <updated>2013-04-15T11:08:54Z</updated>
    <published>2013-04-15T11:08:54Z</published>
    <summary type="html">You can ask the equipment provider. They can help you in configuration and make sure that the used system is working well.
____________________
[url=http://www.chicagotech.com/products/CISCO]used cisco equipment[/url]
 
 </summary>
    <dc:creator>Richard Berry</dc:creator>
    <dc:date>2013-04-15T11:08:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I retrieve Fabric Interconnect switching mode using XML API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13859618" />
    <author>
      <name>Karthick Radhakrishnan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13859618</id>
    <updated>2013-04-04T11:20:57Z</updated>
    <published>2013-04-04T11:20:57Z</published>
    <summary type="html">Thanks Shilpa. That worked
 </summary>
    <dc:creator>Karthick Radhakrishnan</dc:creator>
    <dc:date>2013-04-04T11:20:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I retrieve Fabric Interconnect switching mode using XML API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13850793" />
    <author>
      <name>Shilpa Sangappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13850793</id>
    <updated>2013-04-04T06:29:39Z</updated>
    <published>2013-04-04T06:29:39Z</published>
    <summary type="html">Hi Karthick,
 
For Ethernet:
Query for the DN=fabric/lan and look for property "Mode" 
For FC:Query for the DN=fabric/lan and look for property "Mode"</summary>
    <dc:creator>Shilpa Sangappa</dc:creator>
    <dc:date>2013-04-04T06:29:39Z</dc:date>
  </entry>
  <entry>
    <title>How do I retrieve Fabric Interconnect switching mode using XML API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13812367" />
    <author>
      <name>Karthick Radhakrishnan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13812367</id>
    <updated>2013-04-03T11:58:56Z</updated>
    <published>2013-04-03T11:58:56Z</published>
    <summary type="html">Hi,

I'm trying to get the Fabric interconnect switching mode(Ethernet &amp; FC)  i.e) End host / switching. I queried dn="sys" and I couldn't find the details. Is there any specific query to retrieve the info?
Thanks,</summary>
    <dc:creator>Karthick Radhakrishnan</dc:creator>
    <dc:date>2013-04-03T11:58:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: B200 M3 Memory Accuracy</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13511732" />
    <author>
      <name>RICHARD FOLTZ</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13511732</id>
    <updated>2013-03-26T13:32:29Z</updated>
    <published>2013-03-26T13:32:29Z</published>
    <summary type="html">Excellent, thanks!</summary>
    <dc:creator>RICHARD FOLTZ</dc:creator>
    <dc:date>2013-03-26T13:32:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: static eth0 IP address issues</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513271" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513271</id>
    <updated>2013-03-26T13:08:19Z</updated>
    <published>2013-03-26T13:08:19Z</published>
    <summary type="html">For the emulator the 3 IPs are used for Fabric interconnect A, one for Fabric B, and one for the Cluster VIP.  It has nothing to do w/ the NICs on a server, moreso about the emulation of the two different Fabric Interconnects, supporting clustering properly, etc.</summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2013-03-26T13:08:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem with B200M3 FSM stuck on inventory of blade</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513238" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513238</id>
    <updated>2013-03-26T13:06:30Z</updated>
    <published>2013-03-26T13:06:30Z</published>
    <summary type="html">Can you provide more details of the FSM that is stuck.  Like a screenshot, detailed error messages, what FSM is stuck, etc.?</summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2013-03-26T13:06:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: B200 M3 Memory Accuracy</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513235" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13513235</id>
    <updated>2013-03-26T13:05:06Z</updated>
    <published>2013-03-26T13:05:06Z</published>
    <summary type="html">This is a known bug of UCSPE, that we are working on fixing in an upcoming release.  Nothing you are doing wrong, just a cosmetic bug we will be fixing soon.</summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2013-03-26T13:05:06Z</dc:date>
  </entry>
  <entry>
    <title>B200 M3 Memory Accuracy</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13493234" />
    <author>
      <name>RICHARD FOLTZ</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13493234</id>
    <updated>2013-03-25T21:42:37Z</updated>
    <published>2013-03-25T21:42:37Z</published>
    <summary type="html">Is the memory accuratly reported in the emulaotr? I ask because, I tried configured a couple DIMMS (UCS-MR-1X162RY-A) and it shows around 4GB usable memory. Thinking it was a issue with my placement of DIMMS into the correct slots, I simply filled the blade with 24 of these DIMMS. But in the Inventory screen of the blade in UCSM it shows the DIMM in the slot, but has no location information, and the other fields are "Unspecified". Additionally, the memory on the blade shows 49GB. Is this not intended to be accurate, or am I doing something wrong here?
 
Thanks!</summary>
    <dc:creator>RICHARD FOLTZ</dc:creator>
    <dc:date>2013-03-25T21:42:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Getting UCS Manager and Blade Firmware Versions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13212604" />
    <author>
      <name>John Dove</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13212604</id>
    <updated>2013-03-18T18:57:39Z</updated>
    <published>2013-03-18T18:57:39Z</published>
    <summary type="html">I believe the Get-UCSFirmwareRunning did the trick.

Thanks for the prompt response.</summary>
    <dc:creator>John Dove</dc:creator>
    <dc:date>2013-03-18T18:57:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Getting UCS Manager and Blade Firmware Versions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13204834" />
    <author>
      <name>Bill Fairchild</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13204834</id>
    <updated>2013-03-18T16:00:36Z</updated>
    <published>2013-03-18T16:00:36Z</published>
    <summary type="html">If you use firmware policies for everything try "get-ucsserviceprofile | Select Name, HostFwPolicyName" to get the blade installed firmware
 
The quick and dirty Get-UCSFirmwareRunning will show everything by chassis/slot location and the FIs.</summary>
    <dc:creator>Bill Fairchild</dc:creator>
    <dc:date>2013-03-18T16:00:36Z</dc:date>
  </entry>
  <entry>
    <title>Getting UCS Manager and Blade Firmware Versions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13200787" />
    <author>
      <name>John Dove</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13200787</id>
    <updated>2013-03-18T15:12:29Z</updated>
    <published>2013-03-18T15:12:29Z</published>
    <summary type="html">I would like to generate a monthly script that compares the firmware of UCS Manager to the firmware of the blades.
I'm versed in powershell but can't seem to find documentation on the correct commands. Could someone point me to the commands for each? 

I can look at the properties from there if someone can just list the commands here. 

Thanks,

JD</summary>
    <dc:creator>John Dove</dc:creator>
    <dc:date>2013-03-18T15:12:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: Associating a Service Profile to a Blade.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017780" />
    <author>
      <name>Kshitij Korde</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017780</id>
    <updated>2013-03-14T12:43:40Z</updated>
    <published>2013-03-14T12:43:40Z</published>
    <summary type="html">Thanks a lot Eric.
 
Best Regards,
¬Kshitij</summary>
    <dc:creator>Kshitij Korde</dc:creator>
    <dc:date>2013-03-14T12:43:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Associating a Service Profile to a Blade.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017765" />
    <author>
      <name>Kshitij Korde</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017765</id>
    <updated>2013-03-14T12:41:58Z</updated>
    <published>2013-03-14T12:41:58Z</published>
    <summary type="html">Found the correct XML .... thanks you all.
# ASSOCIATING A SERVICE PROFILE WITH A SERVER
$profile_dn = "org-root/ls-ISV_Profile_File_2";
$server_dn = "sys/chassis-1/blade-2";
$cmd_configConfMo = $cmd_curl."'&lt;configConfMo cookie=\"$cookie\" inHierarchical=$flag_inHierarchical&gt;&lt;inConfig&gt;&lt;lsServer dn=\"$profile_dn\"&gt;&lt;lsBinding pnDn=\"$server_dn\"/&gt;&lt;/lsServer&gt;&lt;/inConfig&gt;&lt;/configConfMo&gt;'".$url;
 </summary>
    <dc:creator>Kshitij Korde</dc:creator>
    <dc:date>2013-03-14T12:41:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: Associating a Service Profile to a Blade.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017762" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13017762</id>
    <updated>2013-03-14T12:41:11Z</updated>
    <published>2013-03-14T12:41:11Z</published>
    <summary type="html">Here's an example of associating a service profile w/ a blade with UCSPE 2.1(1aPE3)
Hope this helps :)
==&gt;UCSPE-192-168-6-184:
&lt;configConfMo cookie="1362850478/15650465-9841-4654-817d-a11fb53c80a9" dn="org-root/ls-bob" inHierarchical="false"&gt;&lt;inConfig&gt;&lt;lsServer dn="org-root/ls-bob" status="modified"&gt;&lt;lsBinding pnDn="sys/chassis-1/blade-1" rn="pn" /&gt;&lt;lsRequirement rn="pn-req" status="deleted" /&gt;&lt;/lsServer&gt;&lt;/inConfig&gt;&lt;/configConfMo&gt;
&lt;==UCSPE-192-168-6-184:
&lt;configConfMo dn="org-root/ls-bob" cookie="1362850478/15650465-9841-4654-817d-a11fb53c80a9" response="yes"&gt; &lt;outConfig&gt; &lt;lsServer agentPolicyName="" assignState="unassigned" assocState="unassociated" biosProfileName="" bootPolicyName="" configQualifier="" configState="not-applied" descr="" dn="org-root/ls-bob" dynamicConPolicyName="" extIPPoolName="ext-mgmt" extIPState="none" fltAggr="1" fsmDescr="" fsmFlags="" fsmPrev="ConfigureSuccess" fsmProgr="100" fsmRmtInvErrCode="none" fsmRmtInvErrDescr="" fsmRmtInvRslt="" fsmStageDescr="" fsmStamp="2013-03-09T18:34:51.791" fsmStatus="nop" fsmTry="0" hostFwPolicyName="" identPoolName="" intId="41030" localDiskPolicyName="" maintPolicyName="" mgmtAccessPolicyName="" mgmtFwPolicyName="" name="bob" operBiosProfileName="" operBootPolicyName="org-root/boot-policy-default" operDynamicConPolicyName="" operExtIPPoolName="" operHostFwPolicyName="org-root/fw-host-pack-default" operIdentPoolName="" operLocalDiskPolicyName="org-root/local-disk-config-default" operMaintPolicyName="org-root/maint-default" operMgmtAccessPolicyName="" operMgmtFwPolicyName="" operPowerPolicyName="org-root/power-policy-default" operScrubPolicyName="org-root/scrub-default" operSolPolicyName="" operSrcTemplName="" operState="unassociated" operStatsPolicyName="org-root/thr-policy-default" operVconProfileName="" owner="management" pnDn="" policyLevel="0" policyOwner="local" powerPolicyName="default" scrubPolicyName="" solPolicyName="" srcTemplName="" statsPolicyName="default" status="modified" type="instance" usrLbl="" uuid="derived" uuidSuffix="0000-000000000000" vconProfileName=""/&gt; &lt;/outConfig&gt; &lt;/configConfMo&gt;</summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2013-03-14T12:41:11Z</dc:date>
  </entry>
  <entry>
    <title>Associating a Service Profile to a Blade.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13008599" />
    <author>
      <name>Kshitij Korde</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13008599</id>
    <updated>2013-03-14T07:10:20Z</updated>
    <published>2013-03-14T07:10:20Z</published>
    <summary type="html">Hi,
I am trying to associate a Service Profile to an available Blade server (“sys/chassis-1/blade-5”)  using curl &amp; HTTP post method. I am doing this on a Cisco UCS Emulator.
Command
[b]"curl -H \"Content-Type: text/xml\" -N -s -d '&lt;configConfMo cookie=\"$cookie\" inHierarchical=\"no\" dn=\"sys/chassis-1/blade-5\"&gt; &lt;inConfig&gt;&lt;computeBlade descr=\"XXXXXUUUU1\" name=\"ISV_Blade_V\" assignedToDn=\"org-root/ls-ISV_Profile_File_3\"&gt;&lt;/computeBlade&gt;&lt;/inConfig&gt;&lt;/configConfMo&gt;' http://1X.X6X.XX.4X/nuova";[/b]
But it gives me an error.
[b][ &lt;configConfMo dn="sys/chassis-1/blade-5" cookie="1363262334/5b30d022-02f4-41ac-96a4-806c0fe6eb84" response="yes" errorCode="170" invocationResult="unidentified-fail" errorDescr="[color=#ff00ff]Admin implicit props cannot be modified, class=computeBlade, prop=assignedToDn[/color] "&gt; &lt;/configConfMo&gt; ][/b]
Before executing this command I login &lt;aaaLogin&gt; using XYZ user. This user has all the roles enabled. I can modify the Server Name as well as the description but I cannot associate a server with a Service Profile.
How do I achieve this.
 </summary>
    <dc:creator>Kshitij Korde</dc:creator>
    <dc:date>2013-03-14T07:10:20Z</dc:date>
  </entry>
  <entry>
    <title>Problem with B200M3 FSM stuck on inventory of blade</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11743652" />
    <author>
      <name>keith pfender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11743652</id>
    <updated>2013-02-08T20:05:26Z</updated>
    <published>2013-02-08T20:05:18Z</published>
    <summary type="html">Problem with B200M3 FSM stuck on inventory of blade</summary>
    <dc:creator>keith pfender</dc:creator>
    <dc:date>2013-02-08T20:05:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: static eth0 IP address issues</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106319" />
    <author>
      <name>Wei Sun</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106319</id>
    <updated>2013-01-24T18:58:38Z</updated>
    <published>2013-01-24T18:58:38Z</published>
    <summary type="html">I see.  do you know which NIC will be used for IP traffic?  also, Can I have the two FCoE NICs unused? eg. they are connected and UP but has no IP configured?  we don't need to use FCoE in our testing.  thanks.</summary>
    <dc:creator>Wei Sun</dc:creator>
    <dc:date>2013-01-24T18:58:38Z</dc:date>
  </entry>
</feed>

