create clusterTree

Creates a cluster tree from an XML description.

See Also

createAll clusterTree

Syntax

create clusterTree --NAME=object_name --INPUT_FILE=xml_filename

or

create clusterTree -n object_name -i xml_filename

Parameters

object_name

Content of a <search:name> element in the XML document.

xml_filename

Path to the XML document that defines the object. See clusterTree.

Example

This example creates a metadata cluster tree defined in clustertree.xml. No other objects in the document are created.

SES>create clusterTree --NAME="Metadata Tree" --INPUT_FILE=clustertree.xml
 
The object "[name=Metadata Tree]" was successfully created.