<?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>Sun Solaris System Admin &#187; patch</title>
	<atom:link href="http://www.sunsolarisadmin.com/tag/patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunsolarisadmin.com</link>
	<description>Sun Solaris HowTo's Tips Tricks Tutorials</description>
	<lastBuildDate>Wed, 16 Jun 2010 21:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<link>http://www.sunsolarisadmin.com</link>
<url>http://www.sunsolarisadmin.com/wp-content/mbp-favicon/favicon.ico</url>
<title>Sun Solaris System Admin</title>
</image>
		<item>
		<title>Sun Patch Check &#8211; Free Opensource utility to check Patch Status</title>
		<link>http://www.sunsolarisadmin.com/general/sun-patch-check-free-opensource-utility-to-check-patch-status/</link>
		<comments>http://www.sunsolarisadmin.com/general/sun-patch-check-free-opensource-utility-to-check-patch-status/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:41:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[showrev]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.sunsolarisadmin.com/general/sun-patch-check-free-opensource-utility-to-check-patch-status/</guid>
		<description><![CDATA[Sun Patch Check is a simple opensource utility from &#8220;Titania&#8221; that runs in UNIX or Linux systems to check the Patch installation status in a Sun Solaris server running on a SPARC or Intel platform and compare it to its own database of the latest recommended patches for that version of Solaris operating system. I [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
Sun Patch Check is a simple opensource utility from &#8220;Titania&#8221; that runs in UNIX or Linux systems to check the Patch installation status in a Sun Solaris server running on a SPARC or Intel platform and compare it to its own database of the latest recommended patches for that version of Solaris operating system.</p>
<p>I loved the authors <a target="_blank" href="http://www.itsyourip.com/networking/nipper-network-device-security-audit-tool/" title="Nipper Network device Security Audit Tool">Nipper security audit tool </a>for network devices. It was one of the greatest utilities I have ever come across and this is no ordinary as well.</p>
<p><span id="more-44"></span></p>
<p>Sun Patch Utility can make life for Admin much easier and can be included in scripts to run in a big Sun Server farm to help stay on top of the recommended patch status.</p>
<p>To install, you need to have GNU C Compiler installed on the server. For more information on installing GNU C Compiler on your Sun Server <a target="_blank" href="http://www.sunsolarisadmin.com/package-management/how-to-install-gnu-tar-in-sun-solaris/" title="Install GNU Tar in Sun Solaris">click here</a>. While if you choose to run on a Linux system most if not all should by default have the GNU C compiler installed.</p>
<p>Once GNU C Compiler is installed.</p>
<p><strong><u>Download the source</u></strong></p>
<blockquote><p><strong>solaris10# wget </strong></p>
<p><a href="http://www.titania.co.uk/downloads/sunpatchcheck-1.6.tgz"><strong>http://www.titania.co.uk/downloads/sunpatchcheck-1.6.tgz</strong></a></p></blockquote>
<p><strong><u>Unzip &amp; untar the downloaded file</u></strong></p>
<blockquote><p><strong>solaris10# gzip sunpatchcheck-1.6.tgz</strong></p>
<p><strong>solaris10# tar -xvf sunpatchcheck-1.6.tar</strong></p></blockquote>
<p><strong><u>Change Directory to sunpatchcheck-1.6</u></strong></p>
<blockquote><p><strong>solaris10# cd sunpatchcheck-1.6</strong></p></blockquote>
<p><strong><u>Run the compiler</u></strong></p>
<blockquote><p><strong>solaris10 ~/sunpatchcheck-1.6# gcc -o sunpatchcheck sunpatchcheck.c</strong></p></blockquote>
<p>That should install the utility.</p>
<p><strong><u>Update Database</u></strong></p>
<p>Sun Patch Check maintains individual database for the latest recommended patches for each of the Sun Solaris versions (SPARC/Intel)</p>
<blockquote><p><strong>solaris10 ~/sunpatchcheck-1.6# ./sunpatchcheck &#8211;update</strong></p></blockquote>
<p><strong><u>Run showrev</u></strong></p>
<p>Run a showrev -p on your Sun Server and pipe it to a text file</p>
<blockquote><p><strong>solaris10 ~/sunpatchcheck-1.6# showrev -p &gt; showrev_intel10.txt</strong></p></blockquote>
<p>Now compare the results</p>
<blockquote><p><strong>solaris10 ~/sunpatchcheck-1.6# ./sunpatchcheck &#8211;check=showrev_intel10.txt &#8211;solaris=10i</strong></p></blockquote>
<p>where</p>
<p><em>&#8211;check</em> instructs to check the file mentioned</p>
<p><em>&#8211;solaris</em> denotes the version of Sun Solaris against which this showrev is run. This can 10,9,8,7,2.6,2.5.1 (where applicable if the platform is intel, use an &#8220;i&#8221; like 10i)</p>
<p>This should compare and give you the results.</p>
<p>For more options,</p>
<blockquote><p><strong>solaris10 ~/sunpatchcheck-1.6# ./sunpatchcheck &#8211;help</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sunsolarisadmin.com/general/sun-patch-check-free-opensource-utility-to-check-patch-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install &amp; Run Sun VTS in Solaris 10 for hardware &amp; Stress test</title>
		<link>http://www.sunsolarisadmin.com/general/install-run-sun-vts-in-solaris-10-for-hardware-stress-test/</link>
		<comments>http://www.sunsolarisadmin.com/general/install-run-sun-vts-in-solaris-10-for-hardware-stress-test/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 21:41:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Package Management]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[Sun X86 platform]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[solaris10]]></category>
		<category><![CDATA[sparc]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sunvts]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.sunsolarisadmin.com/general/install-run-sun-vts-in-solaris-10-for-hardware-stress-test/</guid>
		<description><![CDATA[In my previous write up here, I wrote a brief description of the Sun VTS (Validation and Test Suite) which can help one to run tests on any Sun Supported hardware and hardware components and report the health status and identify faulty devices. Now, lets get installing and run Sun VTS in Solaris 10. Download [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p>In my previous write up <a target="_blank" href="http://www.sunsolarisadmin.com/general/sun-vts-sun-validation-test-suite-for-hardware-stress-test/" title="Sun VTS - Validation &amp; Test Suite">here</a>, I wrote a brief description of the Sun VTS (Validation and Test Suite) which can help one to run tests on any Sun Supported hardware and hardware components and report the health status and identify faulty devices. Now, lets get installing and run Sun VTS in Solaris 10.</p>
<p><span id="more-31"></span></p>
<p>Download the most recent stable version of SUNWvts (SUNWvts6.4ps2 at the time of writing this article) for SPARC/x86 platforms from <a target="_blank" href="http://www.sun.com/oem/products/vts/" title="Sun VTS download and install in Sun Solaris 10">here</a></p>
<pre>NOTE: Requires Sunsolve login to download.</pre>
<p>Sun VTS requires the following packages installed to run properly.</p>
<blockquote><p><strong><u>Core SunVTS Framework</u></strong></p>
<p>SUNWvts_VTS6.4ps2_sparc.tar.Z (SPARC)</p>
<p>SUNWvts_VTS6.4ps2_x86.tar.Z (x86)</p>
<p><strong><u>Sun VTS Tests</u></strong></p>
<p>SUNWvtsts_VTS6.4ps2_sparc.tar.Z (SPARC)</p>
<p>SUNWvtsts_VTS6.4ps2_x86.tar.Z (x86)</p>
<p><strong><u>SunVTS Framework Configuration Files in Root partition </u></strong><em>(Optional/Recommended)</em></p>
<p>SUNWvtsr_VTS6.4ps2_sparc.tar.Z</p>
<p>SUNWvtsr_VTS6.4ps2_x86.tar.Z<br />
 <br />
<strong><u>Sun VTS Man Pages (Optional)</u></strong><br />
SUNWvtsmn_VTS6.4ps1_sparc.tar.Z (SPARC)</p>
<p>SUNWvtsmn_VTS6.4ps1_x86.tar.Z (x86)</p></blockquote>
<p>Prior to installation, it is important that any previous version of the above mentioned Sun VTS packages are removed.</p>
<p>To check if previous versions are installed</p>
<blockquote><p><strong>solaris10# pkginfo -l | grep -i vts</strong></p></blockquote>
<p>If found uninstall them before proceeding with the procedure</p>
<blockquote><p><strong>solaris10# pkgrm SUNWvts SUNWvtsr SUNWvtsts SUNWvtsmn</strong></p></blockquote>
<p>Download and install the latest revision of Microtasking libraries (libmtsk) patch for Solaris 10 from the following Sun Solve website:</p>
<blockquote><p><a href="http://sunsolve.sun.com/show.do?target=patchpage"><strong>http://sunsolve.sun.com/show.do?target=patchpage</strong></a></p></blockquote>
<blockquote><p>Solaris 10 SPARC &#8211; 120753 (120753-05)</p>
<p>Solaris 10 x86 &#8211; 120754 (120754-05)</p></blockquote>
<p>Download unzip and install the patch:</p>
<p><strong><u>SPARC</u></strong></p>
<blockquote><p><strong>solaris10# unzip 120753-05.zip</strong></p>
<p><strong>solaris10# patchadd 120753-05</strong></p></blockquote>
<p><strong><u>x86</u></strong></p>
<blockquote><p><strong>solaris10# unzip 120754-05.zip</strong></p>
<p><strong>solaris10# patchadd 120754-05</strong></p></blockquote>
<p>Now, lets get installing the Sun VTS packages.</p>
<p><strong><u>Install SunVTS Core Framework (SPARC &amp; x86)</u></strong></p>
<blockquote><p><strong>solaris10#pkgadd -d . SUNWvts</strong></p></blockquote>
<p>That installs the required Sun VTS Core Framework package.</p>
<p><strong><u>Install the rest of the SunVTS packages</u></strong><br />
(SunVTS Tests,config files in root &amp; Man pages)</p>
<blockquote><p><strong>solaris10# pkgadd -d . SUNWvtsts SUNWvtsr SUNWvtsmn</strong></p></blockquote>
<p>That completes the Sun VTS package installation.</p>
<p><strong><u>Enable the rstatd daemon</u></strong></p>
<p>rstatd daemon is disabled by default in Solaris 10.</p>
<blockquote><p><strong>solaris10# svcadm enable rstatd</strong></p></blockquote>
<p><strong><u>Export Display to your PC (GUI only)</u></strong></p>
<blockquote><p><strong>solaris10# export DISPLAY 192.168.0.2:0</strong></p></blockquote>
<p><strong><u>Start Sun VTS</u></strong></p>
<blockquote><p><strong>solaris10# /opt/SUNWvts/bin/sunvts &amp;</strong></p></blockquote>
<p>This should start the Sun VTS software and export GUI to your PC (if display not exported then runs tty user interface on the terminal). Sun VTS will discover devices and list available tests for your server with dezcriptive information on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunsolarisadmin.com/general/install-run-sun-vts-in-solaris-10-for-hardware-stress-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
