<?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; XSCF</title>
	<atom:link href="http://www.sysadmindayph.com/blog/category/console-access/xscf/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 XSCF &#8211; Sun M5000 Servers</title>
		<link>http://www.sysadmindayph.com/blog/send-break-on-xscf-sun-m5000-servers/</link>
		<comments>http://www.sysadmindayph.com/blog/send-break-on-xscf-sun-m5000-servers/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:38:24 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Console Access]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[XSCF]]></category>
		<category><![CDATA[m5000]]></category>
		<category><![CDATA[send break]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=173</guid>
		<description><![CDATA[From our last post about XSCF Cheat sheet, we put there some commands on an XSCF management interface card. I thought that was the most common one, but we forgot to put in how to send &#8216;break&#8217; to the host console! Here&#8217;s how: XSCF> sendbreak -d 0 [sends break command to domain 0] You can &#8230; <a href="http://www.sysadmindayph.com/blog/send-break-on-xscf-sun-m5000-servers/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>From our last post about <a href="http://www.sysadmindayph.com/blog/xscf-console-command-cheat-sheet/">XSCF Cheat sheet</a>, we put there some commands on an XSCF management interface card. I thought that was the most common one, but we forgot to put in how to send &#8216;break&#8217; to the host console! <img src='http://www.sysadmindayph.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s how:</p>
<p><span id="more-173"></span></p>
<p>XSCF> sendbreak -d 0 [sends break command to domain 0]</p>
<p>You can then continue with the console and do what you&#8217;re suppose to do.. sync? reboot? etc&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/send-break-on-xscf-sun-m5000-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSCF Console Command Cheat sheet</title>
		<link>http://www.sysadmindayph.com/blog/xscf-console-command-cheat-sheet/</link>
		<comments>http://www.sysadmindayph.com/blog/xscf-console-command-cheat-sheet/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 14:34:54 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Console Access]]></category>
		<category><![CDATA[XSCF]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=172</guid>
		<description><![CDATA[Here are a couple of commands for the XSCF console specifics for the M-series servers of Sun. There are &#8216;stolen&#8217; from Review Ninja plus more! Thanks Jon! To Connect to a domain XSCF> console -d To Show status of a domain XSCF> showdomainstatus -d XSCF> showdomainstatus Invalid parameter. usage : showdomainstatus -a showdomainstatus -d domain_id &#8230; <a href="http://www.sysadmindayph.com/blog/xscf-console-command-cheat-sheet/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of commands for the XSCF console specifics for the M-series servers of Sun. There are &#8216;stolen&#8217; from Review Ninja plus more! Thanks Jon!</p>
<p>To Connect to a domain<br />
XSCF> console -d <domain number></p>
<p>To Show status of a domain<br />
XSCF> showdomainstatus -d <domain number></p>
<blockquote><p>
<code><br />
XSCF> showdomainstatus<br />
Invalid parameter.<br />
usage : showdomainstatus -a<br />
        showdomainstatus -d domain_id<br />
        showdomainstatus -h<br />
XSCF> showdomainstatus -a<br />
DID         Domain Status<br />
00          Running<br />
01          Running<br />
02          Running<br />
03          Running<br />
04          -
</p></blockquote>
<p></code></p>
<p>To displays the domain information specified for a system board.<br />
XSCF> showdevices</p>
<p>To displays the temperature, humidity, voltage, and fan rotation speed.<br />
XSCF> showenvironment</p>
<p>To lists degraded components.<br />
XSCF> showstatus</p>
<p>To displays users who login to the XSCF.<br />
XSCF> who</p>
<p>To reset domain there are 3 modes for reset command</p>
<p>    * por: Domain system reset<br />
    * request: Domain panic instruction<br />
    * xir: Domain CPU reset </p>
<p>XSCF> reset -d domainhere por</p>
<p>To power on/off all domain or sepcified domain<br />
XSCF> poweron<br />
XSCF> poweroff</p>
<p>Remember you can always use &#8211;help on every command to see what are teh available switched and options for it.</p>
<p>To logout of XSCF> type exit<br />
To return to XSCF from a domain terminal type #.</p>
<p>Hope this help.</p>
<p>More command from Sun:</p>
<p>http://docs.sun.com/source/819-6202-15/21ch5p.html#50643019_96753</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/xscf-console-command-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

