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:
$AdminConfig required MailSession
Example output:
Attribute Type name String jndiName String
Using Jacl:
set name [list name MS1] set jndi [list jndiName mail/MS1] set msAttrs [list $name $jndi]
Example output:
{name MS1} {jndiName mail/MS1}
Using Jacl:
$AdminConfig create MailSession $newmp $msAttrs
Example output:
MS1(cells/mycell/nodes/mynode:resources.xml#MailSession_1)
Using Jacl:
$AdminConfig save