Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000158.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: Clearcase & Clearquest Web</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000157.html" title="The new servers have arrived!" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000159.html" title="Reregistering Clearcase objects" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000157.html">&laquo; The new servers have arrived!</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000159.html">Reregistering Clearcase objects &raquo;</a>
44                      </p>
45
46                      <a id="a000158"></a>
47                      <div class="entry" id="entry-158">
48                         <h3 class="entry-header">Clearcase & Clearquest Web</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               Today...
52
53 <ul>
54
55 <li><p>Partitioned drive</p></li>
56 <li><p>Installed Windows XP</p></li>
57 <li><p>Attended Peregrine Training</p></li>
58 <li><p>Configured Clearquest web</p></li>
59 <li><p>Worked with Michael on Clearcase web problems</p></li>
60 <li><p>Worked on problem with accessing Clearcase due to outgrowing the lockmgr's limits</p></li>
61 <li><p>Implemented Heap Size fix and Lockmgr fix to new production servers</p></li>
62
63 </ul>
64                            </div>
65                            <div id="more" class="entry-more">
66                               <p>Several people have been reporting odd problems with Clearcase. In investigating this I checked the server log files and found a lot of:<p>
67
68 <blockquote>
69 <pre>
70 *** db_VISTA database error -922 - the lock manager is busy
71 </pre>
72 </blockquote>
73
74 <p>Searching Rational's web I saw <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21125258">lock manager problems, settings and guidelines</a> which seems to indicate that we've probably already outgrown the default parameters for the lockmgr. The article talks about monitoring the server processes for a week to determine how to best set the values for lockmgr. Unfortunately we don't have a week to wait so for the mean time I simply set the following parms on the lockmgr and restarted Clearcase on the vob sever:</p>
75
76 <blockquote>
77 <pre>
78 -a almd -u 100 -f 200 -q 500
79 </pre>
80 </blockquote>
81
82 That should give us some breathing room. Meantime I set up a quick script to monitor the number of server processes as per the article.
83                            </div>
84                         </div>
85                         <p class="entry-footer">
86                            <span class="post-footers">Posted by  on April 15, 2004  7:37 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000158.html">Permalink</a>
87                         </p>
88                      </div>
89
90                      
91
92                      
93                   </div>
94                </div>
95             </div>
96          </div>
97       </div>
98    </div>
99 </body>
100 </html>