Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Computing UCS Manager Developer Center
Overview
UCS Manager XML Schema
UCS Automation Tool (goUCS)
Server and Host Management API
UCS Standalone C-Series Servers
Cisco Standalone C-Series CIMC XML API
goUCS Automation Tool
Cisco Standalone C-Series HUU Utilities
Documentation
Community
Testing
UCS Management Ecosystem
Management with HP Software
HP Operations Manager (HPOM)
HP Operations Orchestration (HPOO)
Management with Microsoft Software
Microsoft System Center
Cisco UCS PowerTool for UCSM
SDK
System Management Resources
Altiris
UCS Management with VMware Software
OpenStack
UCS Labs
Labs Wiki
VM-FEX
Overview
Getting Started
Resources
Flexpod
Overview
Getting Started
Resources
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Technical Discussions
Compatibility between XML API for UCS 1.4 and UCS 2.0
Threads [
Previous
|
Next
]
Purvi Chokshi
Posts:
2
Join Date:
7/11/12
Recent Posts
Compatibility between XML API for UCS 1.4 and UCS 2.0
Answer
7/11/12 9:44 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Dilip panwar
Posts:
28
Join Date:
8/3/11
Recent Posts
RE: Compatibility between XML API for UCS 1.4 and UCS 2.0
Answer
7/12/12 3:52 AM as a reply to Purvi Chokshi.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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).
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Bhaskar Jayakrishnan
Posts:
18
Join Date:
6/30/11
Recent Posts
RE: Compatibility between XML API for UCS 1.4 and UCS 2.0
Answer
7/12/12 4:48 AM as a reply to Purvi Chokshi.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Dilip panwar
Posts:
28
Join Date:
8/3/11
Recent Posts
RE: Compatibility between XML API for UCS 1.4 and UCS 2.0
Answer
7/12/12 4:57 AM as a reply to Bhaskar Jayakrishnan.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks for the info Bhaskar..
Is there any direct way through XML API to do it?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Bhaskar Jayakrishnan
Posts:
18
Join Date:
6/30/11
Recent Posts
RE: New Message from Dilip panwar in Unified Computing UCS Manager - Techni
Answer
7/12/12 5:17 AM as a reply to Dilip panwar.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top