<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://help.openclovis.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://help.openclovis.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pushparaj</id>
		<title>OpenClovis Product Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://help.openclovis.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pushparaj"/>
		<link rel="alternate" type="text/html" href="https://help.openclovis.com/index.php/Special:Contributions/Pushparaj"/>
		<updated>2026-06-24T22:19:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>https://help.openclovis.com/index.php/Doc:latest/tutorial</id>
		<title>Doc:latest/tutorial</title>
		<link rel="alternate" type="text/html" href="https://help.openclovis.com/index.php/Doc:latest/tutorial"/>
				<updated>2010-09-05T16:59:02Z</updated>
		
		<summary type="html">&lt;p&gt;Pushparaj: /* Creating the csa101 Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Preface==&lt;br /&gt;
The ''OpenClovis Sample Application Tutorial'' is a comprehensive tutorial designed to highlight the steps involved in using the OpenClovis software to design and build a high availability system. In this tutorial you will learn to:&lt;br /&gt;
* Design a model using the OpenClovis IDE&lt;br /&gt;
* Generate code from this model to provide middleware support&lt;br /&gt;
* Customize this code for a particular application&lt;br /&gt;
* Build and deploy the customized code&lt;br /&gt;
* Run the system to see the OpenClovis software in action&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Audience===&lt;br /&gt;
&amp;lt;br&amp;gt; ''OpenClovis Sample Application Tutorial''  is designed for system integrators, designers, and system architects. To use OpenClovis product, you should be aware of the fundamentals of operation, management, and configuration of telecommunication and networking domains. You should also be familiar with C programming, UML notations, and have the basic knowledge of Linux.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; This document assumes that you have installed the OpenClovis SDK, following the installation steps found in the ''OpenClovis Installation Guide''.&lt;br /&gt;
&lt;br /&gt;
===Documentation Conventions===&lt;br /&gt;
This guide uses different fonts and symbols to differentiate between document elements and types of information. These conventions are summarized in the following table.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#cdd6e6&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#d3e3ff&amp;quot;| Notation&lt;br /&gt;
!style=&amp;quot;background:#d3e3ff&amp;quot;| Description&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#ffccaa&amp;quot; | &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Code&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This font denotes the C code provided in various examples.&amp;lt;br&amp;gt;This font denotes function and variable names.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#ffffaa&amp;quot; | &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Output&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Terminal output.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot; | Cross reference&lt;br /&gt;
|This font denotes a hyperlink. You can click on the hyperlink text to access the reference location, which can be either a section within the guide or a URL link.&amp;lt;br&amp;gt;A cross reference refers to a section name and accesses the first page of that section.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;code&amp;gt;Filenames&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;DIR&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Files names, Directory paths.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;code&amp;gt;$ Commands ''group_identifier''&amp;lt;/code&amp;gt; &lt;br /&gt;
| Commands to be run from a shell.&amp;lt;br&amp;gt; Italic text indicate an argument. This can be replaced with your desired value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]This indicates the presence of notes or annotations, related to the context of the document. &lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Caution.png]]This indicates that certain precautionary measures must be taken before performing a particular task.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Info.png]]This indicates that additional information is provided to you.&lt;br /&gt;
&lt;br /&gt;
As mentioned in the ''OpenClovis Installation Guide'' the default directory for installation is &amp;lt;code&amp;gt;/opt/clovis&amp;lt;/code&amp;gt; for root installation and &amp;lt;code&amp;gt;$HOME/clovis&amp;lt;/code&amp;gt; for non root users. Throughout this document we will use &amp;lt;code&amp;gt;&amp;lt;install_dir&amp;gt;&amp;lt;/code&amp;gt; to refer to the installation directory.&lt;br /&gt;
&lt;br /&gt;
===Related Documents===&lt;br /&gt;
For additional information about OpenClovis products, please refer to the following guides:&lt;br /&gt;
* '''OpenClovis Release Notes''' provides information about the software and the hardware required to install OpenClovis Application Service Platform (SAFplus Platform) and Integrated Development Environment (IDE). It contains the additional features and enhancements of the product since the previous release. It also summarizes the issues and limitations of the product and provides workarounds wherever applicable.&lt;br /&gt;
* '''OpenClovis SA Forum Compliance''' describes the level of compliance of OpenClovis SAFplus Platform and its Application Programming Interface (API) with the relevant Service Availability Forum Specifications.&lt;br /&gt;
* '''OpenClovis Installation Guide''' provides the system requirements, installation procedure for OpenClovis SAFplus Platform, IDE, and the Evaluation System.&lt;br /&gt;
* '''OpenClovis Evaluation System User Guide''' provides all the required information to configure and run the sample models packaged within the Evaluation System. This document also provides good understanding of OpenClovis SAFplus Platform's functionality. This is the natural follow on to the ''OpenClovis Sample Application Tutorial'' as it builds on the example created in that document. &lt;br /&gt;
* '''OpenClovis SDK User Guide''' provides information about OpenClovis Application Service Platform (SAFplus Platform) architecture, various OpenClovis SAFplus Platform components, and their interactions. This guide helps you to configure the OpenClovis SAFplus Platform components, compile, and execute the OpenClovis SAFplus Platform code to build your custom application.&lt;br /&gt;
* '''OpenClovis IDE User Guide''' describes the usage of Integrated Development Environment (IDE), a graphical development environment that complements the SAFplus Platform platform. This guide helps you to understand how to use the various features of the IDE to build the application.&lt;br /&gt;
* '''OpenClovis Log Tool User Guide''' provides information about the usage of OpenClovis Log Tool. OpenClovis Log Tool is an interactive utility that allows you to view binary log files in a readable format and hence monitor system errors, warnings, and other log information. Log Tool allows you to format the &amp;lt;code&amp;gt;.log&amp;lt;/code&amp;gt; files and filter them to view the required entries.&lt;br /&gt;
* '''OpenClovis API Reference Guide''' is provided for each component. It describes the Application Programming Interface (API), Service Model, and Management Information Model of the various OpenClovis Application Service Platform (SAFplus Platform) services. It helps the developer to understand the capabilities of the SAFplus Platform services and the APIs provided by these services.&lt;br /&gt;
* '''OpenClovis SAFplus Platform Console Reference Guide''' provides details about managing applications built on OpenClovis SAFplus Platform using the SAFplus Platform runtime debug console commands. SAFplus Platform Console commands can be used to manage, monitor, and test your application.&lt;br /&gt;
&lt;br /&gt;
===OpenClovis Online Technical Support===&lt;br /&gt;
OpenClovis customers and partners can register on our Web site and receive personalized services and information. If you need any support or assistance while working on OpenClovis products, you can access the following: URL: http://www.openclovis.com. Send your queries to: support@openclovis.com. Open source community support is available at: http://www.openclovis.org/forum.&lt;br /&gt;
&lt;br /&gt;
===Documentation Feedback===&lt;br /&gt;
We are interested in hearing from our customers on the documentation provided with the product. Let us know your comments and suggestions on improving the documentation at OpenClovis Inc. Send your comments to: support@openclovis.com. Post your feedback on documentation at: http://www.openclovis.org/forum.&lt;br /&gt;
&lt;br /&gt;
==Our Example: The csa101 System==&lt;br /&gt;
The ''OpenClovis Sample Application Tutorial'' will take you through a series of examples each introducing a key concept of the product. Each example builds on the example before it so it is important to go through them in order. The examples are named so that it is easy to determine their sequence. The examples all begin with the letters '''csa''' (standing for Clovis Sample Application) and end with a number. Our first example will be '''csa101'''.&lt;br /&gt;
&lt;br /&gt;
The purpose of our first example is to highlight basic component management. It introduces the basic skeleton of an OpenClovis Application Service Platform (SAFplus Platform) based application component and illustrates how it interacts with the System. It demonstrates basic component registration and life-cycle management.&lt;br /&gt;
&lt;br /&gt;
We will keep this first example very simple. It will consist of the OpenClovis SAFplus Platform running a small component named '''csa101'''. All that this component will do is continuously print 'Hello World!' to a log file. While this component is not very exciting, it will allow us to easily see when the application is in a running state and when it is not. This will allow us to focus on the infrastructure of SAFplus Platform and how the application interfaces with it.&lt;br /&gt;
&lt;br /&gt;
For this example we will assume that we have a chassis with five slots. We will have one type of blade in our example, a '''System Controller'''.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]With the type of model we are developing we would typically define two blade types to install in these slots. The first blade type would be a '''System Controller''' blade (which is responsible for running the OpenClovis software which manages application startup, shutdown, failover, etc.) and the second blade type would be a '''Payload''' blade (which is responsible for running our custom '''csa101''' application). However, for the purpose of simplifying the deployment of our system, we will define only the '''System Controller''' blade type and have both the SAFplus Platform and component application run on this one blade. This will allow the example to be run on a single PC.&lt;br /&gt;
&lt;br /&gt;
==Creating the csa101 Model==&lt;br /&gt;
The first step in setting up our example is to create a model which represents the system that we will eventually deploy. This is done through the '''OpenClovis IDE'''. In this chapter we will step through the following tasks:&lt;br /&gt;
* Create a project area&lt;br /&gt;
* Launch the '''OpenClovis IDE'''&lt;br /&gt;
* Create the IDE project&lt;br /&gt;
* Specify the Resource model (the types of physical hardware in our system)&lt;br /&gt;
* Specify the Component model (the types of components or applications in our system)&lt;br /&gt;
* Specify which Components run on which Resources&lt;br /&gt;
* Specify important build and boot parameters&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a New Project Area===&lt;br /&gt;
A project area is a directory on your system where you can develop OpenClovis models and generate the code corresponding to those models. The project area can hold multiple models allowing you to manage all of your models in one location. All the models in the same project area share the same SAFplus Platform source tree. This way any modifications made to the SAFplus Platform source tree are re-used across all the models that were created in that project area.&lt;br /&gt;
&lt;br /&gt;
You create a project area using a script from the command line. To create a project area named '''projectarea1''' in the '''/home/clovis''' directory you should execute the following command:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cl-create-project-area /home/clovis/projectarea1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Launching the OpenClovis IDE===&lt;br /&gt;
You can launch the '''OpenClovis IDE''' from the command line. If you chose to create symbolic links during installation you can simply enter &amp;lt;code&amp;gt;'''cl-ide'''&amp;lt;/code&amp;gt; from any directory. If you did not create symbolic links during installation you can either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the installation directory to the shells search path and then launch the IDE. For example with a bash shell, &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# export PATH=$PATH:$install_dir/sdk-5.0/bin&lt;br /&gt;
# cl-ide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;li&amp;gt;Execute the command&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# &amp;lt;install_dir&amp;gt;/sdk-5.0/bin/cl-ide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The splash screen for OpenClovis IDE is displayed as illustrated in Figure [[#OpenClovis IDE Opening Screen | OpenClovis IDE Opening Screen]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis IDE Opening Screen'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_GettingStartedIDE_OpeningScreen.png|frame|center| '''OpenClovis IDE Opening Screen''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will then be prompted to select a workspace in which to do your work as illustrated in Figure [[#OpenClovis IDE Workspace Launcher | OpenClovis IDE Workspace Launcher]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis IDE Workspace Launcher'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_GettingStartedIDE_WorkspaceLauncher.png|frame|center| '''OpenClovis IDE Workspace Launcher''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The workspace you select should correspond to the project area that you created in the previous section (in this case &amp;quot;/home/clovis/projectarea1&amp;quot;). Note that the workspace includes a subdirectory of &amp;quot;/ide_workspace&amp;quot;. This is done strictly for organizational purposes. It keeps the IDE models separate from the generated SAFplus Platform models and code.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the workspace and click  '''OK'''  to launch OpenClovis IDE as illustrated in the Figure [[#OpenClovis IDE Welcome Screen | OpenClovis IDE Welcome Screen]].&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis IDE Welcome Screen'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_WelcomeScreen.png|frame|center| '''OpenClovis IDE Welcome Screen''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''OpenClovis''' IDE is launched and you are now looking at the main work area. For more information about the components of this main work area including the OpenClovis IDE menu and toolbar, see ''OpenClovis IDE User Guide''.&lt;br /&gt;
&lt;br /&gt;
===Creating the Sample Project===&lt;br /&gt;
We will now create a project within the '''OpenClovis IDE'''. This project will hold both the resource model and the component model for our example system. The resource model is a physical view of the resources (the chassis, the blade types, etc.) in our system. The component model is a logical view of the components (applications, etc.) in our system.&lt;br /&gt;
&lt;br /&gt;
We will be using the '''New Project Wizard''' to create our project. The wizard captures some high-level information about the system that we are building and performs a lot of the basic setup for us.&lt;br /&gt;
&lt;br /&gt;
[[File:OpenClovis_Note.png]]The same model that we are building through the wizard could also be created manually through the Resource and Component Editors. For more information on the Resource and Component Editors see ''OpenClovis IDE User Guide''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To launch the '''New Project Wizard''' select  '''File'''  &amp;gt;  '''New''' &amp;gt;  '''Project''' from the IDE menu bar.&lt;br /&gt;
&lt;br /&gt;
The  '''New Project Wizard''' is displayed and  '''Clovis System Project'''  is selected by default as illustrated in Figure [[#New Project Wizard | New Project Wizard]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='New Project Wizard'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_GettingStartedIDE_NewProjectWizard.png|frame|center| '''New Project Wizard''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click  '''Next'''. The  '''Clovis System Project''' window is displayed as illustrated in Figure [[#Clovis System Project | Clovis System Project]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;span id='Clovis System Project'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_NewProject.png|frame|center| '''Clovis System Project''' ]]&lt;br /&gt;
&lt;br /&gt;
Enter the following information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Project Name''' : Enter the name of your new project as  '''SampleModel'''.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]Do not use spaces or special characters for the project name. The project name can be alphanumeric, but cannot start with a number or have only numbers.&lt;br /&gt;
&amp;lt;br&amp;gt;Select  '''Use default'''  to use the same directory mentioned in the  '''Directory'''  field. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''SDK Location''': Enter the location where the OpenClovis SDK was installed. For e.g. if the SDK was installed at location /opt/clovis, then the SDK location is /opt/clovis/sdk-&amp;lt;version&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Project Area Location''': Enter the location where the generated source code for the model should be stored.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]This can be any existing directory but is usually the project area that was created in the previous section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Python Location''': Enter the location where Python 2.5.0 is installed on your system. If Python 2.5.0 was installed by OpenClovis SDK, the directory is  &amp;lt;code&amp;gt;'''&amp;lt;installation_directory&amp;gt;/buildtools/local/bin'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Next'''. The '''Add New Blade Type''' window is displayed. This dialog is used to define the blade types that are in our system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Add New Blade Type'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AddBlade.png|frame|center| '''Add New Blade Type''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember that the system we are modelling has only one blade type...a System Controller.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the '''Add''' button to add a new blade type to the list. Name this blade type 'SysBlade' (for System Controller blade).&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click '''Next'''. The '''Add New SAF Node Type''' window is displayed. This dialog is used to define the type of logical node that will be run on the corresponding blade type defined in the previous dialog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Add New SAF Node Type'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AddNode.png|frame|center| '''Add New SAF Node Type''' ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Node types represent groups of software. They are classified as either a System Controller class or a Payload class. This distinction gives the node type certain characteristics which cause it to behave in a well-defined manner. Since we have only a System Controller in our system we will add a node type of class System Controller.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the '''Add''' button to add a new node type to the list. Name the node type 'SCNode' and ensure that its node class is 'System Controller (SAF Class B)'.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click '''Next'''. The '''Specify Program Names''' window is displayed. This dialog is used to create programs or SAF Service Types and associate them with the SAF Node Types specified in the previous dialog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Specify Program Names'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_DefineProgramNames.png|frame|center| '''Specify Program Names''' ]]&lt;br /&gt;
&lt;br /&gt;
In our system we need one SAF Service Type which represents our high availability software (csa101 that continously prints &amp;quot;Hello World!&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the '''Add''' button to add a program name to the list. Change the program name to 'csa101' and associate the program with the 'SCNode' node type.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click '''Finish'''. This will create the sample model using the blade type, node type, and program name information collected through the 'New Project Wizard' dialogs.&lt;br /&gt;
&lt;br /&gt;
===Viewing the Model===&lt;br /&gt;
&lt;br /&gt;
====The OpenClovis IDE Perspective====&lt;br /&gt;
Once the wizard pages are closed you will be returned to the main IDE view also known as the '''OpenClovis IDE Perspective'''. On the left hand side of this view you will see the '''Clovis Workspace''' pane which contains the new project you just created with all project related files and folders. The folders are displayed based on your filter settings. With the default filter settings, the folders shown in Figure [[#Clovis Workspace|Clovis Workspace]] is displayed in the '''Clovis Workspace''' pane. For information about filter settings, refer  ''OpenClovis IDE User Guide''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Clovis Workspace'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_GettingStartedIDE_ClovisWorkspace.png|frame|center|Clovis Workspace]]&lt;br /&gt;
&lt;br /&gt;
By default, the '''Resource''' and '''Component''' Editor views are available for the created project. To view them, click '''Clovis''' on the menu bar at the top of the screen and select '''Resource Editor''' or  '''Component Editor'''  from the menu. You can also click '''Resource Editor''' or '''Component Editor''' icons from the tool bar as shown in Figure [[#OpenClovis IDE Tool Bar | OpenClovis IDE Tool Bar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis IDE Tool Bar'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_Toolbar.png|frame|center| '''OpenClovis IDE Tool Bar''' ]]&lt;br /&gt;
&lt;br /&gt;
====Resource Editor View====&lt;br /&gt;
The '''Resource Editor''' shows the types of physical objects in our system. It gives us a place to create new objects and interact with the objects that already exist. The '''Resource Editor''' view for our model should look similar to the following figure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis Resource Editor'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_ResourceEditor.png|frame|center| '''OpenClovis Resource Editor''' ]]&lt;br /&gt;
&lt;br /&gt;
This editor always has a '''Chassis''' object which is the root of all other objects in the editor. In our case it also has the '''SysBlade''' blade type that we created through the '''Project Creation Wizard'''. You will also notice that the '''SysBlade''' is attached to the '''Chassis''' using a '''Composition''' relationship indicating that '''SysBlade'''s reside within the '''Chassis'''.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the editor view you will see the '''Palette''' which can be expanded and collapsed. Expanding the '''Palette''' you will see the list of objects that can be dragged onto the editor view to add to our model. Once an object is on the editor view you can view and change its properties by right clicking on the object and selecting '''Properties...''' from the context menu.&lt;br /&gt;
&lt;br /&gt;
For more information about the '''Resource Editor''' view see ''OpenClovis IDE User Guide''.&lt;br /&gt;
&lt;br /&gt;
====Component Editor View====&lt;br /&gt;
The '''Component Editor''' shows the types of logical objects in our system. It gives us a place to create new objects and interact with the objects that already exist. The '''Component Editor''' view for our model should look similar to the following figure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='OpenClovis Component Editor'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_ComponentEditor.png|frame|center| '''OpenClovis Component Editor''' ]]&lt;br /&gt;
&lt;br /&gt;
This editor always has a '''Cluster''' object which is the root of all other objects in the editor. In our case it also has the '''SCNode''' node type and the '''csa101''' SAF Service Type (a combination of Service Group, Service Unit, Service Instance, Component Service Instance, and SAF Component) that we created through the '''Project Creation Wizard'''. These have all been automatically attached in a way that makes a working model.&lt;br /&gt;
&lt;br /&gt;
On the right hand side of the editor view you will see the '''Palette''' which can be expanded and collapsed. Expanding the '''Palette''' you will see the list of objects that can be dragged onto the editor view to add to our model. Once an object is on the editor view you can view and change its properties by right clicking on the object and selecting '''Properties...''' from the context menu.&lt;br /&gt;
&lt;br /&gt;
For more information about the '''Component Editor''' view see ''OpenClovis IDE User Guide''.&lt;br /&gt;
&lt;br /&gt;
===Configuring the Components===&lt;br /&gt;
The '''New Project Wizard''' that we used to create our project configured the system using the most common options. We will have to make a few changes to this model in order for our example to work. We will make these changes in the '''Component Editor''' view.&lt;br /&gt;
&lt;br /&gt;
In the Component Editor you will notice seven different objects that were created by the wizard. The first two of these are:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cluster: The root object of all other objects in the Component Editor view.&lt;br /&gt;
&amp;lt;li&amp;gt;SCNode: This is the SAF Node Type that we specified during project creation.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The next five objects all make up the Program or SAF Service Type that we specified on the last dialog of the New Project Wizard. These objects are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;csa101SG: This is the Service Group representing our high availability software component.&lt;br /&gt;
&amp;lt;li&amp;gt;csa101SU: This is the Service Unit that is logically associated with the SCNode SAF Node Type.&lt;br /&gt;
&amp;lt;li&amp;gt;csa101SI: This is the Service Instance&lt;br /&gt;
&amp;lt;li&amp;gt;csa101CSI: This is the Component Service Instance&lt;br /&gt;
&amp;lt;li&amp;gt;csa101: This is the SAF Component which represents our program or executable.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will be making changes to the Service Group (csa101SG), the Service Instance (csa101SI), and the SAF Component (csa101).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Configuring the Service Group====&lt;br /&gt;
To make changes to the Service Group double-click on the box titled '''csa101SG'''. The '''Service Group Details''' dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Service Group Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_ServiceGroupDetails.png|frame|center| '''Service Group Details''' ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The first change we want to make is to the '''Redundancy Model'''. The '''Redundancy Model''' is the strategy that is used by the SAFplus Platform system to recover from a node failure. For our simple model (which only has one node) we are not going to rely on any failover recovery so change the '''Redundancy Model''' to 'No Redundancy' as shown.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]You will notice that when you change the redundancy model some of the other fields are modified automatically and become read-only. This is to ensure integrity of the redundancy models.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The second change that we want to make is to the '''Admin State'''. The '''Admin State''' defines the state of the component when the system is first brought up. In our case we want to change the '''Admin State''' to be 'Locked Initialized'. This means that when the system first starts up this '''Service Group''' (and its subcomponents) will be initialized but not yet put into a running state. So our csa101 application will not yet start printing &amp;quot;Hello World!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;When you are finished making the changes click the '''OK''' button to commit the changes.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Configuring the Service Instance====&lt;br /&gt;
To make changes to the Service Instance double-click on the box titled '''csa101SI'''. The '''Service Instance Details''' dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Service Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_ServiceInstanceDetails.png|frame|center| '''Service Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The only change we want to make here is to the '''Number of standby assignments'''. This value represents the number of components that will be waiting to take over during a node failure and goes hand-in-hand with the '''Redundancy Model''' that we selected for the Service Group. Since we selected 'No Redundancy' for our '''Redundancy Model''' we need to set this value to 0...since we are not supporting any failover in this model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;When you are finished making the changes click the '''OK''' button to commit the changes.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Configuring the SAF Component====&lt;br /&gt;
To make changes to the SAF Component double-click on the box titled '''csa101'''. The '''SAF Component Details''' dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='SAF Component Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_SAFComponentDetails.png|frame|center| '''SAF Component Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The SAF Component represents our high availabilty program or executable. We need to pass a command line argument to this executable. The reason for this argument is to force the program to print the 'Hello World!' output to a special log file for our viewing. We will look at this more closely when we customize our code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To add command line parameters click the '''Edit...''' button corresponding to the '''Command line Arguments''' label.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''Command line Argument Details''' dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Command line Argument Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_CommandLineArgs.png|frame|center| '''Command line Argument Details''' ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''New''' button to add a new value to the list.&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the new value in the list and it will become editable. Change the value to '''-p'''.&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''OK''' button to save and close the dialog.&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''OK''' button on the '''SAF Component Details''' dialog to commit the changes to the SAF Component and close the dialog.&lt;br /&gt;
&amp;lt;li&amp;gt;Save the component model using the '''File &amp;gt; Save''' menu item.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Configuring Physical Instances===&lt;br /&gt;
The configuration of our logical models is complete. During this process we have defined all of the 'types' of objects in our system. Now it is time to configure actual instances of those objects so that they can be built and deployed.&lt;br /&gt;
&lt;br /&gt;
Object instance configuration is done through the Availability Management Framework (AMF) via the '''AMF Configuration''' dialog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To launch this dialog go to the the '''Clovis''' menu and select '''AMF Configuration...'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''AMF Configuration''' dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='AMF Configuration Dialog'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AMFConfig.png|frame|center| '''AMF Configuration Dialog''' ]]&lt;br /&gt;
&lt;br /&gt;
You will note from the instructions on this page that the physical instances representing the objects in our model can be created manually or by using wizards. Using the wizards will save us both typing and time so we will use these instead of creating each instance manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Creating Node Instances====&lt;br /&gt;
First we will create actual instances of the Node Types (in our case only one Node Type...SCNode) we created in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Double-click AMF Configuration in the left hand pane. The Node Instance List appears.&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Node Instance List. The right hand pane displays the fields we must fill out to create our node instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the right hand pane:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select SCNode for the '''Node Type'''.&lt;br /&gt;
&amp;lt;li&amp;gt;Select SysBlade for the '''Blade type'''.&lt;br /&gt;
&amp;lt;li&amp;gt;Enter 1 for the '''Node Count'''.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The complete form should look like the following.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Node Wizard Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AMFNodeWizardDetails.png|frame|center| '''Node Wizard Details''' ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''Create Instance Tree''' button to create our node instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Expanding the '''Node Instance List''' branch of the '''AMF Configuration''' tree in the left-hand pane reveals a new node instance named SCNodeI0 (indicating SCNode Instance 0).&lt;br /&gt;
&lt;br /&gt;
====Creating Service Group Instances====&lt;br /&gt;
Now we will create actual instances of the Service Groups that we defined in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Service Group List. The right hand pane displays the fields we must fill out to create our service group instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the right hand pane:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select csa101SG (the only service group type we defined) for the '''Service Group Type'''.&lt;br /&gt;
*The '''Associated Node Instances''' list will be populated with all of the node instances that can be associated with the selected service group type.&lt;br /&gt;
&amp;lt;li&amp;gt;Select SCNodeI0 from the '''Associated Node Instances''' list.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The completed form should look like the following.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Service Group Wizard Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AMFSGWizardDetails.png|frame|center| '''Service Group Wizard Details''' ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''Create Instance Tree''' button to create our service group instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you now completely expand the '''AMF Configuration''' branch of the tree in the left-hand pane you will see the following.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='AMS Configuration Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_AMSConfigDetails.png|frame|center| '''AMF Configuration Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
Notice that not only have the wizards created the node and service group instances for you, they have also filled out the entire instance tree. This was accomplished based on two key sets of information. The first of these is the association that was made between the service group type and the node instance in the '''Service Group Wizard'''. The second set of information is the component model that we created through the New Project Wizard and the Component Editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]For more information regarding the specific properties of the generated instances see [[#Appendix B: AMF Configuration Instance Details|Appendix B: AMF Configuration Instance Details]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Thats it. We are done modelling the csa101 example!&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the OK button to commit our changes and close the dialog. &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Now its time to generate the framework code.&lt;br /&gt;
&lt;br /&gt;
==Generating the csa101 Code==&lt;br /&gt;
In this step we generate the source code for our example. The code that will be created is the framework code that handles all of the low level functionality provided by OpenClovis.&lt;br /&gt;
&lt;br /&gt;
To generate the source code go to the '''Project''' menu and select '''Generate Source'''. Several progress dialogs will appear and after a few seconds code generation will be complete.&lt;br /&gt;
&lt;br /&gt;
The source code and configuration XML files are generated and placed in subdirectories of the '''Project Area Location''' that we specified in the '''New Project Wizard'''. You can review this location by using the '''Project &amp;gt; Properties''' menu to get to the '''Project Properties''' dialog and then selecting '''Clovis System Project''' in the left hand pane.&lt;br /&gt;
&lt;br /&gt;
You can review the generated code from within the OpenClovis IDE. To do this go to the '''Clovis Workspace''' pane and expand the '''SampleModel''' node. The node tree should look like the following.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Clovis Workspace Code Tree'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_CWCodeTree.png|frame|center| '''Clovis Workspace Code Tree''' ]]&lt;br /&gt;
&lt;br /&gt;
The code of particular interest to our example is in the SampleModel/src/app/csa101 branch of the tree. This is the code for our csa101 example. The csa101 example consists of two C modules (&amp;lt;code&amp;gt;clCompAppMain.c&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;clCompCfg.c&amp;lt;/code&amp;gt;) and two header files. There is also a make file that will be used for building the application. The &amp;lt;code&amp;gt;clCompAppMain.c&amp;lt;/code&amp;gt; file implements our 'Hello World!' application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]If you run code generation a second time you will be presented with a dialog box asking if you would like to make a backup copy of the existing source code before proceeding. You can answer No to this dialog.&lt;br /&gt;
&lt;br /&gt;
==Customizing the csa101 Code==&lt;br /&gt;
While the code that was generated in the previous section can be built and run we want to make some changes to it so that we can easily see what our example is doing. For our example we will be changing one source file (&amp;lt;code&amp;gt;clCompAppMain.c&amp;lt;/code&amp;gt;) and two make files.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]In a real production situation this is the point where you would customize the code to perform the specific tasks of your product.&lt;br /&gt;
&lt;br /&gt;
You will notice in the C file that there are several places where you see the following comment block.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
   ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 // ...&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
   ---END_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Makefiles have a similar convention but with a slightly different syntax.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|Makefile&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 # ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
&lt;br /&gt;
 # ---END_APPLICATION_CODE---&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
These are sections of the file where it is safe to enter custom application code without having to worry about that code being overwritten if you were to again perform '''Generate Source''' for your model. This is important since the typical development cycle is an iterative process where you will return to the IDE to make modifications to your model.&lt;br /&gt;
&lt;br /&gt;
To simplify the process of building and running the csa101 example, OpenClovis has already made the necessary code customizations and shipped this code with the OpenClovis SDK. At this point you can simply replace the generated source files with these customized versions to avoid typing in the changes. We will go over each customization below and explain what was done.&lt;br /&gt;
&lt;br /&gt;
To replace the generated files with the customized versions shipped with the OpenClovis SDK follow these instructions.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]  The sample applications containing the csa101 example can be found under the installation directory at &amp;lt;code&amp;gt;&amp;lt;install_dir&amp;gt;/sdk-5.0/src/examples/eval&amp;lt;/code&amp;gt;. We will refer to this directory in the remaining of this section as &amp;lt;code&amp;gt;&amp;lt;eval_dir&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Exit the OpenClovis IDE using the '''File &amp;gt; Exit''' menu item. If you are prompted to save changes before exiting answer yes.&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the source code work area.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cd /home/clovis/projectarea1/ide_workspace/SampleModel/src/app&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Using your favorite editor open the file &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; that resides in this directory. This is the application make file.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following line to this file within the first &amp;lt;code&amp;gt;BEGIN_APPLICATION_CODE&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;END_APPLICATION_CODE&amp;lt;/code&amp;gt; comment block.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;SUBDIRS += ev&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
This will instruct the build process to build our custom output library.&lt;br /&gt;
&amp;lt;li&amp;gt;Save this file and exit the editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Execute the following command to copy the output package to our working area.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cp -r &amp;lt;eval_dir&amp;gt;/src/app/ev .&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the component code work area.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cd csa101&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Execute the following command to copy the csa101 source code.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cp &amp;lt;eval_dir&amp;gt;/src/app/csa101/clCompAppMain.c .&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Execute the following command to copy the component make file.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cp &amp;lt;eval_dir&amp;gt;/src/app/csa101/Makefile .&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Restart the OpenClovis IDE.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cl-ide&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customizing clCompAppMain.c===&lt;br /&gt;
The &amp;lt;code&amp;gt;clCompAppMain.c&amp;lt;/code&amp;gt; file is the C module which will implement our 'Hello World!' behavior. We have to make changes in several parts of this file.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]If you copied the files as instructed in the section above then these changes have already been made to the files. Use this section to review and understand the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the include section of this file we have added a new include for &amp;lt;code&amp;gt;ev.h&amp;lt;/code&amp;gt;. This refers to a special output library that we copied to our work area in the previous section. This output library is used to redirect output from the application to a component specific log. This is purely cosmetic but it will allow us to easily monitor what is happening when we run our example. (The following code begins at line 44 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 /*&lt;br /&gt;
   ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 #include &amp;quot;clCompAppMain.h&amp;quot;&lt;br /&gt;
 #include &amp;quot;../ev/ev.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
   ---END_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we define a couple of static variables that will keep track of the state of our application and a function to aid in showing when the application is running. (The following code begins at line 79 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 /*&lt;br /&gt;
   ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 static int running = 0;&lt;br /&gt;
 static int exiting = 0;&lt;br /&gt;
&lt;br /&gt;
 static char*&lt;br /&gt;
 show_progress(void)&lt;br /&gt;
 {&lt;br /&gt;
     static char bar[] = &amp;quot;          .&amp;quot;;&lt;br /&gt;
     static int progress = 0;&lt;br /&gt;
&lt;br /&gt;
     /* Show a little progress bar */&lt;br /&gt;
     return &amp;amp;bar[sizeof(bar)-2-(progress++)%(sizeof(bar)-2)];&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
   ---END_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;running&amp;lt;/code&amp;gt; flag will be used to indicate whether the current application is active or suspended while &amp;lt;code&amp;gt;exiting&amp;lt;/code&amp;gt; is a flag that indicates that the main() function returns, causing the exit of the application.&lt;br /&gt;
&lt;br /&gt;
The function &amp;lt;code&amp;gt;show_progress&amp;lt;/code&amp;gt; returns a pointer to a c string with a number of spaces followed by a '.' character. The number of spaces in the string cycles from zero to an upper bound. This is used later on to provide visual indication of the progress of the application's output.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we have added a function &amp;lt;code&amp;gt;hello_func&amp;lt;/code&amp;gt; to print the output. (The following code begins at line 118 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
void *hello_func(void *unused)&lt;br /&gt;
{&lt;br /&gt;
    while (!exiting)&lt;br /&gt;
    {&lt;br /&gt;
        if (running)&lt;br /&gt;
        {&lt;br /&gt;
            clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: Hello World! %s\n&amp;quot;, show_progress());&lt;br /&gt;
        }&lt;br /&gt;
        sleep(1);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return NULL;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notice the while loop condition. This function uses the &amp;lt;code&amp;gt;exiting&amp;lt;/code&amp;gt; variable that was initialized to 0.  The loop will keep running until &amp;lt;code&amp;gt;exiting&amp;lt;/code&amp;gt; is set to non-zero.  The if condition within the while loop checks the value of the &amp;lt;code&amp;gt;running&amp;lt;/code&amp;gt; variable.  The work of the application: printing &amp;quot;Hello World!&amp;quot; along with the progress indicator will only be done when the &amp;lt;code&amp;gt;running&amp;lt;/code&amp;gt; variable is set non-zero.  Next the command &amp;lt;code&amp;gt;sleep(1)&amp;lt;/code&amp;gt; simply sleeps for a second so as not to fill log files too quickly or completely swamp the CPU.&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;code&amp;gt;exiting&amp;lt;/code&amp;gt; becomes non-zero, we return from the function. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we have added a function to initialize the special output library mentioned earlier (which is at line 245 in the source file).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we create a thread and call the function &amp;lt;code&amp;gt;hello_func&amp;lt;/code&amp;gt; in the new thread context. (The following code begins at line 252 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*  &lt;br /&gt;
 * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: Instantiated as component instance %s.\n&amp;quot;, appName.value);&lt;br /&gt;
&lt;br /&gt;
clprintf(CL_LOG_SEV_INFO, &amp;quot;%s: Waiting for CSI assignment...\n&amp;quot;, appName.value);&lt;br /&gt;
&lt;br /&gt;
rc = clOsalTaskCreateDetached(&amp;quot;hello_thread&amp;quot;, CL_OSAL_SCHED_OTHER, CL_OSAL_THREAD_PRI_NOT_APPLICABLE, 0, hello_func, NULL);&lt;br /&gt;
CL_ASSERT(rc == CL_OK);&lt;br /&gt;
&lt;br /&gt;
/*  &lt;br /&gt;
 * ---END_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we indicate to our app when we are exiting. (The following code begins at line 284 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*  &lt;br /&gt;
 * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 exiting = 1;&lt;br /&gt;
 clEvalAppLogStreamClose(gEvalLogStream);&lt;br /&gt;
&lt;br /&gt;
/*  &lt;br /&gt;
 * ---END_APPLICATION_CODE---&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We set the &amp;lt;code&amp;gt;exiting&amp;lt;/code&amp;gt; variable to 1. This will cause the loop in our &amp;lt;code&amp;gt;hello_func&amp;lt;/code&amp;gt; function to exit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next we will put in code to manage the state of our application. (The following code begins at line 453 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
void clCompAppAMFCSISet(SaInvocationT       invocation,&lt;br /&gt;
                        const SaNameT       *compName,&lt;br /&gt;
                        SaAmfHAStateT       haState,&lt;br /&gt;
                        SaAmfCSIDescriptorT csiDescriptor)&lt;br /&gt;
{&lt;br /&gt;
    /*&lt;br /&gt;
     * ---BEGIN_APPLICATION_CODE--- &lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    // ...&lt;br /&gt;
&lt;br /&gt;
    /*&lt;br /&gt;
     * ---END_APPLICATION_CODE---&lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    /*&lt;br /&gt;
     * Print information about the CSI Set&lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    clprintf (CL_LOG_SEV_INFO, &amp;quot;Component [%.*s] : PID [%d]. CSI Set Received\n&amp;quot;,&lt;br /&gt;
              compName-&amp;gt;length, compName-&amp;gt;value, mypid);&lt;br /&gt;
&lt;br /&gt;
    clCompAppAMFPrintCSI(csiDescriptor, haState);&lt;br /&gt;
&lt;br /&gt;
    /*&lt;br /&gt;
     * Take appropriate action based on state&lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    switch ( haState )&lt;br /&gt;
    {&lt;br /&gt;
        case SA_AMF_HA_ACTIVE:&lt;br /&gt;
        {&lt;br /&gt;
            /*&lt;br /&gt;
             * AMF has requested application to take the active HA state &lt;br /&gt;
             * for the CSI.&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: ACTIVE state requested; activating service\n&amp;quot;);&lt;br /&gt;
            running = 1;&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---END_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            saAmfResponse(amfHandle, invocation, SA_AIS_OK);&lt;br /&gt;
            break;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        case SA_AMF_HA_STANDBY:&lt;br /&gt;
        {&lt;br /&gt;
            /*&lt;br /&gt;
             * AMF has requested application to take the standby HA state &lt;br /&gt;
             * for this CSI.&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: New state is not the ACTIVE; deactivating service\n&amp;quot;);&lt;br /&gt;
            running = 0;&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---END_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            saAmfResponse(amfHandle, invocation, SA_AIS_OK);&lt;br /&gt;
            break;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        case SA_AMF_HA_QUIESCED:&lt;br /&gt;
        {&lt;br /&gt;
            /*&lt;br /&gt;
             * AMF has requested application to quiesce the CSI currently&lt;br /&gt;
             * assigned the active or quiescing HA state. The application &lt;br /&gt;
             * must stop work associated with the CSI immediately.&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
            clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: Acknowledging new state\n&amp;quot;);&lt;br /&gt;
            running = 0;&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---END_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            saAmfResponse(amfHandle, invocation, SA_AIS_OK);&lt;br /&gt;
            break;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
        case SA_AMF_HA_QUIESCING:&lt;br /&gt;
        {&lt;br /&gt;
            /*&lt;br /&gt;
             * AMF has requested application to quiesce the CSI currently&lt;br /&gt;
             * assigned the active HA state. The application must stop work&lt;br /&gt;
             * associated with the CSI gracefully and not accept any new&lt;br /&gt;
             * workloads while the work is being terminated.&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
            clprintf(CL_LOG_SEV_INFO, &amp;quot;csa101: Signaling completion of QUIESCING\n&amp;quot;);&lt;br /&gt;
            running = 0;&lt;br /&gt;
&lt;br /&gt;
            /*&lt;br /&gt;
             * ---END_APPLICATION_CODE---&lt;br /&gt;
             */&lt;br /&gt;
&lt;br /&gt;
            saAmfCSIQuiescingComplete(amfHandle, invocation, SA_AIS_OK);&lt;br /&gt;
            break;&lt;br /&gt;
        }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We have modified the &amp;lt;code&amp;gt;clCompAppAMFCSISet&amp;lt;/code&amp;gt; callback function to let our application know what to do when the state changes. In the case where the state changes to &amp;lt;code&amp;gt;SA_AMF_HA_ACTIVE&amp;lt;/code&amp;gt; we set the &amp;lt;code&amp;gt;running&amp;lt;/code&amp;gt; variable to 1. This will cause our application to begin printing the 'Hello World!' message. For any other state change we set the &amp;lt;code&amp;gt;running&amp;lt;/code&amp;gt; variable to 0 which will cause the message to stop printing. For any state change we print out a message indicating the new state of the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The last change that we make is to indicate to our application when the component is being disassociated with the workflow. (The following code begins at line 588 of the source file.)&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|clCompAppMain.c&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
void clCompAppAMFCSIRemove(SaInvocationT  invocation,&lt;br /&gt;
                           const SaNameT  *compName,&lt;br /&gt;
                           const SaNameT  *csiName,&lt;br /&gt;
                           SaAmfCSIFlagsT csiFlags)&lt;br /&gt;
{&lt;br /&gt;
    ....&lt;br /&gt;
&lt;br /&gt;
    /*  &lt;br /&gt;
     * Add application specific logic for removing the work for this CSI.&lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    /*  &lt;br /&gt;
     * ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
     */&lt;br /&gt;
    running = 0;&lt;br /&gt;
&lt;br /&gt;
    /*&lt;br /&gt;
     * ---END_APPLICATION_CODE---&lt;br /&gt;
     */&lt;br /&gt;
&lt;br /&gt;
    saAmfResponse(amfHandle, invocation, SA_AIS_OK);&lt;br /&gt;
&lt;br /&gt;
    return;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;code&amp;gt;clCompAppAMFCSIRemove&amp;lt;/code&amp;gt; callback function we indicate to our application that we are no longer running so that the while loop in the &amp;lt;code&amp;gt;hello_func&amp;lt;/code&amp;gt; function stops printing our 'Hello World!' message.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Customizing the Component MakeFile===&lt;br /&gt;
We have to make a small change to the component &amp;lt;code&amp;gt;MakeFile&amp;lt;/code&amp;gt; so that it knows about our special output library during the build. To do this we add the following lines. This file is located in &amp;lt;code&amp;gt;/home/clovis/projectarea1/ide_workspace/SampleModel/src/app&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|Component MakeFile&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
    # ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
&lt;br /&gt;
    SUBDIRS += ev&lt;br /&gt;
&lt;br /&gt;
    # ---END_APPLICATION_CODE---&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Customizing the Application MakeFile===&lt;br /&gt;
We have to make sure that our special output library is built along with our application. To do this we change the line listing the sudirectories to make as follows. This file is located in the directory &amp;lt;code&amp;gt;/home/clovis/projectarea1/ide_workspace/SampleModel/src/app/csa101&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffccaa;&amp;quot; align=&amp;quot;center&amp;quot;|Application MakeFile&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
    # ---BEGIN_APPLICATION_CODE---&lt;br /&gt;
    &lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
    # Library added for demo console handling for the evaluation kit&lt;br /&gt;
    ASP_LIBS   +=  libeval.a&lt;br /&gt;
&lt;br /&gt;
    # ---END_APPLICATION_CODE---&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are finished customizing our application code!&lt;br /&gt;
&lt;br /&gt;
==Building the csa101 Code==&lt;br /&gt;
&lt;br /&gt;
Now that we have finished customizing the code it is time to build it. The build process is launched using the '''Project &amp;gt; Build Project''' menu item. Once selected the '''Build Configuration''' dialog appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Build Configuration Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_BuildConfigDetails.png|frame|center| '''Build Configuration Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The '''Build Configuration''' dialog is used to gather specific information about the build we are about to perform. Using this dialog you can rebuild the same model using different cross builds, or including different chassis managers. We don't have to make any changes to this dialog since the default settings make sense for our sample application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]If you have prebuilt the SAFplus Platform libraries then you can check the '''Use pre built SAFplus''' checkbox and include the location of the prebuilt libraries. For more information about pre-building SAFplus Platform libraries, see ''OpenClovis SDK User Guide''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]The '''Include SNMP for North Bound Access''' control is checked by default. This just means that Net SNMP will be started along with our system. If you want end-to-end connectivity you will need to supply an SNMP Sub Agent and a MIB. See the ''OpenClovis SDK User Guide'' for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]In the '''Project''' menu if the '''Build Project''' entry is not highlighted, then click in the right pane i.e. '''Clovis Workspace''' pane and click the '''Project''' menu again. This not highlighting of the '''Build Project''' is because the '''Clovis Workspace''' is not selected properly because of moving focus to some other pane.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Click the '''OK''' button to begin the build. If this is the first time that the project is being built, or if you have made changes to any setting on this screen, you will initially see a progress dialog indicating that the project is being configured. The configuration step is setting up the project for building. After the configuration has completed you will see a progress dialog indicating that the code is being built.&lt;br /&gt;
&lt;br /&gt;
==Creating the csa101 Images==&lt;br /&gt;
&lt;br /&gt;
Making the csa101 images will create software packages that can be deployed on target machines to run the example. The process of creating images is launched using the '''Project &amp;gt; Make Images''' menu item. Once selected the '''Make Images Configuration''' dialog appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Make Images Configuration Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_MakeImagesConfigDetails.png|frame|center| '''Make Images Configuration Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The '''Make Images Configuration''' dialog is used to indicate information about the environment on which the images will be deployed. This information is used to tailor the images to run on that environment. Here we will make the following modificaiton.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter a value for the '''Trap IP'''. This value specifies where the SNMP sub-agent will send traps at runtime. This field is optional but if specified must be a valid IP address. Enter a value of '127.0.0.1' in this field.&lt;br /&gt;
&amp;lt;li&amp;gt;Enter a value for the '''TIPC Net ID'''. This value represents a unique identifier used by TIPC to set up interprocess communication across the deployed OpenClovis SAFplus Platform cluster. This field is required and should default to '1340'.&lt;br /&gt;
&amp;lt;li&amp;gt;Check the '''Create Node Specific Images''' and '''Package Images into Tarballs''' check boxes. This will create tarballs of the images making them easy to deploy to various machines.&lt;br /&gt;
&amp;lt;li&amp;gt;The table on this dialog will hold a row for each node instance defined in the model. In our case this is only one...SCNodeI0. For each of these instances we can define the slot number in the chassis on which the node will run and the network interface that the node will use for communication. In our case enter '1' for the Slot Number and 'eth0' for the Network Interface.&lt;br /&gt;
&amp;lt;li&amp;gt;Click '''OK''' to begin the make image process. A dialog box will appear and after a few seconds the the make images process will be complete.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The images will be populated at &amp;lt;project_area&amp;gt;/target/SampleModel/images. Each node-specific image is provided as a directory containing the run-time files (binaries, libraries, prerequisites, and configuration files) as well as a tarball with the same content.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt; For our model containing one node (&amp;lt;code&amp;gt;SCNodeI0&amp;lt;/code&amp;gt;) the following files and directories are generated for deployment on the run-time system.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;project_area&amp;gt;&lt;br /&gt;
   |+target&lt;br /&gt;
       |+&amp;lt;model&amp;gt;&lt;br /&gt;
           |+images&lt;br /&gt;
               |+SCNodeI0&lt;br /&gt;
               |   |+bin&lt;br /&gt;
               |   |+etc&lt;br /&gt;
               |   |+lib&lt;br /&gt;
               |   |+modules&lt;br /&gt;
               |   |+share&lt;br /&gt;
               |-SCNodeI0.tgz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rest of the steps in this example are all done from the command line so we can exit the IDE. To do this use the '''File &amp;gt; Exit''' menu item.&lt;br /&gt;
&lt;br /&gt;
==Deploying the csa101 Images==&lt;br /&gt;
Now that the image has been built we must deploy it so that we can run and observe our example. Since we are assuming that the example will be run on the same machine as the images were built this is a fairly trivial exercise. Use the following steps to deploy the runtime image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;First we create a directory where we will install the image. In our case we will use &amp;lt;code&amp;gt;/root/asp&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd /root&lt;br /&gt;
# mkdir asp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Next we navigate to that directory and untar the deployment package.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd /root/asp&lt;br /&gt;
# tar xzvf /home/clovis/projectarea1/target/SampleModel/images/SCNodeI0.tgz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The System Controller is now installed and ready to run.&lt;br /&gt;
&lt;br /&gt;
[[File:OpenClovis_Note.png]] If you were going to run the example on a machine other than the one where the images were built you would first copy the installation tarball to that machine before performing the above steps.&lt;br /&gt;
&lt;br /&gt;
==Running the csa101 Example==&lt;br /&gt;
There are two parts to running the csa101 example. First we must start SAFplus Platform, and then we interact with the system components.&lt;br /&gt;
&lt;br /&gt;
===Starting SAFplus Platform===&lt;br /&gt;
&lt;br /&gt;
To start SAFplus Platform on System Controller node.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open a shell.&lt;br /&gt;
&amp;lt;li&amp;gt;Run the following commands&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd /root/asp&lt;br /&gt;
# etc/init.d/asp start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:OpenClovis_Note.png]] This assumes that you are running the SAFplus Platform example on the same PC that you are executing these commands. If you are running SAFplus Platform on a different machine then you should first ssh to that machine before executing the commands.&lt;br /&gt;
&lt;br /&gt;
[[File:OpenClovis_Note.png]] If SAFplus Platform fails to start properly it could be due to the machine's firewall being enabled. SAFplus Platform will not run on a machine which has firewall enabled. See the ''Environment Related Observation'' section of the ''OpenClovis Release Notes'' for more information.&lt;br /&gt;
&lt;br /&gt;
[[File:OpenClovis_Note.png]] By default the network interface used by the Group Membership Service is set to eth0. During the make images phase of the tutorial we also set the ethernet interface for node SCNodeI0 to be eth0. During image generation these configuration parameters are written to two files in the deployment package.&lt;br /&gt;
*&amp;lt;code&amp;gt;/root/asp/etc/clGmsConfig.xml&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;/root/asp/etc/asp.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There may be an occasion where you want to switch this interface for a machine on which you are deploying. If you would like to switch this interface on a machine without having to go through the process of rebuilding and redeploying, you can edit these two files and change the 'eth0' references to the interface you would like to use.&lt;br /&gt;
&lt;br /&gt;
===Interacting with the System Components===&lt;br /&gt;
Once SAFplus Platform is up and running the next step is to start csa101 by informing SAFplus Platform that it should start the application. The Evaluation System's model tells SAFplus Platform that csa101 is locked for instantiation. This means that the process will not be started when SAFplus Platform comes up. This method of starting csa's is used for the Evaluation System, allowing users to interact with csa's and clearly see their output/functionality. Usually this would not be the case with applications, where they would run when SAFplus Platform begins.&lt;br /&gt;
&lt;br /&gt;
At this point it would help to be familiar with the Service Availability Forum's notions of  Service Unit, Service Group, and administrative state.  The Service Availability Forum's Application Interface Specification (available from http://www.saforum.org/) is a good place to start.&lt;br /&gt;
&lt;br /&gt;
In brief, the sample applications in the Evaluation System are part of service units which in turn are part of service groups.  Service groups (and the service units that make up the service groups) can be in &amp;quot;administrative&amp;quot; states which include &amp;quot;LockInstantiation&amp;quot;, &amp;quot;LockAssignment&amp;quot;, and &amp;quot;Unlocked&amp;quot;.  There are other states, but these are the ones we care about for the purposes of this Evaluation System.  If the administrative state of a service unit is &amp;quot;LockInstantiation&amp;quot; then the application that is part of that service unit will not even be started.  If the administrative state is &amp;quot;LockAssignment&amp;quot; then the application will be started, but it will not be assigned any work.  If the administrative state is &amp;quot;Unlocked&amp;quot; then it will not only be started, but will have a workload assigned to it, which is to say that it will start doing work (or start providing service), rather than idly sit waiting for work.&lt;br /&gt;
&lt;br /&gt;
The administrative state of a service unit or service group can change from LockInstantiation to LockAssignment, from LockAssignment to Unlocked, or back to LockInstantiation, from Unlocked to LockAssignment.  A picture might help here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;PartialServiceGroupAdministrativeStateDiagram&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; [[File:eval_AdministrativeStateDiagram.png|frame|center| '''Partial Service Group Administrative State Diagram''' ]]&lt;br /&gt;
&lt;br /&gt;
As the figure shows, the administrative state of a service unit (or service group) can change from &amp;quot;LockInstantiation&amp;quot; to &amp;quot;LockAssignment&amp;quot; and from there to &amp;quot;Unlocked&amp;quot;, or back to &amp;quot;LockInstantiation&amp;quot;.  One way to change the administrative state of a service group is with the SAFplus Platform Console command line interface. &lt;br /&gt;
&lt;br /&gt;
To use the SAFplus Platform Console:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Open a terminal on the Development Machine. (Or ssh into System Controller node as root, if you are running SAFplus Platform on a machine other than the development machine.)&lt;br /&gt;
&amp;lt;li&amp;gt; Change to image bin directory: &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# cd /root/asp/bin&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; Start the SAFplus Platform Console &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;# ./asp_console&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; From within the SAFplus Platform Console: &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cli[Test]-&amp;gt; setc 1&lt;br /&gt;
cli[Test:SCNodeI0]-&amp;gt; setc cpm&lt;br /&gt;
cli[Test:SCNodeI0:CPM]-&amp;gt; amsLockAssignment sg csa101SGI0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above changes the administrative state of the group csa101SGI0 from &amp;quot;locked-for-instantiation&amp;quot; to &amp;quot;locked-for-assignment&amp;quot;.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]For the command &amp;lt;code&amp;gt;cli[Test]-&amp;gt; setc 1&amp;lt;/code&amp;gt;, the 1 represents the physical slot number of the System Controller within the Chassis. Remember that we set our System Controller to be in slot 1 in the make images dialog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now lets tail the application log file so that we can see whats going on. In another window, as root, run:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# tail -f /root/asp/var/log/csa101I0Log.latest&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see the following:&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffffaa;&amp;quot; align=&amp;quot;center&amp;quot;| /root/asp/var/log/csa101I0Log.latest&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tue Jul 15 21:32:06 2008   (SCNodeI0.10849 : csa101_EO.---.---.00034 :   INFO)&lt;br /&gt;
 Component [csa101I0] : PID [10849]. Initializing&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:32:06 2008   (SCNodeI0.10849 : csa101_EO.---.---.00035 :   INFO)&lt;br /&gt;
    IOC Address             : 0x1&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:32:06 2008   (SCNodeI0.10849 : csa101_EO.---.---.00036 :   INFO)&lt;br /&gt;
    IOC Port                : 0x80&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:32:06 2008   (SCNodeI0.10849 : csa101_EO.---.---.00037 :   INFO)&lt;br /&gt;
 csa101: Instantiated as component instance csa101I0.&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:32:06 2008   (SCNodeI0.10849 : csa101_EO.---.---.00038 :   INFO)&lt;br /&gt;
 csa101I0: Waiting for CSI assignment...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next change the administrative state of the csa101SGI0 service group to  &amp;quot;unlocked&amp;quot; by running (in the SAFplus Platform Console) :&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cli[Test:SCNodeI0:CPM]-&amp;gt; amsUnlock sg csa101SGI0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the window where you're running the &amp;quot;tail -f&amp;quot; you should see:&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffffaa;&amp;quot; align=&amp;quot;center&amp;quot;| /root/asp/var/log/csa101I0Log.latest&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tue Jul 15 21:36:17 2008   (SCNodeI0.10849 : csa101_EO.---.---.00049 :   INFO)&lt;br /&gt;
 csa101: ACTIVE state requested; activating service&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:36:18 2008   (SCNodeI0.10849 : csa101_EO.---.---.00050 :   INFO)&lt;br /&gt;
 csa101: Hello World! .&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:36:19 2008   (SCNodeI0.10849 : csa101_EO.---.---.00051 :   INFO)&lt;br /&gt;
 csa101: Hello World!  .&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:36:20 2008   (SCNodeI0.10849 : csa101_EO.---.---.00052 :   INFO)&lt;br /&gt;
 csa101: Hello World!   .&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:36:21 2008   (SCNodeI0.10849 : csa101_EO.---.---.00053 :   INFO)&lt;br /&gt;
 csa101: Hello World!    .&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:36:22 2008   (SCNodeI0.10849 : csa101_EO.---.---.00054 :   INFO)&lt;br /&gt;
 csa101: Hello World!     .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As you can tell from the output log our component is up and running! It is continuously printing our 'Hello World!' output.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now change the state of the csa101SGI0 service group back to &amp;quot;locked-for-assignment&amp;quot; by running (in the SAFplus Platform Console): &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cli[Test:SCNodeI0:CPM]-&amp;gt; amsLockAssignment sg csa101SGI0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the tail -f output you should see:&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding = &amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align = &amp;quot;center&amp;quot; width=&amp;quot;680&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;color:black;background-color:#ffffaa;&amp;quot; align=&amp;quot;center&amp;quot;| /root/asp/var/log/csa101I0Log.latest&lt;br /&gt;
 |-&lt;br /&gt;
 |&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Tue Jul 15 21:39:29 2008   (SCNodeI0.10849 : csa101_EO.---.---.00241 :   INFO)&lt;br /&gt;
 csa101: Hello World!  .&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00242 :   INFO)&lt;br /&gt;
 Component [csa101I0] : PID [10849]. CSI Set Received&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00243 :   INFO)&lt;br /&gt;
    CSI Flags               : [Target One]&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00244 :   INFO)&lt;br /&gt;
    CSI Name                : [csa101CSII0]&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00245 :   INFO)&lt;br /&gt;
    HA State                : [Quiesced]&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00246 :   INFO)&lt;br /&gt;
 csa101: Acknowledging new state&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00249 :   INFO)&lt;br /&gt;
 Component [csa101I0] : PID [10849]. CSI Remove Received&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00250 :   INFO)&lt;br /&gt;
    CSI                     : csa101CSII0&lt;br /&gt;
&lt;br /&gt;
Tue Jul 15 21:39:30 2008   (SCNodeI0.10849 : csa101_EO.---.---.00251 :   INFO)&lt;br /&gt;
    CSI Flags               : 0x2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Our component has been put into Lock Assignment state so our 'Hello World!' output has stopped printing to the log.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;At this point you can either unlock the service group to change its state to &amp;quot;unlocked&amp;quot; or you can lock it for instantiation to change it to state  &amp;quot;locked-for-instantiation&amp;quot;.  The latter will cause the csa101 process to die.  From state &amp;quot;locked-for-assignment&amp;quot;, it is possible to change the state to &amp;quot;locked-for-instantiation&amp;quot; by running (in the SAFplus Platform Console):&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cli[Test:SCNodeI0:CPM]-&amp;gt; amsLockInstantiation sg csa101SGI0&lt;br /&gt;
cli[Test:SCNodeI0:CPM] -&amp;gt; end&lt;br /&gt;
cli[Test:SCNodeI0] -&amp;gt; end&lt;br /&gt;
cli[Test] -&amp;gt; bye&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Stopping SAFplus Platform===&lt;br /&gt;
&lt;br /&gt;
To stop SAFplus Platform on the System Controller&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open a shell.&lt;br /&gt;
&amp;lt;li&amp;gt;ssh into the System Controller node as root.&lt;br /&gt;
&amp;lt;li&amp;gt;Once logged in, run the following command&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd /root/asp&lt;br /&gt;
# etc/init.d/asp stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Summary and Next Steps==&lt;br /&gt;
In the csa101 example we learned the following.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;How to create a system model using the '''OpenClovis IDE'''.&lt;br /&gt;
&amp;lt;li&amp;gt;How to generate the source code.&lt;br /&gt;
&amp;lt;li&amp;gt;How to customize this source code to fit a specific application.&lt;br /&gt;
&amp;lt;li&amp;gt;How to configure and build the customized source code.&lt;br /&gt;
&amp;lt;li&amp;gt;How to make runtime images and deploy them to target machines.&lt;br /&gt;
&amp;lt;li&amp;gt;How to start and stop '''SAFplus'''.&lt;br /&gt;
&amp;lt;li&amp;gt;How to interact with system components using the '''SAFplus Platform Console'''.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The next logical step would be to run through the '''OpenClovis Evaluation System User Guide'''. This guide goes over more complex system configurations and introduces new concepts.&lt;br /&gt;
&lt;br /&gt;
For more in depth information on the '''OpenClovis IDE''' see the '''OpenClovis IDE User Guide'''.&lt;br /&gt;
&lt;br /&gt;
For more in depth information on the '''OpenClovis SDK''' see the '''OpenClovis SDK User Guide'''.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: target.conf Settings==&lt;br /&gt;
&lt;br /&gt;
Below is a description of the values in the settings in the &amp;lt;code&amp;gt;target.conf&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''TRAP_IP''' (Mandatory): Specifies where the SNMP SubAgent should send traps at runtime.  If you do not have an SNMP SubAgent in your model specify '''127.0.0.1''' as the value.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
TRAP_IP=127.0.0.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''CMM_IP''' (Mandatory if deployed on an ATCA chassis): Specifies the IP address of the target system's chassis management module or shelf manager. &amp;lt;i&amp;gt;ATCA chassis Example&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
CMM_IP=169.254.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''CMM_USERNAME''' and '''CMM_PASSWORD''' (Mandatory if deployed on an ATCA chassis): Specifies the username and password required for the OpenClovis SAFplus Platform Chassis Manager to connect to the target system's chassis management module. &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
CMM_USERNAME=root&lt;br /&gt;
CMM_PASSWORD=password&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''INSTALL_PREREQUISITES=YES|NO''' (Mandatory): Specifies whether the target images will include 3rd party runtime prerequisites or not.  Say '''YES''' if the target nodes do not meet the target host requirements specified in the Installation section of this document.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
INSTALL_PREREQUISITES=YES&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''INSTANTIATE_IMAGES=YES|NO''' (Mandatory): Specifies whether &amp;lt;code&amp;gt;make images&amp;lt;/code&amp;gt; will generate node-instance specific images instead of only generating node-type specific images.  This option is a development optimization for advanced users of OpenClovis SDK.  If unsure, say '''YES'''. &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
INSTANTIATE_IMAGES=YES&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''CREATE_TARBALLS=YES|NO''' (Mandatory): Specifies whether the node-instance specific images created will be packaged into tarballs for deployment onto the target system.  If unsure, say '''YES'''.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
CREATE_TARBALLS=YES&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''TIPC_NETID''' (Mandatory): Specifies a unique identifier used by TIPC to set up interprocess communication across the deployed OpenClovis SAFplus Platform cluster.  This is an unsigned 32-bit integer, and &amp;lt;i&amp;gt;must&amp;lt;/i&amp;gt; be unique for every model that is deployed.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
TIPC_NETID=1337&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Node Instance Details''': These specify the node-instance specific parameters required for deploying the model. For each node in the model there is a corresponding entry in the file:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''SLOT_&amp;lt;node instance name&amp;gt;''' (Mandatory): Specifies which slot the node is located in.  The first slot is slot 1 -- DO NOT USE SLOT NUMBER 0, it is invalid.  When deployed to an ATCA chassis, the physical slot in which the blade is actually installed will override this value.  When deployed to regular (non-ATCA) systems, this is a logical slot and must be unique for every node in the cluster. &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
SLOT_SCNodeI0=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''LINK_&amp;lt;node instance name&amp;gt;''' (Optional): Specifies the ethernet interface used by the node for OpenClovis SAFplus Platform communication with the rest of the cluster.  If unspecified, this defaults to &amp;lt;code&amp;gt;eth0&amp;lt;/code&amp;gt;.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
LINK_SCNodeI0=eth0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''ARCH_&amp;lt;node instance name&amp;gt;''' (Optional if '''ARCH''' is specified): Specifies the target architecture of the node as a combination of machine architecture (MACH) and linux kernel version.  This is only required on a per-node basis if the target cluster has heterogeneous architectures across the nodes.  If it is a homogeneous cluster, a single '''ARCH''' parameter (described below) will suffice.  &amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
ARCH_SCNodeI0=i386/linux-2.6.14&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''ARCH''' (Optional if node-specific '''ARCH_''' parameters are specified): Specifies the target architecture of all nodes in a homogeneous cluster as a combination of machine architecture (MACH) and linux kernel version.  Note: The build process automatically populates this variable based on the last target the model is built for.&amp;lt;i&amp;gt;e.g.&amp;lt;/i&amp;gt;:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
ARCH=i386/linux-2.6.14&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
For example, if we have a three-node cluster with the following details:&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;600&amp;quot;&lt;br /&gt;
|+ align=&amp;quot;bottom&amp;quot; | '''Example Node Instance Detail'''&lt;br /&gt;
|- style=&amp;quot;color:#ffffff; background:#549cc6&amp;quot;&lt;br /&gt;
!style=&amp;quot;color:#66b154; background:#09477c&amp;quot;| Node Name&lt;br /&gt;
!style=&amp;quot;color:#66b154; background:#09477c&amp;quot;| Slot Number&lt;br /&gt;
!style=&amp;quot;color:#66b154; background:#09477c&amp;quot;| Link Interface&lt;br /&gt;
!style=&amp;quot;color:#66b154; background:#09477c&amp;quot;| Architecture&lt;br /&gt;
|- style=&amp;quot;color:#ffffff; background:#549cc6&amp;quot;&lt;br /&gt;
|SCNodeI0&lt;br /&gt;
|1&lt;br /&gt;
|eth0&lt;br /&gt;
|i386/linux-2.6.14&lt;br /&gt;
|- style=&amp;quot;color:#ffffff; background:#549cc6&amp;quot;&lt;br /&gt;
|PayloadNodeI0&lt;br /&gt;
|3&lt;br /&gt;
|eth0&lt;br /&gt;
|i386/linux-2.6.14&lt;br /&gt;
|- style=&amp;quot;color:#ffffff; background:#549cc6&amp;quot;&lt;br /&gt;
|PayloadNodeI1&lt;br /&gt;
|4&lt;br /&gt;
|eth1&lt;br /&gt;
|ppc/linux-2.6.9&lt;br /&gt;
|}&lt;br /&gt;
we would specify the node instance details as:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
SLOT_SCNodeI0=1&lt;br /&gt;
SLOT_PayloadNodeI0=3&lt;br /&gt;
SLOT_PayloadNodeI1=4&lt;br /&gt;
&lt;br /&gt;
LINK_SCNodeI0=eth0&lt;br /&gt;
LINK_PayloadNodeI0=eth0&lt;br /&gt;
LINK_PayloadNodeI1=eth1&lt;br /&gt;
&lt;br /&gt;
ARCH_SCNodeI0=i386/linux-2.6.14&lt;br /&gt;
ARCH_PayloadNodeI0=i386/linux-2.6.14&lt;br /&gt;
ARCH_PayloadNodeI1=ppc/linux-2.6.9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix B: AMF Configuration Details==&lt;br /&gt;
This appendix gives brief descriptions of configuration details for instances of different entities (like Node, Service Group, Service Unit etc) that are present in the '''Clovis''' -&amp;gt; '''AMF Configuration''' dialog box.&lt;br /&gt;
&lt;br /&gt;
===Node Instance===&lt;br /&gt;
This screen displays the node instance that was created by the Node Instance Wizard. This node instance was created because the node type '''SCNode''' was selected on the wizard screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Node Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_NodeInstanceDetails.png|frame|center| '''Node Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Node Instance Name''': This field holds the name of the node instance. This name must be unique. The name that was generated combines the node type (SCNode), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''Node Type''': This field holds the node type that was selected on the wizard screen.&lt;br /&gt;
&amp;lt;li&amp;gt;'''MOID''': This is the unique identifier for the node instance. It was generated by the wizard. The format of this ID is a string representing the one and only instance of the chassis (\Chassis:0) defined in the Resource Editor followed by a string representing the first and only instance of the blade type (\SysBlade:0) that was selected in the Node Instance Wizard.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:OpenClovis_Note.png]]'''MOID''' is an acronym for Managed Object Identifier. It must be unique and is used to identify which hardware chassis and blade type this instance will run on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Service Unit Instance===&lt;br /&gt;
This screen displays the service unit instance that was created by the Service Group Instance Wizard. This service unit instance was created because the service unit type is associated with both the selected node type (SCNode) and the selected service group type (csa101SG) in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='SU Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_SUInstanceDetails.png|frame|center| '''SU Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''SU Instance Name''': This field holds the name of the service unit instance. This name must be unique. The name that was generated combines the service unit type (csa101SU), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''Service Unit Type''': This field holds the type of the service unit instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Component Instance===&lt;br /&gt;
This screen displays the component instance that was created by the Service Group Instance Wizard. This component instance was created because the component type is associated with the created parent service unit type (csa101SU) in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Component Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_ComponentInstanceDetails.png|frame|center| '''Component Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Component Instance Name''': This field holds the name of the component instance. This name must be unique. The name that was generated combines the component type (csa101), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''Component Type''': This field holds the type of the component instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Service Group Instance===&lt;br /&gt;
This screen displays the service group instance that was created by the Service Group Instance Wizard. This service group instance was created because the service group type '''csa101SG''' was selected on the wizard screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Service Group Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_SGInstanceDetails.png|frame|center| '''Service Group Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''SG Instance Name''': This field holds the name of the service group instance. This name must be unique. The name that was generated combines the service group type (csa101SG), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''ServiceGroup Type''': This field holds the type of the service group instance.&lt;br /&gt;
&amp;lt;li&amp;gt;'''Associated Service Units''': This button is used to associate service unit instances with this service group instance. Creating this association indicates that the selected service unit(s) will run within this service group instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Clicking the '''Associated Service Units''' Edit... button will display the following dialog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Associated Service Units Dialog'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_SG_SI_Association.png|frame|center| '''Associated Service Units Dialog''' ]]&lt;br /&gt;
&lt;br /&gt;
This dialog lists the service unit instances that can be associated with this service group instance. The list contains only one item, the service unit instance that was created by the wizard. This item is checked indicating that the wizard automatically chose this service unit instance to run within the service group instance.&lt;br /&gt;
&lt;br /&gt;
===Service Instance Instance===&lt;br /&gt;
This screen displays the service instance that was created by the Service Group Instance Wizard. This service instance was created because the service instance type is associated with the parent service group type (csa101SG) in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Service Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_SIInstanceDetails.png|frame|center| '''Service Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Service Instance Name''': This field holds the name of the service instance. This name must be unique. The name that was generated combines the service instance type (csa101SI), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''ServiceInstance Type''': This field holds the type of the service instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Component Service Instance Instance===&lt;br /&gt;
This screen displays the component service instance that was created by the Service Group Instance Wizard. This component service instance was created because the component service instance is associated with the parent service instance type (csa101SI) in our model.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id='Component Service Instance Details'&amp;gt;&amp;lt;/span&amp;gt;[[File:Tutorial_CSIInstanceDetails.png|frame|center| '''Component Service Instance Details''' ]]&lt;br /&gt;
&lt;br /&gt;
The information on this screen is described below.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Component Service Instance Name''': This field holds the name of the component service instance. This name must be unique. The name that was generated combines the component service instance type (csa101CSI), the letter I (for Instance), and the number 0 (since this is the first instance of this type).&lt;br /&gt;
&amp;lt;li&amp;gt;'''ComponentServiceInstance Type''': This field holds the type of the component service instance.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pushparaj</name></author>	</entry>

	</feed>