Creating an Extended Service
To create a new Extended Service Project,
Log on to eStudio and open the Server Explorer panel in the Online Event Process Development perspective.
Navigate to Window > Show View > Other > Fiorano > Server Explorer.
Right-click the Extended Services Repository node and click the Add Extended Service option.
Figure 1: Adding an Extended Service
In the Create Extended Service dialog box, provide an appropriate name and version number. Choose the category (under which the Extended Service falls) from the Category drop-down and click Finish.
Figure 2: Editable attributes while adding an Extended Service project
Assigning peer server groups.
Adding a server group to an Extended Service enables the deployment of the components on multiple peer servers. Multiple number of server groups can be assigned to an Extended Service with each server group mapped to multiple peers.
Log on to the Enterprise Server by providing the corresponding credentials.
Creating server groups
Open the Peer repository of the Enterprise server.
Right-click Peer Groups, and then click Configure Peer Server Groups.
Figure 3: Option to add Server Group
Click the Add group button, enter the server group name in the Add group dialog box and click OK.
Figure 4: Adding Server Group
The newly added server-group will be successfully created.
Assigning peer to server groups.
Open the Peer repository of the Enterprise server.
Right-click Peer Groups, and then click Configure Peer Server Groups.
Adding Peer Server Group Configurations
The Peer Server Group Configuration allows the unification of several server-groups which can be used for the deployment of the Extended Service. Right click on the Resource > Add Configuration.
Figure 5: Adding a Peer Server Group configuration
In the pop-up window that appears, select Peer Server Group Configuration and provide the configuration and the environment values. Click on Next.
Figure 6: Peer Server Group Configuration
In the Peer Server Group Configuration window that appears, enter the name of the server-groups to be added to the configuration and select Finish.
Figure 7: Peer Server Configuration window
Assigning server groups to an Extended Service.
Figure 8: Configuring the Server Groups of the Extended Service
- Click the Orchestrator.
- Under the Properties panel, click the Deployment tab.
- Click the Peer Server Group button.
- In the Select peer server group(s) dialog box, select the server-groups to be added to the Extended Service from the Available Groups and click the > button to add them to the Extended Service.
- Select the Configuration drop-down in the Deployment tab to use the Peer Server Group Configuration created in the repository.
Adding Connection Configurations
The connection configuration for a JMS server can be added to the configuration repository. Right-click on the Resource > Add Configuration.
In the pop-up window that appears, select Connection Configuration and provide the configuration and the environment values. Click on Next.
Figure 9: Adding a Connection configuration
In the Connection Configuration window that appears, provide the details needed to connect to the required server.
Figure 10: Connection configuration details
Option | Description |
---|---|
Server URL | To add the document or documents with the relevant information from the location where it is saved. |
Backup URL | Backup URL of the server. |
CF lookup name | Connection Factory Name |
Username | Username to establish a connection to the server |
Password | Password for the server authenticity. |
Adding ports
Group ports enable the selection components of an Extended Service to be clubbed as a group and also to configure input and output port details to read and write messages directly from and to the MQ layer of the selected peer server.
Figure 11: Configuring the Group port of the Extended Service
- Click the Orchestrator.
- Under the Properties panel, click the Port Configuration tab.
- Click the Add Group port button and enter the group port details and save the Extended Service
- The connection configurations can be added for the port by selecting the drop-down displayed under the JMS Server.
Saving an Extended Service
To save the Extended Service after checking resource connectivity, click the Save Extended Services button present in the toolbar or press CTRL+S. The Extended Service will be saved.
Figure 12: Saving an Extended Service
Checking Resource and Connectivity
Fiorano enables deployment of Extended Services on various server-groups (containing peer servers) at the click of a button. A developed Extended Service contains a set of configured components connected via routes. The configuration for these Extended Service also includes the names of the server-groups (containing Fiorano Peers) on which the components are to be deployed.
To perform a connectivity and resource check for the Extended Service, click the Check Resource Connectivity button present in the tool bar or press ALT+SHIFT+C. All the resources required by the component at run-time will be deployed to the Peer Servers of the specified server group.
Figure 13: Performing CRC on an Extended Service
Launching an Extended Service
To run the Extended Service after checking resource connectivity, click the Launch Extended Service button present in the toolbar or press ALT+SHIFT+R. The Extended Service gets launched.
Figure 14: Launching an Extended Service
Deployment View
The deployment view of the Extended Service provides to view the running status of the components and to perform operations like starting, stopping on these components at run-time.
Figure 15: Deployment view of an Extended Service
Right-click on the Extended Service and click on Open Deployment view
Figure 16: Peer server dialog box
From the deployed peer server list, select the peer server whose deployment details needs to be viewed.
Figure 17: Deployment view
The service instances icon of the deployed Extended Service will be green in color.
Stopping the service instance in the Deployment view
Figure 18: Stopping the service instance in the Deployment view
Right-click the service instance and select Execution > Stop. Once the component stops, the service instance icon of the stopped service instance will turn red.
Stopping an Extended Service
To stop the Extended Service, select the Extended Service and click the Stop Application button present in the toolbar or press ALT+SHIFT+K. All component instances running in the Extended Service are stopped and the Extended Service stops subsequently.
Figure 19: Stopping an Extended Service
The drop-down menu attached to the Stop button allows stopping selected service instances or all service instances without stopping the Extended Service. When a component is stopped, its name turns red in the deployment view orchestration editor.
Adding a Connection configuration