<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Bright%3AScaleMP</id>
	<title>Bright:ScaleMP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Bright%3AScaleMP"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:ScaleMP&amp;action=history"/>
	<updated>2026-05-04T16:28:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:ScaleMP&amp;diff=3836&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Installing VSMP for Cloud ==  The software need to need to be installed on the head node and consists on two parts: the image manager and the vSMP image.  These must be cop...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Bright:ScaleMP&amp;diff=3836&amp;oldid=prev"/>
		<updated>2014-01-17T10:09:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Installing VSMP for Cloud ==  The software need to need to be installed on the head node and consists on two parts: the image manager and the vSMP image.  These must be cop...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installing VSMP for Cloud ==&lt;br /&gt;
&lt;br /&gt;
The software need to need to be installed on the head node and consists on two parts: the image manager and the vSMP image.&lt;br /&gt;
&lt;br /&gt;
These must be copied to /cm/local/apps/vsmp.  Then /cm/local/apps/vsmp/vSMP.img muyst link to the image being used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
cp image_manager /cm/local/apps/vsmp/&lt;br /&gt;
cp vSMP-3.5.155.img /cm/local/apps/vsmp&lt;br /&gt;
ln -sf vSMP-3.5.155.img /cm/local/apps/vsmp/vSMP.img&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating Virtual SMP Nodes ==&lt;br /&gt;
&lt;br /&gt;
Virutal Nodes can be created using the GUI of cmsh.  &lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
&lt;br /&gt;
Click on the virtual folder and the click add. This will create a node that acts and looks like any physical node. It will have an extra tab to configure when physical nodes should be used as part of the vSMP node. &lt;br /&gt;
&lt;br /&gt;
Nodes that are part of the vSMP node will be put into the aggregated state and will boo the vSMP kernel. Once all members have booted they will be formed into a single node.&lt;br /&gt;
&lt;br /&gt;
=== CMSH ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[mc]% device add virtualsmpnode vsmp001&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]]% set members node001 node002 node003&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]]% interfaces&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]-&amp;gt;interfaces]% add physical BOOTIF&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]-&amp;gt;interfaces*[BOOTIF*]]% set ip 10.141.10.1&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]-&amp;gt;interfaces*[BOOTIF*]]% set network internalnet&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]-&amp;gt;interfaces*[BOOTIF*]]% exit&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]-&amp;gt;interfaces*]% exit&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]]% set provisioninginterface BOOTIF&lt;br /&gt;
[mc-&amp;gt;device*[vsmp001*]]% commit&lt;br /&gt;
...&lt;br /&gt;
[mc-&amp;gt;device[vsmp001]]% power reset -n vsmp001&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After the virtual SMP node boots, it must be identified in the same way that&lt;br /&gt;
a new physical node has to be identified at first boot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== vSMP Settings ==&lt;br /&gt;
&lt;br /&gt;
The settings can be accessed in teh same way as other nodes through the GUI of through CMSH:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
mycluster:~ # cmsh&lt;br /&gt;
[mc]% device use vnode001&lt;br /&gt;
[mc-&amp;gt;device[vnode001]]% vsmpsettings&lt;br /&gt;
[mc-&amp;gt;device[vnode001]-&amp;gt;vsmpsettings]% show&lt;br /&gt;
Parameter Value&lt;br /&gt;
------------------------------ -----------------------------------------&lt;br /&gt;
Boot device&lt;br /&gt;
Console redirection all&lt;br /&gt;
Extended acpi no&lt;br /&gt;
Fault tolerance RESTART&lt;br /&gt;
Hyperthreading no&lt;br /&gt;
List of boards -&lt;br /&gt;
Minimal boards 2&lt;br /&gt;
Restart on failure no&lt;br /&gt;
Revision&lt;br /&gt;
System memory 100&lt;br /&gt;
Type VScaleMPSettings&lt;br /&gt;
Update backplane no&lt;br /&gt;
[mc-&amp;gt;device[vnode001]-&amp;gt;vsmpsettings]% set systemmemory 90&lt;br /&gt;
[mc-&amp;gt;device[vnode001]-&amp;gt;vsmpsettings*]% commit&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>