<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pradipgudale2000&#039;s Blog</title>
	<atom:link href="http://pradipgudale2000.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pradipgudale2000.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 30 Dec 2009 12:12:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pradipgudale2000.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/719ce29777a0156acfbc39d6cf3422b5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Pradipgudale2000&#039;s Blog</title>
		<link>http://pradipgudale2000.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pradipgudale2000.wordpress.com/osd.xml" title="Pradipgudale2000&#039;s Blog" />
	<atom:link rel='hub' href='http://pradipgudale2000.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ZFS: Ten reasons to reformat your hard drives</title>
		<link>http://pradipgudale2000.wordpress.com/2009/12/30/zfs-ten-reasons-to-reformat-your-hard-drives/</link>
		<comments>http://pradipgudale2000.wordpress.com/2009/12/30/zfs-ten-reasons-to-reformat-your-hard-drives/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:12:32 +0000</pubDate>
		<dc:creator>pradipgudale2000</dc:creator>
				<category><![CDATA[Solaris Stuffs]]></category>

		<guid isPermaLink="false">http://pradipgudale2000.wordpress.com/?p=62</guid>
		<description><![CDATA[The much-anticipated release of the new ZFS filesystem in Solaris 10 will revolutionize the way system administrators (and executives) think about and work with filesystems. Breaking free of the traditional volume or partition architecture, ZFS combines scalability and flexibility while providing a simple command interface. Coined by Sun as the “last word in filesystems,” ZFS is already being ported [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=62&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The much-anticipated release of the new ZFS filesystem in Solaris 10 will revolutionize the way system administrators (and executives) think about and work with filesystems. Breaking free of the traditional volume or partition architecture, ZFS combines scalability and flexibility while providing a simple command interface. Coined by Sun as the “last word in filesystems,” ZFS is already being ported to several Linux distributions and Mac OSX. Designed to have at least a 30 year shelf life, this filesystem will make waves with its upcoming release in Solaris 10. We’ve been playing with ZFS for several months and have written some recipes about its basic administration. Here are ten reasons why you’ll want to reformat all of your systems and use ZFS.</p>
<p><strong>1. So easy your mom could administer it</strong><br />
ZFS is administered by two commands, zpool and zfs. Most tasks typically require a single command to accomplish. And the commands are designed to make sense. For example, check out the commands to place a quota on its size.</p>
<p><strong>2. Honkin’ big filesystems</strong><br />
How big do filesystems need to be? In a world where 640KB is certainly not enough for computer memory, current filesystems have reached or are reaching the end of their usefulness. A 64-bit filesystem would meet today’s need, but estimate of the lifetime of a 64-bit filesystem is about 10 years. Extending to 128-bits gives ZFS an expected lifetime of 30 years (UFS, for comparison, is about 20 years old). So how much data can you squeeze into a 128-bit filesystem? 16 exabytes or 18 million terabytes. How many files can you cram into a ZFS filesystem? 200 million million.</p>
<p>Could anyone use a filesystem that large? No, not really. The topic has roused discussions about boiling the oceans if a real life storage unit that size was powered on. It may not be necessary to have 128 bits, but it doesn’t hurt and we won’t have to worry about running out of addressable space.</p>
<p><strong>3. Filesystem, heal thyself</strong><br />
ZFS employs 256 bit checksums end-to-end to validate data stored under its protection. Most filesystems (and you know who you are) depend on the underlying hardware to detect corrupted data and then can only nag about it if they get such a message. Every block in a ZFS filesystem has a checksum associated with it. If ZFS detects a checksum mismatch on a raidz or mirrored filesystem, it will actively reconstruct the block from the available redundancy and go on about its job.</p>
<p><strong>4. fsck off, fsck</strong><br />
fsck has been voted out of the house. We don’t need it anymore. Because ZFS data are always consistent on disk, don’t be afraid to yank out those power cords if you feel like it. Your ZFS filesystems will never require you to enter the superuser password for maintenance mode.</p>
<p><strong>5. Compress to your heart’s content</strong><br />
I’ve always been a proponent of optional and appropriate compression in filesystems. There are some data that are well suited to compression such as server logs. Many people get ruffled up over this topic, although I suspect that they were once burned by double space munching up an important document. When thoughtfully used, ZFS compression can improve disk I/O which is a common bottleneck. ZFS compression can be turned on for individual filesystems or hierarchies with a very easy single command.</p>
<p><strong>6. Unconstrained architecture</strong><br />
UFS and other filesystems use a constrained model of fixed partitions or volumes, each filesystem having a set amount of available disk space. ZFS uses a pooled storage model. This is a significant departure from the traditional concept of filesystems. Many current production systems may have a single digit number of filesystems and adding or manipulating existing filesystems in such an environment is difficult.</p>
<p>In ZFS, mounted in different places in the host filesystem.</p>
<p><strong>7. Grow filesystems without green thumb</strong><br />
If your pool becomes overcrowded, you can grow it. With one command. On a live production system. Enough said.</p>
<p><strong>8. Dynamic striping</strong><br />
On by default, dynamic striping automatically includes all devices in a pool in writes simultaneously (stripe width spans all the available media). This will speed up the I/O on systems with multiple paths to storage by load balancing the I/O on all of the paths.</p>
<p><strong>9. The term “raidz” sounds so l33t</strong><br />
The new RAID-Z redundant storage model replaces RAID-5 and improves upon it. RAID-Z does not suffer from the “write hole” in which a stripe of data becomes corrupt because of a loss of power during the vulnerable period between writing the data and the parity. RAID-Z, like RAID-5, can survive the loss of one disk. A future release is planned using the keyword raidz2 which can tolerate the loss of two disks. Perhaps the best feature is that creating a raidz pool is crazy simple.</p>
<p><strong>10. Clones with no ethical issues</strong><br />
The simple creation of restored to the original filesystem to return to the previous state. Snapshots can be written to other storage (disk, tape), transferred to another system, and converted back into a filesystem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradipgudale2000.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradipgudale2000.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradipgudale2000.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=62&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pradipgudale2000.wordpress.com/2009/12/30/zfs-ten-reasons-to-reformat-your-hard-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd497c665f4f524b791a21976093a67?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pradipgudale2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Solaris Basic Stuff</title>
		<link>http://pradipgudale2000.wordpress.com/2009/12/30/solaris-basic-stuff/</link>
		<comments>http://pradipgudale2000.wordpress.com/2009/12/30/solaris-basic-stuff/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:51:32 +0000</pubDate>
		<dc:creator>pradipgudale2000</dc:creator>
				<category><![CDATA[Solaris Stuffs]]></category>

		<guid isPermaLink="false">http://pradipgudale2000.wordpress.com/?p=54</guid>
		<description><![CDATA[* How to change hostname? Ans. -: Changed Hostname in following files 1) /etc/hosts 2) /etc/nodename (if this file is not available create this file) 3) /etc/hostname.interfacename (changed hostname for this file to your host) 4) /etc/inetd/ipnode or /etc/inet/ipnode * How to start your Network interface in VMWare? Ans. -: # ifconfig –a plumb # [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=54&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>* How to change hostname?</strong><br />
<strong>Ans. -:</strong> Changed Hostname in following files<br />
1) /etc/hosts<br />
2) /etc/nodename (if this file is not available create this file)<br />
3) /etc/hostname.interfacename (changed hostname for this file to your host)<br />
4) /etc/inetd/ipnode or /etc/inet/ipnode<br />
<span id="more-54"></span><br />
<strong>* How to start your Network interface in VMWare? </strong><br />
<strong>Ans. -:</strong> # ifconfig –a plumb<br />
# ifconfig pcn0 up<br />
# ifconfig pcn0 dhcp (start your machine in DHCP mode)</p>
<p><strong>* Root user is not able to telnet remotely?</strong><br />
<strong>Ans. -:</strong> By Default remote console login is disabled for root, you need to manually comment this line.<br />
# /etc/default/login<br />
CONSOLE=/dev/console (comment to this line)</p>
<p><strong>* Root user is not able to FTP remotely?</strong><br />
Ans. -: By Default FTP login is disabled for root user, you need to manually comment this line.<br />
# /etc/ftpd/ftpusers<br />
Root (comment to root user)</p>
<p><strong>* How to check Solaris Installed Packages? </strong><br />
Ans. -: # pkginfo | grep package name (ftp/bash)<br />
# pkgchk –v SUNWapchr<br />
-v -: To list the files contained in a software package</p>
<p><strong>* How to install Software Packages?</strong><br />
Ans. -: # pkgadd –d package named<br />
# pkgadd -d . (For entire packages those are belong to current working directory)</p>
<p><strong>* How to check Physical Memory?</strong><br />
Ans. -: To check the physical memory and system configuration<br />
1) prtconf<br />
2) prtdiag</p>
<p><strong>* How to check Physical Memory Bank size or Socket status?</strong><br />
<strong>Ans. -:</strong> # /usr/sbin/prtdiag<br />
# /usr/platform/sun4u/sbin/prtdiag<br />
===============Memory Configuration ===============<br />
Logical Logical Logical<br />
MC Bank Bank Bank DIMM Interleave Interleaved<br />
Brd ID num size Status Size Factor with<br />
&#8212;- &#8212; &#8212;- &#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8211;<br />
CA 0 0 1024MB no_status 512MB 2-way 0<br />
CA 0 2 1024MB no_status 512MB 2-way 0<br />
===========================================</p>
<p><strong>* What is means Prtdiag?<br />
</strong>A simple command will provide detailed information about the specific memory configuration of a Sun server, information such as the sizes and locations of memory banks. This can prevent cracking open the case and the associated downtime<br />
The prtdiag command displays useful information about the processors, IO devices, and memory attached to the system. The only trick is finding the program. It lives under the /usr/platform directory in a subdirectory corresponding to the hardware platform on which it is running. If you change directory to /usr/platform and look at the directory listing, you&#8217;ll see a product catalog of Sun hardware and some generic platform types (like sun4u). Identify the platform you are on (uname -i will work nicely), change into that directory, and then into the sbin subdirectory there. For example, on a Sun V210, the path would be /usr/platform/SUNW, Sun-Fire-V210/sbin</p>
<p><strong>* How to understand Solaris OS Kernel &amp; hardware parameters stuffs?</strong><br />
Ans. -: # uname<br />
-a Prints basic information currently available<br />
from the system.<br />
-i Prints the name of the platform.<br />
-m Prints the machine hardware name (class). Use of this option is is courage. Use uname -p instead. See NOTES section below.<br />
-n Prints the nodename (the nodename is the name by which the system is known to a communications network).<br />
-p Prints the current host&#8217;s ISA or processor type.<br />
-r Prints the operating system release level.<br />
-s Prints the name of the operating system.<br />
This is the default.</p>
<h1>* How to see following parameters?</h1>
<p>(Hostname, host id, release, kernel architecture, hardware provider, kernel version)</p>
<p>Ans. -: # /usr/bin/showrev</p>
<p>Hostname: sh2sol8</p>
<p>Hostid: 8316e021</p>
<p>Release: 5.8</p>
<p>Kernel architecture: sun4u</p>
<p>Application architecture: sparc</p>
<p>Hardware provider: Sun_Microsystems</p>
<p>Domain: sharedsvrs</p>
<p>Kernel version: SunOS 5.8 Generic 117350-49 Jul 2007</p>
<h1>* How to see Patch and package revision Information?</h1>
<p>Ans. -: # /usr/bin/showrev –p</p>
<p>-p -: Print only the revision information about Patches.</p>
<p>It will show result in following format.</p>
<p>Patch: 120846-03 Obsoletes: 121906-01, 123355-03 Requires:  Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWhea</p>
<p>Patch -:</p>
<p>Obsoletes -:</p>
<p>Requires -:</p>
<p>Incompatibles -:</p>
<p>Packages -:</p>
<h1>* How to see command revision Information?</h1>
<p>Ans. -:  # /usr/bin/showrev –c</p>
<p>-c -: Print the revision information about command.</p>
<p>Example -:  # showrev -c /usr/sbin/showmount</p>
<p>PATH is:</p>
<p>/usr/sbin:/usr/bin</p>
<p>PWD is:</p>
<p>/export/home</p>
<p>LD_LIBRARY_PATH is not set in the current environment</p>
<p>________________________________________________________________________</p>
<p>File: /usr/sbin/showmount</p>
<p>=========================</p>
<p>File type: ELF 32-bit<strong> LSB</strong> executable 80386 Version 1, dynamically linked, stripped</p>
<p>Command version: SunOS 5.10 Generic January 2005</p>
<p>File mode: r-xr-xr-x</p>
<p>User owning file: root</p>
<p>Group owning file: bin</p>
<p>Library information:</p>
<p>        librpcsvc.so.1 =&gt;        /lib/librpcsvc.so.1</p>
<p>        libnsl.so.1 =&gt;   /lib/libnsl.so.1</p>
<p>        libc.so.1 =&gt;     /lib/libc.so.1</p>
<p>        libmp.so.2 =&gt;    /lib/libmp.so.2</p>
<p>        libmd5.so.1 =&gt;   /lib/libmd5.so.1</p>
<p>        libscf.so.1 =&gt;   /lib/libscf.so.1</p>
<p>        libdoor.so.1 =&gt;  /lib/libdoor.so.1</p>
<p>        libuutil.so.1 =&gt;         /lib/libuutil.so.1</p>
<p>        libm.so.2 =&gt;     /lib/libm.so.2</p>
<p>Sum: 44186</p>
<h1>* What is LSB in above examples?</h1>
<p>Ans. -: LSB (Linux Standard Base)</p>
<p>By enabling this functionality, code-named Project Janus, administrators can create an environment for running a range of Linux applications at near-native speeds. Sun is offering Project Janus as an optional kernel service of the Solaris OS, enabling administrators to run Linux applications in a new and unique way on x86 platforms. In keeping with Sun&#8217;s long-standing support of industry standards, Project Janus is designed for compliance with the <a href="http://www.linuxbase.org/">Linux Standard Base</a> specification.</p>
<h1>* How to see detailed information about package?</h1>
<p>Ans. -: # pkginfo – l PackageName</p>
<p>To show detailed information about a patch. It will show in following format.</p>
<p># pkginfo &#8211; l SUNWapchr</p>
<p>   PKGINST:  SUNWapchr</p>
<p>      NAME:  Apache Web Server (root)</p>
<p>  CATEGORY:  system</p>
<p>      ARCH:  i386</p>
<p>   VERSION:  11.10.0, REV=2005.01.08.01.09</p>
<p>   BASEDIR:  /</p>
<p>    VENDOR:  Sun Microsystems, Inc.</p>
<p>      DESC:  The Apache HTTP server program (1.3.x) (root components)</p>
<p>    PSTAMP:  sfw10-patch-x20060908084658</p>
<p>  INSTDATE:  Jul 09 2007 17:59</p>
<p>   HOTLINE:  Please contact your local service provider</p>
<p>    STATUS:  completely installed</p>
<p>     FILES:      302 installed pathnames</p>
<p>                  11 shared pathnames</p>
<p>                   5 linked files</p>
<p>                  23 directories</p>
<p>                   3 executables</p>
<p>                 669 blocks used (approx)</p>
<h1>* How to monitor system Load?</h1>
<p>Ans. -: # vmstat 1</p>
<p>The 1 specifies the number of seconds between updates</p>
<p>To get a quick feel for the system load, look at the last and first columns. The last column is the CPU idle (larger is better); a very busy system will show zero. The first column is the number of processes waiting for the CPU. The uptime load is an average of this value over periods of time. The number of waiting processes should be less than 4 times the number of processors in the system for optimal load.</p>
<p>The swap and memory columns display the amount of free swap space and physical memory in KB. The pi and po columns show the number of KB pages in and out of memory, respectively. If these values are consistently very high, they may indicate a need for more physical memory.<br />
The columns under the disk category show the number of disk operations per second. The s columns represent different disks on the system.</p>
<h1>* How to check Solaris running process?</h1>
<p>Ans. -: # prstat    </p>
<p>Prstat will list all the UNIX process in order of which are using the most CPU time first.</p>
<p>Sort the processes by which process are using the most memory.</p>
<p># prstat – s size</p>
<h1>* How to see processor status?</h1>
<p>Ans. -: # psrinfo</p>
<p>It will show status of the processor like online and how much count will be there.</p>
<p>-v -: display additional information about processor.</p>
<p># psrinfo -v</p>
<p>Status of processor 0 as of: 05/20/08 17:35:09</p>
<p>  Processor has been on-line since 05/05/08 19:05:39.</p>
<p>  The sparcv9 processor operates at 750 MHz,</p>
<p>        and has a sparcv9 floating point processor.</p>
<p>Status of processor 1 as of: 05/20/08 17:35:09</p>
<p>  Processor has been on-line since 05/05/08 19:05:41.</p>
<p>  The sparcv9 processor operates at 750 MHz,</p>
<p>        and has a sparcv9 floating point processor.</p>
<h1>* How to see processor statistic and individual CPU usage?</h1>
<p>Ans. -: # mpstat</p>
<p>CPU minf mjf xcal  intr ithr  csw icsw migr smtx  srw syscl  usr sys  wt idl</p>
<p>  0   20   0  345  1191  514  207   29   13   15    0   563    3   1   1  95</p>
<p>  1   18   0   59   357  340  203   27   13   15    0   571    3   2   1  94</p>
<p>minf            minor faults</p>
<p>mjf             major faults</p>
<p>xcal            inter-processor cross-calls</p>
<p>intr            interrupts</p>
<p>ithr            interrupts as threads  (not  counting  clock interrupt)</p>
<p>csw             context switches</p>
<p>icsw            involuntary context switches</p>
<p>migr            thread migrations (to another processor)</p>
<p>smtx            spins on mutexes (lock not acquired on first try)</p>
<p>srw             spins  on  readers/writer  locks  (lock  not acquired on first try)</p>
<p>syscl           system calls</p>
<p>wt              the I/O wait time is no longer calculated as a percentage of CPU time, and this                      statistic will always return zero.</p>
<p>idl             percent idle time</p>
<p>sze             number of processors in the  requested  processor set</p>
<h1>* How to see virtual Memory statistic?</h1>
<p>Ans. -: # vmstat</p>
<p>Vmstat reports virtual memory statistics regarding kernel thread, virtual memory, and disk, trap, and CPU activity.</p>
<h1>* How to check nfs statistic?</h1>
<p>Ans. -: # nfsstat</p>
<p>Nfsstat displays statistical information about the NFS and RPC (Remote Procedure Call), interfaces to the kernel.</p>
<h1>* What is the use of cfgadm command?</h1>
<p>Ans. -:  # cfgadm</p>
<p>The cfgadm command provides configuration administration operations on dynamically reconfigurable hardware resources.</p>
<h1>* How to configure Virtual IP in Solaris?</h1>
<p><strong>Ans. -: </strong></p>
<pre>1) Create /etc/hostname.&lt;interfacename&gt; :&lt; n&gt; containing the hostname of the virtual IP
   #/etc/hostname.hme0:1
2) Add the hostname and virtual IP to /etc/hosts
3) Use the following commands to configure the interface:
   ifconfig &lt;interfacename&gt;:&lt;n&gt; plumb
   # ifconfig hme0:1 plumb
   ifconfig &lt;interfacename&gt;:&lt;n&gt; &lt;IP address&gt; netmask &lt;netmask&gt; broadcast + up
  # Ifconfig hme0:1 192.168.0.100 netmask 255.255.255.0 broadcast + up</pre>
<h1>* How to check following parameters or system drivers?</h1>
<p><strong>(Hardware devices, pseudo devices, system devices, loadable modules and kernel Tunable parameters) </strong></p>
<p>Ans. -: # sysdef</p>
<h1>* Where &amp; How to set PATH in solaris (permanently)?</h1>
<p>Ans. -: Set path in /etc/profile file</p>
<p> # vi /etc/profile</p>
<p>PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</p>
<p>export  PATH  </p>
<h1>* How to check solaris Opened Ports and listen, established connection?</h1>
<p>Ans. -: # netstat -a </p>
<p>It will show you network statics </p>
<h1>* How to see default routes in solaris?</h1>
<p>Ans. -: # netstat -rn</p>
<h1>* How to see which Interface is used for network traffic?</h1>
<p>Ans. -: # netstat -ia</p>
<p>-i -: Show the state of the interfaces that are  used  for  IP traffic. Normally this shows statistics for the physical interfaces. When combined with the -a option, this  will also  report information for the logical interfaces.</p>
<h1>* How to check available disk?</h1>
<p>Ans. -: # format</p>
<p>                  # iostat – en</p>
<p>                  # cfgadm -a</p>
<p>format enables you to  format,  label,  repair  and  analyze disks  on your system.</p>
<p>cfgadm command provides you configuration information about hardware resources.</p>
<h1>* What is solaris volume manager?</h1>
<p>Ans. -: Solaris Volume Manager is a software product that lets you manage large numbers of disks and the data on those disks. Although there are many ways to use Solaris Volume Manager, most tasks include the following:</p>
<ul>
<li>Increasing storage capacity</li>
<li>Increasing data availability</li>
<li>Easing administration of large storage devices</li>
</ul>
<p>In some instances, Solaris Volume Manager can also improve I/O performance.</p>
<p>Solaris Volume Manager uses virtual disks to manage physical disks and their associated data. In Solaris Volume Manager, a virtual disk is called a <strong>volume</strong>. Solaris Volume Manager Volumes are built from disk slices or from other Solaris Volume Manager volumes</p>
<h1>* How to see hardware information?</h1>
<p>(CPU, Memory Information, IO cards)</p>
<p>Ans. -: # prtdiag</p>
<p>prtdiag displays system configuration and diagnostic information</p>
<p>The diagnostic information lists any failed field replaceable units (FRUs) in the system.</p>
<h1>* How to reconfigure devices without reboot?</h1>
<p><strong>Ans. -:</strong> # devfsadm</p>
<p>The default operation is to attempt to load every driver in the system and attach to all possible device instances. Next, devfsadm creates logical links to device nodes in /dev and /devices and loads the device policy.</p>
<p>Devfsadmd is the daemon version of devfsadm. The daemon is started during system startup and is responsible for handling both reconfiguration boot processing and updating /dev and /devices in response to dynamic reconfiguration event notifications from the kernel.</p>
<h1>* Purpose of “/reconfigure” file?</h1>
<p><strong>Ans. -:</strong> When adding or removing hardware in a Solaris system, it may be necessary to perform a reconfiguration boot. During this boot, the system discovers new hardware and recreates the file /etc/path_to_inst which contains mappings of physical devices to logical instance numbers.</p>
<p>To perform a reconfiguration boot from a Solaris prompt, create a file called reconfigure in the root filesystem. As root, run:</p>
<p>                # touch /reconfigure</p>
<h1>* How to do hardware reconfiguration from ok prompt?</h1>
<p><strong>Ans. -:</strong> If you are at the OpenBoot Prompt (ok), you can issue the following command to perform a reconfiguration boot: </p>
<p>                # boot -r</p>
<h1>* Boot Machine in single user mode?</h1>
<p>Ans. -: Some problems cannot be fixed through the operating system, for example not remembering the root password or changes to configuration files that prevent the system from booting. Solaris allows booting from the CD-ROM into single user mode which will allow you to mount your filesystems and repair the problem.</p>
<p>To boot into single user mode from CD-ROM, from the <strong>ok</strong> (bootprom) prompt:</p>
<p>                # boot cdrom -s</p>
<p>This will give you a root prompt (#) with a functional but limited Solaris filesystem from the cdrom. To access your filesystems, you need to mount them. For example, if your root filesystem is c0t0d0s0, use:</p>
<p>                # mount /dev/dsk/c0t0d0s0 /mnt</p>
<h1>* How to check disk usage of all users on a filesystem?</h1>
<p><strong>Ans. -:</strong> # quot /usr</p>
<p>                /dev/rdsk/c0t0d0s3:<br />
                851637  root<br />
                690088 bin<br />
                25828 daemon<br />
                16880 #5115<br />
                10025 #317<br />
                8568 mailsrv<br />
                6326 qmchenry<br />
                767 uucp<br />
                295 adm<br />
                202 nobody<br />
                46 lp  </p>
<p>The quot command provides a quick measure of the disk usage of multiple users on a filesystem</p>
<p>The <strong>quote</strong> command must be run as or with the privileges of root.          </p>
<p>In this output, the raw device of the filesystem is shown first. The username is provided if known. The numeric uids 5115 and 317 own files but are unassociated with a username in /etc/passwd as is common when files are untarred from another system.</p>
<p>The -a option can be used in place of the filesystem to check (/usr in that example) and will make quot iterate through all mounted filesystems. The -f option will add a middle column containing the number of files owned by each user.</p>
<p>The quot command could be very useful when a filesystem fills suddenly as it can quickly determine what user to flog or which application has to be checked.</p>
<h1>* How to see Physical, Logical, Instance device Names? </h1>
<p><strong>Ans. -:</strong> 1) /devices contain all the physical device names.</p>
<p>2) /dev contains all the logical device names it’s pointed to /devices for physical devices.</p>
<p>3) /etc/path_to_inst -: This file records each devices physical device names to instance names.</p>
<p>4) Using prtconf command you can see all the instance names but here physical name is not mapped.</p>
<p>5) Format utility also displays physical name and logical name of disk.</p>
<h1>* What is the use of disk Label?</h1>
<p><strong>Ans. -:</strong> The disk label is the area set asides for storing information about the disk&#8217;s controller, geometry and slices.</p>
<p>                 To label a disk means to write slice information onto the disk. If failed to label the disk after defining the slices, the slices information is lost.</p>
<p>                An important part of the disk label is the partition table, which identifies a disk slices, the slices boundaries in cylinders, and the total size of the slices.  </p>
<p>                Another term is used to describe a disk label is the volume table of contains (VTOC).</p>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1>* What is the use of tmpfs filesystem?</h1>
<p><strong>Ans. -:</strong> The Temporary filesystem stores files in memory, which avoids the overhead of writing to disk-based filesystem. The “tmpfs” filesystem is created and destroyed every time the system is rebooted.     </p>
<h1>* Solaris OE filesystem?</h1>
<p><strong>Ans. -:</strong> 1) Disk-Based filesystem</p>
<p>                 2) Distributed filesystem</p>
<p>                 3) pseudo filesystem</p>
<p>1) Disk-Based filesystem -:</p>
<p>                a) ufs</p>
<p>                b) hsfs</p>
<p>                c) pcfs</p>
<p>                d) udfs</p>
<p>2) Distributed filesystem -:</p>
<p>                a) NFS</p>
<p>3) Pseudo filesystem -:</p>
<p>                a) tmpfs</p>
<p>                b) swapfs</p>
<p>                c) fdfs</p>
<p>                d) procfs</p>
<p>                e) mntfs</p>
<h1>* What is means VTOC?</h1>
<p><strong>Ans. -:</strong> VTOC means volume table of contents.</p>
<p>The VTOC contains the partition table for the disk. The vtoc resides in the first disk sector (512 bytes block). Only the first disk slices contains a VTOC.</p>
<h1>* What is a limit of ufs filesystem?</h1>
<p><strong>Ans. -:</strong> The maximum size of ufs filesystem is limited to 1 TB due to the maximum address space of 32 bits for the device drivers.</p>
<h1>* What is the use of fsck command?</h1>
<p><strong>Ans. -:</strong> fsck command is used for checking consistency for following parameters</p>
<p>1)      superblock</p>
<p>2)      cylinder group block</p>
<p>3)      inode</p>
<p>4)      Data block</p>
<p>5)      Lost+found directory -: fsck puts the files and directories that are allocated but unreferenced in this directory. </p>
<h1>* How many fields are there in vfstab file?</h1>
<p><strong>Ans. -:</strong> There are 7 fields available in vfstab file. Those are as per follow.</p>
<p>1)      device to mount</p>
<p>2)      device to fsck</p>
<p>3)      mountpoint</p>
<p>4)      FS type</p>
<p>5)      fsck pass</p>
<p>6)      mount at boot</p>
<p>7)      mount options</p>
<h1>* What is the default mount option for mount the filesystem?</h1>
<p><strong>Ans. -:</strong> following are the by default options for mounting filesystem</p>
<p>1)      read/write</p>
<p>2)      setuid</p>
<p>3)      intr/nointr</p>
<p>4)      nologging</p>
<p>5)      largefiles</p>
<p>6)      xattr</p>
<p>7)      oneerror =action (panic,lock,umount)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradipgudale2000.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradipgudale2000.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradipgudale2000.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=54&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pradipgudale2000.wordpress.com/2009/12/30/solaris-basic-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd497c665f4f524b791a21976093a67?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pradipgudale2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Important Steps in Solaris zone</title>
		<link>http://pradipgudale2000.wordpress.com/2009/11/12/important-steps-in-solaris-zone/</link>
		<comments>http://pradipgudale2000.wordpress.com/2009/11/12/important-steps-in-solaris-zone/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 06:33:30 +0000</pubDate>
		<dc:creator>pradipgudale2000</dc:creator>
				<category><![CDATA[Solaris Stuffs]]></category>

		<guid isPermaLink="false">http://pradipgudale2000.wordpress.com/?p=48</guid>
		<description><![CDATA[* How to change zonename &#38; do the IP Perservation Change the zonename Before changing the zonename &#38; IP address, you have to mark those host has halt and make necessary changes. # zoneadm -z zonename halt # zoneadm list -vc This command will show you how much zones are currently avaliable and how much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=48&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>* How to change zonename &amp; do the IP Perservation</strong></p>
<p>Change the zonename</p>
<p>Before changing the zonename &amp; IP address, you have to mark those host has halt and make necessary changes.</p>
<p># zoneadm -z zonename halt</p>
<p># zoneadm list -vc<br />
This command will show you how much zones are currently avaliable and how much zone are in running and installed state.</p>
<p># zonecfg -z zonename (current zonename)<br />
# zonecfg&gt; info (This will give you entire configuration status for zone)<br />
zonecfg&gt; set zonename=newzonename<br />
zonecfg&gt; set zonepath=/zone/newzonepath<br />
zonecfg&gt; verify<br />
zonecfg&gt; commit<br />
zonecfg&gt; exit<br />
# mv /zone/oldzonename /zone/newzonename</p>
<p>Change the IP Address</p>
<p># zonecfg -z zonename<br />
zonecfg&gt; remove net address=your old Ip address<br />
zonecfg&gt; add net<br />
zonecfg&gt;net&gt; set address=your new IP address<br />
zonecfg&gt;net&gt; set physical=your ethernet contrller<br />
zonecfg&gt;net&gt;end<br />
zonecfg&gt;commit<br />
zonecfg&gt; exit<br />
Boot the zone.</p>
<p># zoneadm -z zonename boot</p>
<p><strong>How to bind Interface to zone without rebooting the zone?</strong><br />
-: First Add the Network interface and IP to that zone using zonecfg command then perform following procedure </p>
<p>&#8220;Ifconfig {interface} addif {ip}&#8230;. zone {zonename}&#8230;&#8221;</p>
<p>ifconfig e1000g0 addif 172.31.6.144 zone bizdirect-xapi01</p>
<p>ifconfig e1000g0:22 plumb</p>
<p>ifconfig e1000g0:22 up</p>
<p>ping 172.31.6.144</p>
<p>How to change zone name in Zone Master (Index file changes)?</p>
<p>-: It&#8217;s not supported, although there&#8217;s RFE&#8217;s in for it. You can do it manually by editing the files in /etc/zones – change the zonename in the .xml file, and the zone name in /etc/zones/index. (I haven&#8217;t tried doing it on a running zone, but it works for me if the zone is halted first.)</p>
<p>Please go through the following process for changing the zone name in covad environment.</p>
<p>1)	Go to the respective zone master and halt the zone that you want to rename<br />
# zoneadm –z zonename halt</p>
<p>2)	# cd /etc/zones</p>
<p>3)	# vi index<br />
Change the zone name and his path to the new zone name</p>
<p>4)	 # cd /etc/zones<br />
In this folder you will find old zone .xml file, rename that zone xml file to new zone name also edit that file and make changes for old zone name to new zone name.</p>
<p>5)	Go to the zone path -: /zone<br />
Here you will find old zone folder also rename to this folder to new one</p>
<p>6)	Boot the renamed zone.<br />
# zoneadm –z zonename boot</p>
<p>7)	Rename the password management file in passwd_mgmt folder.<br />
# /opt/rcs/password_management/data/users</p>
<p> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Change the hostname<br />
Login to the renamed zone from zone master.<br />
# Zlogin zonename<br />
(Change hostname in following files)<br />
1)	/etc/hosts<br />
2)	/etc/nodename (if this file is not available create this file)<br />
3)	/etc/inet/ipnodes<br />
4)	/etc/sysidecfg</p>
<p>9)	Reboot the zone<br />
# zoneadm –z zonename reboot</p>
<p>10)	Make changes in DNS</p>
<p>How to remove net address from solaris zone -:<br />
# remove net address=172.31.208.57</p>
<p>* How to change zones IP address -:<br />
# zonecfg -z pmsg<br />
# zonecfg:pmsg&gt; select net address=<br />
# zonecfg:pmsg:net&gt; set address=<br />
# zonecfg:pmsg:net&gt; end<br />
# zonecfg:pmsg&gt; commit</p>
<p>* How to change zones network  Interfaces  -:<br />
# zonecfg -z pmsgzone5-sol9<br />
# zonecfg:pmsg&gt; select net physical=<br />
# zonecfg:pmsg:net&gt; set physical=<br />
# zonecfg:pmsg:net&gt; end<br />
# zonecfg:pmsg&gt; commit</p>
<p>* Zone Service -:<br />
# svcs | grep zone<br />
STATE STIME FMRI<br />
online Jun_17 svc:/system/zones:default</p>
<p>* How to check zones information?<br />
Ans. -: Displays information about the current configuration.  If resource type is specified, displays only information about resources of the relevant type.  If resource id is specified, displays only           information about that resource.<br />
# zonecfg -z pmsg<br />
zonecfg:pmsg&gt; info<br />
zonename: pmsg<br />
zonepath: /zones/zone_roots/pmsg<br />
brand: native<br />
autoboot: false<br />
bootargs:<br />
pool:<br />
limitpriv:<br />
scheduling-class:<br />
ip-type: shared<br />
inherit-pkg-dir:<br />
        dir: /lib<br />
inherit-pkg-dir:<br />
        dir: /platform<br />
inherit-pkg-dir:<br />
        dir: /sbin<br />
inherit-pkg-dir:<br />
        dir: /usr<br />
net:<br />
        address: 10.77.228.71<br />
        physical: eri0</p>
<p>How to down the interface –:<br />
-:# ifconfig interface unplumb<br />
  # ifconfig bge0 unplumb</p>
<p>How to see all zones Memory/cpu status -:<br />
 # prstat -Z</p>
<p>How to find Global zone name from zones -:<br />
# arp -a | grep SP</p>
<p><strong>How to remove Inherit-pkg dir?</strong><br />
# zonecfg:YOUR_ZONE&gt; remove inherit-pkg-dir dir=/lib<br />
# zonecfg:YOUR_ZONE&gt; remove inherit-pkg-dir dir=/usr</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradipgudale2000.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradipgudale2000.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradipgudale2000.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=48&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pradipgudale2000.wordpress.com/2009/11/12/important-steps-in-solaris-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd497c665f4f524b791a21976093a67?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pradipgudale2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Solaris Zones and Containers</title>
		<link>http://pradipgudale2000.wordpress.com/2009/11/11/solaris-zones-and-containers/</link>
		<comments>http://pradipgudale2000.wordpress.com/2009/11/11/solaris-zones-and-containers/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:53:23 +0000</pubDate>
		<dc:creator>pradipgudale2000</dc:creator>
				<category><![CDATA[Solaris Stuffs]]></category>

		<guid isPermaLink="false">http://pradipgudale2000.wordpress.com/?p=8</guid>
		<description><![CDATA[Q: What is a zone? A: A zone is a virtual operating system abstraction that provides a protected environment in which applications run. The applications are protected from each other to provide software fault isolation. To ease the labor of managing multiple applications and their environments, they co-exist within one operating system instance, and are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=8&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Q: What is a zone?</strong><br />
A: A zone is a virtual operating system abstraction that provides a protected environment in which applications run. The applications are protected from each other to provide software fault isolation. To ease the labor of managing multiple applications and their environments, they co-exist within one operating system instance, and are usually managed as one entity.</p>
<p><strong>Q: What is a global zone? Sparse-root zone? Whole-root zone? Local zone?</strong><br />
A: After installing Solaris 10 on a system, but before creating any zones, all processes run in the global zone. After you create a zone, it has processes that are associated with that zone and no other zone. Any process created by a process in a non-global zone is also associated with that non-global zone.<br />
Any zone which is not the global zone is called a non-global zone. Some people call non-global zones simply &#8220;zones.&#8221; Others call them &#8220;local zones&#8221; but this is discouraged.<br />
The default native zone filesystem model is called &#8220;sparse-root.&#8221; This model emphasizes efficiency at the cost of some configuration flexibility. Sparse-root zones optimize physical memory and disk space usage by sharing some directories, like /usr and /lib. Sparse-root zones have their own private file areas for directories like /etc and /var. Whole-root zones increase configuration flexibility but increase resource usage. They do not use shared filesystems for /usr, /lib, and a few others.<br />
There is no supported way to convert an existing sparse-root zone to a whole-root zone. Creating a new zone is required.</p>
<p><strong>Q: What is a container?</strong><br />
A: A zone which also uses the operating systems resource management facility is then called a container. Many people use the two words ?zone? and ?container? interchangeably.</p>
<p><strong>Q: What types of zones are available?</strong><br />
A: It is possible to create non-global zones that run the same OS as the global zone, which is the OS running on the system. It is also possible to create a non-global zone that runs a different operating environment from the global zone. The branded zone (BrandZ) framework extends the Solaris Zones infrastructure to include the creation of brands that contain alternative sets of runtime behaviors. The following types of non-global zones are available:<br />
•	native:<br />
The default SX CE and Solaris 10 non-global zone is the native zone. It has the same characteristics as the Solaris 10 Operating System or SX release that is running in the global zone.<br />
If you have configured your system with Solaris Trusted Extensions, each non-global zone is associated with a level of security, or label. Labeled zones can be configured starting with the Solaris 10 11/06 release. For more information, see Solaris Trusted Extensions Installation and Configuration.<br />
•	ipkg:<br />
The ipkg non-global zone is the default on the OpenSolaris release. It has the same characteristics as the OpenSolaris or SX release that is running in the global zone.<br />
•	Branded zones that run an environment different that the OS release on the system<br />
o	The lx branded zone introduced in the SX DE and Solaris 10 8/07 releases provides a Linux environment for your applications and runs on x86 and x64 machines. For more information, visit the OpenSolaris Community: BrandZ.<br />
o	The solaris8 and solaris9 branded zones enable you to migrate a Solaris 8 or Solaris 9 system to a Solaris 8 or Solaris 9 container on a host running the Solaris 10 8/07 Operating System or later S10 release. The solaris8 zone is an environment for Solaris 8 applications on SPARC machines. The solaris9 zone is an environment for Solaris 9 applications on SPARC machines. Now Solaris 8 Containers and Solaris 9 Containers, this product was introduced through Solaris 8 Migration Assistant 1.0, on October 22, 2007. For more information, see System Administration Guide: Solaris 8 Containers and System Administration Guide: Solaris 9 Containers. To download, go to Solaris Containers. [May 2008]<br />
o	The Solaris 10 Container is available on OpenSolaris and SX CE as of build 127. These branded zones host Solaris 10 user environments.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradipgudale2000.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradipgudale2000.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradipgudale2000.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=8&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pradipgudale2000.wordpress.com/2009/11/11/solaris-zones-and-containers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd497c665f4f524b791a21976093a67?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pradipgudale2000</media:title>
		</media:content>
	</item>
		<item>
		<title>PRaDip&#8217;s PHoto..GAlarY</title>
		<link>http://pradipgudale2000.wordpress.com/2009/05/28/pradips-photo-galary/</link>
		<comments>http://pradipgudale2000.wordpress.com/2009/05/28/pradips-photo-galary/#comments</comments>
		<pubDate>Thu, 28 May 2009 15:55:46 +0000</pubDate>
		<dc:creator>pradipgudale2000</dc:creator>
				<category><![CDATA[Pradips News]]></category>

		<guid isPermaLink="false">http://pradipgudale2000.wordpress.com/?p=5</guid>
		<description><![CDATA[You can Visit the Pradips Latest Photo Gallary and Enjoy the New locations and Pic. http://picasaweb.google.co.in/pradipgudale2000<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=5&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>You can Visit the Pradips Latest Photo Gallary and Enjoy the New locations and Pic.</strong></p>
<p>http://picasaweb.google.co.in/pradipgudale2000</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradipgudale2000.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradipgudale2000.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradipgudale2000.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradipgudale2000.wordpress.com&amp;blog=7924673&amp;post=5&amp;subd=pradipgudale2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pradipgudale2000.wordpress.com/2009/05/28/pradips-photo-galary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5fd497c665f4f524b791a21976093a67?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pradipgudale2000</media:title>
		</media:content>
	</item>
	</channel>
</rss>
