<?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/index.php?action=history&amp;feed=atom&amp;title=Doc%3Alatest%2Fsdkguide%2Fstartermodels</id>
		<title>Doc:latest/sdkguide/startermodels - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://help.openclovis.com/index.php?action=history&amp;feed=atom&amp;title=Doc%3Alatest%2Fsdkguide%2Fstartermodels"/>
		<link rel="alternate" type="text/html" href="https://help.openclovis.com/index.php?title=Doc:latest/sdkguide/startermodels&amp;action=history"/>
		<updated>2026-04-30T15:20:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>https://help.openclovis.com/index.php?title=Doc:latest/sdkguide/startermodels&amp;diff=651&amp;oldid=prev</id>
		<title>Bot: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://help.openclovis.com/index.php?title=Doc:latest/sdkguide/startermodels&amp;diff=651&amp;oldid=prev"/>
				<updated>2011-10-24T19:05:29Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:05, 24 October 2011&lt;/td&gt;
			&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bot</name></author>	</entry>

	<entry>
		<id>https://help.openclovis.com/index.php?title=Doc:latest/sdkguide/startermodels&amp;diff=650&amp;oldid=prev</id>
		<title>Senthilk at 04:08, 27 August 2010</title>
		<link rel="alternate" type="text/html" href="https://help.openclovis.com/index.php?title=Doc:latest/sdkguide/startermodels&amp;diff=650&amp;oldid=prev"/>
				<updated>2010-08-27T04:08:14Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==&amp;quot;Starter&amp;quot; Applications (Models)==&lt;br /&gt;
&lt;br /&gt;
Experts at the OpenClovis IDE can brew a complex redundancy model from scratch in just an hour or two.  However building a model from scratch is more difficult for a beginner than modifying an existing model.  To help new users, the OpenClovis SAFplus Platform provides &amp;quot;starter&amp;quot; models that can be used to begin your model.  These are different from the &amp;quot;eval&amp;quot; kit in that the eval kit is made to showcase the features and functionality of the SAFplus Platform and as such are defined to use a very minimal physical (2-3 nodes) layout and simple redundancy model.  On the other hand, the &amp;quot;Starter&amp;quot; Models are useful models that you may base your model off of.&lt;br /&gt;
&lt;br /&gt;
The models are located src/examples/ide_workspace (IDE model) and src/examples/ (generated code).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===The &amp;quot;Starter&amp;quot; Application - IP Address Failover - src/examples/virtualIp ===&lt;br /&gt;
&lt;br /&gt;
This starter model implements a commonly-desired feature that is often considered difficult to implement, but becomes very simple on top of the OpenClovis SAFplus Platform infrastructure - IP address failover.  &lt;br /&gt;
&lt;br /&gt;
The idea behind IP address failover is to have a &amp;quot;virtual IP&amp;quot; address that can be moved from the active blade to another blade when the active fails.  This is an essential component of many highly available network servers. &lt;br /&gt;
&lt;br /&gt;
The Translation into a SAF/OpenClovis model is very simple.  Each Virtual IP address is defined as a &amp;quot;Component Service Instance&amp;quot; (CSI), essentially a &amp;quot;work assignment&amp;quot;.  Each CSI contains the IP Address (e.g. 192.168.1.2) and the physical network interface (e.g. eth0) on which it should be assigned.  When the OpenClovis SAFplus Platform &amp;quot;assigns&amp;quot; the CSI to a blade, the software assigns the IP address to the physical network interface using the standard linux &amp;quot;ifconfig&amp;quot; utility.  It then issues a &amp;quot;gratituous ARP&amp;quot; to notify the larger network of the IP address change.  When the OpenClovis SAFplus Platform &amp;quot;removes&amp;quot; the CSI from a blade, the software removes the IP address from the physical network interface using &amp;quot;ifconfig&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The only custom code needed is the application-specific code needed to bring up an interface and issue the gratituous ARP.&lt;br /&gt;
&lt;br /&gt;
This model can be packaged with the OpenClovis SAFplus Platform or as an application-only deployable bundle (using SAFplus Platform Web Director).  To create an application-only bundle, first build SAFplus Platform package normally (i.e. configure; make).  Next, go to the &amp;quot;virtualIp/bundle&amp;quot; directory and type &amp;quot;make&amp;quot;.  An application tarball will be created.&lt;/div&gt;</summary>
		<author><name>Senthilk</name></author>	</entry>

	</feed>