« Back to Technical Discussions

Compatibility between XML API for UCS 1.4 and UCS 2.0

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi there,
 
I have a service profile created on UCS 2.0. I want to push the same configuration of Service Profile on UCS 1.4. With XML API and schema validation enabled, I can push 1.4 Service profile config to UCS 2.0 but cannot push 2.0 Service profile to 1.4 because schema validation fails since UCS 2.0 Service profile has extra tags which are not present in 1.4 Service profile schema. And this is with just basic configuration where all the properties of Service Profile exists in both 1.4 and 2.0 version.
 
Is there any way to ensure this kind of backward compatibility ?
 
Thanks,
Purvi

As of now there is no solution for your problem. However you can do it by editing the configuration file manually(removing those extra tags). emoticon

Purvi,

You can user PowerTool's Compare-UcsManagedObject & Sync-UcsManagedObject to achieve this.

These cmdlets use the schema data to filter out inapplicable MOs and properties when a MO is copied from one system to another. You need to be certain about the semantics of such filtering, before you apply these changes.

Thanks,
- bhaskar

Thanks for the info Bhaskar..
Is there any direct way through XML API to do it?

Unfortunately no.

In earlier versions of UCS we used to be “forgiving” of unknown attributes and managed objects. Not anymore.

Thanks,
- bhaskar

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Thursday, July 12, 2012 9:28 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Dilip panwar in Unified Computing UCS Manager - Technical Discussions: RE: Compatibility between XML API for UCS 1.4 and UCS 2.0

Dilip panwar has created a new message in the forum "Technical Discussions":

--------------------------------------------------------------
Thanks for the info Bhaskar..
Is there any direct way through XML API to do it?
--
To respond to this post, please click the following link:

<http://developer.cisco.com/web/unifiedcomputing/forums/-/message_boards/view_message/6070716>

or simply reply to this email.