<?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>Unix Sysadmin &#187; console</title>
	<atom:link href="http://www.sysadmindayph.com/blog/tag/console/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:36:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Send Break on SPARC Enterprise T5120 &#8211; Send Break on ILOM</title>
		<link>http://www.sysadmindayph.com/blog/send-break-on-sparc-enterprise-t5120-send-break-on-ilom/</link>
		<comments>http://www.sysadmindayph.com/blog/send-break-on-sparc-enterprise-t5120-send-break-on-ilom/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:06:20 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[alom]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[ilom]]></category>
		<category><![CDATA[sp console]]></category>
		<category><![CDATA[sparc enterprise]]></category>
		<category><![CDATA[t5120]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=169</guid>
		<description><![CDATA[Send Break on SPARC Enterprise T5120 &#8211; well it for the T5000 series I guess, the newer ones. Or &#8220;Sending Break onan ILOM.. &#8220;-&#62;&#8221; = ILOM &#8220;sc&#62;&#8221; = ALOM .. and since this particular server has the &#8220;-&#62;&#8221; prompt we&#8217;re using the ILOM. From ILOM to Solaris: -&#62; start /SP/console From ALOM to Solaris: sc&#62; &#8230; <a href="http://www.sysadmindayph.com/blog/send-break-on-sparc-enterprise-t5120-send-break-on-ilom/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Send Break on SPARC Enterprise T5120 &#8211; well it for the T5000 series I guess, the newer ones. Or &#8220;Sending Break onan ILOM..</p>
<blockquote><p>&#8220;-&gt;&#8221;    = ILOM<br />
&#8220;sc&gt;&#8221;  = ALOM</p></blockquote>
<p>.. and since this particular server has the &#8220;-&gt;&#8221; prompt we&#8217;re using the ILOM.</p>
<p>From ILOM to Solaris:<br />
-&gt; start /SP/console</p>
<p>From ALOM to Solaris:<br />
sc&gt; console</p>
<p>And of course.. Enter &#8220;#.&#8221; to return to ALOM / ILOM !!</p>
<p><strong>Send Break on ILOM</strong></p>
<p><span style="color: red;">set /HOST send_break_action=break</span><br />
and then<br />
<span style="color: red;">start /SP/console</span></p>
<p>c)ontinue, s)ync, r)eset? s</p>
<p>bada bing! bada boom!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/send-break-on-sparc-enterprise-t5120-send-break-on-ilom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exiting from Container Console if forgot to specify an escape character&#8230;</title>
		<link>http://www.sysadmindayph.com/blog/exiting-from-container-console-if-forgot-to-specify-an-escape-character/</link>
		<comments>http://www.sysadmindayph.com/blog/exiting-from-container-console-if-forgot-to-specify-an-escape-character/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 02:09:42 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[Solaris Containers]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[harware]]></category>
		<category><![CDATA[local zone]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=157</guid>
		<description><![CDATA[Once you have a non-global zone installed or running on a Solaris 10 installation, it is often useful to connect to the console of the zone. This provides the same control over the zone as connecting to the console of a physical server running Solaris. To connect to the console of a Solaris 10 zone &#8230; <a href="http://www.sysadmindayph.com/blog/exiting-from-container-console-if-forgot-to-specify-an-escape-character/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Once you have a non-global zone installed or running on a Solaris 10 installation, it is often useful to connect to the console of the zone. This provides the same control over the zone as connecting to the console of a physical server running Solaris.</p>
<p>To connect to the console of a Solaris 10 zone called testzone, use the following command as root or the equivalent on the global zone:</p>
<blockquote><p>
zlogin -C testzone</p></blockquote>
<p>The -C option specifies a console login. The console login will persist when the zone is rebooted.<br />
To exit zlogin, use the escape sequence ~. on a new line (the tilde must follow a carriage return, not any other character). If this escape character is inappropriate (because you are connected using software like tip that also uses this escape sequence), you can specify a different escape character on the command line. For example, to use the @ symbol, use:</p>
<blockquote><p>
zlogin -C -e @ testzone</p></blockquote>
<p>In this case, to exit the zlogin console session, type @. on a new line</p>
<p>Just a note of reference, if you are using tip and forget to change the escape character above. you can do the following to get out</p>
<p>~~.</p>
<p>This will force it to disconnect the local zlogin instead of the tip&#8230;<br />
&#8212;-<br />
<em>However, let&#8217;s go deeper&#8230;.</em></p>
<p><em>If you logged into a container&#8217;s console (via chs000xx &#8212;&gt; ILOM &#8212;&gt; then to a serial console)..</em></p>
<p><em><br />
#.  &#8211; will exit to ILOM (but once you logged in again.. you&#8217;re in container&#8217;s console)<br />
~. &#8211; will exit to chs000xx (but once you logged in again.. you&#8217;re in container&#8217;s console)<br />
~~. &#8211; WILL EXIT from the Container!!</em></p>
<p><em><br />
It&#8217;s a like an hierarchy thingy..</em></p>
<p><em><br />
(first part was taken from a website&#8230; later part was from me.. of course if you didn&#8217;t read all of it, you wont see this note.. <img src='http://www.sysadmindayph.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )</em></p>
<p>http://sysadmindayph.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/exiting-from-container-console-if-forgot-to-specify-an-escape-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

