Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000245.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: Code complete for cmconfig.vbs</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/000246.html" title="Env var problems" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000247.html" title="Populate users" />
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/000246.html">&laquo; Env var problems</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000247.html">Populate users &raquo;</a>
44                      </p>
45
46                      <a id="a000245"></a>
47                      <div class="entry" id="entry-245">
48                         <h3 class="entry-header">Code complete for cmconfig.vbs</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>Working mainly on cmconfig.vbs. Solution for the env problem was to set both the user environment and the process environment then call cmverfiy.cmd from cmconfig.vbs. The code now does the folowing:</p>
52
53 <ol>
54   <li>Configure Clearquest using installutil</li>
55
56   <li>Verify connection to Clearquest</li>
57
58   <li>Connect to the TOOLS database and verify that the user exists there</li>
59
60   <li>Verify the user is in the proper Clearcase Active Directory group</li>
61
62   <li>Set CLEARCASE_PRIMARY_GROUP and CLEARCASE_GROUPS properly for the user based on the users TOOLS record</li>
63
64   <li>Set the Clearcase region as per the user's TOOLS record</li>
65
66   <li>Configure user's Clearquest email settings</li>
67
68   <li>Add registry entry to execute PMO-CM.cmd</li>
69
70   <li>Add registry entry indicating the version of this script that was used</li>
71
72   <li>Update the following fields in the user's record in the TOOLS database:
73
74   <ul>
75      <li>machineName (set to hostname if machineName was blank or set to "My Computer" or "Unknown")</li>
76
77     <li>machineName2 (set to hostname if machineName was NOT blank or set to "My Computer" or "Unknown")</li>
78
79     <li>idAddedtoCC (if #4 succeeds)</li>
80
81     <li>isDeployed (if no other errors occur)</li>
82
83     <li>isAddedtoCQ (if #3 succeeds)</li>
84   </ul>
85
86   <li>Runs cmverify to verify that all is OK</li>
87 </ul>
88                            </div>
89                            <div id="more" class="entry-more">
90                               
91                            </div>
92                         </div>
93                         <p class="entry-footer">
94                            <span class="post-footers">Posted by  on September 14, 2004  6:01 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000245.html">Permalink</a>
95                         </p>
96                      </div>
97
98                      
99
100                      
101                   </div>
102                </div>
103             </div>
104          </div>
105       </div>
106    </div>
107 </body>
108 </html>