The System Manager is the entity that manages the hardware and software components of the system, handles management commands and drives management operations.Documentation Index
Fetch the complete documentation index at: https://docs.regatta.dev/llms.txt
Use this file to discover all available pages before exploring further.
Commands
The System Manager commands have the general form:MANAGE SYSMGR command [ parameters ].
SYSMGR SHOW
This command show the attributes of the System Manager. Synopsis| Name | Description |
|---|---|
| EXTERNAL_NET | A comma-separated list of external network addresses in the form of <ip_addr>:<port> |
| INTERNAL_NET | A comma-separated list of internal network addresses in the form of <ip_addr>:<port> |
| SERVICE_PORT | The port number for Regatta support connection |
| EXTERNAL_SERVICE_NET | External network address for Regatta service connection, in the form of <ip_addr>:<port> |
| DESCRIPTION | Informative description of the system. |
SYSMGR MODIFY
This command modifies attributes of the System Manager. SynopsisSETUP.
Parameters
NETWORK
The NETWORK clause includes one or more network addresses. It can come with either of the following directives:
ADD– Adds the given network addresses to the list of existing addresses.REMOVE– Remove each given network address from the list of existing addresses. Each removed network address must be an exact match to an existing one.SET– Remove all the existing network addresses and replace them with the given network addresses.
DESCRIPTION
Optional parameter. Free text that is added to the module.