Using Jacl:
set newmp [$AdminConfig getid /Cell:mycell/Node:mynode/MailProvider:MP1/]
Example output:
MP1(cells/mycell/nodes/mynode:resources.xml#MailProvider_1)
Using Jacl:
set propSet [$AdminConfig showAttribute $newmp propertySet]
Example output:
(cells/mycell/nodes/mynode:resources.xml#PropertySet_2)
Using Jacl:
$AdminConfig required J2EEResourceProperty
Example output:
Attribute Type name String
Using Jacl:
set name [list name CP1] set cpAttrs [list $name]
Example output:
{name CP1}
Using Jacl:
$AdminConfig create J2EEResourceProperty $propSet $cpAttrs
Example output:
CP1(cells/mycell/nodes/mynode:resources.xml#J2EEResourceProperty_2)
Using Jacl:
$AdminConfig save