An example configuring a new resource environment provider follows:
Using Jacl:
set node [$AdminConfig getid /Cell:mycell/Node:mynode/]
An example of this output follows:
mynode(cells/mycell/nodes/mynode:node.xml#Node_1)
Using Jacl:
$AdminConfig required ResourceEnvironmentProvider
An example of this output follows:
Attribute Type name String
Using Jacl:
set n1 [list name REP1] set repAttrs [list $name]
Using Jacl:
set newrep [$AdminConfig create ResourceEnvironmentProvider $node $repAttrs]
An example of this output follows:
REP1(cells/mycell/nodes/mynode:resources.xml#ResourceEnvironmentProvider_1)
Using Jacl:
$AdminConfig save