If ELMA365 is installed to MicroK8S, you can use the elma365ctl command line utility to administer the server. This utility allows you to re-configure the application, make a backup of data, restore archived databases, scale services, etc.
To run the utility, open the server command console and run the following command:
elma365ctl
The list of available commands used to administer the server will appear:
reconfigure |
Initialize the reconfiguration and change the application settings. |
reload-cert |
Updage the HTTPS certificates. |
set-dns |
Install new DNS servers into the cluster. |
dump |
Save the data to the /backup folder with a timestamp. |
restore |
Restore an archived database. |
restore --prepare |
Stop the ELMA365 application to prepare for restoring or making a backup. |
update-hamode |
Update the settings of a high availability node and restart the cluster afterwards (only for the Enterprise edition). |
start |
Start the ELMA365 application. |
stop |
Stop the ELMA365 application (it takes up a considerable amount of time to completely stop the application and launch it). |
restart |
Restart the ELMA365 application and the cluster’s services. |
scale |
Scale the specified service (only for the Enterprise edition). |
add-node |
Add a new server to the computing cluster (only for the Enterprise edition). |
leave-node |
Cause a node to leave the computing cluster (only for the Enterprise edition). |
delete-node |
Remove a node from the computing cluster (only for the Enterprise edition). |
repair |
Fix the dependencies of the installed instance of ELMA365 in the computing cluster. |
version |
Show the application’s version. |
add-service |
Add an external service. |
expose-service |
Expose a service on a specific port. |
delete-service |
Delete an external service. |
featureflag |
Enable a flag: elma365ctl featureflag <flagName> enable Disable a flag: elma365ctl featureflag <flagName> disable |
To run a command, type it in the following format:
elma365ctl <command>
To get detailed information about a command, run the following:
elma365ctl <command> --help
Found a typo? Highlight the text, press ctrl + enter and notify us