Platform operations#
The edactl platform utility provides a set of commands for managing Nokia EDA operations such as taking EDA offline for maintenance, restarting the system, and uninstalling Nokia EDA.
You can use the edactl platform command options:
-
--stop: disables the cluster, deletes deployments, and stops the processing of transactions. Without any arguments, it removes the following resources from the cluster:DaemonSetPodStatefulSetDeployment
To stop only the core, use the
--core-onlyargument. -
--start: triggers the system to start up and recreates the resources removed by--stop. -
--uninstall: performs a full clean-up of the cluster, removing every object created by ConfigEngine and every Nokia EDA-related app. After this command, the cluster is in a pre-EDA state.From this cleaned state you can:
- Start the cluster again using
edactl platform start. This command restores everything (including CRDs). - Complete an uninstall by removing the EngineConfig CRD, and the eda-ce Deployment. At this point the cluster would be "clean" - that is, in a pre-EDA state.
- Start the cluster again using
Restoring a user's settings to default#
The edactl aaa user settings clear command restores a user's persistent settings in EDA to the default settings. This command is useful in scenarios where a user inadvertently writes an incompatible or errored change to their persistent settings, resulting in the browser going into a perpetual error loop.
The command does not impact dashboards and other user-generated content, but does impact settings for grid layouts, dark mode settings, and so forth.