<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seeds of Genius</title>
	<atom:link href="http://www.seedsofgenius.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seedsofgenius.net</link>
	<description>Defining Value Add</description>
	<lastBuildDate>Fri, 18 May 2012 13:24:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Solaris 11: Manual vs Automatic Networking Basics</title>
		<link>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics</link>
		<comments>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics#comments</comments>
		<pubDate>Fri, 18 May 2012 13:08:45 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=433</guid>
		<description><![CDATA[There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the ipadm and dladm commands [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting ISO Images in Solaris vs. AIX</title>
		<link>http://www.seedsofgenius.net/solaris/mounting-iso-images</link>
		<comments>http://www.seedsofgenius.net/solaris/mounting-iso-images#comments</comments>
		<pubDate>Wed, 01 Jun 2011 15:31:06 +0000</pubDate>
		<dc:creator>bisbell</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[ISO]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=411</guid>
		<description><![CDATA[The reason for this document was because all I could find through Google for mounting an ISO image on AIX was the following document.  Using this method takes about an [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modify a Solaris Jumpstart Miniroot for Fun and Profit</title>
		<link>http://www.seedsofgenius.net/solaris/modify-a-solaris-jumpstart-miniroot-for-fun-and-profit</link>
		<comments>http://www.seedsofgenius.net/solaris/modify-a-solaris-jumpstart-miniroot-for-fun-and-profit#comments</comments>
		<pubDate>Wed, 25 May 2011 19:01:01 +0000</pubDate>
		<dc:creator>bisbell</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Patching]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Jumpstart]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=406</guid>
		<description><![CDATA[I use the following basic procedure to create a Jumpstart boot image that I can use for various system maintenance purposes.  The boot image is used solely to boot across [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Console Redirection on Linux</title>
		<link>http://www.seedsofgenius.net/linux/how-to-console-redirection-on-linux</link>
		<comments>http://www.seedsofgenius.net/linux/how-to-console-redirection-on-linux#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:17:14 +0000</pubDate>
		<dc:creator>bblack</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[ttyS0]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=364</guid>
		<description><![CDATA[It can be beneficial to view console messages over a serial port or even log in and make configuration changes over the console terminal window. This can be a confusing [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Tips: Flash Archive (FLAR) with Zones</title>
		<link>http://www.seedsofgenius.net/solaris/solaris-tips-flash-archive-flar-with-zones</link>
		<comments>http://www.seedsofgenius.net/solaris/solaris-tips-flash-archive-flar-with-zones#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:37:33 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=363</guid>
		<description><![CDATA[Issue At least as of Solaris 10 10/09 (Update 8), Solaris Flash Archive technology is not compatible with Solaris Zones, making systems with zones more difficult to clone and deploy. [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Tips: Unencapsulate SVM root mirror</title>
		<link>http://www.seedsofgenius.net/solaris/quick-reference-unencapsulate-svm-root-mirror</link>
		<comments>http://www.seedsofgenius.net/solaris/quick-reference-unencapsulate-svm-root-mirror#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:09:11 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=349</guid>
		<description><![CDATA[Often times administrators must boot a Solaris from alternate media in single user mode (failsafe, cd/dvdrom, or network image) in order to make repairs to the installed OS. In this [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Tips: Enable SVM while booted from alternate media</title>
		<link>http://www.seedsofgenius.net/uncategorized/solaris-tips-enable-svm-while-booted-from-alternate-media</link>
		<comments>http://www.seedsofgenius.net/uncategorized/solaris-tips-enable-svm-while-booted-from-alternate-media#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:01:59 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=347</guid>
		<description><![CDATA[This operation is not officially supported, so use it at your own risk. Often times administrators must boot a Solaris from alternate media in single user mode (failsafe, cd/dvdrom, or [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Liners: Set up SSH Authorized Keys</title>
		<link>http://www.seedsofgenius.net/uncategorized/one-liners-set-up-ssh-authorized-keys</link>
		<comments>http://www.seedsofgenius.net/uncategorized/one-liners-set-up-ssh-authorized-keys#comments</comments>
		<pubDate>Wed, 01 Sep 2010 18:17:44 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=341</guid>
		<description><![CDATA[$ ssh-keygen $ ssh-add -L &#124; ssh username@server &#8220;umask 077; test -d .ssh&#124;&#124;mkdir .ssh; cat &#62;&#62;.ssh/authorized_keys&#8221; Related Articles: Solaris Tips: Enable SVM while booted from alternate media One Liners: Set [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Tips: Repairing the Boot Archive</title>
		<link>http://www.seedsofgenius.net/solaris/solaris-tips-repairing-the-boot-archive</link>
		<comments>http://www.seedsofgenius.net/solaris/solaris-tips-repairing-the-boot-archive#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:37:52 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=337</guid>
		<description><![CDATA[The Solaris boot archive, introduced in Solaris 10 10/08 (update 6) on SPARC (it&#8217;s in the X86 version since the 1/06 release), is similar to the initrd in Linux. It [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Reference: ZFS vs Btrfs</title>
		<link>http://www.seedsofgenius.net/uncategorized/zfs-vs-btrfs-a-reference</link>
		<comments>http://www.seedsofgenius.net/uncategorized/zfs-vs-btrfs-a-reference#comments</comments>
		<pubDate>Fri, 20 Aug 2010 18:11:05 +0000</pubDate>
		<dc:creator>bwagner</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ZFS BtrFS Filesystem Linux Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=308</guid>
		<description><![CDATA[ZFS vs BtrFS This guide is not a discussion on which is better: ZFS or BtrFS (While many may argue that the fundamental design of BtrFS is superior, it is [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different network configuration modes/profiles in Solaris 11, Automatic and Manual.  This Network Configuration Profile (NCP) is determined during installation.  For Manual mode, the <em>ipadm</em> and <em>dladm</em> commands are used to make changes.  For Automatic mode, <em>netadm</em> and <em>netcfg </em>are used for configuration.</p>
<p>* The “None” option for networking during a text-based install will default to Manual mode *</p>
<p>To check the current mode of the system, use the command:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><strong><em> </em></strong></p>
<p>If it is in <em>Manual</em> mode, it will return this output:</p>
<p><em><span style="color: #ff6600;"> netadm: DefaultFixed NCP is enabled; automatic network management is not available.</span></em></p>
<p><em><span style="color: #ff6600;"> &#8216;netadm list&#8217; is only supported when automatic network management is active.</span></em></p>
<p>If it is in <em>Automatic</em> mode, it will return a list starting with the line:</p>
<p><em><span style="color: #ff6600;"> # netadm list</span></em></p>
<p><em><span style="color: #ff6600;"> TYPE        PROFILE        STATE</span></em></p>
<p><em><span style="color: #ff6600;"> ncp         Automatic      online</span></em></p>
<p>To get into <em>Manual </em>mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp DefaultFixed</span></em></p>
<p>To get into <em>Automatic</em> mode, enter the command:</p>
<p><em><span style="color: #ff6600;"> # netadm enable -p ncp Automatic</span></em></p>
<p><em> </em></p>
<p><strong><span style="text-decoration: underline;">Manual Mode</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>To configure the network from scratch (using the <em>ipadm</em>/<em>dladm </em>commands), make sure that the <em>DefaultFixed </em>profile is enabled to enter Manual mode.  Once <em>Manual</em> mode is enabled, the <em>ipadm</em> and <em>dladm </em>commands can be used to change the network configuration.  It is important to note that with the <em>ipadm</em> command, all changes made will remain after a system reboot.</p>
<p>This mode is ideal for systems with Static network configurations.</p>
<p><strong><span style="text-decoration: underline;">Automatic Mode</span></strong></p>
<p>In Solaris 11, Automatic mode is a slightly refined version of the Network Auto-Magic (NWAM) Architecture.  This is a reactive method of networking that utilizes the <em>Automatic NCP</em> or one of many <em>User-Defined NCPs</em> to manage basic networking based on preferred property values stored in these profiles.  When changes are made, the system will activate a <em>Network Configuration Unit (NCU) </em>within the NCP. There are two types of NCUs, <em>Link NCU’s</em> and <em>Interface NCUs:</em></p>
<p>-       <em><span style="text-decoration: underline;">Link NCU</span></em> &#8211; represents Physical devices.</p>
<p>-       <em><span style="text-decoration: underline;">Interface NCU</span></em> &#8211; represents IP interfaces.</p>
<p>The <strong><em>Automatic NCP</em></strong> is a system-defined profile and cannot be modified by a user.  It contains one <em>Link NCU </em>and one <em>Interface NCU</em> for each physical link on the system.  For this particular profile, Physical links take precedence over Wireless links when its time to activate an NCU.  This profile changes dynamically when new links are inserted or removed from the system.</p>
<p>The<strong><em> User-Defined NCPs </em></strong>are basically just custom NCPs that are controlled by the user.  With this method, users must explicitly add and remove NCUs from the profile.  An advantage to this method is that users can preemptively add links that are not currently inserted in the system.   To create, edit, and destroy <em>User-Defined NCPs</em>, the <em>netcfg</em> commands are used.  Loading in a User-Defined NCP can be accomplished with the command:</p>
<p><em><span style="color: #ff6600;"># netadm enable –p `User-Defined NCP`</span></em></p>
<p>Once basic networking has been achieved, there is something called the <strong><em>Location Profile</em></strong> that loads system-wide network configuration information.  This includes:</p>
<p>-       Condition under which it is activated</p>
<p>-       Naming service to use</p>
<p>-       Domain name</p>
<p>-       IP Filter rules</p>
<p>-       IPsec policy</p>
<p>There are two main Location Profiles predefined by the system, <em>NoNet </em>and <em>Automatic</em>.  Basically <em>NoNet </em>is activated if there are no available networks, and <em>Automatic</em> is activated if there are (as long as no other profile supersedes it).  These profiles can be modified, but there are additional read-only copies stored on the system as a backup.</p>
<p>This mode is ideal for systems with Dynamic network configurations.
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/solaris-11-manual-vs-automatic-networking-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

