You can use the Jython or Jacl scripting languages to manage deployed applications using scripting. The commands and parameters in the CoreGroupBridgeManagement group can be used to create and manage core group access points, TCP inbound channel port, and bridge interfaces. A bridge interface specifies a particular node and server that runs the core group bridge service.
Target object
Core group bridge settings object for the cell. (ObjectName, required).Parameters and return values
Examples
Batch mode example usage:
$AdminTask createCoreGroupAccessPoint (cells/ rohitbuildCell01|coregroupbridge.xml# CoreGroupBridgeSettings_1) "-coreGroupName DefaultCoreGroup"
AdminTask.createCoreGroupAccessPoint('cells/ rohitbuildCell01|coregroupbridge.xml#CoreGroupBridgeSettings_1', '[-coreGroupName DefaultCoreGroup]')
AdminTask.createCoreGroupAccessPoint('cells/ rohitbuildCell01|coregroupbridge.xml#CoreGroupBridgeSettings_1', ['-coreGroupName', 'DefaultCoreGroup']')
Interactive mode example usage:
$AdminTask createCoreGroupAccessPoint {-interactive}
AdminTask.createCoreGroupAccessPoint ('[-interactive]')
AdminTask.createCoreGroupAccessPoint (['-interactive'])
Target object
Core group bridge settings object for the cell. (ObjectName, required)Parameters and return values
Examples
Batch mode example usage:
$AdminTask deleteCoreGroupAccessPoints (cells/ rohitbuildCell01|coregroupbridge.xml# CoreGroupBridgeSettings_1) "-coreGroupName DefaultCoreGroup"
AdminTask.deleteCoreGroupAccessPoints('(cells/ rohitbuildCell01|coregroupbridge.xml# CoreGroupBridgeSettings_1)', '[-coreGroupName DefaultCoreGroup]')
AdminTask.deleteCoreGroupAccessPoints('(cells/ rohitbuildCell01|coregroupbridge.xml# CoreGroupBridgeSettings_1)', ['-coreGroupName', 'DefaultCoreGroup'])
Interactive mode example usage:
$AdminTask deleteCoreGroupAccessPoints {-interactive}
AdminTask.deleteCoreGroupAccessPoints ('[-interactive]')
AdminTask.deleteCoreGroupAccessPoints (['-interactive'])
Target object
The bridge interface object for which the port will be listed. (ObjectName, required)Parameters and return values
Examples
Batch mode example usage:
$AdminTask getNamedTCPEndPoint (cells/rohitbuildCell01| coregroupbridge.xml#BridgeInterface_2)
AdminTask.getNamedTCPEndPoint('(cells/ rohitbuildCell01|coregroupbridge.xml#BridgeInterface_2)')
AdminTask.getNamedTCPEndPoint('(cells/ rohitbuildCell01|coregroupbridge.xml#BridgeInterface_2)')
Interactive mode example usage:
$AdminTask getNamedTCPEndPoint {-interactive}
AdminTask.getNamedTCPEndPoint ('[-interactive]')
AdminTask.getNamedTCPEndPoint (['-interactive'])
Target object
The name of the core group for which the related core groups will be listed. (String, required)Parameters and return values
Examples
Batch mode example usage:
$AdminTask listCoreGroups DefaultCoreGroup "-cgBridgeSettings (cells/rohitbuildCell01|coregroupbridge.xml# CoreGroupBridgeSettings_1)"
AdminTask.listCoreGroups('DefaultCoreGroup', '[-cgBridgeSetting (cells/ rohitbuildCell01|coregroupbridge.xml#CoreGroupBridgeSettings_1)]')
AdminTask.listCoreGroups('DefaultCoreGroup', ['-cgBridgeSetting', '(cells/ rohitbuildCell01|coregroupbridge.xml#CoreGroupBridgeSettings_1)'])
Interactive mode example usage:
$AdminTask listCoreGroups {-interactive}
AdminTask.listCoreGroups ('[-interactive]')
AdminTask.listCoreGroups (['-interactive'])
Target object
The core group access point object for which bridge interfaces will be listed. (ObjectName, required)Parameters and return values
Examples
Batch mode example usage:
$AdminTask listEligibleBridgeInterfaces CGAP_DCG_2 (cells/rohitbuildCell01|coregroupbridge.xml# CoreGroupAccessPoint_1089636614062)
AdminTask.listEligibleBridgeInterfaces('CGAP_DCG_2 (cells/rohitbuildCell01|coregroupbridge.xml# CoreGroupAccessPoint_1089636614062)')
AdminTask.listEligibleBridgeInterfaces('CGAP_DCG_2 (cells/rohitbuildCell01|coregroupbridge.xml# CoreGroupAccessPoint_1089636614062)')
Interactive mode example usage:
$AdminTask listEligibleBridgeInterfaces {-interactive}
AdminTask.listEligibleBridgeInterfaces ('[-interactive]')
AdminTask.listEligibleBridgeInterfaces (['-interactive'])