<?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; Installs</title>
	<atom:link href="http://www.dbatoolz.com/c/installs/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>
	</channel>
</rss>

