<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>yonitg.com linux server howto</title>
	
	<link>http://yonitg.com</link>
	<description />
	<lastBuildDate>Wed, 10 Mar 2010 22:59:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Yonitgcom" /><feedburner:info uri="yonitgcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Solaris 10 Service Management</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/t3f7Y7Y7WYY/</link>
		<comments>http://yonitg.com/solaris-10-service-management/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:59:38 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=433</guid>
		<description><![CDATA[

Under the Solaris 10 system &#8211; or the open Solaris as well,
the service management have been upgraded, and there are great new tools to handle the sysadmin
work on the services.
The long detailed explanation can be found here:
Solaris Service Management Facility &#8211; Quickstart Guide
But for the fast paced sysadmin &#8211; here is the short version  [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/03/solaris_ready.gif"><img class="alignnone size-full wp-image-435" title="solaris_ready" src="http://yonitg.com/blog/wp-content/uploads/2010/03/solaris_ready.gif" alt="solaris 10" width="170" height="116" /></a></p>
<p>Under the Solaris 10 system &#8211; or the open Solaris as well,<br />
the service management have been upgraded, and there are great new tools to handle the sysadmin<br />
work on the services.</p>
<p>The long detailed explanation can be found here:<br />
<a title="Solaris 10 and opensolaris service management" href="http://www.sun.com/bigadmin/content/selfheal/smf-quickstart.jsp" target="_blank">Solaris Service Management Facility &#8211; Quickstart Guide</a></p>
<p>But for the fast paced sysadmin &#8211; here is the short version <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-433"></span>To see the detailed boot sequence with all the services notices use:</p>
<blockquote><p>boot -m verbose</p></blockquote>
<h3>Stopping and starting services</h3>
<p>stop a running service as well as make sure it wont come back after booting the server:</p>
<blockquote><p>svcadm disable service_name</p></blockquote>
<p>Bring the service back up and make sure it starts after boot as well:</p>
<blockquote><p>svcadm enable service_name</p></blockquote>
<p>The new and improved services system will also watch over the service, and restart it if it suddenly stop.<br />
but don&#8217;t worry &#8211; if the service loops and can&#8217;t start, after a couple of time the SMF will stop trying to bring it up, and will send you an error for the service.</p>
<p>To stop or start the service temporarily without impacting the startup status of the service use:</p>
<blockquote><p>svcadm -t enable/disable service_name</p></blockquote>
<h3>Getting information about the services</h3>
<p>List all active services:</p>
<blockquote><p>svcs</p></blockquote>
<p>List all available services:</p>
<blockquote><p>svcs -a</p></blockquote>
<p>List all failing services:</p>
<blockquote><p>svcs -x</p></blockquote>
<p>to get more details on a specific failing service, use:</p>
<blockquote><p>svcs -x service_name</p></blockquote>
<p>to add verbosity to the svcs commands just add &#8220;-v&#8221;</p>
<p>the services logs are located at:<br />
/var/svc/log<br />
or:<br />
/etc/svc/volatile</p>
<p>List all the processes this service is running, even if they have a different name:</p>
<blockquote><p>svcs -p service_name</p></blockquote>
<h3>Viewing Dependencies</h3>
<p>List all the services this service is depended upon, if any of these services fails, our service will fail too:</p>
<blockquote><p>svcs -d service_name</p></blockquote>
<p>List all the services that depend on our service, if our service fails, they will fail too:</p>
<blockquote><p>svcs -D service_name</p></blockquote>
<h3>Service Names</h3>
<p>the explanation for the service names im taking straight from the <a title="Sun Bigadmin" href="http://www.sun.com/bigadmin/content/selfheal/smf-quickstart.jsp" target="_blank">SUN bigadmin site</a>:</p>
<blockquote><p>Solaris uses a URI string called an <strong>FMRI</strong> (<em>Fault Managed Resource Identifier</em>) to identify system objects for which advanced fault and resource management capabilities are provided.  Services managed by SMF are assigned FMRI strings prefixed with the scheme name &#8220;<code>svc</code>&#8220;, as shown in the following examples for the Solaris service <code>syslogd(1M)</code>:</p>
<ul>
<li><code> svc://localhost/system/system-log:default </code></li>
<li><code> svc:/system/system-log:default </code></li>
<li><code> system/system-log:default </code></li>
</ul>
<p>Notice that these <strong>service FMRIs</strong> used by SMF can be expressed in three ways: first as an absolute path including a location path such as &#8220;<code>localhost</code>&#8220;; second as a path relative to the local machine; and third as simply the service identifier with the string prefixes implied. The SMF administrator tools described in the rest of this document typically describe services using the third form, as they are assumed to be operating on local services.  Other management tools that operate on multiple types of resources or across machine boundaries may use one of the other forms to describe services.  The SMF tools in the current release of Solaris can only manage services on the local host.</p></blockquote>
<h3>Solaris RunLevel</h3>
<p>There are no longer run levels setting on the Solaris server, now this is called milestones.<br />
Milestones are a group of services, which defines a state the server is in &#8211; just like single user, or multi user.<br />
you can bring the server into a specific milestone with:</p>
<blockquote><p><code>svcadm milestone milestone/single-user:default</code></p></blockquote>
<p>to permanently set the server in a specific mile stone , use:</p>
<blockquote><p><code>svcadm milestone -d milestone/single-user:default</code></p></blockquote>
<p>and again &#8211; to list what services should be running to reach a specific milestone, use:</p>
<blockquote><p>svcs -d milestone_name</p></blockquote>
<p>and that&#8217;s the short explanation <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>next time ill explain how to add a service of your own to the system.</p>
<p><a href="http://www.amazon.com/Solaris-10-System-Administration-Essentials/dp/013700009X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D013700009X"><img src="http://ecx.images-amazon.com/images/I/41E-zuGuMFL._SL160_.jpg" alt="" /></a><a href="http://www.amazon.com/Solaris-Internals-TM-OpenSolaris-Architecture/dp/0131482092%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0131482092"> <img src="http://ecx.images-amazon.com/images/I/51V0oJ86TvL._SL160_.jpg" alt="" /></a><a href="http://www.amazon.com/Practical-Guide-Solaris-Mark-Sobell/dp/020189548X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D020189548X"> <img src="http://ecx.images-amazon.com/images/I/51%2BiMzz%2Bm0L._SL160_.jpg" alt="" /></a></p>


<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=433&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/t3f7Y7Y7WYY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/solaris-10-service-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/solaris-10-service-management/</feedburner:origLink></item>
		<item>
		<title>xkcd – funny system cartoons</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/dKF5vwqeKXw/</link>
		<comments>http://yonitg.com/xkcd-system-cartoons/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:34:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=424</guid>
		<description><![CDATA[
Do you ever get this feeling when you see something and you can&#8217;t let go of it?

xkcd cartoons got me at least twice that i can think of,
I&#8217;m hearing a lot these days about uptime, and this cartoon just hits the spot:
and another one that i went around with for months, couldn&#8217;t get it out [...]]]></description>
			<content:encoded><![CDATA[
<p>Do you ever get this feeling when you see something and you can&#8217;t let go of it?</p>
<p><img class="alignnone size-full wp-image-429" title="xkcd sandwich" src="http://yonitg.com/blog/wp-content/uploads/2010/03/sandwich.png" alt="xkcd sandwich" width="360" height="299" /></p>
<p>xkcd cartoons got me at least twice that i can think of,<br />
I&#8217;m hearing a lot these days about uptime, and this cartoon just hits the spot:</p>
<div class="wp-caption alignnone" style="width: 648px"><a title="devotion to duty" href="http://xkcd.com/705/" target="_blank"><img class=" " title="devotion to duty" src="http://imgs.xkcd.com/comics/devotion_to_duty.png" alt="devotion to duty" width="638" height="247" /></a><p class="wp-caption-text">devotion to duty</p></div>
<p>and another one that i went around with for months, couldn&#8217;t get it out of my head:</p>
<div class="wp-caption alignnone" style="width: 676px"><a href="http://xkcd.com/327/"><img title="exploits of a mom" src="http://imgs.xkcd.com/comics/exploits_of_a_mom.png" alt="exploits of a mom" width="666" height="205" /></a><p class="wp-caption-text">exploits of a mom</p></div>
<p><a href="http://www.amazon.com/XKCD-Independent-Contractor-Mathematical-Apollonian/dp/6130409834%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D6130409834"><img src="http://ecx.images-amazon.com/images/I/51k2I5T0GuL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Dilbert-Magnets-Background-Dogbert-Wally/dp/B0014FTOVG%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0014FTOVG"><img src="http://ecx.images-amazon.com/images/I/51AAexVMwFL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Screenlife-70806-Dilbert-Escape-Cubeville/dp/1933318945%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1933318945"><img src="http://ecx.images-amazon.com/images/I/51xpk%2B2hJ6L._SL160_.jpg" alt="" /></a></p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/books' rel='tag' target='_self'>books</a>, <a class='technorati-link' href='http://technorati.com/tag/funny' rel='tag' target='_self'>funny</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=424&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/dKF5vwqeKXw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/xkcd-system-cartoons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yonitg.com/xkcd-system-cartoons/</feedburner:origLink></item>
		<item>
		<title>Searching For All Your Info At Once</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/ytpqiNuXe1E/</link>
		<comments>http://yonitg.com/searching-all-your-info/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:49:53 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=410</guid>
		<description><![CDATA[

In this age when all our information is exposed to the world,
our images are floating everywhere and you don&#8217;t know anymore where and what is written about us,
the good people at HoHli have created a new search page that will gather all your information at one place,
showing you details about yourself or anyone else from [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/02/analyser.png"><img class="alignnone size-full wp-image-411" title="analyser" src="http://yonitg.com/blog/wp-content/uploads/2010/02/analyser.png" alt="Analyser by HoHli" width="300" height="79" /></a></p>
<p>In this age when all our information is exposed to the world,<br />
our images are floating everywhere and you don&#8217;t know anymore where and what is written about us,<br />
the good people at HoHli have created a <a title="HoHli people search" href="http://analyser.hohli.com/people" target="_blank">new search page</a> that will gather all your information at one place,<br />
showing you details about yourself or anyone else from many social networks and search engines at once.</p>
<p>output comes from:</p>
<ul>
<li>Blogger</li>
<li>Myspace</li>
<li>Google Images and search</li>
<li>Yahoo Images and search</li>
<li>Digg</li>
<li>Twitter</li>
<li>and more &#8230;</li>
</ul>
<h3>Searching for yonitg information:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/02/analyser_output.png"><img class="alignnone size-full wp-image-412" title="analyser_output" src="http://yonitg.com/blog/wp-content/uploads/2010/02/analyser_output.png" alt="" width="400" height="299" /></a></p>
<p>A little scary seeing all that information out there.</p>
<p>Go ahead, search for your name at:  <a title="analyser people search" href="http://analyser.hohli.com/people" target="_blank">http://analyser.hohli.com/people</a></p>
<p>put a comment here with how much details you found about yourselves that you didn&#8217;t know was out there <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.com/Protect-Your-Privacy-Surveillance-Outwitting/dp/1599210207%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1599210207"><img src="http://ecx.images-amazon.com/images/I/51IdLo7r0lL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Cloud-Security-Privacy-Enterprise-Perspective/dp/0596802765%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596802765"><img src="http://ecx.images-amazon.com/images/I/51%2Bt392z0jL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/How-Be-Invisible-Essential-Protecting/dp/0312319061%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0312319061"><img src="http://ecx.images-amazon.com/images/I/419df0jR9DL._SL160_.jpg" alt="" /> </a></p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Online+Tools' rel='tag' target='_self'>Online Tools</a>, <a class='technorati-link' href='http://technorati.com/tag/statistics' rel='tag' target='_self'>statistics</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=410&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/ytpqiNuXe1E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/searching-all-your-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/searching-all-your-info/</feedburner:origLink></item>
		<item>
		<title>The 4 Hour Workweek</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/3PSfdta1hqo/</link>
		<comments>http://yonitg.com/4-hours-workweek/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:53:28 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Thinking]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=399</guid>
		<description><![CDATA[

The 4-Hour Workweek, Expanded and Updated: Expanded and Updated, With Over 100 New Pages of Cutting-Edge Content.
Yup, I know this blog is about Linux and WordPress and other technical stuff,
but sometimes we just have to stop and take a look at it all and ask why and for how long 
I&#8217;ve read this book in [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.amazon.com/4-Hour-Workweek-Expanded-Updated-Cutting-Edge/dp/0307465357%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0307465357"><img src="http://ecx.images-amazon.com/images/I/51G957Lf-1L._SL500_.jpg" alt="" /></a></p>
<p><a href="http://www.amazon.com/4-Hour-Workweek-Expanded-Updated-Cutting-Edge/dp/0307465357%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0307465357">The 4-Hour Workweek, Expanded and Updated: Expanded and Updated, With Over 100 New Pages of Cutting-Edge Content.</a></p>
<p>Yup, I know this blog is about Linux and WordPress and other technical stuff,<br />
but sometimes we just have to stop and take a look at it all and ask why and for how long <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve read this book in the last 2 weeks,<br />
and to tell the truth,<br />
It is really doing a change in my life.</p>
<p>I&#8217;ve been running around lately, working, working hard, raising my kids (which is hard work as well),<br />
raising my husband <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(which has his 36 years birthday today, Mazal Tov baby!!! )</p>
<p>And the work part is the main time consumer of all.</p>
<p>wouldn&#8217;t it be amazing, if we could get up in the morning,<br />
eat a lazy breakfast, take the kids to school while taking our time with them -<br />
they are amazing in the morning&#8230;..</p>
<p>maybe go to the gym afterwords, maybe visit friends,<br />
and work when we feel most productive and creative?</p>
<p>This book:  <a href="http://www.amazon.com/4-Hour-Workweek-Expanded-Updated-Cutting-Edge/dp/0307465357%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0307465357">The 4-Hour Workweek,</a> Is all about it,<br />
about how to make your work more efficient that your done with it in a couple of hours instead of a whole day,<br />
that you concentrate on the stuff the produce the 80% income and takes 20% of your time, instead of the other way around.</p>
<p>This book is about brining freedom into your life instead of waiting for the promised vacation at the end.</p>
<p>I heartily recommend reading it.</p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/amazon' rel='tag' target='_self'>amazon</a>, <a class='technorati-link' href='http://technorati.com/tag/books' rel='tag' target='_self'>books</a>, <a class='technorati-link' href='http://technorati.com/tag/funny' rel='tag' target='_self'>funny</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=399&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/3PSfdta1hqo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/4-hours-workweek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/4-hours-workweek/</feedburner:origLink></item>
		<item>
		<title>NFS mount – When Your Shares Go Wrong</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/ZFiur7hK7L0/</link>
		<comments>http://yonitg.com/nfs-mount-debugging/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:14:43 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=344</guid>
		<description><![CDATA[How to work with nfs mounts - command lines tool to check the server exports and debug nfs mounting problems.]]></description>
			<content:encoded><![CDATA[
<p>From Wikipedia:</p>
<blockquote><p><a title="NFS on wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29" target="_blank"><strong>Network File System</strong> (<strong>NFS</strong></a><a title="NFS on wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29" target="_blank">)</a> is a network file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed.</p></blockquote>
<p>So basically its a network share, it allows you to share files between remote computers<br />
in the most easy and seamless way, once it was specifically for UNIX servers,<br />
but today NFS is supported over MS servers as well.</p>
<p>Like everything else in Sysadmin life,<br />
when its working its working well, and nobody hears about it,<br />
but what to do when its not working?<br />
<a title="How to Debug Samba Server" href="http://yonitg.com/howto-debug-samba-server/" target="_blank">Samba debugging</a> for example is easier from that aspect since it has extensive logs for the sysadmin,<br />
NFS doesn&#8217;t keep logs, and NFS issues doesn&#8217;t show up in the syslog/messages file as well.</p>
<p>But there are tools that allow you to get extensive information about the running NFS process,<br />
shares, statistics, users connected etc :</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="391" valign="top">
<h3><span style="color: #0000ff;"><strong>Description</strong></span></h3>
</td>
<td width="247" valign="top">
<h3><span style="color: #0000ff;"><strong>Command</strong></span></h3>
</td>
</tr>
<tr>
<td width="391" valign="top">see what the machine is exporting<strong> </strong></td>
<td width="247" valign="top">SunOS: # exportfs<br />
Solaris: # share</td>
</tr>
<tr>
<td width="391" valign="top">Print the list of shared file systems<strong> </strong></td>
<td width="247" valign="top">showmount   -e server_name</td>
</tr>
<tr>
<td width="391" valign="top">Print the list of all clients mounting a   directory from the questioned server</td>
<td width="247" valign="top">showmount -a server_name</td>
</tr>
<tr>
<td width="391" valign="top">Print the directory and all the clients that   are mounting it curretly &#8211; from within the nfs server</td>
<td width="247" valign="top">dfmounts</td>
</tr>
<tr>
<td width="391" valign="top">print the nfs netwrok statistics<strong> </strong></td>
<td width="247" valign="top">client side: nfsstat -c<br />
server side: nfsstat -s</td>
</tr>
<tr>
<td width="391" valign="top">To see that nfsd is responding</td>
<td width="247" valign="top">rpcinfo   -T udp crimson nfs</td>
</tr>
<tr>
<td width="391" valign="top">To see that mountd is responding</td>
<td width="247" valign="top">rpcinfo -T udp crimson mountd</td>
</tr>
<tr>
<td width="391" valign="top">To see that lockd is responding</td>
<td width="247" valign="top">rpcinfo   -T udp crimson nlockmgr</p>
<p>rpcinfo   -T udp crimson llockmgr</td>
</tr>
</tbody>
</table>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Command+line' rel='tag' target='_self'>Command line</a>, <a class='technorati-link' href='http://technorati.com/tag/NFS' rel='tag' target='_self'>NFS</a>, <a class='technorati-link' href='http://technorati.com/tag/samba' rel='tag' target='_self'>samba</a>, <a class='technorati-link' href='http://technorati.com/tag/Solaris' rel='tag' target='_self'>Solaris</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=344&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/ZFiur7hK7L0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/nfs-mount-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/nfs-mount-debugging/</feedburner:origLink></item>
		<item>
		<title>World Statistics</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/hQ-xo7u0ths/</link>
		<comments>http://yonitg.com/world-statistics/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 21:51:13 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=387</guid>
		<description><![CDATA[
This is going to be a praise post for gapminder.com  
I&#8217;m going over the data at the site and its amazing stuff,
the main page has lots of statistics which is shown in a new way,
the gapminder app shows the data at what i think is a 4 dimension way,
it shows x and y axis [...]]]></description>
			<content:encoded><![CDATA[
<p>This is going to be a praise post for gapminder.com <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m going over the data at the site and its amazing stuff,<br />
the main page has lots of statistics which is shown in a new way,<br />
the gapminder app shows the data at what i think is a 4 dimension way,<br />
it shows x and y axis stats, and another axis represented as the size of the balls in the demo,<br />
and how they grow over the 4th dimension &#8211; time.</p>
<p>Amazing stuff.</p>
<h2><a title="gapminder stats tool" href="http://graphs.gapminder.org/world/" target="_blank">Gapminder</a></h2>
<p>This is the main stats app:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/main_app.jpg"><img class="alignnone size-full wp-image-388" title="Gapminder stats tool" src="http://yonitg.com/blog/wp-content/uploads/2010/01/main_app.jpg" alt="Gapminder stats tool" width="420" height="300" /></a></p>
<p>you can see the advance of the bubbles over the x and y axis,<br />
the z axis is represented with the balls size,<br />
and its all advancing in time.<br />
this default presentation shows Life expectancy over income per person, over population size.</p>
<p>wonderful demo.</p>
<h2><a title="Marriage Statistics" href="http://www.gapminder.org/world-blog/dramatic-changes-in-girls%E2%80%99-age-at-first-marriage/" target="_blank">Marriage Statistics</a></h2>
<p>This great demo shows you the connection between women age at marriage and the amount of kids they have,<br />
on of the things this tool does best is break myths.<br />
I was under the impression that in Europe &#8211; Sweden for example, the marriage age went down,<br />
and with it the number of kids in the family,<br />
but from this graph you can simply see that the number of kids in a family went drastically down over the last 100 years, but the marriage age went drastically up only in the last 30 years,<br />
ans the same behavior can be seen for the US as well.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/women_age_marriage.jpg"><img class="alignnone size-full wp-image-389" title="women age at marriage" src="http://yonitg.com/blog/wp-content/uploads/2010/01/women_age_marriage.jpg" alt="women age at marriage" width="420" height="336" /></a></p>
<p>Now for the good news.<br />
you cannot upload your own stats to the gapminder app directly,<br />
but Google supplies a very similar tool through its Google documents apps.<br />
Its called motion chart and on the gapminder site you can read <a title="Google motion chart explained" href="http://www.gapminder.org/upload-data/motion-chart/" target="_blank">the short or the long explanation</a> to how to use the tool, after testing it the outcome can be inserted into any web page and it looks something like this:</p>
<p><script src="https://spreadsheets.google.com/gpub?url=http%3A%2F%2Foj0ijfii34kccq3ioto7mdspc7r2s7o9.spreadsheets.gmodules.com%2Fgadgets%2Fifr%3Fup__table_query_url%3Dhttps%253A%252F%252Fspreadsheets.google.com%252Ftq%253Frange%253DA1%25253AF16%2526headers%253D-1%2526key%253D0AswBAHNqgvKfdFpFcmZiLWFZekdVUHNLUkdYMVlnVWc%2526gid%253D0%2526pub%253D1%26up_title%3Dmotion%2520chart%26up_initialstate%3D%26up__table_query_refresh_interval%3D300%26url%3Dhttp%253A%252F%252Fwww.google.com%252Fig%252Fmodules%252Fmotionchart.xml&amp;height=285&amp;width=450"></script></p>
<p>I&#8217;m still exploring this Google motion chart app,<br />
and my main concern is that it can only be embedded in a live web page,<br />
I still need to find a way to have this presentation as a file on my laptop, to show even if I&#8217;m not connected to the net -<br />
If anybody knows how to do that &#8211; leave a comment here please <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/statistics' rel='tag' target='_self'>statistics</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=387&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/hQ-xo7u0ths" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/world-statistics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yonitg.com/world-statistics/</feedburner:origLink></item>
		<item>
		<title>Improving Your WebSite Performance</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/STFiMq4gDr4/</link>
		<comments>http://yonitg.com/improving-website-performance/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:56:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=371</guid>
		<description><![CDATA[
Why is my site slow?
Why is my Bounce Rate so high?
How to improve my site&#8217;s performance?
These are some of the questions bothering web masters and site owners all the time,
here are some tools and readme&#8217;s that will:

test your site
find bottle necks
measure performance from the outside
get tips for fixing the problem areas in your site
and knows [...]]]></description>
			<content:encoded><![CDATA[
<p>Why is my site slow?<br />
Why is my Bounce Rate so high?<br />
How to improve my site&#8217;s performance?</p>
<p>These are some of the questions bothering web masters and site owners all the time,<br />
here are some tools and readme&#8217;s that will:</p>
<ul>
<li>test your site</li>
<li>find bottle necks</li>
<li>measure performance from the outside</li>
<li>get tips for fixing the problem areas in your site</li>
<li>and knows list of issues every site is suffering from</li>
</ul>
<p>so lets start with online freeware tools and external web site test tools.</p>
<h2>Check if your Google Analytics is working well in your site</h2>
<p>Who is watching the watchman?</p>
<p>first thing to check &#8211; are you getting the accurate statistics from your site?<br />
is your Analytics account configured well?<br />
are you even really using one?</p>
<p><a title="verifies if your Google Analytics (GA) Tracking Code is installed properly on your website" href="http://sitescanga.com/" target="_blank">SiteScan™ is a diagnostic tool</a> from EpikOne that verifies if your Google Analytics (GA)<br />
Tracking Code is installed properly on your website.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg"><img class="alignnone size-full wp-image-373" title="sitescan google analytics" src="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg" alt="sitescan google analytics" width="420" height="315" /></a></p>
<p>This scan will go over each page and verify that the Google Analytics code is embedded correctly to each of your page, this can help you diagnose if your bounce rate is high because the Analytics cant see their next click,<br />
or maybe you should really work on your site design.</p>
<h2>How does my code looks like from the browser?</h2>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg"><img class="alignnone size-full wp-image-374" title="firebug" src="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg" alt="firebug" width="420" height="107" /></a></p>
<p>From the <a title="firebug download page" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">firebug download page</a>:</p>
<blockquote><p>Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page..</p></blockquote>
<p>This is the basic tool to verify your code as it seen from the browser side,<br />
you can click a specific element on your page, and get a list on the right pane window of firebug,<br />
of all the css code that is effecting this element, even if the code span multiple css files.</p>
<h2>Why is my page so slow?</h2>
<p>the <a title="yslow tool from yahoo" href="http://developer.yahoo.com/yslow/" target="_blank">yslow tool from yahoo</a> will go through the elements of your page,<br />
and by using a preset list of rules, it will tell you which parts of the website you should fix,<br />
and what to fix.<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg"><img class="alignnone size-full wp-image-375" title="yslow" src="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg" alt="yslow" width="420" height="289" /></a></p>
<p>The yslow firefox plugin needs the firefox firebug installed first.</p>
<p>If you want to learn more deeply on the reasons behind each of the testing rules yahoo though about you can read the very informative document from yahoo about &#8220;<a title="yahoo developer network" href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Web Site</a>&#8221;</p>
<h2>Feed Validator</h2>
<p><a title="feed validator" href="http://feedvalidator.org/" target="_blank">Get your rss feed validated </a></p>
<h2>AOL webpagetest</h2>
<p>from the <a title="aol validator" href="http://www.webpagetest.org/" target="_blank">AOL web page test</a>:</p>
<blockquote><p>Pagetest allows you to provide the URL of a webpage to be tested. The test will be conducted from the location specified and you will be provided a waterfall of your page load performance  as well as a comparison against an optimization checklist.</p></blockquote>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg"><img class="alignnone size-full wp-image-376" title="aol pagetest waterfall" src="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg" alt="aol pagetest waterfall" width="420" height="300" /></a></p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=371&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/STFiMq4gDr4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/improving-website-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/improving-website-performance/</feedburner:origLink></item>
		<item>
		<title>The Best Wiki Ever: WikiMapia</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/1NTgy-JMNbw/</link>
		<comments>http://yonitg.com/wikimapia-best-wiki-ever/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:53:01 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[wiki]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=362</guid>
		<description><![CDATA[
So I though I realy love Wordpress,
But lately I get to see more and more sites based on wiki,
and I&#8217;m realy impressed with what wiki apps can offer.
In my post about implementing wiki I have given some samples of regular sites using wiki as their CMS (Content Management System), but this map site i&#8217;ve found [...]]]></description>
			<content:encoded><![CDATA[
<p>So I though I realy love Wordpress,<br />
But lately I get to see more and more sites based on wiki,<br />
and I&#8217;m realy impressed with what wiki apps can offer.</p>
<p>In my post about <a title="Different ways to use wiki" href="http://yonitg.com/implementing-mediawiki/" target="_blank">implementing wiki</a> I have given some samples of regular sites using wiki as their <a title="Content management system" href="http://en.wikipedia.org/wiki/Content_management_system" target="_blank">CMS</a> (Content Management System), but this map site i&#8217;ve found today is using wiki for a whole new way,<br />
by letting people mark specific spots and locations on a joined map.</p>
<h2><a title="wikimapia main page" href="http://wikimapia.org/wiki/Main_Page" target="_blank">Wikimapia</a></h2>
<p>This is the site&#8217;s description from its own front page:</p>
<blockquote><p><span style="color: #000000;">WikiMapia is an editable interactive map.<br />
The Goal of Wikimapia is to create and maintain a free,<br />
complete, multilingual, up-to-date map of the whole world.</span></p></blockquote>
<p>But i think images will do the work best -<br />
here are a few views you can use to watch a specific area:</p>
<h3><strong>The Classic view &#8211; with areas marked on the map</strong></h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Area_selection.jpg"><img class="alignnone size-full wp-image-363" title="Area_selection" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Area_selection.jpg" alt="Classic wikimapia view Area_selection" width="400" height="288" /></a></p>
<h3></h3>
<h3>In the case of New-York, People have even marked<br />
each building with its name</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/marked_buildings.jpg"><img class="alignnone size-full wp-image-367" title="marked buildings" src="http://yonitg.com/blog/wp-content/uploads/2010/01/marked_buildings.jpg" alt="marked buildings" width="400" height="288" /></a></p>
<h3>The wiki has a drop down category list of interesting<br />
views to use</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Categories.jpg"><img class="alignnone size-full wp-image-364" title="Wikimapia drop down Categories menu" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Categories.jpg" alt="Categories" width="400" height="288" /></a></p>
<h3>I can choose a close restaurant to go to</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Restourants.jpg"><img class="alignnone size-full wp-image-368" title="Restourants" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Restourants.jpg" alt="Restourants" width="400" height="288" /></a></p>
<h3>Or to create a list of interesting spots by their distance<br />
from each other and plan my visit days by areas</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Interesting_Places.jpg"><img class="alignnone size-full wp-image-365" title="Interesting Places" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Interesting_Places.jpg" alt="Interesting Places" width="400" height="288" /></a></p>
<h3>And I can see the exact same category on the regular map view</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Map_view.jpg"><img class="alignnone size-full wp-image-366" title="Google Map view" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Map_view.jpg" alt="Google Map view" width="400" height="288" /></a></p>
<p>I&#8217;m very pleased with this site, it can help you plan your travels, choose activities by their walking distance from each other, search for shops near by.</p>
<p>and of course &#8211; its all updated by the poeple for the poeple.</p>
<p>amazing work, cheers!</p>


<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/wiki' rel='tag' target='_self'>wiki</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=362&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/1NTgy-JMNbw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/wikimapia-best-wiki-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/wikimapia-best-wiki-ever/</feedburner:origLink></item>
	</channel>
</rss>
