<?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>A DBA&#039;s Journey In Oracle</title>
	<atom:link href="http://anudba.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anudba.wordpress.com</link>
	<description>Destiny is here.....</description>
	<lastBuildDate>Thu, 20 Oct 2011 06:26:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anudba.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A DBA&#039;s Journey In Oracle</title>
		<link>http://anudba.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anudba.wordpress.com/osd.xml" title="A DBA&#039;s Journey In Oracle" />
	<atom:link rel='hub' href='http://anudba.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ORACLE 10g (Release 2)INSTALLAION ON REDHAT LINUX(32-bit/64-bit) OPERATING SYSTEM</title>
		<link>http://anudba.wordpress.com/2011/01/10/oracle-10g-release-2installation-in-linux32-bit64-bit-operating-system/</link>
		<comments>http://anudba.wordpress.com/2011/01/10/oracle-10g-release-2installation-in-linux32-bit64-bit-operating-system/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 06:21:43 +0000</pubDate>
		<dc:creator>Anupama</dc:creator>
				<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://anudba.wordpress.com/?p=342</guid>
		<description><![CDATA[I guess you have already installed linux operating system using vmware.If not have a look at my earlier post which shows the complete Redhat linux operating system installation. Before installing Oracle, you got to check the prerequisites. And here are the details of the requirements that need to be done prior to the installation of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=342&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I guess you have already installed linux operating system using vmware.If not have a look at my earlier post which shows the complete Redhat linux operating system installation.</p>
<p>Before installing Oracle, you got to check the prerequisites. And here are the details of the requirements that need to be done prior to the installation of the Oracle software.</p>
<h2><strong>Pre-Requisites :</strong></h2>
<h2><span style="font-weight:normal;font-size:13px;"><strong>(1) Check the OS bit:</strong></span></h2>
<p>You may be having a very common question in your mind about which version of oracle you need to install. 32 bit or 64 bit ?? It all depends upon your version of os.</p>
<p style="text-align:justify;">A 64-bit operating system can support either a 32-bit database or a 64-bit database. A 32-bit operating system cannot support a 64-bit database. When it comes to large databases the hybrid x86-64 architecture platform is strongly recommended over the 32-bit x86 platform. 64-bit platforms can access more than 4GB of memory without workarounds. With 32-bit platforms there are several issues that require workaround solutions for databases that use lots of memory .So, version identification of the OS is necessary prior to install oracle. If you are not sure whether you are on a 32-bit or 64-bit hardware then the following procedure will hopefully help you.</p>
<p><strong>Check whether OS is 64 bit or 32 bit :</strong></p>
<h3><strong>Method 1 :</strong></h3>
<p><strong>On linux :</strong></p>
<p><strong>Command :</strong></p>
<p>[root@localhost ~]$ <span style="color:#993300;"><strong>uname -a</strong></span></p>
<p><strong>Output :<br />
</strong><br />
<span style="color:#000000;">Linux localhost.localdomain 2.6.9-42.0.0.0.1.ELsmp #1 SMP Sun Oct 15 15:13 :57 PDT 2006 x86_64 x86_64 x86_64 GNU/Linux</span></p>
<p><strong>Explanation :</strong></p>
<p>Output clearly indicates that its x66_64&#8230;.that means it 64 &#8211; bit.</p>
<p>Usually it will be i686 or similar for 32-bit</p>
<p><strong>Method 2 :</strong></p>
<p>On linux , you can also see by <strong>getconf LONG_BIT </strong>command.</p>
<p><strong> </strong></p>
<p><strong>On 64 bit,</strong><strong><br />
</strong>[root@localhost ~]$<span style="color:#993300;"> <strong> getconf LONG_BIT</strong></span><br />
64</p>
<p><strong> </strong></p>
<p><strong>On 32 bit,</strong><strong><br />
</strong>[root@localhost ~]$ <span style="color:#993300;"><strong> getconf LONG_BIT</strong></span><br />
32</p>
<p><strong>Here is the screen shot :</strong></p>
<p><strong><br />
</strong></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/osbitversion.png"><img class="size-medium wp-image-346 aligncenter" title="osbitversion" src="http://anudba.files.wordpress.com/2011/01/osbitversion.png?w=300&#038;h=130" alt="" width="300" height="130" /></a></p>
<h2><strong>2)Verify System Hardware Requirements:</strong></h2>
<p>The system must meet the following minimum hardware requirements:</p>
<p><strong>(a)</strong> At least 1 GB of physical RAM</p>
<p><strong>(b)</strong> The following table describes the relationship between installed RAM and the configured swap space requirement</p>
<div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="277" valign="top"><strong>RAM</strong></td>
<td width="258" valign="top"><strong>Swap Space</strong></td>
</tr>
<tr>
<td width="277" valign="top">Up to 512 MB</td>
<td width="258" valign="top">2 times the size of RAM</td>
</tr>
<tr>
<td width="277" valign="top">Between 1024 MB and 2048 MB</td>
<td width="258" valign="top">1.5 times the size of RAM</td>
</tr>
<tr>
<td width="277" valign="top">Between 2049 MB and 8192 MB</td>
<td width="258" valign="top">Equal to the size of RAM</td>
</tr>
<tr>
<td width="277" valign="top">More than 8192 MB</td>
<td width="258" valign="top">0.75 times the size of RAM</td>
</tr>
</tbody>
</table>
</div>
<p><strong>(c)</strong> 400 MB of disk space in the <code>/tmp</code> directory</p>
<p><strong>(d)</strong> Between 1.5 GB and 3.5 GB of disk space for the Oracle software, depending on</p>
<p>the installation type</p>
<p><strong>(e)</strong> 1.2 GB of disk space for a preconfigured database that uses file system  storage(optional)</p>
<p><strong>Now, lets verify the above mentioned hardware requirement with the help of following commands :</strong></p>
<p>To check the size of <strong>physical memory</strong>, execute:</p>
<p><strong>[root@localhost]$</strong> <span style="color:#993300;"><strong>grep MemTotal /proc/meminfo</strong></span></p>
<p>To check the size of <strong>swap space</strong>, execute:</p>
<p><strong>[root@localhost]$</strong> <span style="color:#993300;"><strong>grep SwapTotal /proc/meminfo</strong></span></p>
<p><strong>If you notice that you doesn&#8217;t have enough swap space then you can always increase your swap space.Here is the process :</strong></p>
<p><strong> </strong></p>
<p><strong>[root@localhost]$</strong> <span style="color:#993300;"><strong>free -m</strong></span></p>
<p>total                     used       free     shared    buffers     cached</p>
<p>Mem:                     251        242          8         22         11         32</p>
<p>-/+ buffers/cache:        198         52</p>
<p>Swap:                   133        133          0</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">dd if=/dev/zero of=swapfile bs=1024 count=132207</span></strong><br />
132207+0 records in</p>
<p>132207+0 records out</p>
<p><strong>Note : <span style="color:#f5090e;">Y<em>ou can increase the count value depending on the free swap space available in your system. </em></span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">ls -l</span></strong><br />
total 132364</p>
<p>drwxr-xr-x   20 usr-3 users        4096 May 22 10:46 usr-3</p>
<p>drwxr-xr-x    2 root     root        16384 Feb 21 07:04 lost+found</p>
<p>-rw-r&#8211;r&#8211;    1 root     root     135379968 May 29 11:52 swapfile</p>
<p>Now, assign permission for the swap file :</p>
<p><strong>[root@localhost]$<span style="color:#993300;"> chmod 600 swapfile</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">ls -l</span></strong><br />
total 132364</p>
<p>drwxr-xr-x   20 usr-3 users        4096 May 22 10:46 usr-3</p>
<p>drwxr-xr-x    2 root     root        16384 Feb 21 07:04 lost+found</p>
<p>-rw&#8212;&#8212;-    1 root     root     135379968 May 29 11:52 swapfile</p>
<p>Next we got to setup the swap area and enable it :</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">mkswap swapfile</span></strong></p>
<p>Setting up swapspace version 1, size = 135372800 bytes</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">swapon swapfile</span></strong></p>
<p>Now lets check the swap space,</p>
<p>[root@localhost]$ free</p>
<p>total       used       free     shared    buffers     cached</p>
<p>Mem:        257632     254632       3000       2512      36172      15096</p>
<p>-/+ buffers/cache:     203364      54268</p>
<p>Swap:       268708     136512     132196</p>
<p>If you could notice, the swap space have been increased.</p>
<p><strong>Apart from this, </strong>You also can <strong>add temporary swap space</strong> to your system by creating a <strong>temporary swap file</strong> instead of using a raw device. Here is the procedure:</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">su &#8211; root</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">dd if=/dev/zero of=tmpswap bs=1k count=900000</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">chmod 600 tmpswap</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">mkswap tmpswap</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">swapon tmpswap</span></strong></p>
<p><strong>To disable the temporary swap space execute the following commands:</strong><strong> </strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">su &#8211; root</span></strong></p>
<p><strong>[root@localhost]$ <span style="color:#993300;">swapoff tmpswap</span></strong></p>
<p><strong>[root@localhost]</strong>$ <span style="color:#993300;"><strong>rm tmpswap</strong></span></p>
<pre><strong> </strong>
<span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;white-space:normal;font-size:13px;"><strong>Checking</strong><strong> </strong><strong>/tmp</strong><strong> </strong><strong>Space :</strong></span></pre>
<p>According to Oracle&#8217;s documentation, the Oracle Universal Installer (OUI) requires up to 400 MB of free space in the /tmp directory. But OUI checks if /tmp is only greater than 80 MB.</p>
<p>To check the space in /tmp, run:</p>
<p><strong>$<span style="color:#993300;"> df /tmp</span></strong></p>
<p>If you do not have enough space in the /tmp filesystem, you can temporarily create a tmp directory in another filesystem. Here is how you can do this:</p>
<p>Login as root :</p>
<p><span style="color:#993300;"><strong><span style="color:#000000;"><strong>$ </strong><span style="color:#993300;">su &#8211; root</span></span></strong></span></p>
<p><strong>General Syntax :</strong></p>
<p>mkdir /&lt;AnotherFilesystem&gt;/tmp</p>
<p>chown root.root /&lt;AnotherFilesystem&gt;/tmp</p>
<p>chmod 1777 /&lt;AnotherFilesystem&gt;/tmp</p>
<p>export TEMP=/&lt;AnotherFilesystem&gt;           # used by Oracle</p>
<p>export TMPDIR=/&lt;AnotherFilesystem&gt;         # used by Linux programs like the linker &#8220;ld&#8221;</p>
<p>When you are done with the Oracle installation, shutdown Oracle and remove the temporary /tmp directory:</p>
<p>su &#8211; root</p>
<p>rmdir /&lt;AnotherFilesystem&gt;/tmp</p>
<p>unset TEMP</p>
<p>unset TMPDIR</p>
<p><strong>Example :</strong></p>
<p>lets consider the file system as /u01</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">mkdir /u01/tmp</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">chown root:root /u01/tmp</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">chmod 1777 /u01/tmp</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">export TEMP=/u01</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">export TMPDIR=/u01</span></strong></p>
<p>When you are done with the Oracle installation, shutdown Oracle and remove the temporary /tmp directory:</p>
<p><strong>[root@localhost]$ <span style="color:#993300;">rmdir /u01/tmp</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">unset TEMP</span></strong></p>
<p><strong> [root@localhost]$<span style="color:#993300;"> unset TMPDIR</span></strong></p>
<p><strong>To determine the amount of free disk space on the system, enter the following command:</strong></p>
<p><strong>[root@localhost]$</strong> <span style="color:#993300;"><strong>df -k</strong></span></p>
<p>The following table shows the approximate disk space requirements for software files for each installation type:</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<thead>
<tr>
<td valign="bottom"><strong>Installation Type</strong></td>
<td valign="bottom"><strong>Requirement for Software    Files (GB)</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td valign="top">Enterprise Edition</td>
<td valign="top">1.9</td>
</tr>
<tr>
<td valign="top">Standard Edition</td>
<td valign="top">1.9</td>
</tr>
<tr>
<td valign="top">Custom (maximum)</td>
<td valign="top">2.0</td>
</tr>
</tbody>
</table>
<p>Most of the times we install Enterprise Edition which is going to take about 1.9GB.</p>
<h2><strong>(3)Configure the Linux Kernel Parameters</strong></h2>
<p>Edit the <strong>/etc/sysctl.conf</strong> and add following lines:</p>
<p><strong>kernel.shmall = 2097152</strong><strong><br />
kernel.shmmax = 2147483648<br />
kernel.shmmni = 4096<br />
kernel.sem = 250 32000 100 128<br />
fs.file-max = 65536<br />
net.ipv4.ip_local_port_range = 1024 65000<br />
net.core.rmem_default = 262144<br />
net.core.rmem_max = 262144<br />
net.core.wmem_default = 262144<br />
net.core.wmem_max = 262144</strong></p>
<p><strong> </strong></p>
<p><span style="color:#f5090e;"><em><strong>Note: You need to reboot the system or execute &#8220;sysctl -p&#8221; command to apply above settings immediately.</strong></em></span></p>
<h2><strong>(4)Install the Packages :</strong></h2>
<p>Some additional packages are required for succesful instalation of Oracle software.</p>
<p>To check whether required packages are installed on your operating system use following command:</p>
<p><strong>For </strong><strong>32 bit (x86)</strong><strong> Linux version:</strong></p>
<p><span style="color:#993300;"><strong>rpm -q binutils gcc glibc glibc-headers glibc-kernheaders glibc-devel compat-libstdc++ cpp compat-gcc make compat-db </strong></span></p>
<p><span style="color:#993300;"><strong>compat-gcc-c++ compat-libstdc++ compat-libstdc++-devel setarch sysstat </strong></span></p>
<p><span style="color:#993300;"><strong>pdksh libaio libaio-devel &#8211;qf &#8216;%{name}.%{arch}\n&#8217;|sort</strong></span></p>
<p><strong>Required packages for 32bit (x86) architecture:</strong></p>
<p>binutils.i386</p>
<p>compat-gcc-7.3-2.96.128.i386</p>
<p>compat-gcc-c++-7.3-2.96.128.i386</p>
<p>compat-libstdc++-7.3-2.96.128.i386</p>
<p>compat-libstdc++-devel-7.3-2.96.128.i386</p>
<p>cpp.i386</p>
<p>gcc.i386</p>
<p>gcc-c++.i386</p>
<p>glibc.i386</p>
<p>glibc-common.i386</p>
<p>glibc-devel.i386</p>
<p>glibc-headers.i386</p>
<p>glibc-kernheaders.i386</p>
<p>libstdc++.i386</p>
<p>libstdc++-devel.i386</p>
<p>libaio</p>
<p>libai-devel.i386</p>
<p>pdksh.i386</p>
<p>setarch.i386</p>
<p>sysstat.i386</p>
<p><strong>For 64 bit (x86_64) Linux version:</strong></p>
<p><span style="color:#993300;"><strong>rpm -q binutils compat-db compat-libstdc++-33 glibc glibc-devel glibc-headers gcc gcc-c++ libstdc++ cpp make libaio ksh </strong></span></p>
<p><span style="color:#993300;"><strong>elfutils-libelf sysstat libaio libaio-devel setarch &#8211;qf &#8216;%{name}.%{arch}\n&#8217;|sort</strong></span></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Required packages for 64bit (x86_64) architecture:</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>binutils.x86_64</p>
<p>compat-db.x86_64</p>
<p>compat-libstdc++-33.i386</p>
<p>compat-libstdc++-33.x86_64</p>
<p>cpp.x86_64</p>
<p>elfutils-libelf.i386</p>
<p>elfutils-libelf.x86_64</p>
<p>gcc-c++.x86_64</p>
<p>gcc.x86_64</p>
<p>glibc-devel.i386</p>
<p>glibc-devel.x86_64</p>
<p>glibc-headers.x86_64</p>
<p>glibc.i686</p>
<p>glibc.x86_64</p>
<p>ksh.x86_64</p>
<p>libaio-devel.i386</p>
<p>libaio-devel.x86_64</p>
<p>libaio.i386</p>
<p>libaio.i386</p>
<p>libaio.x86_64</p>
<p>libaio.x86_64</p>
<p>libstdc++.i386</p>
<p>libstdc++.x86_64</p>
<p>make.x86_64</p>
<p>setarch.x86_64</p>
<p>sysstat.x86_64</p>
<p>So from the above list ,make a note about the packages that are needed to be installed. Next Install the required packages using the rpm command :</p>
<p><strong> </strong></p>
<p><strong>Procedure to install packages in Linux :</strong></p>
<p><strong> </strong></p>
<p><strong>Before installing the packages,First download all the packages from the CD and then follow the below procedure.</strong></p>
<p><strong> </strong></p>
<p>1) <strong>#<span style="color:#993300;"> cd /var</span></strong></p>
<p>2)  <strong>Var #</strong><span style="color:#993300;"> <strong>cd ftp</strong></span></p>
<p>3) <strong>ftp #</strong> <span style="color:#993300;"><strong>cd pub</strong></span></p>
<p>4)<strong> pub #</strong> <span style="color:#993300;"><strong>cd Redhat</strong></span></p>
<p>5) <strong>redhat #</strong> <span style="color:#993300;"><strong>RPMS</strong></span></p>
<p>6) <strong>RPMS #</strong> <span style="color:#993300;"><strong>rpm –ivh &lt;package-name&gt;  .rpm</strong></span></p>
<p>7)  Example : <strong><span style="color:#993300;">rpm –ivh  gcc-3.4.4-2.i386.rpm</span></strong></p>
<p><strong><span style="color:#993300;"><br />
</span></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<h2><strong>5)Create the Oracle Groups and User Account</strong><strong><br />
</strong></h2>
<p>Log in as a root user and then create two groups</p>
<ul>
<li><strong>oinstall</strong></li>
<li><strong>dba</strong></li>
</ul>
<p>Create oracle user who owns the oracle software making initial group oinstall and secondary group dba.</p>
<p><strong> [root@localhost]$ <span style="color:#993300;">/usr/sbin/groupadd oinstall</span></strong></p>
<p><strong> [root@localhost]$</strong> <span style="color:#993300;">/<strong>usr/sbin/groupadd dba</strong></span></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">/usr/sbin/useradd -m -g oinstall -G dba oracle</span></strong></p>
<p><strong> [root@localhost]$ <span style="color:#993300;">id oracle</span></strong></p>
<p>uid=501(oracle) gid=502(oinstall) groups=502(oinstall),503(dba)</p>
<p>Set the password on the oracle user,</p>
<p><strong>[root@localhost]$</strong> <span style="color:#993300;"><strong> passwd oracle</strong></span></p>
<p>Changing password for user oracle,</p>
<p>New password:<br />
Retype new password:<br />
passwd: all authentication tokens updated successfully.</p>
<h2><strong><br />
6)Create Directory for Oracle software<br />
</strong></h2>
<p>Create directory as root and then change permission 755 and make owner to oracle user.</p>
<p><strong>mkdir /u01/oracle</strong></p>
<p><strong> chown -R oracle:oinstall /u01/oracle</strong></p>
<p><strong> chmod -R 775 /u01/oracle</strong></p>
<p><strong>NOTE : <span style="color:#f5090e;">Note on the «oinstall» Group</span></strong></p>
<p><em><span style="color:#f5090e;">The oinstall group is often needed for those organizations who have separate groups that maintain the software and the database. It prevents unauthorized access to the database by personnel who maintain the software, and it prevents the database administrators from making changes to the software and the installations inventory directory.</span></em></p>
<p><em><span style="color:#f5090e;">When using oinstall during the install of the software, one must set their default group to the one that will be maintaining the database before creating the database or permission problems will arise.</span></em></p>
<p><em><span style="color:#f5090e;">Oinstall is not needed when the same people will be maintaining the software and the database. In this situation, it will create more work and add an extra layer of complexity to the maintenance of the installation.</span></em></p>
<p><em><span style="color:#f5090e;">Recommendation: if you don&#8217;t need the oinstall group for added security,  just install using the dba group.</span></em></p>
<p><em><span style="color:#f5090e;">As earlier i was not aware of this fact , i have considered Oinstall as my primary group.But now that we are clear about the groups,its upto yoou to decide about the group.</span></em></p>
<p><span style="font-size:20px;font-weight:bold;"><strong>7)Set Shell Limits for the oracle User</strong></span></p>
<h2><span style="font-weight:normal;font-size:13px;">To improve the performance of the software on Linux systems, you must increase the following shell limits for the oracle user:</span></h2>
<ul>
<li>how much memory oracle user permit to use,</li>
<li>how many files it can open,</li>
<li>how many processes it can run.</li>
</ul>
<p>This is done by</p>
<p><strong>Login as Oracle,</strong></p>
<p>Edit the <strong>/etc/security/limits.conf</strong> file and add following lines:</p>
<p><span style="color:#993300;"><strong>oracle    soft  nproc  2047</strong><strong><br />
oracle    hard  nproc  16384<br />
oracle    soft  nofile  1024<br />
oracle    hard  nofile  65536</strong></span></p>
<p>Edit the <em><strong>/etc/pam.d/login</strong></em> file &amp; Add the following lines to</p>
<p><span style="color:#993300;"><strong>session    required     /lib/security/pam_limits.so</strong></span></p>
<p><span style="color:#993300;"><strong>session    required     pam_limits.so</strong></span></p>
<p><strong>Make the following Settings Permanent</strong></p>
<p>For the Bourne, Bash, or Korn shell, add the following lines to the <strong>$HOME/.bash_profile</strong></p>
<p><strong><span style="color:#993300;">if [ $USER = "oracle" ]; then</span></strong><br />
<strong><span style="color:#993300;"> if [ $SHELL = "/bin/ksh" ]; then</span></strong><br />
<strong><span style="color:#993300;"> ulimit -p 16384</span></strong><br />
<strong><span style="color:#993300;"> ulimit -n 63536</span></strong><br />
<strong><span style="color:#993300;"> else</span></strong><br />
<strong><span style="color:#993300;"> ulimit -u 16384 -n 63536</span></strong><br />
<strong><span style="color:#993300;"> fi</span></strong><br />
<strong><span style="color:#993300;"> fi</span></strong></p>
<p><span style="color:#ff6600;"><strong>Now that all prerequisites have been completed,lets start the installation of oracle 10g (release 2) 64-bit on Redhat linux -4  :</strong></span></p>
<p><strong>Login as Oracle User  and perform the steps shown :</strong></p>
<p><strong>STEP 1 :</strong> Unzip -&gt; <strong>10201_database_linux_x86_64.zip to any particular folder</strong></p>
<p><strong> </strong></p>
<p><strong>STEP 2 : </strong></p>
<p><strong>[oracle@localhost database]$</strong><strong> ./runInstaller</strong></p>
<p><strong>Screen Shot :</strong></p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/runins.png"><img class="size-medium wp-image-347 aligncenter" title="runins" src="http://anudba.files.wordpress.com/2011/01/runins.png?w=300&#038;h=132" alt="" width="300" height="132" /></a><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 3 :</strong></p>
<p>Here you need to select the type of installation . I have opted for Advanced Installation<strong>.</strong></p>
<p>If you want to create new database after software installation,</p>
<p>check “<strong>Create Starter Database</strong>” checkbox and enter database name and password, then click Next</p>
<p><strong><br />
</strong></p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/12.png"><img class="size-medium wp-image-348 aligncenter" title="1" src="http://anudba.files.wordpress.com/2011/01/12.png?w=300&#038;h=234" alt="" width="300" height="234" /></a><br />
</strong></p>
<p><strong>STEP 4 :</strong></p>
<p><strong> </strong>Specify Inventory directory (keep it as default) and click Next</p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/22.png"><img class="size-medium wp-image-349 aligncenter" title="2" src="http://anudba.files.wordpress.com/2011/01/22.png?w=300&#038;h=234" alt="" width="300" height="234" /></a><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 5 :</strong></p>
<p>Select the installation type.Usually Enterprise Edition is used.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/3.png"><img class="size-medium wp-image-350 aligncenter" title="3" src="http://anudba.files.wordpress.com/2011/01/3.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 6 :</strong></p>
<p>Specify name for the installation and full path where you want to install the product</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/41.png"><img class="size-medium wp-image-351 aligncenter" title="4" src="http://anudba.files.wordpress.com/2011/01/41.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP  7 :</strong></p>
<p>Here we see that all Prerequisite Checks are succeeded.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/53.png"><img class="size-medium wp-image-352 aligncenter" title="5" src="http://anudba.files.wordpress.com/2011/01/53.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 7 :</strong></p>
<p>Select the create database option</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 8 :</strong></p>
<p>I have opted for General Purpose database.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/7.png"><img class="size-medium wp-image-354 aligncenter" title="7" src="http://anudba.files.wordpress.com/2011/01/7.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 9 :</strong></p>
<p>Specify the database name of your choice.</p>
<p>I have mentioned the <strong>database name</strong> as <strong>db21</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2011/01/82.png"><img class="aligncenter size-medium wp-image-394" title="8" src="http://anudba.files.wordpress.com/2011/01/82.png?w=300&#038;h=234" alt="" width="300" height="234" /></a><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 10 :</strong></p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/9.png"><img class="size-medium wp-image-356 aligncenter" title="9" src="http://anudba.files.wordpress.com/2011/01/9.png?w=300&#038;h=234" alt="" width="300" height="234" /></a><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 11 :</strong></p>
<p>Select the storage option as File System.we will learn about the ASM storage in the upcoming posts.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/10.png"><img class="size-medium wp-image-357 aligncenter" title="10" src="http://anudba.files.wordpress.com/2011/01/10.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 12 :</strong></p>
<p>Select the backup option.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/111.png"><img class="size-medium wp-image-358 aligncenter" title="11" src="http://anudba.files.wordpress.com/2011/01/111.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 13 :</strong></p>
<p>You can specify passwords of your choice.</p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/121.png"><img class="size-medium wp-image-359 aligncenter" title="12" src="http://anudba.files.wordpress.com/2011/01/121.png?w=300&#038;h=234" alt="" width="300" height="234" /></a><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>STEP 14 :</strong></p>
<p>Click Install to begin installation</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/15.png"><img class="size-medium wp-image-362 aligncenter" title="15" src="http://anudba.files.wordpress.com/2011/01/15.png?w=300&#038;h=221" alt="" width="300" height="221" /></a></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/171.png"><img class="size-medium wp-image-365 aligncenter" title="17" src="http://anudba.files.wordpress.com/2011/01/171.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/181.png"><img class="size-medium wp-image-380 aligncenter" title="18" src="http://anudba.files.wordpress.com/2011/01/181.png?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><strong><span style="color:#f5090e;"><em>Note :Make a note of all these URL&#8217;s so that we can access the applications (like EM ) later on.</em></span></strong></p>
<p><strong><span style="color:#f5090e;"><em><br />
</em></span></strong></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/19.png"><img class="size-full wp-image-369 aligncenter" title="19" src="http://anudba.files.wordpress.com/2011/01/19.png?w=275&#038;h=166" alt="" width="275" height="166" /></a></p>
<p><strong>STEP 15 :</strong></p>
<p><strong>RUN the 2 scripts :</strong></p>
<p><strong>1) orainstRoot.sh</strong></p>
<p><strong>2) root.sh</strong></p>
<p><strong>as shown in the below screen shots.</strong></p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/18a.png"><img class="size-medium wp-image-367 aligncenter" title="18a" src="http://anudba.files.wordpress.com/2011/01/18a.png?w=300&#038;h=208" alt="" width="300" height="208" /></a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/18b.png"><img class="size-medium wp-image-368 aligncenter" title="18b" src="http://anudba.files.wordpress.com/2011/01/18b.png?w=300&#038;h=170" alt="" width="300" height="170" /></a></p>
<p><strong>STEP 16 :</strong></p>
<p><strong>Set the Environmental variable to start the instance</strong></p>
<p><strong>[oracle@localhost ~]$<span style="color:#993300;"> . oraenv</span></strong></p>
<p>ORACLE_SID=[db21] ? db21</p>
<p><strong>[oracle@localhost ~]$ <span style="color:#993300;">export ORACLE_SID=db21</span></strong></p>
<p><strong><span style="color:#993300;"> </span>To start the instance, connect as sysdba</strong></p>
<p><strong>[oracle@localhost ~]$ <span style="color:#993300;">sqlplus /nolog</span></strong></p>
<p><strong>SQL&gt; <span style="color:#993300;">conn sys as sysdba</span></strong></p>
<p><strong> </strong></p>
<p><strong>Enter password:</strong></p>
<p style="text-align:center;"><strong><a href="http://anudba.files.wordpress.com/2011/01/211.png"><img class="size-medium wp-image-370 aligncenter" title="21" src="http://anudba.files.wordpress.com/2011/01/211.png?w=300&#038;h=167" alt="" width="300" height="167" /></a></strong></p>
<p><strong><br />
</strong></p>
<p><strong>Now that we are connected to instance, start the database &#8220;db21&#8243; using the following command.</strong></p>
<p><strong>SQl&gt;<span style="color:#993300;">startup</span></strong></p>
<p style="text-align:center;"><strong><span style="color:#993300;"><a href="http://anudba.files.wordpress.com/2011/01/23.png"><img class="size-medium wp-image-371 aligncenter" title="23" src="http://anudba.files.wordpress.com/2011/01/23.png?w=300&#038;h=233" alt="" width="300" height="233" /></a><br />
</span></strong></p>
<p><strong> </strong></p>
<p><strong>STEP 17 :</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Connecting to Database with Enterprise Manager</strong></p>
<p>Now, let’s start Oracle Enterprise Manager. In order to use EM, we should firstly start listener. In production environment, you need automate database, listener and EM startup.</p>
<p><strong>Start the listener</strong></p>
<p><strong>[oracle@localhost ~]$ <span style="color:#993300;">lsnrctl start</span></strong></p>
<p style="text-align:center;"><strong><span style="color:#993300;"><a href="http://anudba.files.wordpress.com/2011/01/24.png"><img class="size-medium wp-image-372 aligncenter" title="24" src="http://anudba.files.wordpress.com/2011/01/24.png?w=300&#038;h=266" alt="" width="300" height="266" /></a><br />
</span></strong></p>
<p><span style="color:#993300;"><strong> </strong><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p><span style="color:#993300;"><strong> </strong></span></p>
<p>Listener started successfully.</p>
<p><strong>STEP 18 :</strong></p>
<p><span style="color:#000000;">Now, we can start the Enterprise Manager Database Console in 2 ways:</span></p>
<p><span style="color:#000000;">(a)Using the URL</span></p>
<p><a href="http://localhost.localdomain:1158/em/"><span style="color:#993300;"><strong>http://localhost.localdomain:1158/em/</strong></span></a></p>
<p><span style="color:#000000;">(b) Using Command</span></p>
<p><span style="color:#000000;"><strong>[oracle@localhost ~]$ <span style="color:#993300;">emctl start dbconsole</span></strong></span></p>
<p><span style="color:#000000;"><span style="color:#993300;">We can use any of the above choice to start EM Database Console</span></span></p>
<p>Enter username sys and its password, then select “<strong>SYSDBA</strong>” as a role and click Login</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/26.png"><img class="size-medium wp-image-373 aligncenter" title="26" src="http://anudba.files.wordpress.com/2011/01/26.png?w=300&#038;h=205" alt="" width="300" height="205" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>Just checkout the license agreement and at the bottom of the page as shown in the next screen shot,you got to accept the terms and proceed further.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/27.png"><img class="size-medium wp-image-374 aligncenter" title="27" src="http://anudba.files.wordpress.com/2011/01/27.png?w=300&#038;h=205" alt="" width="300" height="205" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/27a.png"><img class="size-medium wp-image-375 aligncenter" title="27a" src="http://anudba.files.wordpress.com/2011/01/27a.png?w=300&#038;h=205" alt="" width="300" height="205" /></a></p>
<p>And here is your Enterprise Manager 10g Database Console&#8230;. With this we can administor our database very easily.</p>
<p style="text-align:center;"><a href="http://anudba.files.wordpress.com/2011/01/emdbconsole.png"><img class="size-medium wp-image-377 aligncenter" title="emdbconsole" src="http://anudba.files.wordpress.com/2011/01/emdbconsole.png?w=300&#038;h=205" alt="" width="300" height="205" /></a></p>
<p><strong>Congratulations!!! Now we are done with installation &#8230;..</strong></p>
<br />Filed under: <a href='http://anudba.wordpress.com/category/oracle/'>ORACLE</a> Tagged: <a href='http://anudba.wordpress.com/tag/10g/'>10g</a>, <a href='http://anudba.wordpress.com/tag/installation/'>installation</a>, <a href='http://anudba.wordpress.com/tag/linux/'>linux</a>, <a href='http://anudba.wordpress.com/tag/oracle-2/'>Oracle</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anudba.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anudba.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anudba.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=342&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anudba.wordpress.com/2011/01/10/oracle-10g-release-2installation-in-linux32-bit64-bit-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d6c754ec275f9098adfbce702691153?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">Anu</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/osbitversion.png?w=300" medium="image">
			<media:title type="html">osbitversion</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/runins.png?w=300" medium="image">
			<media:title type="html">runins</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/12.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/22.png?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/3.png?w=300" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/41.png?w=300" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/53.png?w=300" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/7.png?w=300" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/82.png?w=300" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/9.png?w=300" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/10.png?w=300" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/111.png?w=300" medium="image">
			<media:title type="html">11</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/121.png?w=300" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/15.png?w=300" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/171.png?w=300" medium="image">
			<media:title type="html">17</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/181.png?w=300" medium="image">
			<media:title type="html">18</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/19.png" medium="image">
			<media:title type="html">19</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/18a.png?w=300" medium="image">
			<media:title type="html">18a</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/18b.png?w=300" medium="image">
			<media:title type="html">18b</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/211.png?w=300" medium="image">
			<media:title type="html">21</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/23.png?w=300" medium="image">
			<media:title type="html">23</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/24.png?w=300" medium="image">
			<media:title type="html">24</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/26.png?w=300" medium="image">
			<media:title type="html">26</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/27.png?w=300" medium="image">
			<media:title type="html">27</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/27a.png?w=300" medium="image">
			<media:title type="html">27a</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/emdbconsole.png?w=300" medium="image">
			<media:title type="html">emdbconsole</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Install VMware Tools in Linux</title>
		<link>http://anudba.wordpress.com/2011/01/09/how-to-install-vmware-tools-in-linux/</link>
		<comments>http://anudba.wordpress.com/2011/01/09/how-to-install-vmware-tools-in-linux/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:46:53 +0000</pubDate>
		<dc:creator>Anupama</dc:creator>
				<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vm tools]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://anudba.wordpress.com/?p=316</guid>
		<description><![CDATA[It is always very painful to run any guest Operating System if your VM tools are not installed. So lets have a look at the benefits of the VMware Tools : Mouse synchronization with the host operating system so that you don&#8217;t have to keep releasing your mouse(using CLT+ALT) from the guest to go back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=316&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is always very painful to run any guest Operating System if your VM tools are not installed.</p>
<p><strong>So lets have a look at the benefits of the VMware Tools :</strong></p>
<ol>
<li>Mouse synchronization with the host operating system so that you don&#8217;t have to keep releasing your mouse(using CLT+ALT) from the guest to go back to the host.</li>
<li>Improved network compatibility &amp; performance</li>
<li>Copy and paste activities between the host and guest.</li>
</ol>
<p>Lets learn how to install these VM tools in your VMware Server.Here we are considering Linux  as our Guest OS and windows as our Host OS.</p>
<p>First make sure that the VMware tools are not installed .If your mouse is getting stuck inside the VM when you click on the screen that means there are no VM tools installed.</p>
<p>Now to get it unstuck,you have to release it with ALT-CLT keys and also at the bottom of the screen you will see the message &#8220;You do not have VMware Tools installed&#8221;.</p>
<p>Now, inorder to install VMware Tools, go to VMware Server Toolbar and click on VM and then Install VMWare Tools.</p>
<p><strong>VM-&gt; Install VMware Tools</strong></p>
<p>Next, you will see the following screen:</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/a1.jpg"><img class="alignleft size-medium wp-image-322" title="a" src="http://anudba.files.wordpress.com/2011/01/a1.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Click <strong>Install</strong> &amp; hold on for a while .Have patience.</p>
<p>You may see some delay here because at this point what happens in the background is that the VMware tools are mounted as ISO CD drive on your Virtual Linux machine.On your host computer (windows) these tools are located at <strong>C:\Program Files\VMware\VMWare server\linux.iso</strong></p>
<p>Within few moments you should see that the VM Tools CD is now loaded and a window comesup with the contents of the CDROM as shown in the below figure.</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/11.png"><img class="alignleft size-medium wp-image-320" title="1" src="http://anudba.files.wordpress.com/2011/01/11.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now to manually start the installation , right click on the <strong>VMware Tools GZ</strong> file and extract the contents to a default folder on to</p>
<p>the <strong>Desktop</strong>.</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/21.png"><img class="alignleft size-medium wp-image-323" title="2" src="http://anudba.files.wordpress.com/2011/01/21.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After the extraction is done,Close all the windows and go to your desktop and open the <strong>vmware-tools-distrib</strong> folder.</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/4.png"><img class="alignleft size-medium wp-image-324" title="4" src="http://anudba.files.wordpress.com/2011/01/4.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Double-click on <strong>vmware-install.pl</strong> to execute it.</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/52.png"><img class="alignleft size-medium wp-image-327" title="5" src="http://anudba.files.wordpress.com/2011/01/52.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Select <strong>Run in terminal</strong></p>
<p>The terminal window will appear and you will be asked many questions.Just take all the defaults by pressing ENTER .</p>
<p><a href="http://anudba.files.wordpress.com/2011/01/6.jpg"><img class="alignleft size-medium wp-image-328" title="6" src="http://anudba.files.wordpress.com/2011/01/6.jpg?w=275&#038;h=300" alt="" width="275" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Else you can just select<strong> RUN</strong> and with in a moment your done with the installation.</p>
<p>Now you should reboot your linux system.When the system comesback,try to move your mouse out of the screen.Hopefully it does move out of the screen.</p>
<p>Everybody who are using VMware should install VMtools on to any guest operating systems are they are using.These tools will make using VMware much easier and less frustrating.</p>
<p>Having the installation done,use it for a while and then go back to the system wherein the tools are not installed and you will notice the difference for sure.</p>
<p><strong>Good Luck guys!!!!</strong></p>
<br />Filed under: <a href='http://anudba.wordpress.com/category/vmware/'>VMWARE</a> Tagged: <a href='http://anudba.wordpress.com/tag/linux/'>linux</a>, <a href='http://anudba.wordpress.com/tag/vm-tools/'>vm tools</a>, <a href='http://anudba.wordpress.com/tag/vmware-2/'>vmware</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anudba.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anudba.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anudba.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=316&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anudba.wordpress.com/2011/01/09/how-to-install-vmware-tools-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d6c754ec275f9098adfbce702691153?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">Anu</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/a1.jpg?w=300" medium="image">
			<media:title type="html">a</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/11.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/21.png?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/4.png?w=300" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/52.png?w=300" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2011/01/6.jpg?w=275" medium="image">
			<media:title type="html">6</media:title>
		</media:content>
	</item>
		<item>
		<title>REDHAT LINUX 4 INSTALLATION USING VMWARE</title>
		<link>http://anudba.wordpress.com/2010/02/17/redhat-linux-4-installation-using-vmware/</link>
		<comments>http://anudba.wordpress.com/2010/02/17/redhat-linux-4-installation-using-vmware/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:25:10 +0000</pubDate>
		<dc:creator>Anupama</dc:creator>
				<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://anudba.wordpress.com/?p=229</guid>
		<description><![CDATA[Click on the &#8221; New Virtual Machine&#8221; option as shown in the below screenshot Choose the Guest operating System &#38; Click on &#8220;Next&#8220; ﻿ Enter the name of Virtual machine and the location where you want to create a new machine. You may increase the memory based on your requirements. Default is 384MB. Based on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=229&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Click on the &#8221; <strong>New Virtual Machine</strong>&#8221; option as shown in the below screenshot</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/9.jpg"><img class="alignnone size-medium wp-image-230" title="9" src="http://anudba.files.wordpress.com/2010/02/9.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/22.jpg"><img class="alignnone size-medium wp-image-232" title="2" src="http://anudba.files.wordpress.com/2010/02/22.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/31.jpg"><img class="alignnone size-medium wp-image-233" title="3" src="http://anudba.files.wordpress.com/2010/02/31.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>Choose the <strong>Guest operating System</strong> &amp; Click on &#8220;<strong>Next</strong>&#8220;</p>
<p>﻿<a href="http://anudba.files.wordpress.com/2010/02/41.jpg"><img class="alignnone size-medium wp-image-234" title="4" src="http://anudba.files.wordpress.com/2010/02/41.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>Enter the <strong>name</strong> of Virtual machine and the <strong>location </strong>where you want to create a new machine.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/51.jpg"><img class="alignnone size-medium wp-image-235" title="5" src="http://anudba.files.wordpress.com/2010/02/51.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/61.jpg"><img class="alignnone size-medium wp-image-236" title="6" src="http://anudba.files.wordpress.com/2010/02/61.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>You may increase the memory based on your requirements.</p>
<p>Default is 384MB.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/71.jpg"><img class="alignnone size-medium wp-image-237" title="7" src="http://anudba.files.wordpress.com/2010/02/71.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/82.jpg"><img class="alignnone size-medium wp-image-239" title="8" src="http://anudba.files.wordpress.com/2010/02/82.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/91.jpg"><img class="alignnone size-medium wp-image-240" title="9" src="http://anudba.files.wordpress.com/2010/02/91.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/10.jpg"><img class="alignnone size-medium wp-image-241" title="10" src="http://anudba.files.wordpress.com/2010/02/10.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>Based on your Hadware capacity,You can select the Disk Size.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/111.jpg"><img class="alignnone size-medium wp-image-242" title="11" src="http://anudba.files.wordpress.com/2010/02/111.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/121.jpg"><img class="alignnone size-medium wp-image-243" title="12" src="http://anudba.files.wordpress.com/2010/02/121.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/131.jpg"><img class="alignnone size-medium wp-image-244" title="13" src="http://anudba.files.wordpress.com/2010/02/131.jpg?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>Now that the Virtual machine is created, We need to install the Redhat Linux 4 operating system(64-bit)</p>
<p>Select <strong>ISO Image</strong> option and Click on &#8220;<strong>OK</strong>&#8220;</p>
<p>Else if u want to install with the help of <strong>CD-Rom</strong> then select &#8220;<strong>Physical drive</strong>&#8221; option.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/14.jpg"><img class="alignnone size-medium wp-image-245" title="14" src="http://anudba.files.wordpress.com/2010/02/14.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/15.jpg"><img class="alignnone size-medium wp-image-246" title="15" src="http://anudba.files.wordpress.com/2010/02/15.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Press any key to continue&#8230;..</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/16.jpg"><img class="alignnone size-medium wp-image-247" title="16" src="http://anudba.files.wordpress.com/2010/02/16.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>As we are using iso image , skip media test window.So Click on &#8220;<strong>Skip</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/17.jpg"><img class="alignnone size-medium wp-image-248" title="17" src="http://anudba.files.wordpress.com/2010/02/17.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/18.jpg"><img class="alignnone size-medium wp-image-249" title="18" src="http://anudba.files.wordpress.com/2010/02/18.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Select the Language and Click on &#8220;Next&#8221;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/19.jpg"><img class="alignnone size-medium wp-image-250" title="19" src="http://anudba.files.wordpress.com/2010/02/19.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Select the <strong>Installation Type.</strong>I have opted for<strong> &#8220;custom&#8221;</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/20.jpg"><img class="alignnone size-medium wp-image-251" title="20" src="http://anudba.files.wordpress.com/2010/02/20.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p>Next, i have opted to partition the disks manually.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/211.jpg"><img class="alignnone size-medium wp-image-252" title="21" src="http://anudba.files.wordpress.com/2010/02/211.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/221.jpg"><img class="alignnone size-medium wp-image-253" title="22" src="http://anudba.files.wordpress.com/2010/02/221.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;<strong>YES</strong>&#8221; and then &#8220;<strong>next</strong>&#8220;&#8230;</p>
<p>As we have selected manual partition ,here we need add the partitions.</p>
<p>So Click on &#8220;<strong>New</strong>&#8221; and add <strong>Mount Points</strong> <strong>:</strong></p>
<p><strong>(a) /</strong></p>
<p><strong> (b)/home</strong></p>
<p><strong> (c)/usr</strong></p>
<p><strong> (d)/boot</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/23.jpg"><img class="alignnone size-medium wp-image-255" title="23" src="http://anudba.files.wordpress.com/2010/02/23.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p>Here,</p>
<p><strong>Mount Point  : / </strong></p>
<p><strong>Size                       : 1000 MB</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/24.jpg"><img class="alignnone size-medium wp-image-256" title="24" src="http://anudba.files.wordpress.com/2010/02/24.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><strong>Mount Point  : /home</strong></p>
<p><strong>Size                       : 3996 MB</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/25.jpg"><img class="alignnone size-medium wp-image-257" title="25" src="http://anudba.files.wordpress.com/2010/02/25.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><strong>Mount Point  : / boot</strong></p>
<p><strong>Size                  : 3996 MB</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/26.jpg"><img class="alignnone size-medium wp-image-258" title="26" src="http://anudba.files.wordpress.com/2010/02/26.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><strong>Mount Point  : / usr</strong></p>
<p><strong>Size                  : 3996 MB</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/27.jpg"><img class="alignnone size-medium wp-image-259" title="27" src="http://anudba.files.wordpress.com/2010/02/27.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><strong>Summary of all the partition is shown below :</strong></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/28.jpg"><img class="alignnone size-medium wp-image-260" title="28" src="http://anudba.files.wordpress.com/2010/02/28.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>As i haven&#8217;t added any <strong>Swap partition</strong> , below shown is the warning message.But you can always ignore this warning as you can create swap partition later when needed.</p>
<p>Hence click on &#8220;yes&#8221;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/29.jpg"><img class="alignnone size-medium wp-image-262" title="29" src="http://anudba.files.wordpress.com/2010/02/29.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/30.jpg"><img class="alignnone size-medium wp-image-263" title="30" src="http://anudba.files.wordpress.com/2010/02/30.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/311.jpg"><img class="alignnone size-medium wp-image-264" title="31" src="http://anudba.files.wordpress.com/2010/02/311.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Here i have set the hostname automatically via DHCP.</p>
<p>We can also change the hostname manually later on even after the installation.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/32.jpg"><img class="alignnone size-medium wp-image-265" title="32" src="http://anudba.files.wordpress.com/2010/02/32.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Select <strong>&#8216;Enable Firewall</strong>&#8216; option &amp; Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/33.jpg"><img class="alignnone size-medium wp-image-266" title="33" src="http://anudba.files.wordpress.com/2010/02/33.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/34.jpg"><img class="alignnone size-medium wp-image-267" title="34" src="http://anudba.files.wordpress.com/2010/02/34.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Select the <strong>Time zone</strong> and Click on &#8220;<strong>Next</strong>&#8220;</p>
<p>Specify the <strong>root password</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/35.jpg"><img class="alignnone size-medium wp-image-268" title="35" src="http://anudba.files.wordpress.com/2010/02/35.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/36.jpg"><img class="alignnone size-medium wp-image-269" title="36" src="http://anudba.files.wordpress.com/2010/02/36.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></strong></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/361.jpg"><img class="alignnone size-medium wp-image-270" title="36" src="http://anudba.files.wordpress.com/2010/02/361.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>I haven choosen to install all the required packages,Hence select &#8220;<strong>Everything</strong>&#8221; option as shown in the screen shot&#8230;.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/37.jpg"><img class="alignnone size-medium wp-image-272" title="37" src="http://anudba.files.wordpress.com/2010/02/37.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/38.jpg"><img class="alignnone size-medium wp-image-273" title="38" src="http://anudba.files.wordpress.com/2010/02/38.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/39.jpg"><img class="alignnone size-medium wp-image-274" title="39" src="http://anudba.files.wordpress.com/2010/02/39.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/40.jpg"><img class="alignnone size-medium wp-image-275" title="40" src="http://anudba.files.wordpress.com/2010/02/40.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/411.jpg"><img class="alignnone size-medium wp-image-276" title="41" src="http://anudba.files.wordpress.com/2010/02/411.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Now go to <strong>settings</strong> and then select the <strong>second iso image</strong> and proceed with the installation as shown in below screenshot.</p>
<p>Follow the same for the third and fourth iso image as well when asked&#8230;</p>
<p>If your using CD-Rom then simply insert the second CD and same for the next third and fourth CD.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/42.jpg"><img class="alignnone size-medium wp-image-277" title="42" src="http://anudba.files.wordpress.com/2010/02/42.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/43.jpg"><img class="alignnone size-medium wp-image-278" title="43" src="http://anudba.files.wordpress.com/2010/02/43.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/44.jpg"><img class="alignnone size-medium wp-image-279" title="44" src="http://anudba.files.wordpress.com/2010/02/44.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/45.jpg"><img class="alignnone size-medium wp-image-280" title="45" src="http://anudba.files.wordpress.com/2010/02/45.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/46.jpg"><img class="alignnone size-medium wp-image-281" title="46" src="http://anudba.files.wordpress.com/2010/02/46.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/47.jpg"><img class="alignnone size-medium wp-image-282" title="47" src="http://anudba.files.wordpress.com/2010/02/47.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/48.jpg"><img class="alignnone size-medium wp-image-283" title="48" src="http://anudba.files.wordpress.com/2010/02/48.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Checkout the <strong>license agreement</strong> &#8230;.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/49.jpg"><img class="alignnone size-medium wp-image-285" title="49" src="http://anudba.files.wordpress.com/2010/02/49.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Set the <strong>Date</strong> and <strong>Time</strong></p>
<p>﻿<a href="http://anudba.files.wordpress.com/2010/02/50.jpg"><img class="alignnone size-medium wp-image-286" title="50" src="http://anudba.files.wordpress.com/2010/02/50.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Choose the <strong>screen resolution</strong> of your choice</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/511.jpg"><img class="alignnone size-medium wp-image-287" title="51" src="http://anudba.files.wordpress.com/2010/02/511.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Enter the system username and password</p>
<p>Click on &#8220;Next</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/52.jpg"><img class="alignnone size-medium wp-image-288" title="52" src="http://anudba.files.wordpress.com/2010/02/52.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/53.jpg"><img class="alignnone size-medium wp-image-289" title="53" src="http://anudba.files.wordpress.com/2010/02/53.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;Next&#8221;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/54.jpg"><img class="alignnone size-medium wp-image-290" title="54" src="http://anudba.files.wordpress.com/2010/02/54.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/55.jpg"><img class="alignnone size-medium wp-image-291" title="55" src="http://anudba.files.wordpress.com/2010/02/55.jpg?w=300&#038;h=197" alt="" width="300" height="197" /></a></p>
<p>Click on <strong>Next</strong> and your done with the installation.</p>
<p>Congrats!!!!!</p>
<br />Filed under: <a href='http://anudba.wordpress.com/category/oracle/'>ORACLE</a>, <a href='http://anudba.wordpress.com/category/vmware/'>VMWARE</a> Tagged: <a href='http://anudba.wordpress.com/tag/installation/'>installation</a>, <a href='http://anudba.wordpress.com/tag/linus/'>linus</a>, <a href='http://anudba.wordpress.com/tag/vmware-2/'>vmware</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anudba.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anudba.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anudba.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=229&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anudba.wordpress.com/2010/02/17/redhat-linux-4-installation-using-vmware/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d6c754ec275f9098adfbce702691153?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">Anu</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/9.jpg?w=300" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/22.jpg?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/31.jpg?w=300" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/41.jpg?w=300" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/51.jpg?w=300" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/61.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/71.jpg?w=300" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/82.jpg?w=300" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/91.jpg?w=300" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/10.jpg?w=300" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/111.jpg?w=300" medium="image">
			<media:title type="html">11</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/121.jpg?w=300" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/131.jpg?w=300" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/14.jpg?w=300" medium="image">
			<media:title type="html">14</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/15.jpg?w=300" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/16.jpg?w=300" medium="image">
			<media:title type="html">16</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/17.jpg?w=300" medium="image">
			<media:title type="html">17</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/18.jpg?w=300" medium="image">
			<media:title type="html">18</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/19.jpg?w=300" medium="image">
			<media:title type="html">19</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/20.jpg?w=300" medium="image">
			<media:title type="html">20</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/211.jpg?w=300" medium="image">
			<media:title type="html">21</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/221.jpg?w=300" medium="image">
			<media:title type="html">22</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/23.jpg?w=300" medium="image">
			<media:title type="html">23</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/24.jpg?w=300" medium="image">
			<media:title type="html">24</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/25.jpg?w=300" medium="image">
			<media:title type="html">25</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/26.jpg?w=300" medium="image">
			<media:title type="html">26</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/27.jpg?w=300" medium="image">
			<media:title type="html">27</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/28.jpg?w=300" medium="image">
			<media:title type="html">28</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/29.jpg?w=300" medium="image">
			<media:title type="html">29</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/30.jpg?w=300" medium="image">
			<media:title type="html">30</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/311.jpg?w=300" medium="image">
			<media:title type="html">31</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/32.jpg?w=300" medium="image">
			<media:title type="html">32</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/33.jpg?w=300" medium="image">
			<media:title type="html">33</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/34.jpg?w=300" medium="image">
			<media:title type="html">34</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/35.jpg?w=300" medium="image">
			<media:title type="html">35</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/36.jpg?w=300" medium="image">
			<media:title type="html">36</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/361.jpg?w=300" medium="image">
			<media:title type="html">36</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/37.jpg?w=300" medium="image">
			<media:title type="html">37</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/38.jpg?w=300" medium="image">
			<media:title type="html">38</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/39.jpg?w=300" medium="image">
			<media:title type="html">39</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/40.jpg?w=300" medium="image">
			<media:title type="html">40</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/411.jpg?w=300" medium="image">
			<media:title type="html">41</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/42.jpg?w=300" medium="image">
			<media:title type="html">42</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/43.jpg?w=300" medium="image">
			<media:title type="html">43</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/44.jpg?w=300" medium="image">
			<media:title type="html">44</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/45.jpg?w=300" medium="image">
			<media:title type="html">45</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/46.jpg?w=300" medium="image">
			<media:title type="html">46</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/47.jpg?w=300" medium="image">
			<media:title type="html">47</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/48.jpg?w=300" medium="image">
			<media:title type="html">48</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/49.jpg?w=300" medium="image">
			<media:title type="html">49</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/50.jpg?w=300" medium="image">
			<media:title type="html">50</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/511.jpg?w=300" medium="image">
			<media:title type="html">51</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/52.jpg?w=300" medium="image">
			<media:title type="html">52</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/53.jpg?w=300" medium="image">
			<media:title type="html">53</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/54.jpg?w=300" medium="image">
			<media:title type="html">54</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/55.jpg?w=300" medium="image">
			<media:title type="html">55</media:title>
		</media:content>
	</item>
		<item>
		<title>Installation of Vmware Workstation 6 :</title>
		<link>http://anudba.wordpress.com/2010/02/17/installation-of-vmware-workstation-6/</link>
		<comments>http://anudba.wordpress.com/2010/02/17/installation-of-vmware-workstation-6/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 06:03:07 +0000</pubDate>
		<dc:creator>Anupama</dc:creator>
				<category><![CDATA[VMWARE]]></category>

		<guid isPermaLink="false">http://anudba.wordpress.com/?p=211</guid>
		<description><![CDATA[Click on &#8220;Next&#8220; Select the Type of installation. I have opted for Custom installation as i want to know what all am installing. Click on Change and select the destination where u want to install and then click on Ok Click on &#8220;Next&#8220; Click on install to proceed with the installation Click on &#8221; Finish&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=211&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://anudba.files.wordpress.com/2010/02/13.jpg"><img class="alignnone size-medium wp-image-218" title="1" src="http://anudba.files.wordpress.com/2010/02/13.jpg?w=300&#038;h=216" alt="" width="300" height="216" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/13.jpg"></a>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p>Select the <strong>Type of installation.</strong></p>
<p>I have opted for Custom installation as i want to know what all am installing.</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/2.jpg"><img class="alignnone size-medium wp-image-219" title="2" src="http://anudba.files.wordpress.com/2010/02/2.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/21.jpg"><img class="alignnone size-medium wp-image-220" title="2" src="http://anudba.files.wordpress.com/2010/02/21.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Click on <strong>Change</strong> and select the destination where u want to install and then click on <strong> Ok</strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/3.jpg"><img class="alignnone size-medium wp-image-221" title="3" src="http://anudba.files.wordpress.com/2010/02/3.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></strong></p>
<p><strong><a href="http://anudba.files.wordpress.com/2010/02/4.jpg"><img class="alignnone size-medium wp-image-222" title="4" src="http://anudba.files.wordpress.com/2010/02/4.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></strong></p>
<p>Click on &#8220;<strong>Next</strong>&#8220;</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/5.jpg"><img class="alignnone size-medium wp-image-223" title="5" src="http://anudba.files.wordpress.com/2010/02/5.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Click on <strong>install</strong> to proceed with the installation</p>
<p><a href="http://anudba.files.wordpress.com/2010/02/6.jpg"><img class="alignnone size-medium wp-image-224" title="6" src="http://anudba.files.wordpress.com/2010/02/6.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/7.jpg"><img class="alignnone size-medium wp-image-225" title="7" src="http://anudba.files.wordpress.com/2010/02/7.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><a href="http://anudba.files.wordpress.com/2010/02/8.jpg"><img class="alignnone size-medium wp-image-226" title="8" src="http://anudba.files.wordpress.com/2010/02/8.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Click on &#8221; Finish&#8221; &amp; Your done with installation of vmware server.</p>
<br />Filed under: <a href='http://anudba.wordpress.com/category/vmware/'>VMWARE</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anudba.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anudba.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anudba.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=211&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anudba.wordpress.com/2010/02/17/installation-of-vmware-workstation-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d6c754ec275f9098adfbce702691153?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">Anu</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/13.jpg?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/2.jpg?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/21.jpg?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/3.jpg?w=300" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/4.jpg?w=300" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/5.jpg?w=300" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/6.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/7.jpg?w=300" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://anudba.files.wordpress.com/2010/02/8.jpg?w=300" medium="image">
			<media:title type="html">8</media:title>
		</media:content>
	</item>
		<item>
		<title>Invoking EXP &amp; IMP as “SYSDBA”</title>
		<link>http://anudba.wordpress.com/2008/09/29/invoking-exp-imp-as-%e2%80%9csysdba%e2%80%9d/</link>
		<comments>http://anudba.wordpress.com/2008/09/29/invoking-exp-imp-as-%e2%80%9csysdba%e2%80%9d/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 09:15:25 +0000</pubDate>
		<dc:creator>Anupama</dc:creator>
				<category><![CDATA[Export Utility]]></category>
		<category><![CDATA[Import Utility]]></category>
		<category><![CDATA[ORACLE]]></category>

		<guid isPermaLink="false">http://anudba.wordpress.com/?p=198</guid>
		<description><![CDATA[Here is the procedure to invoke EXP &#38; IMP as &#8221; SYSDBA &#8220; FOR WINDOWS : (a)Import C:\&#62;IMP ‘username/password as sysdba’ keyword=(value1,value2,….valuen) Example:C:\&#62;IMP ‘sys/sys as sysdba’ fromuser=hr touser=abc file=export2.dmp owner=hr (b)Export C:\&#62;EXP ‘username/password as sysdba’ keyword=(value1,value2,….valuen) Example: C:\&#62;EXP sys/sys as sysdba’ file=export2.dmp owner=hr direct=y FOR LINUX : (a)Import C:\&#62;IMP \’username/password as sysdba\’ keyword=(value1,value2,….valuen) Example:C:\&#62;IMP \’sys/sys [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=198&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>Here is the procedure to invoke EXP &amp; IMP as &#8221; SYSDBA &#8220;</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>FOR WINDOWS :</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">(a)Import</p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>C:\&gt;IMP ‘username/password as sysdba’ keyword=(value1,value2,….valuen)</strong></p>
<p class="MsoNormal" style="line-height:150%;">Example:<strong>C:\&gt;IMP ‘sys/sys as sysdba’</strong> <strong>fromuser=hr touser=abc file=export2.dmp owner=hr</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">(b)Export</p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>C:\&gt;EXP ‘username/password as sysdba’ keyword=(value1,value2,….valuen)</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">Example:<strong> C:\&gt;EXP sys/sys as sysdba’ file=export2.dmp owner=hr direct=y</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong> </strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>FOR LINUX :</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">(a)Import</p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>C:\&gt;IMP \’username/password as sysdba\’ keyword=(value1,value2,….valuen)</strong></p>
<p class="MsoNormal" style="line-height:150%;">Example:<strong>C:\&gt;IMP \’sys/sys as sysdba\’</strong> <strong>fromuser=hr touser=abc file=export2.dmp owner=hr</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">(b)Export</p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong>C:\&gt;EXP \’username/password as sysdba\’ keyword=(value1,value2,….valuen)</strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">Example:<strong> C:\&gt;EXP \’sys/sys as sysdba\’ file=export2.dmp owner=hr direct=y</strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong>Note :</strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong>For Remote Access </strong>,we can use like this</p>
<p class="MsoNormal" style="line-height:150%;"><strong>C:\&gt;IMP ‘username/password@instance as sysdba’ keyword=(value1,value2,….valuen</strong></p>
<br />Posted in Export Utility, Import Utility, ORACLE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anudba.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anudba.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anudba.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anudba.wordpress.com&amp;blog=4230320&amp;post=198&amp;subd=anudba&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anudba.wordpress.com/2008/09/29/invoking-exp-imp-as-%e2%80%9csysdba%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d6c754ec275f9098adfbce702691153?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">Anu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
