<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Shut Down or Reboot a Solaris System</title>
	<atom:link href="http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:22:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JoeSchmoe</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-78738</link>
		<dc:creator>JoeSchmoe</dc:creator>
		<pubDate>Mon, 02 Nov 2009 01:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-78738</guid>
		<description>the &#039;-y&#039; means &#039;yes, i really mean to do this&#039;</description>
		<content:encoded><![CDATA[<p>the &#8216;-y&#8217; means &#8216;yes, i really mean to do this&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranga</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-78048</link>
		<dc:creator>ranga</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-78048</guid>
		<description>i have a question ..

#shutdown -y -i5 -g0 

here g means gracefully and i means init 5 to shutdown 

what is -y ?  what it indicates?</description>
		<content:encoded><![CDATA[<p>i have a question ..</p>
<p>#shutdown -y -i5 -g0 </p>
<p>here g means gracefully and i means init 5 to shutdown </p>
<p>what is -y ?  what it indicates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayam</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-69681</link>
		<dc:creator>ayam</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-69681</guid>
		<description>#!/bin/ksh

echo &quot;please reboot this computer NOW&quot;
#END SCRIPT

put that script in crontab and configure so it runs every 30 minutes</description>
		<content:encoded><![CDATA[<p>#!/bin/ksh</p>
<p>echo &#8220;please reboot this computer NOW&#8221;<br />
#END SCRIPT</p>
<p>put that script in crontab and configure so it runs every 30 minutes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian O</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-64508</link>
		<dc:creator>Christian O</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-64508</guid>
		<description>How do you create a shutdown script that would reboot the computer for every 30 minutes with the warning script?</description>
		<content:encoded><![CDATA[<p>How do you create a shutdown script that would reboot the computer for every 30 minutes with the warning script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ihatebloatware</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-63742</link>
		<dc:creator>Ihatebloatware</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-63742</guid>
		<description>Solaris 10 Developers edition - the CME desktop (the old one that looks a bit like an Amstrad 286 GUI, lol) doesn&#039;t seem to have a button to shutdown.

The KDE desktop - I think I used the command line (terminal, konsole) and just typed in &#039;shutdown&#039; - it&#039;s a bit temperamental cause the default install configures things like DHCP and expects the machine to be online all the time; mine isn&#039;t, so sometimes it refuses to entirely close. Sometimes it doesn&#039;t want to start either but it&#039;s usually ok and hasn&#039;t ever crashed. I haven&#039;t looked at what I should disable / enable yet on the running services...

nb - Sun&#039;s manual and help pages for commands for mounting USB harddrives are wrong for Developer 10!</description>
		<content:encoded><![CDATA[<p>Solaris 10 Developers edition &#8211; the CME desktop (the old one that looks a bit like an Amstrad 286 GUI, lol) doesn&#8217;t seem to have a button to shutdown.</p>
<p>The KDE desktop &#8211; I think I used the command line (terminal, konsole) and just typed in &#8217;shutdown&#8217; &#8211; it&#8217;s a bit temperamental cause the default install configures things like DHCP and expects the machine to be online all the time; mine isn&#8217;t, so sometimes it refuses to entirely close. Sometimes it doesn&#8217;t want to start either but it&#8217;s usually ok and hasn&#8217;t ever crashed. I haven&#8217;t looked at what I should disable / enable yet on the running services&#8230;</p>
<p>nb &#8211; Sun&#8217;s manual and help pages for commands for mounting USB harddrives are wrong for Developer 10!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier d</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-23151</link>
		<dc:creator>olivier d</dc:creator>
		<pubDate>Tue, 25 Sep 2007 14:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-23151</guid>
		<description>avoir poweroff and reboot : as they don&#039;t call the /etc/.... scripts they should be avoided unless absolutely necessary.

prefer &quot;init _number_&quot; (works on old and new versions) for solaris.

(note: on linux, prefer &quot;telinit _number_&quot; to go in that mode (ex: telinit 1 to go into single user mode)</description>
		<content:encoded><![CDATA[<p>avoir poweroff and reboot : as they don&#8217;t call the /etc/&#8230;. scripts they should be avoided unless absolutely necessary.</p>
<p>prefer &#8220;init _number_&#8221; (works on old and new versions) for solaris.</p>
<p>(note: on linux, prefer &#8220;telinit _number_&#8221; to go in that mode (ex: telinit 1 to go into single user mode)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-20361</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-20361</guid>
		<description>The sync&#039;s you&#039;ve added before init are totally superflous.
&quot;poweroff&quot; only exists on the big SunFire systems.</description>
		<content:encoded><![CDATA[<p>The sync&#8217;s you&#8217;ve added before init are totally superflous.<br />
&#8220;poweroff&#8221; only exists on the big SunFire systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ally</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-18134</link>
		<dc:creator>Ally</dc:creator>
		<pubDate>Thu, 14 Jun 2007 01:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-18134</guid>
		<description>Does any one know how to get the shutdown/hibernate options to appear on the logoff screen for my version: developers solaris 10?
I just want to use it on my home PC as a desktop OS.</description>
		<content:encoded><![CDATA[<p>Does any one know how to get the shutdown/hibernate options to appear on the logoff screen for my version: developers solaris 10?<br />
I just want to use it on my home PC as a desktop OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-573</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Mon, 18 Dec 2006 17:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-573</guid>
		<description>Thanks for the tip... I had read somewhere that reboot calls the shutdown scripts, but I guess that was incorrect.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip&#8230; I had read somewhere that reboot calls the shutdown scripts, but I guess that was incorrect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/comment-page-1/#comment-571</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 18 Dec 2006 16:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/#comment-571</guid>
		<description>There are differences between shutdown, reboot, init 6.

Shutdown will issue a warning, and can be deferred.

init 6 calls application shutdown scripts. reboot does not.</description>
		<content:encoded><![CDATA[<p>There are differences between shutdown, reboot, init 6.</p>
<p>Shutdown will issue a warning, and can be deferred.</p>
<p>init 6 calls application shutdown scripts. reboot does not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
