<?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>HowtoLinux &#187; Sun Solaris</title>
	<atom:link href="http://www.debiandoctor.com/category/sun-solaris/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debiandoctor.com</link>
	<description>The best Unix/Linux Server Resources  Availabe on Internet.</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add or Remove Package on SunSolaris.</title>
		<link>http://www.debiandoctor.com/sun-solaris/add-or-remove-package-on-sunsolaris.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/add-or-remove-package-on-sunsolaris.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 07:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=72</guid>
		<description><![CDATA[http://www.softpanorama.org/Solaris/Packages/index.shtml
o List patches applied:
# patchadd -p
o To apply a patch
Untar the patch tar.Z
# patchadd &#60;dir&#62;
o To add a package
# pkgadd -d &#60;package file&#62;
o To add a package in tar format
# tar xvfz package.tar.Z
# pkgadd -d .
This will ask you which packages in the
current directory you wish to install.
o To remove a package
# pkgrm &#60;package&#62;
o To get info on a package
# pkginfo -x &#60;package&#62;
# pkginfo -l &#60;package&#62;
o To list all installed packages
# pkginfo
o To find out which package a file is ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/add-or-remove-package-on-sunsolaris.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling telnet on Sun Solaris.</title>
		<link>http://www.debiandoctor.com/sun-solaris/enabling-telnet-on-sun-solaris.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/enabling-telnet-on-sun-solaris.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 07:06:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=71</guid>
		<description><![CDATA[Configuring Telnet / FTP to login as root (Solaris)
Now before getting into the details of how to configure Solaris for root logins, keep in mind that this is VERY BAD security. Make sure that you NEVER configure your production servers for this type of login.
Configure Telnet for root logins
Simply edit the file /etc/default/login and comment out the following line as follows:
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/enabling-telnet-on-sun-solaris.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync Installation- Sun solaris</title>
		<link>http://www.debiandoctor.com/sun-solaris/rsync-installation-sun-solaris.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/rsync-installation-sun-solaris.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 07:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=70</guid>
		<description><![CDATA[http://netilium.org/~mad/technotes/rsync/
http://netilium.org/~mad/technotes/rsync/NTLMrsync-sparc.pkg
Installation:
* Download the package to a temporary directory.
* Run pkgadd -d NTLMrsync-sparc.pkg from that directory and select the package for installation.
Installation transcript:
# pkgadd -d NTLMrsync-sparc.pkg
The following packages are available:
1Â  NTLMrsyncÂ Â Â Â  rsync &#8211; faster, flexible replacement for rcp
(sparc) 2.6.3
Select package(s) you wish to process (or &#8216;all&#8217; to process
all packages). (default: all) [?,??,q]:
Processing package instance &#60;NTLMrsync&#62; from &#60;/tmp/NTLMrsync-sparc.pkg&#62;
rsync &#8211; faster, flexible replacement for rcp
(sparc) 2.6.3
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/rsync-installation-sun-solaris.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenSSH Packages for SPARC and Intel/Solaris 8</title>
		<link>http://www.debiandoctor.com/sun-solaris/installing-openssh-packages-for-sparc-and-intelsolaris-8.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/installing-openssh-packages-for-sparc-and-intelsolaris-8.html#comments</comments>
		<pubDate>Sun, 05 Aug 2007 17:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=65</guid>
		<description><![CDATA[  Openssh is meant to supply security to your systems. If you don&#8217;t understand how to properly use it, you may have problems.   Such problems are your responsibility.   See our disclaimer.  Please read the instructions below fully and carefully before you do any installation. 
Installation of the openssh software on a Solaris machine is lengthy, but straightforward.  To get ssh and sshd running you need to install a number of packages.   ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/installing-openssh-packages-for-sparc-and-intelsolaris-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris RAID-5 How-to</title>
		<link>http://www.debiandoctor.com/sun-solaris/solaris-raid-5-how-to.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/solaris-raid-5-how-to.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 19:05:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=64</guid>
		<description><![CDATA[Abstract
This document walks you through building a RAID-5 volume using four disks (three is the minimum, and performance can degrade when more than eight are used) on Solaris 8, using the command-line interface to Solstice Disk Suite.  Our demonstration system contains five hot-swappable 9GB SCSI disks, one of which is the system disk.
Contents
Introduction
Step One:    Partitioning the Disks
Step Two:    Creating the Metadevice Database
Step Three:  Configure the RAID-5 Metadevice
Step Four:   Configure a ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/solaris-raid-5-how-to.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Disks under Solaris</title>
		<link>http://www.debiandoctor.com/sun-solaris/adding-disks-under-solaris-2.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/adding-disks-under-solaris-2.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 19:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=63</guid>
		<description><![CDATA[ Once the disk has been physically installed, the system should recognize a new device on the SCSI bus.  After powering up the system, hold down the Stop key (on some Suns, this is labeled L1), and hit the A key to enter the boot monitor.
At the boot monitor, probe-scsi can be used to list the SCSI devices the system recognizes:


Type 'go' to resume
Type help for more information
ok probe-scsi
	  .
         ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/adding-disks-under-solaris-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 8 Disk Mirroring</title>
		<link>http://www.debiandoctor.com/sun-solaris/solaris-8-disk-mirroring.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/solaris-8-disk-mirroring.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 19:01:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=62</guid>
		<description><![CDATA[    This describes how to set up a simple mirror of a single disk.    Related topics, such as striping, are not covered.
The following assumes the machine has been set up according to the    guidelines in    Solaris 8 Installation Notes, and    Xhiering Notes or
    Be aware that the disk, controller, slice, partition, etc. numbers    that follow are simply examples.  ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/solaris-8-disk-mirroring.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The complete solaris administration</title>
		<link>http://www.debiandoctor.com/sun-solaris/the-complete-solaris-administration.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/the-complete-solaris-administration.html#comments</comments>
		<pubDate>Sat, 28 Jul 2007 01:27:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=60</guid>
		<description><![CDATA[http://www.akadia.com/services/solaris_tips.html
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/the-complete-solaris-administration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.0.43 / Tomcat 4.1.12 / mod_jk for Solaris 8 (SPARC)</title>
		<link>http://www.debiandoctor.com/sun-solaris/apache-2043-tomcat-4112-mod_jk-for-solaris-8-sparc.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/apache-2043-tomcat-4112-mod_jk-for-solaris-8-sparc.html#comments</comments>
		<pubDate>Tue, 24 Jul 2007 16:38:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=48</guid>
		<description><![CDATA[http://johnturner.com/howto/apache2-tomcat4112-sol8-howto.html
First, you need a sane build environment.  In the open source world, that means GNU tools, not the tools included with a  Sun Dev cluster install.  Also make sure you&#8217;ve installed the Sun Solaris 8_Recommended patch cluster. 
You&#8217;ll also need openssl and openssh installed. I&#8217;m assuming here that if you have a Sun server and you have root access to it that you have some basic familiarity with system administration and know your way around a UNIX ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/apache-2043-tomcat-4112-mod_jk-for-solaris-8-sparc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Solaris Basic commands</title>
		<link>http://www.debiandoctor.com/sun-solaris/sun-solaris-basic-commands.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/sun-solaris-basic-commands.html#comments</comments>
		<pubDate>Thu, 05 Jul 2007 17:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=28</guid>
		<description><![CDATA[process listing. /usr/ucb/ps -aux &#124; more
/usr/proc/bin/ptree &#60;pid&#62;
/* Print the parent/child process &#8216;tree&#8217; of a process */
/usr/ucb/ps -aux &#124; more
/* Displays CPU % usage for each process in ascending order */
usr/ucb/ps -auxww &#124; grep &#60;process name&#62;
/* Gives the full listing of the process (long listing) */
coreadm -i core.%f.%p
/* Append program name and process id to core file names */
kill -HUP `ps -ef &#124; grep [p]roccess &#124; awk &#8216;{print $2}&#8217;`
/* HUP any related process in one step */
sof -i TCP:25
/* Mapping port ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/sun-solaris-basic-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete SUn Java Portal server Tutorial.</title>
		<link>http://www.debiandoctor.com/sun-solaris/complete-sun-java-portal-server-tutorial.html</link>
		<comments>http://www.debiandoctor.com/sun-solaris/complete-sun-java-portal-server-tutorial.html#comments</comments>
		<pubDate>Thu, 05 Jul 2007 16:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=29</guid>
		<description><![CDATA[http://vegdave.wordpress.com/2007/03/22/notes-on-installing-skype-on-ubuntuamd64/
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/sun-solaris/complete-sun-java-portal-server-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
