Introduction
The Nirvana Enterprise Manager allows you to export
specific elements of the realm or the entire realm structire
into an XML representation. The exported XML can contain
all clusters, realm ACLs, channels, queues and their
ACLs, configuration parameters, interfaces, plugins
and scheduling information. Once exported, the XML can
then be imported into any other realm, which is useful
when you wish to clone realms and their internal structures.
Importing the xml will automatically create and configure
those objects selected for the import from the XML file.
|  |
The export and import uses JAXB to marshall the realm
objects from their Administration API representation
into XML and back again. This provides a very powerful
way of automatically configuring a realm based on a
standard structure.
See the links below to view more about the import and
export mechanism available in the Nirvana Enterprise
Manager:
Export Realm to XML
Import Realm from XML
|