Configure an ORB service
The following example modifies the ORB service for an appserver:
### ### Identify the appserver id ### set server [$AdminConfig getid /Cell:cellname/Node:nodename/Server:servername/] ### ### Identify the ORB belonging to the server and assign it to the orb variable: ### set orb [$AdminConfig list ObjectRequestBroker $server] ### ### Modify the attributes: ### $AdminConfig modify $orb {{connectionCacheMaximum 252} {noLocalCopies true}} ### ### Save changes: ### $AdminConfig save