<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DBAToolZ &#187; solaris</title>
	<atom:link href="http://www.dbatoolz.com/t/tag/solaris/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbatoolz.com</link>
	<description>Lightweight Oracle DBA Tools</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:49:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>11gR2 install fails with &#8220;Hard Limit: maximum user processes&#8221; error</title>
		<link>http://www.dbatoolz.com/t/11gr2-install-fails-hard-limit-maximum-user-processes.html</link>
		<comments>http://www.dbatoolz.com/t/11gr2-install-fails-hard-limit-maximum-user-processes.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 01:16:51 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Installs]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[maxuprc]]></category>
		<category><![CDATA[max_nprocs]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=568</guid>
		<description><![CDATA[Just finished dealing with &#8220;Hard Limit: maximum user processes&#8221; error on Open Solaris 10 while installing 11gR2: Oracle Metalink was useless &#8212; total waste of time &#8212; I hate that site now, it&#8217;s gone completely into the crapper. SOLUTION (thanks to David D&#8217;Acquisto advice): 1) edit /etc/system as follows: set shmsys:shminfo_shmmax=12025908428 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=10 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Just finished dealing with &#8220;Hard Limit: maximum user processes&#8221; error on Open Solaris 10 while installing 11gR2:</p>
<p><img src="http://content.screencast.com/users/ttlj_vitaliy/folders/Jing/media/75bf93d6-3fce-491e-9694-f62c0d08642e/2010-02-15_1656.png" alt="11gR2 install fails with "Hard Limit: maximum user processes" error" /></p>
<p>Oracle Metalink was useless &#8212; total waste of time &#8212; I hate that site now, it&#8217;s gone completely into the crapper.</p>
<p>SOLUTION  (thanks to <a href="http://forums.oracle.com/forums/message.jspa?messageID=3966474#3966740"><strong>David D&#8217;Acquisto advice</strong></a>):</p>
<p>1) <strong>edit /etc/system as follows</strong>:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">set shmsys:shminfo_shmmax=12025908428
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=1024
set shmsys:shminfo_shmmin=1
set max_nprocs=30000
set maxuprc=16384</pre></div></div>

<p>2) <strong>setup project for oracle user </strong>(if it&#8217;s already setup then just ignore the duplicate error while running projadd command):</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">projadd -U oracle user.oracle
projmod -s -K &quot;project.max-sem-ids=(priv,100,deny)&quot; user.oracle
projmod -s -K &quot;process.max-sem-nsems=(priv,256,deny)&quot; user.oracle
projmod -s -K &quot;project.max-shm-memory=(priv,12025908428,deny)&quot; user.oracle
projmod -s -K &quot;project.max-shm-ids=(priv,100,deny)&quot; user.oracle
projmod -s -K &quot;process.max-file-descriptor=(priv,65536,deny)&quot; user.oracle</pre></div></div>

<p>3) <strong>bounce the box</strong>:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">init 6</pre></div></div>

<p><strong>Here&#8217;s how to check for the setting:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">## before above changes were applied
##
$ kstat|grep v_proc
        v_proc                          16362
$
&nbsp;
$ kstat |grep v_maxup
        v_maxup                         16357
        v_maxupttl                      16357
$
&nbsp;
## after changes/reboot
##
&nbsp;
$ kstat|grep v_proc
        v_proc                          30000
$
&nbsp;
$ kstat |grep v_maxup
        v_maxup                         16384
        v_maxupttl                      29995
$</pre></div></div>

<p><strong>NOTE</strong>: the setting above are based on <strong>16gb of RAM</strong> if yours is less/more &#8212; adjust as per David&#8217;s formula.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/11gr2-install-fails-hard-limit-maximum-user-processes.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Oracle on Solaris is making a come back?</title>
		<link>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html</link>
		<comments>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:49:22 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[SUN vs Linux]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=539</guid>
		<description><![CDATA[Oracle has just announced a new world record TPC-C benchmark result claiming that Oracle and Sun Are Faster than IBM: Proof Now Available. What&#8217;s really interesting is that they used Solaris OS instead of Oracle EL for this benchmark, specifically: &#8220;Oracle® Database 11g running on Sun SPARC® servers with CMT technology and the Sun Solaris [...]


Related posts:<ol><li><a href='http://www.dbatoolz.com/t/11gr2-is-here.html' rel='bookmark' title='Permanent Link: 11gR2 is here!'>11gR2 is here!</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Oracle has just announced a new world record TPC-C benchmark result claiming that <a href="http://www.oracle.com/us/corporate/press/036544">Oracle and Sun Are Faster than IBM: Proof Now Available</a>.  What&#8217;s really interesting is that they used Solaris OS instead of Oracle EL for this benchmark, specifically: &#8220;<em>Oracle® Database 11g  running on Sun SPARC® servers with CMT technology and the Sun Solaris Operating System</em>&#8220;.</p>
<p>John Fowler (executive vice-president, Systems Group, Sun Microsystems) had this to say:</p>
<blockquote><p>
No other vendor today is shipping fully-integrated flash-based hardware and software that leverages a <strong>world-class operating system &#8211; Solaris</strong> &#8211; to deliver these breakthrough world record performance results.
</p></blockquote>
<p>This is getting very interesting &#8230; Goodbye Oracle Linux?</p>


<p>Related posts:<ol><li><a href='http://www.dbatoolz.com/t/11gr2-is-here.html' rel='bookmark' title='Permanent Link: 11gR2 is here!'>11gR2 is here!</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exadata Version 2 &#8211; final blow to Oracle/HP relationship?</title>
		<link>http://www.dbatoolz.com/t/exadata-version-2-final-blow-to-oraclehp-relationship.html</link>
		<comments>http://www.dbatoolz.com/t/exadata-version-2-final-blow-to-oraclehp-relationship.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:37:18 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Exadata Version 2]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[X4170]]></category>
		<category><![CDATA[X4275]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=480</guid>
		<description><![CDATA[It took Oracle buying SUN to finally come out with something worthy this relationship &#8212; Exadata Version 2. Oracle has killed two birds with one stone capitalizing on their superior Oracle Enterprise Linux and SUN&#8217;s x64 hardware, once again proving that it&#8217;s bet is on OEL not Solaris. The pricing model allows incremental growth using [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It took Oracle buying SUN to finally come out with something worthy this relationship &#8212; <a href="http://www.oracle.com/database/database-machine.html">Exadata Version 2</a>.  Oracle has killed two birds with one stone capitalizing on their superior Oracle Enterprise Linux and SUN&#8217;s x64 hardware, once again proving that it&#8217;s bet is on OEL not Solaris.</p>
<p>The pricing model allows incremental growth using the following stages:</p>
<p>Basic System &#8211; $110,000<br />
Quarter Rack &#8211; $350,000<br />
Half Rack &#8211; $650,000<br />
Full Rack &#8211; $1.15M</p>
<p><img src="http://content.screencast.com/users/ttlj_vitaliy/folders/Jing/media/267708cc-a184-490a-a10c-43497751c746/2009-09-21_1832.png" alt="Exadata Version 2 Pricing" /></p>
<p>Key Internals are as follows (per Full RACK):<br />
8 <a href="http://www.sun.com/servers/x64/x4170/">Sun Fire X4170</a> DB Nodes per RACK<br />
14 <a href="http://www.sun.com/servers/x64/x4275/">Sun Fire X4275</a> Storage Nodes per RACK<br />
Combo of multiple Sun Quad Data Rate (QDR) <a href="http://www.sun.com/products/networking/datacenter/ds36/">Datacenter InfiniBand Switches 36</a> capable of 40Gb/sec</p>
<p>Oracle/SUN claim that by using X4275 they were able to significantly simplify storage solution eliminating complex SAN architectures.  Here&#8217;s a brief overview of the architecture &#8211; <a href="http://www.oracle.com/technology/products/bi/db/exadata/index.html">Sun Oracle Database Machine and Exadata Storage Server</a>.  And here&#8217;s the presentation Larry Ellison gave at <a href="http://channelsun.sun.com/video/systems/servers/1631259659/exadata+version+2+-+the+sun+oracle+database+machine+announce/40139277001">The Sun Oracle Database Machine Announcement</a>.</p>
<p>So is Exadata Version 2 a final blow to Oracle/HP relationship?  Time will tell, all I can say is that we couldn&#8217;t be happier with our HP hardware running Oracle Application Servers, Oracle RAC and various middle-tier solutions on Oracle EL.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/exadata-version-2-final-blow-to-oraclehp-relationship.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11gR2 is here!</title>
		<link>http://www.dbatoolz.com/t/11gr2-is-here.html</link>
		<comments>http://www.dbatoolz.com/t/11gr2-is-here.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:04:38 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[SUN vs Linux]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=424</guid>
		<description><![CDATA[In case you didn&#8217;t get this via oracle.com news updates &#8212; 11gR2 is out and available for download from here &#8230;. And as I have predicted, the first distro is Linux x86 and Linux x86-64. So if you are a die-hard Solaris fan it should now be obvious (if it wasn&#8217;t already) that Linux is [...]


Related posts:<ol><li><a href='http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html' rel='bookmark' title='Permanent Link: Oracle on Solaris is making a come back?'>Oracle on Solaris is making a come back?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>In case you didn&#8217;t get this via oracle.com news updates &#8212; 11gR2 is out and available for download from <a href="http://www.oracle.com/technology/software/products/database/index.html">here &#8230;</a>.</p>
<p>And as I have predicted, the first distro is Linux x86 and Linux x86-64.  So if you are a die-hard Solaris fan it should now be obvious (if it wasn&#8217;t already) that Linux is now officially the preferred platform (as Solaris once was but no longer is).</p>
<p>I actually wasn&#8217;t expecting this in September &#8212; I thought it was going to get announced closer to Oracle Open World but I am not complaining here <img src='http://www.dbatoolz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html' rel='bookmark' title='Permanent Link: Oracle on Solaris is making a come back?'>Oracle on Solaris is making a come back?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/11gr2-is-here.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

