B ECC Commands
This appendix describes the Oracle Communications Billing and Revenue Management Elastic Charging Engine (ECE) Elastic Charging Controller (ECC) commands.
Topics in this document:
See also "ECE System Administration Overview".
ECC Commands
Table B-1 shows the ECC commands and their descriptions.
Table B-1 Elastic Charging Controller (ECC) Commands
Command | Description |
---|---|
addNode |
Add an ECE node. addNode does not start the node. You must use the start command to start the node. See "Adding Nodes". |
cat |
Concatenate and print files. This is a standard shell command. |
encrypt |
Encrypt the given string. |
:exit |
Exit the shell. This is a standard shell command. |
:help |
Get help for commands. This is a standard shell command. |
:history |
Get history. This is a standard shell command. |
infoCollector |
Collect log files. See "Collecting Log Files for Sending to Oracle Technical Support". |
kill |
Same as bash kill. This is a standard shell command. |
ls |
Same as bash ls. This is a standard shell command. |
removeNode |
Remove an ECE node. You must stop the node before running removeNode. See "Removing Nodes". |
rollingUpgrade |
Perform a rolling upgrade of ECE. See BRM Installation Guide. |
status |
Displays if nodes are started or stopped. |
start |
Start nodes by name or by role. See "Starting and Stopping ECE". |
stop |
Stop nodes by name or by role. See "Starting and Stopping ECE". |
sync |
Install ECE on all remote hosts as specified in the topology file. See BRM Installation Guide. |
tail |
Display the last part of a file. This is a standard shell command. |