Changes for page Grouping - Deploy Possibilities
Last modified by Danniar Firdausy on 2024/09/27 09:18
From version 39.1
edited by Erik Bakker
on 2024/03/25 09:55
on 2024/03/25 09:55
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Deploy Possibilities1 +eMagiz Deploy agent - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Main.eMagiz Academy.Microlearnings.Intermediate Level. Groupingand Failover.WebHome1 +Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.WebHome - Content
-
... ... @@ -1,12 +1,8 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 -eMagiz flows, ormore specifically, the flow's inbound component(s),canbe grouped.Howtoconfigurethisis explained [[here>>doc:Main.eMagizAcademy.Microlearnings.IntermediateLevel.Groupingand Failover.intermediate-grouping-and-failover-flow-configuration.WebHome||target="blank"]].Thisfunctionality ismainlybeneficialwhenfaced withsubstantialmaintenance or outageofsystemsconnected to youreMagiz model.4 +eMagiz runtimes can run on local, on-premises servers. Main reason is that some systems are only accessible from within the client's infrastructure. In such scenario's that on-premises server needs to be equipped with a linux based Docker installation. 5 5 6 -Building on this functionality, you can even configure the group to run in an active/passive failover mode when you activate the multiple runtimes option on your runtime, and each separate runtime is deployed on another machine. The failover functionality is not only relevant in cases of server maintenance. It can also assist you when you want to exchange data with a system that allows only one active connection. Should this connection be business-critical, you can use this failover functionality to create a passive failover situation that will take over when the active connection breaks down (regardless of the reason). 7 - 8 -In this microlearning, we will focus on configuring the deployment plan to control various inbound compoments in a normal and in a failover configuration. 9 - 10 10 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 11 11 12 12 == 1. Prerequisites == ... ... @@ -15,40 +15,27 @@ 15 15 16 16 == 2. Key concepts == 17 17 18 -This microlearning describes how t o configure(partsof) your deploymentplantosetupthegroupingand, if needed,thefailoverfunctionality. Thegroupingfunctionalityis relevantwhenfacedwithmaintenance and outages ofsystemsconnectedto yourmodel. Thefailoverfunctionalityassistsin thatcaseand allowsyouto havea fallback optiononan activeconnection.14 +This microlearning describes how the eMagiz Deploy agent is installed on the on-premises server where a eMagiz runtime should run on. Please note that the eMagiz Deploy agent requires a valid Docker installation on the on-premises server. The detailed install guide can be found in this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-onpremises-server-linux-installguide.WebHome||target="blank"]]. 19 19 20 -== 3. GroupDeploymentStep==16 +== 3. eMagiz Deploy agent installation == 21 21 22 -To configure a Group deployment step, you need to add a new deployment step and choose Step type "Group". To configure the step more information is required. A container should be chosen for which the inbounds will be stopped. The second requirement is the **exact** name of the group that should be affected by the deployment step. An action should be picked for the selected group. For a "Group" deployment step the options are to start or to stop the inbound components within the groupname. Optionally, a description can be added. 18 +eMagiz needs to install a specific agent in the Docker instance that allows to download runtime images that need to be installed on the Docker instance. The specific command to run inside the Docker instance is specific for the machine that is configured inside eMagiz Design & Deploy Architectures. It can be found inside the eMagiz iPaaS portal under Deploy Architecture. At the runtime connector, there is a right click option called Deploy Agent. That presents either the command or the location where that agent is installed. In case the command is presented it means that this machine is not yet equipped with the eMagiz Deploy agent. The command can be executed inside the Linux command prompt on the on-premises server. 19 + 20 +Once the agent is installed, eMagiz can manage the machine to deploy new runtimes and or update runtimes as needed. Also the container runtime can be controlled with start, stop, et commands. Please consult this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.intermediate-emagiz-runtime-management-interpret-on-premise-logging.WebHome||target="blank"]] to inspect the on-premises runtime logs. 23 23 24 -[[image:Main.Images.Microlearning.WebHome@ grouping-and-failover--intermediate-grouping-and-failover-deploy-possibilities-group-deployment-step.png]]22 +[[image:Main.Images.Microlearning.WebHome@expert-solution-architecture-onpremises-installguide-deployagent.png]] 25 25 26 - {{info}}Notethatwhenyouactivatethe stopaction inafailoversetup(on the leader container), it will activate the failover behaviour on the follower container{{/info}}24 +== 4. Key takeaways == 27 27 28 - ==4.FailoverDeploymentStep==26 +* The eMagiz Docker agent needs to be installed to allow runtime to be installed on the on-premises server 29 29 30 - Theconfiguration for a failover deployment step is the same as for the group deployment step.The only difference is the action youcan activate. The stopgroup action stops theinboundsoftheselectedcontainer. It will alsodisable the failover, so if a follower is configured,itwill **not** take over. Instead,from this point, weare running in a standard multi-container setup in which we have single-node leaders.28 +== 5. Suggested Additional Readings == 31 31 32 - [[image:Main.Images.Microlearning.WebHome@grouping-and-failover--intermediate-grouping-and-failover-deploy-disabled-failover.png]]30 +No suggested additional readings for this microlearning. 33 33 34 -The start group step with failover will activate the current container as the leader of the failover setup. Therefore, group names resembling those on other containers will become the followers. If these flows were running, they will be stopped. 35 35 36 - [[image:Main.Images.Microlearning.WebHome@grouping-and-failover--intermediate-grouping-and-failover-deploy-possibilities-failover-deployment-step.png]]33 +))) 37 37 38 -=== 4.1 Failover Status Explained === 39 - 40 -To get 41 - 42 -== 5. Key takeaways == 43 - 44 -* Grouping is beneficial when external systems go through maintenance or downtime. 45 -* Failover can have the additional benefit of having a fallback scenario while still adhering to the requirement that there can only be one active connection at a time 46 -* The role naming in both grouping and failover is crucial. The group name needs to match **exactly** to make it work. 47 -* You can control group and failover steps from the deployment plan 48 - 49 -== 6. Suggested Additional Readings == 50 - 51 -There are no suggested additional readings for this microlearning.))) 52 52 ((( 53 53 {{toc/}} 54 54 )))