An example configuring a new referenceable follows:
Using Jacl:
set newrep [$AdminConfig getid /Cell:mycell/Node:mynode/ResourceEnvironmentProvider:REP1/]
An example of this output follows:
REP1(cells/mycell/nodes/mynode:resources.xml#ResourceEnvironmentProvider_1)
Using Jacl:
$AdminConfig required Referenceable
An example of this output follows:
Attribute Type factoryClassname String classname String
Using Jacl:
set fcn [list factoryClassname REP1] set cn [list classname NM1] set refAttrs [list $fcn $cn]
An example of this output follows:
{factoryClassname {REP1}} {classname {NM1}}
Using Jacl:
set newref [$AdminConfig create Referenceable $newrep $refAttrs]
An example of this output follows:
(cells/mycell/nodes/mynode:resources.xml#Referenceable_1)
Using Jacl:
$AdminConfig save