Skip to content

AdminNodeManagement

The AdminNodeManagement script library provides the script procedures that configure and administer node group settings.

The AdminNodeManagement script library provides the following script procedures. To display detailed information about each script procedures, use the help command for the AdminNodeManagement script library, specifying the name of the script of interest as an argument.

AdminNodeManagement.configureDiscoveryProtocolOnNode(*args)

Configure the node discovery protocol.

AdminNodeManagement.doesNodeExist(*args)

Check if node exist in the cell.

AdminNodeManagement.help(*args)

Provide AdminNodeManagement script library online help.

AdminNodeManagement.isNodeRunning(*args)

Check if node is running.

AdminNodeManagement.listNodes(*args)

List available nodes in the cell.

AdminNodeManagement.restartActiveNodes(*args)

Restart all running nodes in the cell.

AdminNodeManagement.restartNodeAgent(*args)

Restart all running processes in the specified node.

AdminNodeManagement.stopNode(*args)

Stop all the proceses in the specified node, including nodeagent and application servers.

AdminNodeManagement.stopNodeAgent(*args)

Stop the nodeagent process in the specified node.

AdminNodeManagement.syncActiveNodes(*args)

Synchronize all running nodes repository with the cell repository.

AdminNodeManagement.syncNode(*args)

Synchronize the specified node repository with the cell repository.