?> Welche Rollen kann ein Knoten haben, der mit `addN... - Aide
QUESTION / RÉPONSE

Welche Rollen kann ein Knoten haben, der mit `addNode` hinzugefügt wird, und was ist die Standardrolle?

0 consultations

Réponse

Ein Knoten kann entweder die Rolle 'CONTROLLER' oder 'WORKER' haben. Wenn der `role`-Parameter nicht angegeben wird, wird standardmäßig 'WORKER' zugewiesen. Controller werden als Backup-Controller hinzugefügt, und es werden nur zwei Controller insgesamt unterstützt.
Action technique liée

Voir la documentation de addNode

Voir l'Action

Voir aussi

addNodeStatus
session

The addNodeStatus action lists details about machines that are currently being added to the server. This is particularly useful in a distributed environment to monitor the status of worker nodes joining the CAS cluster. It helps administrators verify that new nodes are being added successfully and to troubleshoot any issues that may arise during the process.

accessPersonalCaslibs
accessControl

Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS). This action is typically used by administrators to perform tasks on behalf of users in their personal caslibs.

addNode
builtins

Ajoute une ou plusieurs machines (nœuds) à un serveur CAS existant. Cette action est essentielle pour l'élasticité et la scalabilité d'un environnement SAS Viya, permettant d'augmenter la puissance de calcul à la volée en ajoutant des workers ou d'améliorer la haute disponibilité en ajoutant un contrôleur de secours.