An example configuring a new URL follows:
Using Jacl:
set newurlp [$AdminConfig getid /Cell:mycell/Node:mynode/URLProvider:URLP1/]
An example of this output follows:
URLP1(cells/mycell/nodes/mynode:resources.xml#URLProvider_1)
Using Jacl:
$AdminConfig required URL
An example of this output follows:
Attribute Type name String spec String
Using Jacl:
set name [list name URL1] set spec [list spec "Put the spec here"] set urlAttrs [list $name $spec]
An example of this output follows:
{name URL1} {spec {Put the spec here}}
Using Jacl:
$AdminConfig create URL $newurlp $urlAttrs
An example of this output follows:
URL1(cells/mycell/nodes/mynode:resources.xml#URL_1)
Using Jacl:
$AdminConfig save