<?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>Linux Admin Steps Into Management &#187; sys admin</title>
	<atom:link href="http://yonitg.com/category/sys-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonitg.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:08:57 +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>Exporting MediaWiki sites to Google sites</title>
		<link>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/</link>
		<comments>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:08:57 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[Google sites]]></category>
		<category><![CDATA[Google sites API]]></category>
		<category><![CDATA[mw2html]]></category>
		<category><![CDATA[wikimedia]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=627</guid>
		<description><![CDATA[   In the last post I&#8217;ve talked about moving files from SharePoint to Google Site, what about a Mediawiki site? how to export it and upload it? I&#8217;ve already covered the uploading files to Google sites via the Google sites API, you can use java or python to write a script to mass upload all your files [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Mediawiki-Wikipedia-Beyond-Daniel-Barrett/dp/0596519796%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596519796"><img src="http://ecx.images-amazon.com/images/I/51LKkJAd89L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Wikis-Dummies-Dan-Woods/dp/0470043997%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470043997"><img src="http://ecx.images-amazon.com/images/I/51osPuFjCVL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/MediaWiki-1-1-Beginners-Mizanur-Rahman/dp/1847196047%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847196047"><img src="http://ecx.images-amazon.com/images/I/51BPSDIBtoL._SL160_.jpg" alt="" /></a></p>
<p>In the last post I&#8217;ve talked about moving files from SharePoint to Google Site,<br />
what about a Mediawiki site?<br />
how to export it and upload it?<br />
I&#8217;ve already covered the uploading files to Google sites via the Google sites API,<br />
you can use java or python to write a script to mass upload all your files and htmls to your new google site,<br />
but first you need to export everything out of the Mediawiki site.</p>
<p>here is a working method to export your site, these are the steps:</p>
<ol>
<li>install python</li>
<li>download the mw2html script</li>
<li>export the mediawiki site</li>
</ol>
<p>so lets start :</p>
<h2>Installing python</h2>
<p>If you are working from a linux distro with yum its as easy as typing:<br />
yum install python</p>
<p>for windows &#8211; you will need to download and install from the python site:<br />
<a title="Python for Microsoft Windows" href="http://www.python.org/getit/windows/" target="_blank">the main python download page for windows</a><br />
or you can just grab the latest version for <a title="python 3.2.2" href="http://www.python.org/ftp/python/3.2.2/python-3.2.2.msi" target="_blank">September 4 2011 Python 3.2.2</a><br />
Download and install the msi package.</p>
<p>next step is to add the installation to the computer&#8217;s path,<br />
in windows 7  open the start panel and type in the search panel:<br />
&#8220;view advance system settings&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sys.png"><img class="alignnone size-full wp-image-628" title="sys" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sys.png" alt="" width="409" height="208" /></a></p>
<p>press the &#8220;Environment Variables&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/env.png"><img class="alignnone size-full wp-image-629" title="env" src="http://yonitg.com/blog/wp-content/uploads/2012/02/env.png" alt="" width="426" height="474" /></a></p>
<p>in the System Variables section search for the &#8220;Path&#8221; line and choose edit:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/path.png"><img class="alignnone size-full wp-image-630" title="path" src="http://yonitg.com/blog/wp-content/uploads/2012/02/path.png" alt="" width="394" height="436" /></a></p>
<p>now to the end of the line add the path of where you have installed the python,<br />
for example I have installed it to  C:\Python27 , and so i will add at the end of the Path line this:<br />
;C:\Python27<br />
notice the &#8220;;&#8221;  - this separates between the items on the Path line.</p>
<p>Now if you will type &#8220;python -V&#8221; on your command line it will run the python binary and will show you your version</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/cmd.png"><img class="alignnone size-full wp-image-631" title="cmd" src="http://yonitg.com/blog/wp-content/uploads/2012/02/cmd.png" alt="" width="154" height="34" /></a></p>
<p>now that we have the python working lets move to the next step:</p>
<h2>Download the mw2html script</h2>
<p>you can find it here:</p>
<p><a title="mw2html" href="http://barnesc.blogspot.com/2005/10/mw2html-export-mediawiki-to-static.html" target="_blank">from Connelly Barnes blog</a></p>
<p>this script will crawl all over your media wiki site and will grab all the html files and all the attachments there.</p>
<h2>Exporting the mediawiki site</h2>
<blockquote><p>usage:<br />
url &#8211; URL of mediawiki page to convert to static HTML.<br />
outdir &#8211; Output directory.</p>
<p>-f, &#8211;force &#8211; Overwrite existing files in outdir.<br />
&#8211;no-flatten &#8211; Do not flatten directory structure.<br />
&#8211;no-lower &#8211; Retain original case for output filenames and dirs.<br />
&#8211;no-clean &#8211; Do not clean up filenames (clean replaces<br />
non-alphanumeric chars with _, renames math thumbs).<br />
&#8211;no-hack-skin &#8211; Do not modify skin CSS and HTML for looks.<br />
&#8211;no-made-by &#8211; Suppress &#8220;generated by&#8221; comment in HTML source.<br />
&#8211;no-move-href &#8211; Disable &lt;movehref&gt; tag. [1]<br />
&#8211;no-remove-png &#8211; Retain external link PNG icons.<br />
&#8211;no-remove-history &#8211; Retain image history and links to information.<br />
-l, &#8211;left=a.html &#8211; Paste HTML fragment file into left sidebar.<br />
-t, &#8211;top=a.html &#8211; Paste HTML fragment file into top horiz bar.<br />
-b, &#8211;bottom=a.html &#8211; Paste HTML fragment file into footer horiz bar.<br />
-i, &#8211;index=filename &#8211; Move given filename in outdir to index.html.</p>
<p>Example Usage:<br />
mw2html http://127.0.0.1/mywiki/ out -f -i main_page.html -l sidebar.html</p></blockquote>
<h3> Important note:</h3>
<p>this script will crawl all over your wiki site, but it does ignore all the files that do not have a link to them,<br />
all the  &#8221;orphan&#8221; pages, to solve this issue, instead of pointing to the main page, you can run the mw2html script while pointing to the orphans page,<br />
it will get all the regular files from your site and the Orphan pages.<br />
the link looks like:</p>
<p><a href="http://yourwikisite/wiki/index.php?title=Special:Lonelypages&amp;limit=500&amp;offset=0">http://yourwikisite/<wbr>wiki/index.php?title=Special:</wbr><wbr>Lonelypages&amp;limit=500&amp;offset=0</wbr></a><wbr><br />
</wbr></p>
<p>now that you have a folder with all your wiki page, you can edit the content of the folder,<br />
remove all the files staring with the word &#8220;image_&#8221;<br />
remove all the un-needed js files,<br />
and do internal changes in the html files like change the links pointing to the original wiki site and point them to the new Google site URL.</p>
<p>now you can use the <a title="Google Sites API" href="http://code.google.com/apis/sites/" target="_blank">Google sites API</a> to upload all your html to your new site.</p>
<p><a href="http://www.amazon.com/Wikis-Dummies-Dan-Woods/dp/0470043997%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470043997"><img src="http://ecx.images-amazon.com/images/I/51osPuFjCVL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/MediaWiki-1-1-Beginners-Mizanur-Rahman/dp/1847196047%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847196047"><img src="http://ecx.images-amazon.com/images/I/51BPSDIBtoL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Mediawiki-Wikipedia-Beyond-Daniel-Barrett/dp/0596519796%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596519796"><img src="http://ecx.images-amazon.com/images/I/51LKkJAd89L._SL160_.jpg" alt="" /></a></p>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/export' rel='tag' target='_self'>export</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites' rel='tag' target='_self'>Google sites</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites+API' rel='tag' target='_self'>Google sites API</a>, <a class='technorati-link' href='http://technorati.com/tag/mw2html' rel='tag' target='_self'>mw2html</a>, <a class='technorati-link' href='http://technorati.com/tag/wikimedia' rel='tag' target='_self'>wikimedia</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=627&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint to Google sites &#8211; how to move your files</title>
		<link>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/</link>
		<comments>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:00:30 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[Google sites]]></category>
		<category><![CDATA[Google sites API]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=618</guid>
		<description><![CDATA[Many organisations now move to use the Google office suite for their day-to-day office needs, this includes the Google sites service which allows you to easily create internal portals for the different organisation&#8217;s departments. This move allows for a department to share an internal web site that has easy access from home as well with [...]]]></description>
			<content:encoded><![CDATA[<p>Many organisations now move to use the Google office suite for their day-to-day office needs,<br />
this includes the Google sites service which allows you to easily create internal portals for the different<br />
organisation&#8217;s departments.</p>
<p>This move allows for a department to share an internal web site that has easy access from home as well with the regular office google account,<br />
it also allows for better collaboration with other branches of the same company located far away &#8211; as it saves the need for an office VPN, or the need to connect to a server that is located in a branch in another country,<br />
instead &#8211; everybody just connect to Google.</p>
<p>But what do we do if our files are already on the office internal SharePoint?</p>
<p>apparently &#8211; the migration processes from SharePoint to Google sites is not as hard ,<br />
here are two working options.</p>
<p>&nbsp;</p>
<h2>Exporting from SharePoint</h2>
<p>Connect to the SharePoint and browse to where you keep the files you wish to move,<br />
choose  &#8221;Actions &#8211;&gt;  Open with windows explorer&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sharepoint.png"><img class="alignnone size-full wp-image-620" title="sharepoint" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sharepoint.png" alt="" width="390" height="369" /></a></p>
<p>&nbsp;</p>
<p>you will get and explorer folder listing all the shared files there,<br />
at this point you can select all the folders  and copy them locally to your desktop or to a network share &#8211; if the size of the files is too large.</p>
<p>The only folder not to copy over is the &#8220;forms&#8221; folder &#8211; as it is a system folder and you do not need to move it too.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sp_files.png"><img class="alignnone size-full wp-image-621" title="sp_files" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sp_files.png" alt="" width="459" height="260" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Uploading files to Google Sites</h2>
<p>Here we have 2 options:</p>
<ol>
<li>
<h3>Use native Google Sites files upload option</h3>
<p>This option works well only if you have a very small number of files and folder to upload<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2012/02/GS_files.png"><img class="alignnone size-full wp-image-622" title="GS_files" src="http://yonitg.com/blog/wp-content/uploads/2012/02/GS_files.png" alt="" width="658" height="304" /></a></p>
<p>&nbsp;</li>
<li>
<h3>Use Google Sites API</h3>
<p><a title="Google sites API" href="http://code.google.com/apis/sites/" target="_blank"> The Google sites API</a>  will allow you to upload multiple files and folders, <a title="Google sites API" href="http://code.google.com/apis/sites/" target="_blank"><br />
</a>it support now two languages -</li>
</ol>
<ul>
<li>Java</li>
<li>Pythonand you can read some more about in the <a title="import and export with Google sites API" href="http://googleenterprise.blogspot.com/2009/09/import-export-and-more-with-new-google_24.html" target="_blank">Official Google Enterprise Blog</a> .<br />
The API allows you to:</li>
<li>create new sites</li>
<li>retrieve , create , change and delete pages</li>
<li>upload and download attachments and files</li>
<li>change sharing settings</li>
<li>and manage templates</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/SharePoint-Designer-Video-Training-Tutorials/dp/B0035N9820%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0035N9820"><img src="http://ecx.images-amazon.com/images/I/41jMd6m12KL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Microsoft-Office-Professional-2010-Version/dp/B0036Z0NW6%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0036Z0NW6"><img src="http://ecx.images-amazon.com/images/I/41qxNzFqvCL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Professional-SharePoint-2010-Administration-Klindt/dp/0470533331%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470533331"><img src="http://ecx.images-amazon.com/images/I/51gaT-e4LjL._SL160_.jpg" alt="" /></a></p>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Google+sites' rel='tag' target='_self'>Google sites</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites+API' rel='tag' target='_self'>Google sites API</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=618&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Online Stop Watch</title>
		<link>http://yonitg.com/great-online-stop-watch/</link>
		<comments>http://yonitg.com/great-online-stop-watch/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 17:00:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=531</guid>
		<description><![CDATA[This Online tool can be found here: A very Easy to use online stop watch for all your IT needs, including: limiting meeting sections (lets not talk about this subject more than 10 minutes) counting time to measure a time limited action (how much time it really took the switch to reboot) testing to see if an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.online-stopwatch.com/" target="_blank"><img class="alignnone size-medium wp-image-532" title="online stop watch" src="http://yonitg.com/blog/wp-content/uploads/2011/04/online-stop-watch-300x163.jpg" alt="" width="300" height="163" /></a></p>
<p><a title="online stop watch" href="http://www.online-stopwatch.com/" target="_blank">This Online tool can be found here:</a></p>
<p>A very Easy to use online stop watch for all your IT needs, including:</p>
<ul>
<li>limiting meeting sections (lets not talk about this subject more than 10 minutes)</li>
<li>counting time to measure a time limited action (how much time it really took the switch to reboot)</li>
<li>testing to see if an IT action was able to finish within the time limit set (DB switch should be completed in 5 minutes)</li>
</ul>
<p>etc &#8230;</p>
<p>it has 2 useful modes:</p>
<ul>
<li>Stop Watch</li>
<li>counter</li>
</ul>
<p>both look like this:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down.jpg"><img class="alignnone size-medium wp-image-533" title="Count down" src="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p>but you setup the counter with this preliminary screen:</p>
<p>﻿<a href="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down.png"><img class="alignnone size-medium wp-image-534" title="Count down" src="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down-300x164.png" alt="" width="300" height="164" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/Adobe-Flash-Student-Teacher-VERSION/dp/B003D8XEHW%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003D8XEHW"><img src="http://ecx.images-amazon.com/images/I/41X0Q21BhdL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Adobe-Flash-Builder-4-Standard/dp/B003739DU0%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003739DU0"><img src="http://ecx.images-amazon.com/images/I/41kVeUWPE5L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Smith-Micro-Software-Inc-ASO70HBX2/dp/B003NS5KQ0%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003NS5KQ0"><img src="http://ecx.images-amazon.com/images/I/51KyWuJVXSL._SL160_.jpg" alt="" /></a></p>

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

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=531&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/great-online-stop-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 10 Service Management</title>
		<link>http://yonitg.com/solaris-10-service-management/</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[sys admin]]></category>
		<category><![CDATA[Uncategorized]]></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 [...]]]></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.02 -->

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=433&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/solaris-10-service-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>xkcd &#8211; funny system cartoons</title>
		<link>http://yonitg.com/xkcd-system-cartoons/</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[books]]></category>
		<category><![CDATA[IT management]]></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 [...]]]></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.02 -->

<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="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/xkcd-system-cartoons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NFS mount &#8211; When Your Shares Go Wrong</title>
		<link>http://yonitg.com/nfs-mount-debugging/</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[network]]></category>
		<category><![CDATA[Solaris]]></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.02 -->

<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="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/nfs-mount-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing MediaWiki</title>
		<link>http://yonitg.com/implementing-mediawiki/</link>
		<comments>http://yonitg.com/implementing-mediawiki/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:25:14 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=346</guid>
		<description><![CDATA[My favorite type of wiki is mediawiki, I love the ease of use, the huge matrix of extensions available, and the look and feel of the wiki itself. backup, restore and upgrade support are also very important reasons to choose a specific wiki software, and having gone through all this steps in mediawiki, I am [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite type of wiki is mediawiki,<br />
I love the ease of use, the huge matrix of extensions available,<br />
and the look and feel of the wiki itself.<br />
backup, restore and upgrade support are also very important reasons to choose a specific wiki software,<br />
and having gone through all this steps in mediawiki, I am very pleased with the ease of use.</p>
<p>Starting from the begining:</p>
<h2>what is mediawiki?</h2>
<blockquote><p>MediaWiki is free server-based software which is licensed under the GNU General Public License (GPL). It&#8217;s designed to be run on a large server farm for a website that gets millions of hits per day. MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation, that uses PHP to process and display data stored in its MySQL database.<br />
<a title="Media wiki what is wiki" href="http://www.mediawiki.org/wiki/How_does_MediaWiki_work%3F" target="_blank">Media wiki site</a></p></blockquote>
<p>Media wiki also saves the versions of the updated files &#8211; allowing for easy reverts and versioning of edited files.</p>
<p><a title="Large mediawiki site list" href="http://s23.org/wikistats/largest_html.php?th=999&amp;lines=999" target="_blank">The largest sites using medaiwiki:</a></p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg"><img class="alignnone size-full wp-image-349" title="Mediawiki_large_sites_list" src="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg" alt="Mediawiki large sites list" width="400" height="229" /></a></p>
<h2>Design matters</h2>
<p>Wiki website doesn’t have to have the MediaWiki standard look,<br />
you can design the look and feel either manually to suite the corporate guidelines or with existing skins.</p>
<h3>Novelle&#8217;s wiki site:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg"><img class="alignnone size-full wp-image-350" title="Novell_wiki_site" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg" alt="Novell wiki site" width="400" height="282" /></a></p>
<h3>marvel.wikia.com:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg"><img class="alignnone size-full wp-image-354" title="marvel" src="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg" alt="marvel" width="400" height="217" /></a></p>
<h2>Extensions</h2>
<p><strong>Extensions</strong> are compilations of PHP code that add new features or enhance functionality of the main MediaWiki core. Extensions are one of the main advantages of MediaWiki. They give wiki administrators and wiki end-users the ability to adapt MediaWiki to their requirements.</p>
<p>The extensions can add capabilities like:</p>
<ul>
<li><a title="Embed youtube videos into your wiki" href="http://www.mediawiki.org/wiki/Extension:EmbedVideo" target="_blank">Embed videos</a> (YouTube)</li>
<li><a title="viewing the list of users currently online" href="http://www.mediawiki.org/wiki/WhosOnline" target="_blank">WhosOnline</a> &#8211; shows you who is currently logged in to your wiki</li>
<li><a title="embed flash" href="http://www.mediawiki.org/wiki/Extension:Flash" target="_blank">Allow embedded flash</a></li>
<li><a title="Iframe support" href="http://www.mediawiki.org/wiki/Extension:Website_in_iFrame" target="_blank">Iframe</a> &#8211; to load pages from other site in your wiki page</li>
<li><a title="export to pdf directly from the wiki" href="http://www.mediawiki.org/wiki/Extension:Wikipdf2" target="_blank">Convert to pdf</a></li>
<li><a title="Open large images with popup window" href="http://www.mediawiki.org/wiki/Extension:SlimboxThumbs" target="_blank">Images preview popup window</a></li>
</ul>
<h2>Integrate into the Organization</h2>
<div>Using LDAP we can integrate the wiki with the main active directory.</div>
<div><a href="http://www.mediawiki.org/wiki/Ldap">http://www.mediawiki.org/wiki/Ldap</a> will show you the step to add ldap support to the wiki install,</div>
<div>with ldap you can have single and multi domain authentication (including local database)</div>
<div>Retrieval of user information from LDAP:</div>
<ul>
<li>Email address</li>
<li>Real name</li>
<li>Nickname</li>
<li>Language</li>
</ul>
<div>you can configure the wiki to allow to only domain users to access the server, and you can create wikis that will be accessible only by a specific domain group/users.</div>
<div>You can restrict edit access only to users who have created an account AND verified their email address.</div>
<div>more features the mediawiki ofers:</div>
<div>
<ul>
<li>A watch list &#8211; update by email when a watched page has changed.</li>
<li>By default, MediaWiki’s page URLs look like /index.php?title=Your_Page,</li>
<li> but an .htaccess file tweak can make them look like Wikipedia’s clean /wiki/Your_Page links.</li>
<li>When a user submits an edit to a page, MediaWiki writes it to the database, but without deleting the previous versions of the page, thus allowing easy reverts in case of vandalism or spamming.</li>
</ul>
</div>
<h2>First steps with editing wiki pages</h2>
<p><a href="http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview">http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview</a></p>
<p>This simple editing tutorial will show you the basic step in editing a new wiki page:</p>
<ul>
<li>headings</li>
<li>lists</li>
<li>links</li>
</ul>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/mediawiki' rel='tag' target='_self'>mediawiki</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/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=346&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/implementing-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>solaris 10 and vnc</title>
		<link>http://yonitg.com/solaris-10-vnc/</link>
		<comments>http://yonitg.com/solaris-10-vnc/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 21:35:20 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=338</guid>
		<description><![CDATA[VNC viewer is a free remote control software package. With VNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. Now Solaris 10 comes with vncserver built in.]]></description>
			<content:encoded><![CDATA[<p><a title="Building Your Virtual Real Estate Empire Just Became Really Easy" href="http://59e14svdki3req4clarfv5em1w.hop.clickbank.net/?tid=SOL10VNC" target="_blank">Boost Your Adsense And Affiliate Commissions By Building 10s, 100s or 1,000s of Websites,<br />
Each With The Click of a Button!</a></p>
<p>VNC is a server client method of connecting to a remote server,<br />
the great thing about vnc is that you can see the remote server desktop, and work on it with a mouse just like its your local desktop.<br />
another good thing about vnc is that its free for use for many distros.</p>
<p>There are main 2 major software companies that supply free vnc server and vnc cllient,<br />
the first is <a title="realvnc free download " href="http://www.realvnc.com/products/download.html" target="_blank">realvnc</a> and the second is <a title="tightvnc free vnc" href="http://www.tightvnc.com/download.php" target="_blank">tightvnc </a>, from the tighvnc site:</p>
<p>TightVNC is a free remote control software package. With TightVNC, you can <span style="color: #007000;"><strong>see the     desktop of a remote machine and control it</strong></span> with your local mouse and keyboard, just like you     would do it sitting in the front of that computer. TightVNC is:</p>
<ul>
<li><span style="color: #007000;"><strong>free</strong></span> for both personal and commercial usage, with full source code available (<a title="gnu license" href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL</a>-licensed);</li>
<li>useful in remote administration, remote customer support, education, and for many other       purposes;</li>
<li>cross-platform, available for Windows and Unix, compatible with other VNC software.</li>
</ul>
<p>So these are 2 options for you to download a good free vnc viewer.</p>
<h2>Solaris VNCserver configuration</h2>
<p>and I say only viewer because now the Solaris 10 build 5 comes with the vncserver alredy inside.<br />
all you need to do is to configure it.</p>
<p>This page on the SUN site will give you the detailed explanation on how to do things and what <a title="Install a patch before using Xvnc" href="http://docs.sun.com/app/docs/doc/819-0872/remotead-20?l=en&amp;a=view&amp;q=vnc+solaris+10" target="_blank">security patch you need to install fisrt </a>,but the instructions can be summed up in 4 lines:</p>
<blockquote><p>mkdir -p /etc/dt/config</p>
<p>cp /usr/dt/config/Xservers    /etc/dt/config/Xservers</p>
<p>edit this file “/etc/dt/config/Xservers” and add these lines at the end:</p>
<p>:1  Local local_uid@none root /usr/X11/bin/Xvnc :1 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
:2  Local local_uid@none root /usr/X11/bin/Xvnc :2 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
:3  Local local_uid@none root /usr/X11/bin/Xvnc :3 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
And reboot the server.</p></blockquote>
<p>The lines with the :1 :2 etc at the beginning, are the virtual displays you wish to server to have available for connections, you can add more by changing the numbers to :4 :5 etc.</p>
<p>when connecting to the server with the vnc viewer you need to express to which virtual display you want to connect by adding it to end of the server&#8217;s name or ip:</p>
<blockquote><p>10.10.10.1:3</p></blockquote>
<p>If you want to connect to virtual display number 3.</p>
<p>A security note – this configuration will allow passwordless access to the vnc screen – if someone logs in and leaves it open – the next user can just enter without a login.</p>
<p>A safer configuration is to require a password by using the <kbd><strong>-SecurityTypes VncAuth</strong></kbd> parameter. The Xvnc(1) man page describes password requirements.</p>
<h2><strong>VNC and Security</strong></h2>
<p>The vnc as a general is clear text, for a more secure connection there is a method of tunneling the vnc through a ssh session.<br />
2 nice tutorials for vnc through ssh can be found <a title="VNC over SSH2 - A TightVNC Tutorial" href="http://www.vanemery.com/Linux/VNC/vnc-over-ssh.html" target="_blank">here</a> and <a title="Tunnelling VNC over SSH with PuTTY" href="http://martybugs.net/smoothwall/puttyvnc.cgi" target="_blank">here</a>.<br />
the second tutorial is using putty for the ssh connection &#8211; putty is another great freeware,<br />
its a <a title="PuTTY Download Page" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">free ssh client for windows</a> to connect to ssh servers.</p>
<p>If the server you wish to connect to through vnc is located withing your lan,<br />
and you are relaxed about security for the users on it &#8211; if its a training server etc ,<br />
you can just setup the vncserver without any safeguards,<br />
but if you are connecting through an unsecured medium (AKA the internet)<br />
you better add the ssh layer to it.</p>
<p><a title="Building Your Virtual Real Estate Empire Just Became Really Easy" href="http://59e14svdki3req4clarfv5em1w.hop.clickbank.net/?tid=SOL10VNC" target="_blank">Boost Your Adsense And Affiliate Commissions By Building 10s, 100s or 1,000s of Websites,<br />
Each With The Click of a Button!</a></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-Security-Essentials-Microsystems-Engineers/dp/0137012330%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0137012330"><img src="http://ecx.images-amazon.com/images/I/41DnAUzC0jL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Solaris-Solutions-System-Administrators-Time-Saving/dp/047143115X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D047143115X"><img src="http://ecx.images-amazon.com/images/I/51VF610-5JL._SL160_.jpg" alt="" /></a></p>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/desktop' rel='tag' target='_self'>desktop</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/network' rel='tag' target='_self'>network</a>, <a class='technorati-link' href='http://technorati.com/tag/Solaris' rel='tag' target='_self'>Solaris</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_self'>windows</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=338&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/solaris-10-vnc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

