Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / cat_general_dynamics.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: General Dynamics Archives</title>
13 </head>
14 <body class="layout-one-column">
15    <div id="container">
16       <div id="container-inner" class="pkg">
17
18          <div id="banner">
19             <div id="banner-inner" class="pkg">
20                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
21                <h2 id="banner-description">Searchable status reports and work log</h2>
22             </div>
23          </div>
24
25          <div id="pagebody">
26             <div id="pagebody-inner" class="pkg">
27                <div id="alpha">
28                   <div id="alpha-inner" class="pkg">
29                      
30                      <p class="content-nav">
31                         <a href="http://defaria.com/blogs/Status/">Main</a>
32                      </p>
33                      
34                      
35                      <!--
36 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
37          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
38          xmlns:dc="http://purl.org/dc/elements/1.1/">
39 <rdf:Description
40     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000709"
41     trackback:ping="http://defaria.com/mt/mt-tb.cgi/93"
42     dc:title="CPAN Bundles and PREFIX"
43     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000709"
44     dc:subject="General Dynamics"
45     dc:description="One can maintain a list of CPAN Perl modules that they wanted installed by using Bundles. Then you can use cpan(1) to install them and use PREFIX to install them to an alternate location, like a vob, so that they..."
46     dc:creator=""
47     dc:date="2009-04-20T15:58:40-06:00" />
48 </rdf:RDF>
49 -->
50
51
52                      <h2 class="date-header">April 20, 2009</h2>
53                      <a id="a000709"></a>
54                      <div class="entry" id="entry-709">
55                         <h3 class="entry-header">CPAN Bundles and PREFIX</h3>
56                         <div class="entry-content">
57                            <div class="entry-body">
58                               <p>One can maintain a list of CPAN Perl modules that they wanted installed by using <a href="http://search.cpan.org/dist/CPAN/lib/CPAN.pm#Bundles">Bundles</a>. Then you can use <a href="http://www.manpagez.com/man/1/cpan/">cpan(1)</a> to install them and use <a href="http://www.perlmonks.org/?node_id=398722">PREFIX</a> to install them to an alternate location, like a vob, so that they can be more easily shared.</p>
59
60 <p>Here's an example of a bundle:</p>
61
62 <div class=code><pre>
63 package Bundle::MyBundle;
64 use strict;
65 use vars qw($VERSION);
66 $VERSION = '1.000'; # use 3 digits to minimize confusion with the
67                     # other CPAN.pm
68
69 1;
70
71 __END__
72
73 =head1 NAME
74
75 Bundle::MyBundle - Bundle of CPAN modules that I  use
76
77 =head1 SYNOPSIS
78
79  perl -MCPAN -e 'install Bundle::MyBundle'
80
81 =head1 CONTENTS
82
83 Algorithm::Diff
84 Algorithm::Permute
85 AppConfig
86 Archive::Any
87 ...
88 </pre></div>
89                               
90                               <p class="entry-footer">
91                                  <span class="post-footers">Posted by  at  3:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000709.html">Permalink</a>
92                                  
93                                  | <a href="http://defaria.com/blogs/Status/archives/000709.html#trackback">TrackBacks (0)</a>
94                               </p>
95                            </div>
96                         </div>
97                      </div>
98                      
99                      <!--
100 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
101          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
102          xmlns:dc="http://purl.org/dc/elements/1.1/">
103 <rdf:Description
104     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000705"
105     trackback:ping="http://defaria.com/mt/mt-tb.cgi/92"
106     dc:title="Pre-shared ssh keys"
107     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000705"
108     dc:subject="General Dynamics"
109     dc:description="Issue Gantry mentioned that we are still having issues with pre-shared key access to various systems using pswit as the log in. This email will serve to document how pre-share key access works, how we are using it here and..."
110     dc:creator=""
111     dc:date="2008-07-30T17:25:01-06:00" />
112 </rdf:RDF>
113 -->
114
115
116                      <h2 class="date-header">July 30, 2008</h2>
117                      <a id="a000705"></a>
118                      <div class="entry" id="entry-705">
119                         <h3 class="entry-header">Pre-shared ssh keys</h3>
120                         <div class="entry-content">
121                            <div class="entry-body">
122                               <h3>Issue</h3>
123
124 <p>Gantry mentioned that we are still having issues with pre-shared key access to various systems using pswit as the log in. This email will serve to document how pre-share key access works, how we are using it here and how the process is breaking down. We could attempt to script it but there are challenges and issues with that, specifically the
125 gathering of ssh keys requires root access. Or we could simply learn how it works and follow a process, which I'll suggest.</p>
126
127 <h3>How pre-shared ssh access works</h3>
128
129 <p>In order to ssh to another machine as another user (or any user including yourself) using a pre-shared key you eed have a key to share. Therefore you need to generate an ssh key. We tend to use DSA keys as they are stronger. The process of generating an ssh key will not be discussed here but if you have one then in your home directory you'll have a file name id_dsa.pub under your .ssh directory.</p>
130
131 <p>The contents of this file needs to be placed into the "receiving" user's ~/.ssh/authorized_keys file. The act of doing this specifically states "I know &lt;x&gt; and I will allow him to ssh into this machine as me". So if I (p6258c) want to ssh to seast1 as pswit I need to get my DSA key (~p6258c/.ssh/id_dsa.pub) into pswit's authorized_keys file (~pswit/.ssh/authorized_keys).</p>
132
133 <h3>NIS domain/Windows considerations</h3>
134
135 <p>An additional complication here is that pswit in the RAN NIS domain != pswit in the RANTEST NIS domain. So If I wanted to be able to ssh as pswit to ranray I'd need to <b>also</b> get my DSA key (generated on the RAN NIS domain) into ~pswit/.ssh/authorized_keys. remember pswit's home directory on ranray != pswit's home directory on seast1. Both entities (the pswit user ID in RAN and the pswit user ID in RANTEST) are distinct and different users.</p>
136
137 <p>A further complication is that pswit on the 11 Windows machines are all local users to those Windows machines. The Windows machines are in the set (rantm50[1..7], sim[1..4]).</p>
138
139 <h3>Gathering ssh keys and building a combined authorzied_keys file</h3>
140
141 <p>So we need to collect ssh keys from multiple users, in multiple Unix NIS domains to multiple machines. In the past what I did was to gather all of the ssh keys for the users on the RAN side into an authorized_keys file named ran and then gathered all of the ssh keys for the users on the RANTEST side in an authorized_keys file named east. Normally an ssh key would say "&lt;user&gt;@&lt;machine&gt;" where &lt;machine&gt; is the machine which ssh-keygen was run. To avoid confusion I changed the comment at the end of each key to say "&lt;user&gt;@ran" or "&lt;user&gt;@east" in the respective files. Then I would concatenate the two files, ran and east, to one authorized keys file. This file was then checked into Clearcase under rantest_auto/config.</p>
142
143 <h3>Dissemination</h3>
144
145 <p>Since the home directory for pswit is always the same home directory for all machines in the RAN domain, and since the same is true in the RANTEST domain, we need only set authorized_keys twice, once in RAN and once in RANTEST, for the Unix side. However we need to also disseminate keys to 11 Windows boxes. Here's, effectively, how I do that.</p>
146
147 <div class="code">
148 <pre>$ machines="\
149 &gt;  ranray\
150 &gt;  seast1\
151 &gt;  rantm501\
152 &gt;  rantm502\
153 &gt;  rantm503\
154 &gt;  rantm504\
155 &gt;  rantm505\
156 &gt;  rantm506\
157 &gt;  rantm507\
158 &gt;  sim1\
159 &gt;  sim2\
160 &gt;  sim3\
161 &gt;  sim4\
162 &gt; "
163
164 $for machine in $machines; do
165   scp -q authorized_keys <a class="moz-txt-link-abbreviated" href="mailto:pswit@$machine:.ssh">pswit@$machine:.ssh</a>
166 done
167 </pre>
168 </div>
169
170 <p>This disseminates the authorized_keys file to all the appropriate machines.</p>
171
172 <h3>Current state</h3>
173
174 <p>Currently, gathering up all authorized_keys files in a reverse fashion to the above, we have:</p>
175
176 <table align="center" border="1" cellpadding="2" cellspacing="0"
177  width="75%">
178   <tbody>
179     <tr>
180       <th bgcolor="teal" valign="top"><font color="#ffffff">Region/Machine<br>
181       </font></th>
182       <th bgcolor="teal" valign="top"><font color="#ffffff"># of Entries<br>
183       </font></th>
184       <th bgcolor="teal" valign="top"><font color="#ffffff">Comments<br>
185       </font></th>
186     </tr>
187     <tr>
188       <td align="center" valign="top">master<br>
189       </td>
190       <td align="center" valign="top">92<br>
191       </td>
192       <td valign="top">Master authorized_keys file from Clearcase<br>
193       </td>
194     </tr>
195     <tr>
196       <td align="center" valign="top">ran<br>
197       </td>
198       <td align="center" valign="top">95<br>
199       </td>
200       <td valign="top">authorized_keys file from RAN<br>
201       </td>
202     </tr>
203     <tr>
204       <td align="center" valign="top">rantm501<br>
205       </td>
206       <td align="center" valign="top">92<br>
207       </td>
208       <td valign="top"><br>
209       </td>
210     </tr>
211     <tr>
212       <td align="center" valign="top">rantm502</td>
213       <td align="center" valign="top">92</td>
214       <td valign="top"><br>
215       </td>
216     </tr>
217     <tr>
218       <td align="center" valign="top">rantm503</td>
219       <td align="center" valign="top">92</td>
220       <td valign="top"><br>
221       </td>
222     </tr>
223     <tr>
224       <td align="center" valign="top">rantm504</td>
225       <td align="center" valign="top">92</td>
226       <td valign="top"><br>
227       </td>
228     </tr>
229     <tr>
230       <td align="center" valign="top">rantm505</td>
231       <td align="center" valign="top">92</td>
232       <td valign="top"><br>
233       </td>
234     </tr>
235     <tr>
236       <td align="center" valign="top">rantm506</td>
237       <td align="center" valign="top">92</td>
238       <td valign="top"><br>
239       </td>
240     </tr>
241     <tr>
242       <td align="center" valign="top">rantm507</td>
243       <td align="center" valign="top">92</td>
244       <td valign="top"><br>
245       </td>
246     </tr>
247     <tr>
248       <td align="center" valign="top">seast1<br>
249       </td>
250       <td align="center" valign="top">97</td>
251       <td valign="top">authorized_keys file from RANTEST<br>
252       </td>
253     </tr>
254     <tr>
255       <td align="center" valign="top">sim1<br>
256       </td>
257       <td align="center" valign="top">93<br>
258       </td>
259       <td valign="top"><br>
260       </td>
261     </tr>
262     <tr>
263       <td align="center" valign="top">sim2<br>
264       </td>
265       <td align="center" valign="top">92<br>
266       </td>
267       <td valign="top"><br>
268       </td>
269     </tr>
270     <tr>
271       <td align="center" valign="top">sim3<br>
272       </td>
273       <td align="center" valign="top">92<br>
274       </td>
275       <td valign="top"><br>
276       </td>
277     </tr>
278     <tr>
279       <td align="center" valign="top">sim4<br>
280       </td>
281       <td align="center" valign="top">92<br>
282       </td>
283       <td valign="top"><br>
284       </td>
285     </tr>
286   </tbody>
287 </table>
288
289 <p>The way to have pre-shared ssh key access working the best is for each Region/Machine to have the same amount of entries (actually the exact same authorized_keys file). But we can see that people are indiscriminately changing the authorized_keys file only in certain places causing confusion and causing the process to break down.</p>
290
291 <h3>Suggested process</h3>
292
293 <p>When somebody reports that they are having a problem with ssh access using a pre-shared key to become pswit on another machine they should submit a help desk ticket. The way to resolve the help desk ticket is to:</p>
294
295 <ol>
296   <li>Generate this user's DSA ssh key (if required) on both the RAN
297 and the RANTEST NIS domains</li>
298   <li>Change the host name associated with the key to "ran" or "east"
299 as appropriate</li>
300   <li>Open a WOR in the RANTEST_Auto project and create a view</li>
301   <li>Checkout the rantest_tools/config/authorized_keys file and edit
302 it appending the two DSA ssh keys</li>
303   <li>Checkin and deliver the WOR</li>
304   <li>Either execute the above code to disseminate the new
305 authorized_keys file or perhaps we could write a simple script to do it.<br>
306   </li>
307 </ol>
308
309 <p>Comments?</p>
310                               
311                               <p class="entry-footer">
312                                  <span class="post-footers">Posted by  at  5:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000705.html">Permalink</a>
313                                  
314                                  | <a href="http://defaria.com/blogs/Status/archives/000705.html#trackback">TrackBacks (0)</a>
315                               </p>
316                            </div>
317                         </div>
318                      </div>
319                      
320                      <!--
321 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
322          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
323          xmlns:dc="http://purl.org/dc/elements/1.1/">
324 <rdf:Description
325     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000704"
326     trackback:ping="http://defaria.com/mt/mt-tb.cgi/91"
327     dc:title="RantestDB"
328     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000704"
329     dc:subject="General Dynamics"
330     dc:description=" Implemented new rantest database Changed RantestDB.pm to deal with new rantest database. Created many more methods to handle internal database structure as well as 3 log type methods: logSuiterun, logTestrun and logSteprun Change rantest to use new RantestDB methods..."
331     dc:creator=""
332     dc:date="2008-05-07T11:33:39-06:00" />
333 </rdf:RDF>
334 -->
335
336
337                      <h2 class="date-header">May  7, 2008</h2>
338                      <a id="a000704"></a>
339                      <div class="entry" id="entry-704">
340                         <h3 class="entry-header">RantestDB</h3>
341                         <div class="entry-content">
342                            <div class="entry-body">
343                               <ul>
344   <li>Implemented new rantest database</li>
345
346   <li>Changed RantestDB.pm to deal with new rantest database. Created many more methods to handle internal database structure as well as 3 log type methods: logSuiterun, logTestrun and logSteprun</li>
347
348   <li>Change rantest to use new RantestDB methods</li>
349
350   <li>Made new script, rrun, in order to run an arbitrary command remotely and get it's true status and output</li>
351
352   <li>Documented domsh on Wiki</li>
353
354   <li>Working getting cppemu on rancpp10</li>
355 </ul>
356                               
357                               <p class="entry-footer">
358                                  <span class="post-footers">Posted by  at 11:33 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000704.html">Permalink</a>
359                                  
360                                  | <a href="http://defaria.com/blogs/Status/archives/000704.html#trackback">TrackBacks (0)</a>
361                               </p>
362                            </div>
363                         </div>
364                      </div>
365                      
366                      <!--
367 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
368          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
369          xmlns:dc="http://purl.org/dc/elements/1.1/">
370 <rdf:Description
371     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000703"
372     trackback:ping="http://defaria.com/mt/mt-tb.cgi/90"
373     dc:title="Rantest 0.9.2"
374     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000703"
375     dc:subject="General Dynamics"
376     dc:description=" Announces itself if -verbose is on. Fixed to not include test options in the logfile name if specified. Now sets exit code to the number of failed test cases. Changed to run properly under cron. Now renames logfile tars..."
377     dc:creator=""
378     dc:date="2008-04-02T16:49:10-06:00" />
379 </rdf:RDF>
380 -->
381
382
383                      <h2 class="date-header">April  2, 2008</h2>
384                      <a id="a000703"></a>
385                      <div class="entry" id="entry-703">
386                         <h3 class="entry-header">Rantest 0.9.2</h3>
387                         <div class="entry-content">
388                            <div class="entry-body">
389                               <ul>
390   <li>Announces itself if -verbose is on.</li>
391
392   <li>Fixed to not include test options in the logfile name if specified.</li>
393
394   <li>Now sets exit code to the number of failed test cases.</li>
395
396   <li>Changed to run properly under cron.</li>
397
398   <li>Now renames logfile tars so as not to overwrite them. Instead it tacks on the file's time stamp.</li>
399
400   <li>Supports -script, an arbitrary script to do post test case analysis.</li>
401
402   <li>Implemented hack to get around non-standard asynchronous output from start_east_auto.</li>
403
404   <li>Changed to reset certain options stored in the East object when running tests repeatedly as such options should be re-evaluated for each new test run.</li>
405
406   <li>Defaulting testbed option to "$type$unit".</li>
407
408   <li>Fixed order of options as per Ross' request.</li>
409
410   <li>Implemented rendezvous more fully.</li>
411
412   <li>Implemented internal functions for _checkOutElement, _checkInElement, _makeTar to ease coding of saveLogFiles method.</li>
413
414   <li>saveLogFiles now creates and saves EASTLogs.tgz as well as properly handles TM500Logs.tgz and NMSLogs.tgz. Note that EASTLogs.tgz is a new file name (has been pluralized) and is now created at the "logs/" level.</li>
415 </ul>
416                               
417                               <p class="entry-footer">
418                                  <span class="post-footers">Posted by  at  4:49 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000703.html">Permalink</a>
419                                  
420                                  | <a href="http://defaria.com/blogs/Status/archives/000703.html#trackback">TrackBacks (0)</a>
421                               </p>
422                            </div>
423                         </div>
424                      </div>
425                      
426                      <!--
427 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
428          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
429          xmlns:dc="http://purl.org/dc/elements/1.1/">
430 <rdf:Description
431     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000702"
432     trackback:ping="http://defaria.com/mt/mt-tb.cgi/89"
433     dc:title="Migrating colocated views from 6.0 -&gt; 7.0"
434     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000702"
435     dc:subject="General Dynamics"
436     dc:description="I performed a test of my snapshot view p6258c_SIMCQ00000392_intview. This view is a colocated view and exists in my home directory (~p6258c). Clearcase administration of the registry can be tricky - you need to get several things correct before it..."
437     dc:creator=""
438     dc:date="2008-03-28T15:44:47-06:00" />
439 </rdf:RDF>
440 -->
441
442
443                      <h2 class="date-header">March 28, 2008</h2>
444                      <a id="a000702"></a>
445                      <div class="entry" id="entry-702">
446                         <h3 class="entry-header">Migrating colocated views from 6.0 -> 7.0</h3>
447                         <div class="entry-content">
448                            <div class="entry-body">
449                               <p>I performed a test of my snapshot view p6258c_SIMCQ00000392_intview.
450 This view is a colocated view and exists in my home directory
451 (~p6258c). Clearcase administration of the registry can be tricky - you
452 need to get several things correct before it will work.</p>
453
454 <p>Here's what the view looks like:</p>
455
456 <div class=code><pre>
457 $ ct lsview -l -full -properties
458 p6258c_SIMCQ00000392_intview 
459   Tag: p6258c_SIMCQ00000392_intview
460    Global path: <b>/net/cclinux/export/home/p6258c/p6258c_SIMCQ00000392_intview/.view.stg</b>
461    Server host: <b>seast1</b>
462    Region: cclinux
463    Active: NO
464    View tag uuid:90c8b0d3.d9c311dc.92fe.00:09:3d:14:f4:70
465   View on host: <b>seast1</b>
466   View server access path: <b>/home/p6258c/p6258c_SIMCQ00000392_intview/.view.stg</b>
467   View uuid: 90c8b0d3.d9c311dc.92fe.00:09:3d:14:f4:70
468   View attributes: snapshot,ucmview
469   View owner: rantest/p6258c
470
471   Created 2008-02-12T16:31:00-07 by p6258c.cclinux@ranlin04
472   Last modified 2008-03-28T13:53:02-07 by p6258c.cclinux@raneast
473   Last accessed 2008-03-28T13:53:02-07 by p6258c.cclinux@raneast
474   Last read of private data 2008-03-28T13:53:02-07 by
475 p6258c.cclinux@raneast
476   Last config spec update 2008-03-28T13:22:18-07 by
477 p6258c.cclinux@raneast
478   Last view private object update 2008-03-28T13:53:02-07 by
479 p6258c.cclinux@raneastText mode: unix
480   Properties: snapshot ucmview readwrite
481   Owner: rantest/p6258c : rwx (all)
482   Group: rantest/cclinux : r-x (read)
483   Other: : r-x (read)
484   Additional groups: rantest/east
485 </pre></div>
486
487 <p>Here's what I did</p>
488
489 <ul>
490   <li>cd'ed into this snapshot view
491 ~p6258c/p6258c_SIMCQ00000392_intview/vobs/simdev/bin</li>
492
493   <li>Checked out a script named east.</li>
494
495   <li>cd'ed out of the snapshot view to my home directory.</li>
496 </ul>
497
498 <p>We now have a colocated snapshot view created on CC 6.0 and hosted by
499 seast1. The storage (my home directory) oddly enough is served by
500 cclinux...</p>
501
502 <ul>
503   <li>Moved the view database over to cclinux under it's gdviews
504 partition:
505
506 <div class=code><pre>
507 <font color="#ff6600"><b>Cclinux:</b></font><u>mv /home/p6258c/p6258c_SIMCQ00000392_intview/.view.stg \</u>
508 &gt; <u>/gdviews/p6258c/p6258c_SIMCQ00000392_intview.vws</u>
509 </pre></div>
510
511   <b>Note:</b>
512     <ul>
513       <li>In the above command we also renamed .view.stg -&gt;
514 &lt;viewname&gt;.vws.</li>
515       <li>We did a mv instead of cp. I suspect that if you are in the
516 snapshot view storage area and you perform a Clearcase operation,
517 cleartool will notice the .view.stg directory at the snapshot view's
518 root and not bother to attempt to contact the registry server to find
519 out where the view database is. Instead it just says "Well the view
520 database is right here". This would allow a disconnected, but colocated
521 snapshot view to be able to perform Clearcase operations while
522 disconnected.</li>
523     </ul>
524   </li>
525
526   <li>Reregistered the view:
527
528 <div class=code><pre>
529 <font color="#ff6600"><b>Cclinux:</b></font><u>ct register -view -replace -host cclinux \</u>
530 &gt; <u>-hpath /gdviews/p6258c/p6258c_SIMCQ00000392.vws \</u>
531 &gt; <u>/net/cclinux/gdviews/p6258c/p6258c_SIMCQ00000392.vws</u>
532 </pre></div>
533
534     <b>Note:</b>
535
536     <ul>
537       <li>The -host changed from seast1 -&gt; cclinux</li>
538
539       <li>The -hpath changed to be relative to /gdviews (where we moved
540 the .view.stg)</li>
541   </ul>
542
543   <li>Retaged the view:</li>
544
545 <div class=code><pre>
546 <font color="#ff6600"><b>Cclinux:</b></font><u>ct mktag -replace -view -tag p6258c_SIMCQ00000392_intview \</u>
547 &gt; <u>-host cclinux \</u>
548 &gt; <u>-gpath /net/cclinux/gdviews/p6258c/p6258c_SIMCQ00000392_intview.vws \</u>
549 &gt; </tt><u>/net/cclinux/gdviews/p6258c/p6258c_SIMCQ00000392_intview.vws</u>
550 </pre></div>
551     <b>Note:</b>
552   <ul>
553     <li>Again the -host changed from seast1 -&gt; cclinux</li>
554     <li>The -gpath changed to a global path to /gdviews<br>
555       <br>
556     </li>
557   </ul>
558   <li>Stop the view server:</li>
559
560 <div class=code><pre>
561 <font color="#ff6600"><b>Cclinux:</b></font><u>ct endview -server p6258c_SIMCQ00000392_intview</u>
562 </pre></div>
563   </li>
564
565   <li>Set the config spec to current since the compiled config spec
566 still thinks it's on the old server. Note this will involve a ct update
567 too. Also, we need to cd to the snapshot view storage area:</li>
568
569 <div class=code><pre>
570 <font color="#ff6600"><b>Cclinux:</b></font><u>cd ~/p6258c_SIMCQ00000392_intview</u>
571 <font color="#ff6600"><b>Cclinux:</b></font><u>ct setcs -current &gt; /dev/null 2&gt;&amp;1</u>
572 </ul>
573
574 <p>Now we have the following view:</p>
575
576 <div class=code><pre>
577 $ ct lsview -l -full -properties p6258c_SIMCQ00000392_intview
578   Tag: p6258c_SIMCQ00000392_intview
579    Global path: <b>/net/cclinux/gdviews/p6258c/p6258c_SIMCQ00000392_intview.vws</b>
580    Server host: <b>cclinux</b>
581    Region: cclinux
582    Active: NO
583    View tag uuid:90c8b0d3.d9c311dc.92fe.00:09:3d:14:f4:70
584   View on host: <b>cclinux</b>
585   View server access path:
586 /gdviews/p6258c/p6258c_SIMCQ00000392_intview.vws
587   View uuid: 90c8b0d3.d9c311dc.92fe.00:09:3d:14:f4:70
588   View attributes: snapshot,ucmview
589   View owner: rantest/p6258c
590
591   Created 2008-02-12T16:31:00-07 by p6258c.cclinux@ranlin04
592   Last modified 2008-03-28T14:32:44-07 by p6258c.cclinux@ranlin04
593   Last accessed 2008-03-28T14:32:44-07 by p6258c.cclinux@ranlin04
594   Last read of private data 2008-03-28T14:32:44-07 by
595 p6258c.cclinux@ranlin04
596   Last config spec update 2008-03-28T14:32:42-07 by
597 p6258c.cclinux@ranlin04
598   Last view private object update 2008-03-28T14:32:44-07 by
599 p6258c.cclinux@ranlin04
600   Text mode: unix
601   Properties: snapshot ucmview readwrite
602   Owner: rantest/p6258c : rwx (all)
603   Group: rantest/cclinux : r-x (read)
604   Other: : r-x (read)
605   Additional groups: rantest/east<br>
606
607 </pre></div>
608
609 <p>Which is clearly on cclinux now.</p>
610
611 <p>Further, we can see that east is still checked out, we can modify it and even unco thus showing that our newly relocated snapshot view on cclinux works, from seast1, like it did before:</p>
612
613 <div class=code><pre>
614 <font color="#3333ff"><b>[p6258c@seast1 p6258c]$</b></font> <u>cd p6258c_SIMCQ00000392_intview/vobs/simdev/bin</u>
615 <b><font color="#3333ff">[p6258c@seast1 bin]$</font></b> <u>ct ls east</u>
616   east@@/main/simdev_integration/east_scripts_build1_integration/CHECKEDOUT from
617 /main/simdev_integration/east_scripts_build1_integration/0               Rule: CHECKEDOUT
618   <b><font color="#3333ff">[p6258c@seast1 bin]$</font></b> <u>echo "A change" &gt;&gt; east</u>
619   <b><font color="#3333ff">[p6258c@seast1 bin]$</font></b> <u>ct unco east</u>
620   Save private copy of "east"?  [yes]
621   Private version of "east" saved in "east.keep".
622   Loading "vobs/simdev/bin/east" (353 bytes).
623   ClearTrigger removing empty branch
624 "/home/p6258c/p6258c_SIMCQ00000392_intview/vobs/simdev/bin/east@@/main/simdev_integration/east_scripts_build1_integration"...Updating
625 web view with
626 (/home/p6258c/p6258c_SIMCQ00000392_intview/vobs/simdev/bin/east)...
627   Loading "vobs/simdev/bin/east" (353 bytes).
628   Done loading "/vobs/simdev/bin/east" (1 objects, copied 0 KB).
629   Checkout cancelled for "east".
630   <b><font color="#3333ff">[p6258c@seast1 bin]$</font></b>
631 </pre></div>
632
633 <p>It would not be that difficult to cook up a script to migrate all snapshot views...</p>
634                               
635                               <p class="entry-footer">
636                                  <span class="post-footers">Posted by  at  3:44 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000702.html">Permalink</a>
637                                  
638                                  | <a href="http://defaria.com/blogs/Status/archives/000702.html#trackback">TrackBacks (0)</a>
639                               </p>
640                            </div>
641                         </div>
642                      </div>
643                      
644                      <!--
645 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
646          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
647          xmlns:dc="http://purl.org/dc/elements/1.1/">
648 <rdf:Description
649     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000701"
650     trackback:ping="http://defaria.com/mt/mt-tb.cgi/88"
651     dc:title="EAST Automation"
652     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000701"
653     dc:subject="General Dynamics"
654     dc:description="What&apos;s been done The EAST test automation tool rantest currently can run properly formated EAST tests. By properly formated we mean that they 1) run to completion and 2) report a status in their log file. Logfile collection for EAST..."
655     dc:creator=""
656     dc:date="2008-03-27T10:30:05-06:00" />
657 </rdf:RDF>
658 -->
659
660
661                      <h2 class="date-header">March 27, 2008</h2>
662                      <a id="a000701"></a>
663                      <div class="entry" id="entry-701">
664                         <h3 class="entry-header">EAST Automation</h3>
665                         <div class="entry-content">
666                            <div class="entry-body">
667                               <h3>What's been done</h3>
668
669 <ul>
670   <li>The EAST test automation tool rantest currently can run <i>properly
671 formated</i> EAST tests. By <i>properly formated</i> we mean that they
672 1) run to completion and 2) report a status in their log file.</li>
673
674   <li>Logfile collection for EAST tests is performed and a tar file,
675 EASTLogs.tgz, is created and if run for record (-rfr) specified that
676 log file will be checked in (coded but untested - see below).</li>
677
678   <li>Many tests can be run in succession using the -file option and
679 specifying multiple tests in the file (See <a
680  href="http://ranweb/dokuwiki/doku.php?id=ran:rantest">rantest</a> wiki
681 page).</li>
682
683   <li>A rudimentary conditional test execution facility exists. For
684 example, testers can name tests then refer to them in a subsequent test
685 with an "if" statement so as to say "run this test if &lt;named
686 test&gt; passed (See <a
687  href="http://ranweb/dokuwiki/doku.php?id=ran:rantest">rantest</a> wiki
688 page).</li>
689
690   <li>A facility for running test in the background has been
691 implemented as some EAST test script must run in the background while
692 other tests run simultaneously.</li>
693
694   <li>A crude rendezvous system has been implemented such that rantest
695 will poll the logfile looking for a rendezvous string that will
696 indicate to rantest that the backgrounded test has reached a certain
697 point and it's OK to proceed with other tests.</li>
698
699   <li>Logging of what rantest does has been implemented.</li>
700
701   <li>A crude -script test option has been implemented that allows
702 rantest to "farm out" the verification of a test for tests that
703 require more complex verification. Any script can be coded. The only
704 requirement is that it reports success or failure through it's exit
705 status.</li>
706
707   <li>Worked on learning moshell as some verifications require
708 moshell.</li>
709
710   <li>Implemented a simple case of verifying that a cell is set up (a
711 manual verification step for Sim Cell Setup of preSWIT).</li>
712
713   <li>Ngan has created test profiles and Ross Wilson says that we are
714 going to run these test profiles through rantest this afternoon.</li>
715
716   <li>Documented most of <a
717  href="http://ranweb/dokuwiki/doku.php?id=ran:rantest">rantest</a>'s
718 usage on the wiki.</li>
719
720   <li>Ross and Gantry have created Perl scripts and TPL's such that an
721 EAST test can drive a TM500. While rantest can run such tests it needs
722 to be taught how to gather the TM500 log files produced.</li>
723 </ul>
724
725 <h3>What we're impeded on</h3>
726
727 <ul>
728   <li>I believe many of the SWIT tests are not currently properly
729 formatted. Such tests will need to be altered before they can be truly
730 automated through rantest</li>
731
732   <li>WRT preSWIT testing, I need Leslie to modify her tests to
733 properly write rendezvous strings in SIM Cell Setup so that rendezvous
734 can work and sanity/preSWIT testing can proceed.</li>
735
736   <li>Gather tests from Ngan (and others) </li>
737
738   <li>We often don't have time on the various RNC's/etc. to perform
739 testing. Some tests, i.e. SIM Cell Setup, are interruptive of other
740 EAST engineer's work.</li>
741
742   <li>Moshell is crude, picky and buggy and... not supported by Ericson!</li>
743 </ul>
744
745 <h3>What's next</h3>
746
747 <ul>
748   <li>Create run for record view and test out -rfr checkin
749 functionality.</li>
750
751   <li>Get EAST/TM500 test to work (currently failing) so as to
752 check/modify TM500 logfile creation</li>
753
754   <li>Get EAST/NMS test to work (currently non-existant?) so as to
755 check/modify NMS logfile creation.</li>
756
757   <li>Implement XML parsing to determine whether or not we have TM500
758 logs or NMS logs to collect. Either that or get Gantry to change the
759 format of the message indicating where the logfile is to include what
760 type of logfile it is.</li>
761
762   <li>Once Leslie modifies tests for rendezvous, attempt sanity again
763 and add in the -script "IsCellUp &lt;machine&gt; &lt;cell&gt;"
764 verification.</li>
765
766   <li>Bob wants us to write a simple and a complex example of test
767 verification. Based on Doug Elder's <i>How to Analyze rnc</i>
768 document, implement it's verification steps which get progressively
769 more complex. The IsCellUp script can also serve as an example
770 verification script.</li>
771 </ul>
772
773                               
774                               <p class="entry-footer">
775                                  <span class="post-footers">Posted by  at 10:30 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000701.html">Permalink</a>
776                                  
777                                  | <a href="http://defaria.com/blogs/Status/archives/000701.html#trackback">TrackBacks (0)</a>
778                               </p>
779                            </div>
780                         </div>
781                      </div>
782                      
783                      <!--
784 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
785          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
786          xmlns:dc="http://purl.org/dc/elements/1.1/">
787 <rdf:Description
788     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000700"
789     trackback:ping="http://defaria.com/mt/mt-tb.cgi/87"
790     dc:title="Sharable vs Non-sharable derived objects"
791     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000700"
792     dc:subject="General Dynamics"
793     dc:description=" Resolved Helpdesk ticket involving non-sharable derived objects..."
794     dc:creator=""
795     dc:date="2008-03-17T15:40:07-06:00" />
796 </rdf:RDF>
797 -->
798
799
800                      <h2 class="date-header">March 17, 2008</h2>
801                      <a id="a000700"></a>
802                      <div class="entry" id="entry-700">
803                         <h3 class="entry-header">Sharable vs Non-sharable derived objects</h3>
804                         <div class="entry-content">
805                            <div class="entry-body">
806                               <ul>
807   <li>Resolved Helpdesk ticket involving non-sharable derived objects</li>
808 </ul>
809                               
810                               <p class="entry-more-link">
811                                  <a href="http://defaria.com/blogs/Status/archives/000700.html#more">Continue reading "Sharable vs Non-sharable derived objects" &raquo;</a>
812                               </p>
813                               
814                               <p class="entry-footer">
815                                  <span class="post-footers">Posted by  at  3:40 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000700.html">Permalink</a>
816                                  
817                                  | <a href="http://defaria.com/blogs/Status/archives/000700.html#trackback">TrackBacks (0)</a>
818                               </p>
819                            </div>
820                         </div>
821                      </div>
822                      
823                      <!--
824 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
825          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
826          xmlns:dc="http://purl.org/dc/elements/1.1/">
827 <rdf:Description
828     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000699"
829     trackback:ping="http://defaria.com/mt/mt-tb.cgi/86"
830     dc:title="Santity Progress"
831     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000699"
832     dc:subject="General Dynamics"
833     dc:description=" Spoke with Tom regarding making a rantools, or perhaps ran_swit_tools and ran_preswit_tools vob. Tom got the helpdesk ticket from Chris English regarding making a preswit vob. I added on the swit vob and discussed with Tom how to best..."
834     dc:creator=""
835     dc:date="2008-03-05T11:33:58-06:00" />
836 </rdf:RDF>
837 -->
838
839
840                      <h2 class="date-header">March  5, 2008</h2>
841                      <a id="a000699"></a>
842                      <div class="entry" id="entry-699">
843                         <h3 class="entry-header">Santity Progress</h3>
844                         <div class="entry-content">
845                            <div class="entry-body">
846                               <ul>
847   <li>Spoke with Tom regarding making a rantools, or perhaps ran_swit_tools and ran_preswit_tools vob. Tom got the helpdesk ticket from Chris English regarding making a preswit vob. I added on the swit vob and discussed with Tom how to best do this.</li>
848
849   <li>Re-ported changes from Rexec version of easter -> non-Rexec version. Looks like we will be having a rantools vob replicated to cclinux. In any event, easter has been redesigned to run locally on seast1.</li>
850
851   <li>Figured out the problem with Rexec (and Expect for that matter). Turns out the Expect problem is the same Expect problem it always seems to be. Expecting a certain string and not seeing it. The twist is that this is indeterministic due to timing and stems from the odd way that start_auto_east operates. You see after executing start_auto_east control gets returned to you, thus you get a prompt, however background processes are also started and they write to the terminal, sometimes interrupting the prompt! This is not good. In general background processes should not be writing to the screen. I need to see if they can turn this off.</li>
852
853   <li>Learned that specifying "-run -log" will run the test but <b>not</b> turn on logging! You must do "-log -run"! In the past sometimes log files would not appear. They would appear if logging was turned on in the profile but not appear if it wasn't. IOW -log was not working because of option ordering! Fixed</li>
854
855   <li>Added rendezvous method and option to that we can run something in the background and then rendezvous with it by searching for a string in the produced logfile.</li>
856
857   <li>Learned that the logfile's presence is not immediate. IOW we start a configuration task, running it in the background, then call rendezvous in order to search the logfile for the message stating it's ready. However the logfile does not exist at this moment. So we must wait. Currently rendezvous uses timeout to wait. It does so by trying then taking 1/10 of timeout and sleeping, proceeding 10 times and then timing out. I need to include the locating of the logfile in this timeout cycle.</li>
858
859   <li>Moved stackOptions and -name, -if and -renedezvous into East.pm and process options using GetOptions. The problem was that I'm coming from a string, the test name followed by test options, and with -if and -rendezvous there's a good chance that the user wants to specify a quoted string. Yet GetOptions only works on @ARGV. So how to get a $str -> @ARGV taking into account that if you hit a quote you need to combine all tokens until the closing quote? Well that's what stackOptions does. So now this is all handled in East.pm. Additionally the test results hash needed to be passed to exec so that exec could do conditional test execution. This makes us pass two hashes and thus need to use references. All this is working now. Need to check to make sure that test results hash is updating in exec and that conditional test execution is working</li>
860
861   <li>Fixed problem in getting logfile name in that $self->{testName} was not getting set properly. Now it is and logfile names are being found</li>
862
863   <li>Still am not seeing what I'm expecting to see in the logfiles for rendezvous. Need to do testing by hand again and save the logfiles to show Leslie/Jonathan.</li>
864
865   <li>Changed to use a hash for all statistics. Added stats for skipped tests and rendezvous tests. This method is much more flexible and counters can be easily added</li>
866
867   <li>Added hack to get around Expect problems</li>
868
869   <li>Determined that messages seen in the text logfile are not already shown in the binary logfile</li>
870 </ul>
871                               
872                               <p class="entry-more-link">
873                                  <a href="http://defaria.com/blogs/Status/archives/000699.html#more">Continue reading "Santity Progress" &raquo;</a>
874                               </p>
875                               
876                               <p class="entry-footer">
877                                  <span class="post-footers">Posted by  at 11:33 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000699.html">Permalink</a>
878                                  
879                                  | <a href="http://defaria.com/blogs/Status/archives/000699.html#trackback">TrackBacks (0)</a>
880                               </p>
881                            </div>
882                         </div>
883                      </div>
884                      
885                      <!--
886 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
887          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
888          xmlns:dc="http://purl.org/dc/elements/1.1/">
889 <rdf:Description
890     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000698"
891     trackback:ping="http://defaria.com/mt/mt-tb.cgi/85"
892     dc:title="New easter options"
893     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000698"
894     dc:subject="General Dynamics"
895     dc:description=" Added source command to easter. This is the interactive equivalent of the -file option Changed history to log a -file &amp;lt;file&amp;gt; as a &quot;source &amp;lt;file&amp;gt;&quot; into the history file Changed prompt to &quot;easter&gt;&quot; Documented easter on the wiki Added..."
896     dc:creator=""
897     dc:date="2008-02-28T14:02:34-06:00" />
898 </rdf:RDF>
899 -->
900
901
902                      <h2 class="date-header">February 28, 2008</h2>
903                      <a id="a000698"></a>
904                      <div class="entry" id="entry-698">
905                         <h3 class="entry-header">New easter options</h3>
906                         <div class="entry-content">
907                            <div class="entry-body">
908                               <ul>
909   <li>Added source command to easter. This is the interactive equivalent of the -file option</li>
910
911   <li>Changed history to log a -file &lt;<em>file</em>&gt; as a "source &lt;<em>file</em>&gt;" into the history file</li>
912
913   <li>Changed prompt to <li>"easter>"</li>
914
915   <li>Documented easter on the wiki</li>
916
917   <li>Added rudimentary set/get commands to add things to the global $_optis hash. This allows the interactive user to set options like activecalls or displaylevel interactively for the during of the easter run. Note, there is no checking to insure the option if valid (i.e. set foo=bar is perfectly acceptable even though there is no "foo" option) nor is proper checking of balancing/mismatching of quotes (e.g. The results of set foo = "unbalanced or mismatched quotes' are undefined).</li>
918 </ul>
919                               
920                               <p class="entry-footer">
921                                  <span class="post-footers">Posted by  at  2:02 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000698.html">Permalink</a>
922                                  
923                                  | <a href="http://defaria.com/blogs/Status/archives/000698.html#trackback">TrackBacks (0)</a>
924                               </p>
925                            </div>
926                         </div>
927                      </div>
928                      
929                      <!--
930 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
931          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
932          xmlns:dc="http://purl.org/dc/elements/1.1/">
933 <rdf:Description
934     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000697"
935     trackback:ping="http://defaria.com/mt/mt-tb.cgi/84"
936     dc:title="For immediate release"
937     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000697"
938     dc:subject="General Dynamics"
939     dc:description="For immediate release... Recently Gantry mentioned the following problem: Error Prone Deliveries: Another problem is that Reinaldo&apos;s private files have to be merged manually. Ross, Andrew, and I are in a similar situation now where we have to take a..."
940     dc:creator=""
941     dc:date="2008-02-20T14:49:49-06:00" />
942 </rdf:RDF>
943 -->
944
945
946                      <h2 class="date-header">February 20, 2008</h2>
947                      <a id="a000697"></a>
948                      <div class="entry" id="entry-697">
949                         <h3 class="entry-header">For immediate release</h3>
950                         <div class="entry-content">
951                            <div class="entry-body">
952                               <h2>For immediate release...</h2>
953
954 <p>Recently Gantry mentioned the following problem:</p>
955
956 <blockquote type=cite>
957   <p>Error Prone Deliveries:</p>
958
959   <p>Another problem is that Reinaldo's private files have to be merged
960 manually.</p>
961
962   <p>Ross, Andrew, and I are in a similar situation now where we have to
963 take a snapshot of directories in a view over to seast1 in order to do
964 development, then remember what we changed and copy them back in and
965 deliver.</p>
966
967   <p>We have already made several mistakes. </p>
968 </blockquote>
969
970 <p>The problem here is that we have two different Clearcase registry
971 regions and subnets, code is developed in one region and run in the
972 other. Gantry proposed a solution of writing more script to maintain
973 that will essentially copy things between systems. I would like to
974 propose an alternative...</p>
975
976 <h2>Release process</h2>
977
978 <p>What if we instead had a release process such that we deliver our
979 development to the feature stream that is then automatically seen over
980 on the cclinux region? Code is developed through the WOR process on the
981 RAN and delivered to the feature stream. This stream has an official
982 view which is exported to the cclinux region where it is mounted
983 directly into place<a href="#note_1"><sup>1</sup></a>. Since all
984 processes that utilize these scripts do so through this base they are
985 all automatically and immediately updated when the view is updated.
986 Additionally code is developed cognizant of this base such that an
987 alternate base can easily be set allowing one to test the release
988 before making it official.</p>
989
990 <h2>Solution proposed</h2>
991
992 <h3>Exporting a view</h3>
993
994 <p>Clearcase has the ability to export a view/vob path from a view
995 server to any other machine. This allows you to "access Clearcase from
996 a machine which does not have Clearcase" (see ct man export_mvfs). In
997 order to do this a systems administrator adds a line to
998 /etc/exports.mvfs on the view server where the view resides using the
999 format of:</p>
1000
1001 <div class=code><pre>
1002 /view/&lt;<i>view_name</i>&gt;/vobs/&lt;<i>vobpath</i>&gt;&lt;<i>netgroup or machine</i>&gt;
1003 </pre></div>
1004
1005 <p>And executes the /opt/rational/clearcase/etc/export_mvfs -a
1006 command.  Additionally &lt;<i>view_name</i>&gt; should be started<a
1007 href="#note_2"><sup>2</sup></a>.</p>
1008
1009 <h3>Official view</h3>
1010
1011 <p>Additionally, as noted above, a view must be utilized. I suggest using
1012 what I like to call <i>official views</i> for this. An <i>official
1013 view</i> is merely a view not associated with any particular person
1014 (e.g. maybe ccadm) that serves in an official capacity. This view
1015 usually has a simple config spec such as the following:</p>
1016
1017 <div class=code><pre>
1018 element * REL_1.0 -nocheckout
1019 </pre></div>
1020
1021 <p>thereby limiting what was seen through the view as only that which is
1022 labeled with REL_1.0. The release process therefore consisted of
1023 applying the REL_1.0 label and poof! Automatically and immediately the
1024 new version was available. Updating to say a REL_1.1 release would
1025 involve then simply a ct setcs and a changing of REL_1.0 to REL_1.1.</p>
1026
1027 <p>For UCM based views, translate the above to applicable baselines...</p>
1028
1029 <h3>Importing the view</h3>
1030
1031 <p>On the client machine, importing the view is simply a mount
1032 command.  The suggestion here is to mount directly to our base,
1033 /usr/local/east:</p>
1034
1035 <div class=code><pre>
1036 $ mount view1:/views/&lt;<i>official view</i>&gt;/vobs/rantest /usr/local/east
1037 </pre></div>
1038
1039 <p>(Actually this should be added to /etc/fstab for automatic, at boot
1040 time, mounting).</p>
1041
1042 <h3>Security and visibility</h3>
1043
1044 <p>There is concern regarding exposing too much visibility of vob
1045 elements in the cclinux region. Since /etc/exports.mvfs allows us to
1046 specify an exacting path of what is exported we can insure that we are
1047 only exporting the .../vobs/rantest portion or even a subdirectory(s)
1048 under rantest. This should sufficiently limit the scope of what's
1049 exposed.</p>
1050
1051 <h2>Notes</h2>
1052
1053 <ol>
1054   <li><small><a name="note_1"></a>This assumes that we adopt a concept
1055 of a base variable from which everything emanates (e.g. /usr/local/east)</small></li>
1056   <li><small><a name="note_2"></a>At HP I devised a simply script
1057 solution to insure that views listed in /etc/views_to_start would be
1058 started at boot up on the view servers.</small></li>
1059 </ol>
1060
1061 <p>Comments? Concerns?</p>
1062                               
1063                               <p class="entry-footer">
1064                                  <span class="post-footers">Posted by  at  2:49 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000697.html">Permalink</a>
1065                                  
1066                                  | <a href="http://defaria.com/blogs/Status/archives/000697.html#trackback">TrackBacks (0)</a>
1067                               </p>
1068                            </div>
1069                         </div>
1070                      </div>
1071                      
1072                      <!--
1073 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1074          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1075          xmlns:dc="http://purl.org/dc/elements/1.1/">
1076 <rdf:Description
1077     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000696"
1078     trackback:ping="http://defaria.com/mt/mt-tb.cgi/83"
1079     dc:title="Rexec"
1080     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000696"
1081     dc:subject="General Dynamics"
1082     dc:description="Rexec Complications Rexec is a Perl module written by me. There are several things that Rexec provides but at it&apos;s core it essentially provides an object oriented interface to a remote command line. Rexec attempts to provide functionality by handling..."
1083     dc:creator=""
1084     dc:date="2008-02-12T14:24:24-06:00" />
1085 </rdf:RDF>
1086 -->
1087
1088
1089                      <h2 class="date-header">February 12, 2008</h2>
1090                      <a id="a000696"></a>
1091                      <div class="entry" id="entry-696">
1092                         <h3 class="entry-header">Rexec</h3>
1093                         <div class="entry-content">
1094                            <div class="entry-body">
1095                               <h2>Rexec Complications</h2>
1096
1097 <p>Rexec is a Perl module written by me. There are several things that Rexec provides but at it's core it essentially provides an object oriented interface to a remote command line. Rexec attempts to provide functionality by handling the details in nominal cases however it's basic paradigm is that it expects to be able to execute a command on the remote system, for that command to block and for the command to finish and to properly set the exit status. Rexec accomplishes this by using Expect. When instantiated, Rexec attempts to log into the remote machine using a cascading fallback of ssh, rsh and telnet (unless the caller has explicitly requested a particular protocol). User name and password can be supplied or passwordless login must be configured for Rexec to succeed to connect to the remote system.</p>
1098
1099 <p>Thereafter the caller calls the exec method to execute the remote command. Rexec wraps that command with two echo statements that mark the beginning and ending of the command's output as well as the status of the command. Rexec then gathers up the output lines and status, storing them in the object, and returning the output lines as an array (and the status obtainable using the status method). The caller can then proceed accordingly.</p>
1100
1101 <p>But the above does assume that commands are of the nature that they block while operating and that they set the exit code properly. No effort is made to do any output redirection, nor are any assumptions made about the command being executed.</p>
1102
1103 <p>The first problem arises when the caller has a need to "background" a task. Normally in Unix this means adding a "&" to the end of the line to indicate to put the command in the background. In such a case we run into two problems that the normal shell also has to deal with, that being how to handle asynchronous I/O and how to handle the exit status, which can come at any time. So far no functionality has been added to handle any asynchronous I/O - the answer here is <b>don't do that!!!</b>, at least, for now.</p>
1104
1105 <p>Exit status is also not gracefully handled in that it is not attempted to be captured at all.</p>
1106
1107 <p>What Rexec does normally is to add an <tt>echo &lt;<i>unique start string</i>&gt;</tt> to the front of the command and an <tt>echo &lt;<i>unique end string with status</i>&gt;</tt>. Then Rexec scans the output for the start and ending strings and knows that the strings inbetween must have resulted from the output from the command. Rexec also gathers the exit status from the later echo statement. Of course, this assume the command blocks and properly sets the exit status.</p>
1108
1109 <p>Now, if Rexec finds a "&" at the end of the command it will treat it as nonblocking. It does not add the start nor the ending echoes and makes no attempt at gathering neither output nor exit status from this command. Another potential problem are commands which do not indicate their desire to be backgrounded (by specifying the trailing "&" character) but background themselves nonetheless.</p>
1110
1111 <p>Another, odd problem was also discovered when the remote command ended up doing yet another ssh to another system. Such a command also does not return, or at least not right away. Worse yet, there is a good possibility that that 2nd remote ssh will result in a prompt that will be mistaken for the 1st session's prompt by Rexec! No easy way around this either!</p>
1112
1113 <p>Finally, other commands will likewise have a problem when executed remotely. For example: "vi /tmp/foo". But then again, even Expect has problems with this. So we can't be all things to all people but that doesn't mean we cannot be helpful nonetheless.</p>
1114                               
1115                               <p class="entry-footer">
1116                                  <span class="post-footers">Posted by  at  2:24 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000696.html">Permalink</a>
1117                                  
1118                                  | <a href="http://defaria.com/blogs/Status/archives/000696.html#trackback">TrackBacks (0)</a>
1119                               </p>
1120                            </div>
1121                         </div>
1122                      </div>
1123                      
1124                      <!--
1125 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1126          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1127          xmlns:dc="http://purl.org/dc/elements/1.1/">
1128 <rdf:Description
1129     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000695"
1130     trackback:ping="http://defaria.com/mt/mt-tb.cgi/82"
1131     dc:title="easter: Indecision is the key to flexibility!"
1132     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000695"
1133     dc:subject="General Dynamics"
1134     dc:description="Easter Paged usage Added logfile analysis Added Timeout detection Added environment variable support Changed to use GetConfig for -file..."
1135     dc:creator=""
1136     dc:date="2008-01-30T17:55:37-06:00" />
1137 </rdf:RDF>
1138 -->
1139
1140
1141                      <h2 class="date-header">January 30, 2008</h2>
1142                      <a id="a000695"></a>
1143                      <div class="entry" id="entry-695">
1144                         <h3 class="entry-header">easter: Indecision is the key to flexibility!</h3>
1145                         <div class="entry-content">
1146                            <div class="entry-body">
1147                               <h2>Easter</h2>
1148
1149 <ul>
1150   <li>Paged usage</li>
1151
1152   <li>Added logfile analysis</li>
1153
1154   <li>Added Timeout detection</li>
1155
1156   <li>Added environment variable support</li>
1157
1158   <li>Changed to use GetConfig for -file</li>
1159 </ul>
1160                               
1161                               <p class="entry-more-link">
1162                                  <a href="http://defaria.com/blogs/Status/archives/000695.html#more">Continue reading "easter: Indecision is the key to flexibility!" &raquo;</a>
1163                               </p>
1164                               
1165                               <p class="entry-footer">
1166                                  <span class="post-footers">Posted by  at  5:55 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000695.html">Permalink</a>
1167                                  
1168                                  | <a href="http://defaria.com/blogs/Status/archives/000695.html#trackback">TrackBacks (0)</a>
1169                               </p>
1170                            </div>
1171                         </div>
1172                      </div>
1173                      
1174                      <!--
1175 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1176          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1177          xmlns:dc="http://purl.org/dc/elements/1.1/">
1178 <rdf:Description
1179     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000694"
1180     trackback:ping="http://defaria.com/mt/mt-tb.cgi/81"
1181     dc:title="East.pm"
1182     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000694"
1183     dc:subject="General Dynamics"
1184     dc:description=" Initial coding of East.pm Added parameters to testeast script Changed Rexec to handle timeouts better Opened WOR for Rexec work..."
1185     dc:creator=""
1186     dc:date="2008-01-23T13:32:00-06:00" />
1187 </rdf:RDF>
1188 -->
1189
1190
1191                      <h2 class="date-header">January 23, 2008</h2>
1192                      <a id="a000694"></a>
1193                      <div class="entry" id="entry-694">
1194                         <h3 class="entry-header">East.pm</h3>
1195                         <div class="entry-content">
1196                            <div class="entry-body">
1197                               <ul>
1198   <li>Initial coding of East.pm</li>
1199
1200   <li>Added parameters to testeast script</li>
1201
1202   <li>Changed Rexec to handle timeouts better</li>
1203
1204   <li>Opened WOR for Rexec work</li>
1205 </ul>
1206                               
1207                               <p class="entry-more-link">
1208                                  <a href="http://defaria.com/blogs/Status/archives/000694.html#more">Continue reading "East.pm" &raquo;</a>
1209                               </p>
1210                               
1211                               <p class="entry-footer">
1212                                  <span class="post-footers">Posted by  at  1:32 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000694.html">Permalink</a>
1213                                  
1214                                  | <a href="http://defaria.com/blogs/Status/archives/000694.html#trackback">TrackBacks (0)</a>
1215                               </p>
1216                            </div>
1217                         </div>
1218                      </div>
1219                      
1220                      <!--
1221 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1222          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1223          xmlns:dc="http://purl.org/dc/elements/1.1/">
1224 <rdf:Description
1225     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000692"
1226     trackback:ping="http://defaria.com/mt/mt-tb.cgi/79"
1227     dc:title="UCMWB 1.2.4 &amp; new comptree (IPC)"
1228     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000692"
1229     dc:subject="General Dynamics"
1230     dc:description=" Released UCMWB 1.2.4 Added exec call to Clearcase.pm which uses IPC rather than constantly invoking cleartool. Tests show an 8 fold increase in performance!..."
1231     dc:creator=""
1232     dc:date="2007-11-20T19:58:08-06:00" />
1233 </rdf:RDF>
1234 -->
1235
1236
1237                      <h2 class="date-header">November 20, 2007</h2>
1238                      <a id="a000692"></a>
1239                      <div class="entry" id="entry-692">
1240                         <h3 class="entry-header">UCMWB 1.2.4 & new comptree (IPC)</h3>
1241                         <div class="entry-content">
1242                            <div class="entry-body">
1243                               <ul>
1244   <li>Released UCMWB 1.2.4</li>
1245
1246   <li>Added exec call to Clearcase.pm which uses IPC rather than constantly invoking cleartool. Tests show an 8 fold increase in performance!</li>
1247 </ul>
1248                               
1249                               <p class="entry-more-link">
1250                                  <a href="http://defaria.com/blogs/Status/archives/000692.html#more">Continue reading "UCMWB 1.2.4 & new comptree (IPC)" &raquo;</a>
1251                               </p>
1252                               
1253                               <p class="entry-footer">
1254                                  <span class="post-footers">Posted by  at  7:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000692.html">Permalink</a>
1255                                  
1256                                  | <a href="http://defaria.com/blogs/Status/archives/000692.html#trackback">TrackBacks (0)</a>
1257                               </p>
1258                            </div>
1259                         </div>
1260                      </div>
1261                      
1262                      <!--
1263 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1264          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1265          xmlns:dc="http://purl.org/dc/elements/1.1/">
1266 <rdf:Description
1267     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000691"
1268     trackback:ping="http://defaria.com/mt/mt-tb.cgi/78"
1269     dc:title="rancppXX/RNC General"
1270     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000691"
1271     dc:subject="General Dynamics"
1272     dc:description=" Assisted Kirk with Clearquest installation on rancpp01 Got UCMWB working on rancppXX machines Fixed several minor annoyances in UCMWB uncovered by Erik Working with Darren re: getting the proper toolsets for RNC General Changed comptree to support checking of..."
1273     dc:creator=""
1274     dc:date="2007-11-14T14:25:11-06:00" />
1275 </rdf:RDF>
1276 -->
1277
1278
1279                      <h2 class="date-header">November 14, 2007</h2>
1280                      <a id="a000691"></a>
1281                      <div class="entry" id="entry-691">
1282                         <h3 class="entry-header">rancppXX/RNC General</h3>
1283                         <div class="entry-content">
1284                            <div class="entry-body">
1285                               <ul>
1286   <li>Assisted Kirk with Clearquest installation on rancpp01</li>
1287
1288   <li>Got UCMWB working on rancppXX machines</li>
1289
1290   <li>Fixed several minor annoyances in UCMWB uncovered by Erik</li>
1291
1292   <li>Working with Darren re: getting the proper toolsets for RNC General</li>
1293
1294   <li>Changed comptree to support checking of symlinks and better error reporting</li>
1295 </ul>
1296                               
1297                               <p class="entry-footer">
1298                                  <span class="post-footers">Posted by  at  2:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000691.html">Permalink</a>
1299                                  
1300                                  | <a href="http://defaria.com/blogs/Status/archives/000691.html#trackback">TrackBacks (0)</a>
1301                               </p>
1302                            </div>
1303                         </div>
1304                      </div>
1305                      
1306                      <!--
1307 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1308          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1309          xmlns:dc="http://purl.org/dc/elements/1.1/">
1310 <rdf:Description
1311     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000690"
1312     trackback:ping="http://defaria.com/mt/mt-tb.cgi/77"
1313     dc:title="UCMWB 1.2.4"
1314     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000690"
1315     dc:subject="General Dynamics"
1316     dc:description=" Releasing ucmwb 1.2.4 for a test drive..."
1317     dc:creator=""
1318     dc:date="2007-11-02T18:11:09-06:00" />
1319 </rdf:RDF>
1320 -->
1321
1322
1323                      <h2 class="date-header">November  2, 2007</h2>
1324                      <a id="a000690"></a>
1325                      <div class="entry" id="entry-690">
1326                         <h3 class="entry-header">UCMWB 1.2.4</h3>
1327                         <div class="entry-content">
1328                            <div class="entry-body">
1329                               <ul>
1330   <li>Releasing ucmwb 1.2.4 for a test drive</li>
1331 </ul>
1332                               
1333                               <p class="entry-more-link">
1334                                  <a href="http://defaria.com/blogs/Status/archives/000690.html#more">Continue reading "UCMWB 1.2.4" &raquo;</a>
1335                               </p>
1336                               
1337                               <p class="entry-footer">
1338                                  <span class="post-footers">Posted by  at  6:11 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000690.html">Permalink</a>
1339                                  
1340                                  | <a href="http://defaria.com/blogs/Status/archives/000690.html#trackback">TrackBacks (0)</a>
1341                               </p>
1342                            </div>
1343                         </div>
1344                      </div>
1345                      
1346                      <!--
1347 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1348          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1349          xmlns:dc="http://purl.org/dc/elements/1.1/">
1350 <rdf:Description
1351     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000689"
1352     trackback:ping="http://defaria.com/mt/mt-tb.cgi/76"
1353     dc:title="Blocking/Modal cqtool/Perl statndards"
1354     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000689"
1355     dc:subject="General Dynamics"
1356     dc:description=" With the help of some GD folks who know Qt, got a modal/blocking cqtool working. Had to subclass the QProcess class and interject an eventloop, returning on the cqtool process terminating only. Attempting to get cqtool running in the..."
1357     dc:creator=""
1358     dc:date="2007-10-17T18:09:13-06:00" />
1359 </rdf:RDF>
1360 -->
1361
1362
1363                      <h2 class="date-header">October 17, 2007</h2>
1364                      <a id="a000689"></a>
1365                      <div class="entry" id="entry-689">
1366                         <h3 class="entry-header">Blocking/Modal cqtool/Perl statndards</h3>
1367                         <div class="entry-content">
1368                            <div class="entry-body">
1369                               <ul>
1370   <li>With the help of some GD folks who know Qt, got a modal/blocking cqtool working. Had to subclass the QProcess class and interject an eventloop, returning on the cqtool process terminating only.</li>
1371
1372   <li>Attempting to get cqtool running in the background and feeding it commands. This will require changing the CQProcess eventloop to look for the end of a cqtool command and it's prompt. It will also need to handle returning output.</li>
1373
1374   <li>Attended meeting regarding Perl standards</li>
1375 </ul>
1376                               
1377                               <p class="entry-footer">
1378                                  <span class="post-footers">Posted by  at  6:09 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000689.html">Permalink</a>
1379                                  
1380                                  | <a href="http://defaria.com/blogs/Status/archives/000689.html#trackback">TrackBacks (0)</a>
1381                               </p>
1382                            </div>
1383                         </div>
1384                      </div>
1385                      
1386                      <!--
1387 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1388          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1389          xmlns:dc="http://purl.org/dc/elements/1.1/">
1390 <rdf:Description
1391     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000688"
1392     trackback:ping="http://defaria.com/mt/mt-tb.cgi/75"
1393     dc:title="UCMWB enhancements/Helpdesk Tickets"
1394     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000688"
1395     dc:subject="General Dynamics"
1396     dc:description=" Added CreateWOR button and hooked it so that we can now create WORs in UCMWB (from File: Create New WOR or the Create WOR toolbar button) Added multiselection to View browser Enhanced Delete View to be Delete View(s) and..."
1397     dc:creator=""
1398     dc:date="2007-10-12T17:25:07-06:00" />
1399 </rdf:RDF>
1400 -->
1401
1402
1403                      <h2 class="date-header">October 12, 2007</h2>
1404                      <a id="a000688"></a>
1405                      <div class="entry" id="entry-688">
1406                         <h3 class="entry-header">UCMWB enhancements/Helpdesk Tickets</h3>
1407                         <div class="entry-content">
1408                            <div class="entry-body">
1409                               <ul>
1410   <li>Added CreateWOR button and hooked it so that we can now create WORs in UCMWB (from <b>File: Create New WOR</b> or the Create WOR toolbar button)</li>
1411
1412   <li>Added multiselection to View browser</li>
1413
1414   <li>Enhanced Delete View to be Delete View(s) and to iterate over the selected views deleting them. Need to clean up the display of change sets and view private files when more than one view is selected.</li>
1415
1416   <li>Worked with Judy regarding <b>RANCQ00017440:</b> Update RanSimcello Switcher config spec for P4.0.24</li>
1417
1418   <li>Closed tickets:</li>
1419
1420     <ul>
1421       <li><b>RANCQ00016665:</b> UEH Tools Based on 4.0.6 versus 4.0.24 Config Spec</li>
1422
1423       <li><b>RANCQ00016964:</b> RoseRT does not open</li>
1424     </ul>
1425 </ul>
1426                               
1427                               <p class="entry-footer">
1428                                  <span class="post-footers">Posted by  at  5:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000688.html">Permalink</a>
1429                                  
1430                                  | <a href="http://defaria.com/blogs/Status/archives/000688.html#trackback">TrackBacks (0)</a>
1431                               </p>
1432                            </div>
1433                         </div>
1434                      </div>
1435                      
1436                      <!--
1437 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1438          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1439          xmlns:dc="http://purl.org/dc/elements/1.1/">
1440 <rdf:Description
1441     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000687"
1442     trackback:ping="http://defaria.com/mt/mt-tb.cgi/74"
1443     dc:title="cqtool"
1444     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000687"
1445     dc:subject="General Dynamics"
1446     dc:description=" Sent cqtool out for code review..."
1447     dc:creator=""
1448     dc:date="2007-10-10T15:08:55-06:00" />
1449 </rdf:RDF>
1450 -->
1451
1452
1453                      <h2 class="date-header">October 10, 2007</h2>
1454                      <a id="a000687"></a>
1455                      <div class="entry" id="entry-687">
1456                         <h3 class="entry-header">cqtool</h3>
1457                         <div class="entry-content">
1458                            <div class="entry-body">
1459                               <ul>
1460   <li>Sent cqtool out for code review</li>
1461 </ul>
1462                               
1463                               <p class="entry-more-link">
1464                                  <a href="http://defaria.com/blogs/Status/archives/000687.html#more">Continue reading "cqtool" &raquo;</a>
1465                               </p>
1466                               
1467                               <p class="entry-footer">
1468                                  <span class="post-footers">Posted by  at  3:08 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000687.html">Permalink</a>
1469                                  
1470                                  | <a href="http://defaria.com/blogs/Status/archives/000687.html#trackback">TrackBacks (0)</a>
1471                               </p>
1472                            </div>
1473                         </div>
1474                      </div>
1475                      
1476                      <!--
1477 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1478          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1479          xmlns:dc="http://purl.org/dc/elements/1.1/">
1480 <rdf:Description
1481     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000686"
1482     trackback:ping="http://defaria.com/mt/mt-tb.cgi/73"
1483     dc:title="cqtalk"
1484     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000686"
1485     dc:subject="General Dynamics"
1486     dc:description=" Fixed issue with clone. Was core dumping cqperl. Should not be calling cloneWor unless the WOR is in a closed state. Changed code to check that the WOR is closed before attempting call to FireRecordScript for cloneWor. Resolved issues..."
1487     dc:creator=""
1488     dc:date="2007-10-09T19:14:26-06:00" />
1489 </rdf:RDF>
1490 -->
1491
1492
1493                      <h2 class="date-header">October  9, 2007</h2>
1494                      <a id="a000686"></a>
1495                      <div class="entry" id="entry-686">
1496                         <h3 class="entry-header">cqtalk</h3>
1497                         <div class="entry-content">
1498                            <div class="entry-body">
1499                               <ul>
1500   <li>Fixed issue with clone. Was core dumping cqperl. Should not be calling cloneWor unless the WOR is in a closed state. Changed code to check that the WOR is closed before attempting call to FireRecordScript for cloneWor.</li>
1501
1502   <li>Resolved issues with cqtalk's createwor and createhd Perl/Tk apps. They used to blow up when run a second time. Turns out you need to make sure you destroy and undef all global objects first.</li>
1503
1504   <li>Fixed issue with link option. Turns out that if we hit an error say getting an entity, because it was provided to use incorrectly (say typo), then even though we are using eval to trap this error, internal state of the session variable gets screwed up. The workaround is to re-establish the session by closing and re-opening the database. Time consuming but it works.</li>
1505 </ul>
1506                               
1507                               <p class="entry-footer">
1508                                  <span class="post-footers">Posted by  at  7:14 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000686.html">Permalink</a>
1509                                  
1510                                  | <a href="http://defaria.com/blogs/Status/archives/000686.html#trackback">TrackBacks (0)</a>
1511                               </p>
1512                            </div>
1513                         </div>
1514                      </div>
1515                      
1516                      <!--
1517 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1518          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1519          xmlns:dc="http://purl.org/dc/elements/1.1/">
1520 <rdf:Description
1521     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000685"
1522     trackback:ping="http://defaria.com/mt/mt-tb.cgi/72"
1523     dc:title="CreateWOR: Subclassing TextUndo"
1524     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000685"
1525     dc:subject="General Dynamics"
1526     dc:description=" Added onChange like callbacks to CreateWOR&apos;s text field and text widget. This required subclassing the TextUndo class and properly handling the call back...."
1527     dc:creator=""
1528     dc:date="2007-10-03T11:17:48-06:00" />
1529 </rdf:RDF>
1530 -->
1531
1532
1533                      <h2 class="date-header">October  3, 2007</h2>
1534                      <a id="a000685"></a>
1535                      <div class="entry" id="entry-685">
1536                         <h3 class="entry-header">CreateWOR: Subclassing TextUndo</h3>
1537                         <div class="entry-content">
1538                            <div class="entry-body">
1539                               <ul>
1540   <li>Added onChange like callbacks to CreateWOR's text field and text widget. This required subclassing the TextUndo class and properly handling the call back.</li>
1541 </ul>
1542                               
1543                               <p class="entry-more-link">
1544                                  <a href="http://defaria.com/blogs/Status/archives/000685.html#more">Continue reading "CreateWOR: Subclassing TextUndo" &raquo;</a>
1545                               </p>
1546                               
1547                               <p class="entry-footer">
1548                                  <span class="post-footers">Posted by  at 11:17 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000685.html">Permalink</a>
1549                                  
1550                                  | <a href="http://defaria.com/blogs/Status/archives/000685.html#trackback">TrackBacks (0)</a>
1551                               </p>
1552                            </div>
1553                         </div>
1554                      </div>
1555                      
1556                      <!--
1557 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1558          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1559          xmlns:dc="http://purl.org/dc/elements/1.1/">
1560 <rdf:Description
1561     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000684"
1562     trackback:ping="http://defaria.com/mt/mt-tb.cgi/71"
1563     dc:title="CreateWOR"
1564     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000684"
1565     dc:subject="General Dynamics"
1566     dc:description=" Created CreateWOR Perl/Tk application. This will be used by UCMWB Checked in and symlinked the switch config area in /prj/muosran. Investigating other symlinks such that our /prj/muosran area is using what&apos;s checked into Clearcase...."
1567     dc:creator=""
1568     dc:date="2007-10-02T11:15:22-06:00" />
1569 </rdf:RDF>
1570 -->
1571
1572
1573                      <h2 class="date-header">October  2, 2007</h2>
1574                      <a id="a000684"></a>
1575                      <div class="entry" id="entry-684">
1576                         <h3 class="entry-header">CreateWOR</h3>
1577                         <div class="entry-content">
1578                            <div class="entry-body">
1579                               <ul>
1580   <li>Created CreateWOR Perl/Tk application. This will be used by UCMWB</li>
1581
1582   <li>Checked in and symlinked the switch config area in /prj/muosran.</li>
1583
1584   <li>Investigating other symlinks such that our /prj/muosran area is using what's checked into Clearcase.</li>
1585                               
1586                               <p class="entry-footer">
1587                                  <span class="post-footers">Posted by  at 11:15 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000684.html">Permalink</a>
1588                                  
1589                                  | <a href="http://defaria.com/blogs/Status/archives/000684.html#trackback">TrackBacks (0)</a>
1590                               </p>
1591                            </div>
1592                         </div>
1593                      </div>
1594                      
1595                      <!--
1596 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1597          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1598          xmlns:dc="http://purl.org/dc/elements/1.1/">
1599 <rdf:Description
1600     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000683"
1601     trackback:ping="http://defaria.com/mt/mt-tb.cgi/70"
1602     dc:title="doc_vis"
1603     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000683"
1604     dc:subject="General Dynamics"
1605     dc:description=" Altered comptree, which used to compare file trees to and formulate a report that was then emailed, to instead produce the report into an html file which would then be visible through ranweb Worked with Darren and Chad regarding..."
1606     dc:creator=""
1607     dc:date="2007-09-27T17:08:03-06:00" />
1608 </rdf:RDF>
1609 -->
1610
1611
1612                      <h2 class="date-header">September 27, 2007</h2>
1613                      <a id="a000683"></a>
1614                      <div class="entry" id="entry-683">
1615                         <h3 class="entry-header">doc_vis</h3>
1616                         <div class="entry-content">
1617                            <div class="entry-body">
1618                               <ul>
1619   <li>Altered comptree, which used to compare file trees to and formulate a report that was then emailed, to instead produce the report into an html file which would then be visible through ranweb</li>
1620
1621   <li>Worked with Darren and Chad regarding RoseRT version issues. Seems PURIFYOPTIONS are set in cshrc.muosran. They would like us to implement hierarchical cshrc scripts by supporting project oriented cshrc scripts (e.g. cshrc.&lt;<em>project</em>&gt;)</li>
1622 </ul>
1623                               
1624                               <p class="entry-footer">
1625                                  <span class="post-footers">Posted by  at  5:08 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000683.html">Permalink</a>
1626                                  
1627                                  | <a href="http://defaria.com/blogs/Status/archives/000683.html#trackback">TrackBacks (0)</a>
1628                               </p>
1629                            </div>
1630                         </div>
1631                      </div>
1632                      
1633                      <!--
1634 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1635          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1636          xmlns:dc="http://purl.org/dc/elements/1.1/">
1637 <rdf:Description
1638     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000682"
1639     trackback:ping="http://defaria.com/mt/mt-tb.cgi/69"
1640     dc:title="comptree2"
1641     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000682"
1642     dc:subject="General Dynamics"
1643     dc:description=" Updated comptree2 to handle other specifying of opts on the command line properly Re-running comptree2 for UEH and the cade and cade_struct vobs..."
1644     dc:creator=""
1645     dc:date="2007-09-26T12:08:38-06:00" />
1646 </rdf:RDF>
1647 -->
1648
1649
1650                      <h2 class="date-header">September 26, 2007</h2>
1651                      <a id="a000682"></a>
1652                      <div class="entry" id="entry-682">
1653                         <h3 class="entry-header">comptree2</h3>
1654                         <div class="entry-content">
1655                            <div class="entry-body">
1656                               <ul>
1657   <li>Updated comptree2 to handle other specifying of opts on the command line properly</li>
1658
1659   <li>Re-running comptree2 for UEH and the cade and cade_struct vobs</li>
1660 </ul>
1661                               
1662                               <p class="entry-footer">
1663                                  <span class="post-footers">Posted by  at 12:08 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000682.html">Permalink</a>
1664                                  
1665                                  | <a href="http://defaria.com/blogs/Status/archives/000682.html#trackback">TrackBacks (0)</a>
1666                               </p>
1667                            </div>
1668                         </div>
1669                      </div>
1670                      
1671                      <!--
1672 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1673          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1674          xmlns:dc="http://purl.org/dc/elements/1.1/">
1675 <rdf:Description
1676     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000681"
1677     trackback:ping="http://defaria.com/mt/mt-tb.cgi/68"
1678     dc:title="Improvements to comptree2"
1679     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000681"
1680     dc:subject="General Dynamics"
1681     dc:description=" Changed comptree2 to use GetConfig Spoke with John regarding Release Records vs. Switch Config specs..."
1682     dc:creator=""
1683     dc:date="2007-09-25T12:04:08-06:00" />
1684 </rdf:RDF>
1685 -->
1686
1687
1688                      <h2 class="date-header">September 25, 2007</h2>
1689                      <a id="a000681"></a>
1690                      <div class="entry" id="entry-681">
1691                         <h3 class="entry-header">Improvements to comptree2</h3>
1692                         <div class="entry-content">
1693                            <div class="entry-body">
1694                               <ul>
1695   <li>Changed comptree2 to use GetConfig</li>
1696
1697   <li>Spoke with John regarding Release Records vs. Switch Config specs</li>
1698 </ul>
1699                               
1700                               <p class="entry-more-link">
1701                                  <a href="http://defaria.com/blogs/Status/archives/000681.html#more">Continue reading "Improvements to comptree2" &raquo;</a>
1702                               </p>
1703                               
1704                               <p class="entry-footer">
1705                                  <span class="post-footers">Posted by  at 12:04 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000681.html">Permalink</a>
1706                                  
1707                                  | <a href="http://defaria.com/blogs/Status/archives/000681.html#trackback">TrackBacks (0)</a>
1708                               </p>
1709                            </div>
1710                         </div>
1711                      </div>
1712                      
1713                      <!--
1714 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1715          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1716          xmlns:dc="http://purl.org/dc/elements/1.1/">
1717 <rdf:Description
1718     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000680"
1719     trackback:ping="http://defaria.com/mt/mt-tb.cgi/67"
1720     dc:title="RoseRT/Purify"
1721     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000680"
1722     dc:subject="General Dynamics"
1723     dc:description=" Created new switchConfig.pl config spec for UEH Wrote Perl process to validate this new config spec..."
1724     dc:creator=""
1725     dc:date="2007-09-20T11:50:11-06:00" />
1726 </rdf:RDF>
1727 -->
1728
1729
1730                      <h2 class="date-header">September 20, 2007</h2>
1731                      <a id="a000680"></a>
1732                      <div class="entry" id="entry-680">
1733                         <h3 class="entry-header">RoseRT/Purify</h3>
1734                         <div class="entry-content">
1735                            <div class="entry-body">
1736                               <ul>
1737   <li>Created new switchConfig.pl config spec for UEH</li>
1738
1739   <li>Wrote Perl process to validate this new config spec</li>
1740 </ul>
1741                               
1742                               <p class="entry-footer">
1743                                  <span class="post-footers">Posted by  at 11:50 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000680.html">Permalink</a>
1744                                  
1745                                  | <a href="http://defaria.com/blogs/Status/archives/000680.html#trackback">TrackBacks (0)</a>
1746                               </p>
1747                            </div>
1748                         </div>
1749                      </div>
1750                      
1751                      <!--
1752 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1753          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1754          xmlns:dc="http://purl.org/dc/elements/1.1/">
1755 <rdf:Description
1756     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000679"
1757     trackback:ping="http://defaria.com/mt/mt-tb.cgi/66"
1758     dc:title="Helpdesk Tickets"
1759     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000679"
1760     dc:subject="General Dynamics"
1761     dc:description=" Resolved two Helpdesk tickets for Christine and Patrick..."
1762     dc:creator=""
1763     dc:date="2007-09-19T16:14:38-06:00" />
1764 </rdf:RDF>
1765 -->
1766
1767
1768                      <h2 class="date-header">September 19, 2007</h2>
1769                      <a id="a000679"></a>
1770                      <div class="entry" id="entry-679">
1771                         <h3 class="entry-header">Helpdesk Tickets</h3>
1772                         <div class="entry-content">
1773                            <div class="entry-body">
1774                               <ul>
1775   <li>Resolved two Helpdesk tickets for Christine and Patrick</li>
1776 </ul>
1777                               
1778                               <p class="entry-footer">
1779                                  <span class="post-footers">Posted by  at  4:14 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000679.html">Permalink</a>
1780                                  
1781                                  | <a href="http://defaria.com/blogs/Status/archives/000679.html#trackback">TrackBacks (0)</a>
1782                               </p>
1783                            </div>
1784                         </div>
1785                      </div>
1786                      
1787                      <!--
1788 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1789          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1790          xmlns:dc="http://purl.org/dc/elements/1.1/">
1791 <rdf:Description
1792     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000678"
1793     trackback:ping="http://defaria.com/mt/mt-tb.cgi/65"
1794     dc:title="comptree/libs"
1795     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000678"
1796     dc:subject="General Dynamics"
1797     dc:description=" Implemented comptree in cron Submitted Perl Modules to General Dynamics Resolved help desk ticket regarding Ericson config spec Site prepped Windows release area. Handed Tia&apos;s hanging problem off to Will..."
1798     dc:creator=""
1799     dc:date="2007-09-18T17:03:56-06:00" />
1800 </rdf:RDF>
1801 -->
1802
1803
1804                      <h2 class="date-header">September 18, 2007</h2>
1805                      <a id="a000678"></a>
1806                      <div class="entry" id="entry-678">
1807                         <h3 class="entry-header">comptree/libs</h3>
1808                         <div class="entry-content">
1809                            <div class="entry-body">
1810                               <ul>
1811   <li>Implemented comptree in cron</li>
1812
1813   <li>Submitted Perl Modules to General Dynamics</li>
1814
1815   <li>Resolved help desk ticket regarding Ericson config spec</li>
1816
1817   <li>Site prepped Windows release area. Handed Tia's hanging problem off to Will</li>
1818 </ul>
1819                               
1820                               <p class="entry-footer">
1821                                  <span class="post-footers">Posted by  at  5:03 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000678.html">Permalink</a>
1822                                  
1823                                  | <a href="http://defaria.com/blogs/Status/archives/000678.html#trackback">TrackBacks (0)</a>
1824                               </p>
1825                            </div>
1826                         </div>
1827                      </div>
1828                      
1829                      <!--
1830 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1831          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1832          xmlns:dc="http://purl.org/dc/elements/1.1/">
1833 <rdf:Description
1834     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000677"
1835     trackback:ping="http://defaria.com/mt/mt-tb.cgi/64"
1836     dc:title="ucmwb 1.2.3 release/Perl&apos;isms"
1837     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000677"
1838     dc:subject="General Dynamics"
1839     dc:description=" Released ucmwb 1.2.3..."
1840     dc:creator=""
1841     dc:date="2007-09-14T12:51:03-06:00" />
1842 </rdf:RDF>
1843 -->
1844
1845
1846                      <h2 class="date-header">September 14, 2007</h2>
1847                      <a id="a000677"></a>
1848                      <div class="entry" id="entry-677">
1849                         <h3 class="entry-header">ucmwb 1.2.3 release/Perl'isms</h3>
1850                         <div class="entry-content">
1851                            <div class="entry-body">
1852                               <ul>
1853   <li>Released ucmwb 1.2.3</li>
1854 </ul>
1855                               
1856                               <p class="entry-more-link">
1857                                  <a href="http://defaria.com/blogs/Status/archives/000677.html#more">Continue reading "ucmwb 1.2.3 release/Perl'isms" &raquo;</a>
1858                               </p>
1859                               
1860                               <p class="entry-footer">
1861                                  <span class="post-footers">Posted by  at 12:51 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000677.html">Permalink</a>
1862                                  
1863                                  | <a href="http://defaria.com/blogs/Status/archives/000677.html#trackback">TrackBacks (0)</a>
1864                               </p>
1865                            </div>
1866                         </div>
1867                      </div>
1868                      
1869                      <!--
1870 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1871          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1872          xmlns:dc="http://purl.org/dc/elements/1.1/">
1873 <rdf:Description
1874     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000676"
1875     trackback:ping="http://defaria.com/mt/mt-tb.cgi/63"
1876     dc:title="UCMWB su bug"
1877     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000676"
1878     dc:subject="General Dynamics"
1879     dc:description=" Fixed an issue with ucmwb running after su&apos;ed to another user Addressed some issues about PC running CC in the RAN network..."
1880     dc:creator=""
1881     dc:date="2007-09-13T11:28:07-06:00" />
1882 </rdf:RDF>
1883 -->
1884
1885
1886                      <h2 class="date-header">September 13, 2007</h2>
1887                      <a id="a000676"></a>
1888                      <div class="entry" id="entry-676">
1889                         <h3 class="entry-header">UCMWB su bug</h3>
1890                         <div class="entry-content">
1891                            <div class="entry-body">
1892                               <ul>
1893   <li>Fixed an issue with ucmwb running after su'ed to another user</li>
1894
1895   <li>Addressed some issues about PC running CC in the RAN network</li>
1896 </ul>
1897                               
1898                               <p class="entry-more-link">
1899                                  <a href="http://defaria.com/blogs/Status/archives/000676.html#more">Continue reading "UCMWB su bug" &raquo;</a>
1900                               </p>
1901                               
1902                               <p class="entry-footer">
1903                                  <span class="post-footers">Posted by  at 11:28 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000676.html">Permalink</a>
1904                                  
1905                                  | <a href="http://defaria.com/blogs/Status/archives/000676.html#trackback">TrackBacks (0)</a>
1906                               </p>
1907                            </div>
1908                         </div>
1909                      </div>
1910                      
1911                      <!--
1912 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1913          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1914          xmlns:dc="http://purl.org/dc/elements/1.1/">
1915 <rdf:Description
1916     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000675"
1917     trackback:ping="http://defaria.com/mt/mt-tb.cgi/62"
1918     dc:title="UCMWB/Document Visibility"
1919     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000675"
1920     dc:subject="General Dynamics"
1921     dc:description=" Fixed a few problems with UCMWB&apos;s help facility. Previously help didn&apos;t work at all on Linux. Now it works and About identifies the proper version numbers and which architecture. Created baselines for the documentation visibility WORs..."
1922     dc:creator=""
1923     dc:date="2007-09-12T18:07:32-06:00" />
1924 </rdf:RDF>
1925 -->
1926
1927
1928                      <h2 class="date-header">September 12, 2007</h2>
1929                      <a id="a000675"></a>
1930                      <div class="entry" id="entry-675">
1931                         <h3 class="entry-header">UCMWB/Document Visibility</h3>
1932                         <div class="entry-content">
1933                            <div class="entry-body">
1934                               <ul>
1935   <li>Fixed a few problems with UCMWB's help facility. Previously help didn't work at all on Linux. Now it works and About identifies the proper version numbers and which architecture.</li>
1936
1937   <li>Created baselines for the documentation visibility WORs</li>
1938 </ul>
1939                               
1940                               <p class="entry-footer">
1941                                  <span class="post-footers">Posted by  at  6:07 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000675.html">Permalink</a>
1942                                  
1943                                  | <a href="http://defaria.com/blogs/Status/archives/000675.html#trackback">TrackBacks (0)</a>
1944                               </p>
1945                            </div>
1946                         </div>
1947                      </div>
1948                      
1949                      <!--
1950 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1951          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1952          xmlns:dc="http://purl.org/dc/elements/1.1/">
1953 <rdf:Description
1954     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000674"
1955     trackback:ping="http://defaria.com/mt/mt-tb.cgi/61"
1956     dc:title="Import.pl"
1957     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000674"
1958     dc:subject="General Dynamics"
1959     dc:description=" Performed merge for build 1-&gt; build 2 and build 2 -&gt; build 3 Resolved RoseRT issue Code reviewed Tom&apos;s changes to createView.pl..."
1960     dc:creator=""
1961     dc:date="2007-09-11T12:25:55-06:00" />
1962 </rdf:RDF>
1963 -->
1964
1965
1966                      <h2 class="date-header">September 11, 2007</h2>
1967                      <a id="a000674"></a>
1968                      <div class="entry" id="entry-674">
1969                         <h3 class="entry-header">Import.pl</h3>
1970                         <div class="entry-content">
1971                            <div class="entry-body">
1972                               <ul>
1973   <li>Performed merge for build 1-> build 2 and build 2 -> build 3</li>
1974
1975   <li>Resolved RoseRT issue</li>
1976
1977   <li>Code reviewed Tom's changes to createView.pl</li>
1978 </ul>
1979                               
1980                               <p class="entry-more-link">
1981                                  <a href="http://defaria.com/blogs/Status/archives/000674.html#more">Continue reading "Import.pl" &raquo;</a>
1982                               </p>
1983                               
1984                               <p class="entry-footer">
1985                                  <span class="post-footers">Posted by  at 12:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000674.html">Permalink</a>
1986                                  
1987                                  | <a href="http://defaria.com/blogs/Status/archives/000674.html#trackback">TrackBacks (0)</a>
1988                               </p>
1989                            </div>
1990                         </div>
1991                      </div>
1992                      
1993                      <!--
1994 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1995          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
1996          xmlns:dc="http://purl.org/dc/elements/1.1/">
1997 <rdf:Description
1998     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000673"
1999     trackback:ping="http://defaria.com/mt/mt-tb.cgi/60"
2000     dc:title="Building Qt/UCMWB officially"
2001     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000673"
2002     dc:subject="General Dynamics"
2003     dc:description=" Got the license key for Qt, 4.2.3 this time, so I&apos;m building it again, officially Rebuilding ucmwb with debug turned off Fixed problem with backspace not working in vim..."
2004     dc:creator=""
2005     dc:date="2007-09-10T14:44:10-06:00" />
2006 </rdf:RDF>
2007 -->
2008
2009
2010                      <h2 class="date-header">September 10, 2007</h2>
2011                      <a id="a000673"></a>
2012                      <div class="entry" id="entry-673">
2013                         <h3 class="entry-header">Building Qt/UCMWB officially</h3>
2014                         <div class="entry-content">
2015                            <div class="entry-body">
2016                               <ul>
2017   <li>Got the license key for Qt, 4.2.3 this time, so I'm building it again, officially</li>
2018
2019   <li>Rebuilding ucmwb with debug turned off</li>
2020
2021   <li>Fixed problem with backspace not working in vim</li>
2022 </ul>
2023
2024                               
2025                               <p class="entry-more-link">
2026                                  <a href="http://defaria.com/blogs/Status/archives/000673.html#more">Continue reading "Building Qt/UCMWB officially" &raquo;</a>
2027                               </p>
2028                               
2029                               <p class="entry-footer">
2030                                  <span class="post-footers">Posted by  at  2:44 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000673.html">Permalink</a>
2031                                  
2032                                  | <a href="http://defaria.com/blogs/Status/archives/000673.html#trackback">TrackBacks (0)</a>
2033                               </p>
2034                            </div>
2035                         </div>
2036                      </div>
2037                      
2038                      <!--
2039 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2040          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2041          xmlns:dc="http://purl.org/dc/elements/1.1/">
2042 <rdf:Description
2043     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000672"
2044     trackback:ping="http://defaria.com/mt/mt-tb.cgi/59"
2045     dc:title="import.pl/uncoall/qt"
2046     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000672"
2047     dc:subject="General Dynamics"
2048     dc:description=" Created a script to do the importation of the documents for the Documentation Visibility tickets Found out that there&apos;s no easy way to unco all checkouts. Created uncoall Issue: Need to get Qt licensed..."
2049     dc:creator=""
2050     dc:date="2007-09-06T17:41:23-06:00" />
2051 </rdf:RDF>
2052 -->
2053
2054
2055                      <h2 class="date-header">September  6, 2007</h2>
2056                      <a id="a000672"></a>
2057                      <div class="entry" id="entry-672">
2058                         <h3 class="entry-header">import.pl/uncoall/qt</h3>
2059                         <div class="entry-content">
2060                            <div class="entry-body">
2061                               <ul>
2062   <li>Created a script to do the importation of the documents for the Documentation Visibility tickets</li>
2063
2064   <li>Found out that there's no easy way to unco all checkouts. Created uncoall</li>
2065
2066   <li>Issue: Need to get Qt licensed</li>
2067 </ul>
2068                               
2069                               <p class="entry-more-link">
2070                                  <a href="http://defaria.com/blogs/Status/archives/000672.html#more">Continue reading "import.pl/uncoall/qt" &raquo;</a>
2071                               </p>
2072                               
2073                               <p class="entry-footer">
2074                                  <span class="post-footers">Posted by  at  5:41 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000672.html">Permalink</a>
2075                                  
2076                                  | <a href="http://defaria.com/blogs/Status/archives/000672.html#trackback">TrackBacks (0)</a>
2077                               </p>
2078                            </div>
2079                         </div>
2080                      </div>
2081                      
2082                      <!--
2083 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2084          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2085          xmlns:dc="http://purl.org/dc/elements/1.1/">
2086 <rdf:Description
2087     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000671"
2088     trackback:ping="http://defaria.com/mt/mt-tb.cgi/58"
2089     dc:title="UCMWB 1.2.3"
2090     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000671"
2091     dc:subject="General Dynamics"
2092     dc:description=" Sent out UCMWB 1.2.3 for review before release..."
2093     dc:creator=""
2094     dc:date="2007-09-04T10:48:56-06:00" />
2095 </rdf:RDF>
2096 -->
2097
2098
2099                      <h2 class="date-header">September  4, 2007</h2>
2100                      <a id="a000671"></a>
2101                      <div class="entry" id="entry-671">
2102                         <h3 class="entry-header">UCMWB 1.2.3</h3>
2103                         <div class="entry-content">
2104                            <div class="entry-body">
2105                               <ul>
2106   <li>Sent out UCMWB 1.2.3 for review before release</li>
2107 </ul>
2108                               
2109                               <p class="entry-more-link">
2110                                  <a href="http://defaria.com/blogs/Status/archives/000671.html#more">Continue reading "UCMWB 1.2.3" &raquo;</a>
2111                               </p>
2112                               
2113                               <p class="entry-footer">
2114                                  <span class="post-footers">Posted by  at 10:48 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000671.html">Permalink</a>
2115                                  
2116                                  | <a href="http://defaria.com/blogs/Status/archives/000671.html#trackback">TrackBacks (0)</a>
2117                               </p>
2118                            </div>
2119                         </div>
2120                      </div>
2121                      
2122                      <!--
2123 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2124          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2125          xmlns:dc="http://purl.org/dc/elements/1.1/">
2126 <rdf:Description
2127     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000670"
2128     trackback:ping="http://defaria.com/mt/mt-tb.cgi/57"
2129     dc:title="Building Oracle 10.x for Linux"
2130     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000670"
2131     dc:subject="General Dynamics"
2132     dc:description=" Managed to get a 10.2 sqlplus client to talk to our 9.2 database server from Solaris. Regular expressions, however, do not work. Since there is no 9.2 Oracle 64 bit client for Linux I decided to attempt to get..."
2133     dc:creator=""
2134     dc:date="2007-08-30T14:35:08-06:00" />
2135 </rdf:RDF>
2136 -->
2137
2138
2139                      <h2 class="date-header">August 30, 2007</h2>
2140                      <a id="a000670"></a>
2141                      <div class="entry" id="entry-670">
2142                         <h3 class="entry-header">Building Oracle 10.x for Linux</h3>
2143                         <div class="entry-content">
2144                            <div class="entry-body">
2145                               <ul>
2146   <li>Managed to get a 10.2 sqlplus client to talk to our 9.2 database server from Solaris. Regular expressions, however, do not work.</li>
2147
2148   <li>Since there is no 9.2 Oracle 64 bit client for Linux I decided to attempt to get the 10.2 Oracle 64 bit client installed. Managed to get a 10.2 sqlplus client to talk to our 9.2 database server from Linux! Went to build the Qt OCI portion and failed.</li>
2149 </ol>
2150                               
2151                               <p class="entry-more-link">
2152                                  <a href="http://defaria.com/blogs/Status/archives/000670.html#more">Continue reading "Building Oracle 10.x for Linux" &raquo;</a>
2153                               </p>
2154                               
2155                               <p class="entry-footer">
2156                                  <span class="post-footers">Posted by  at  2:35 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000670.html">Permalink</a>
2157                                  
2158                                  | <a href="http://defaria.com/blogs/Status/archives/000670.html#trackback">TrackBacks (0)</a>
2159                               </p>
2160                            </div>
2161                         </div>
2162                      </div>
2163                      
2164                      <!--
2165 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2166          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2167          xmlns:dc="http://purl.org/dc/elements/1.1/">
2168 <rdf:Description
2169     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000669"
2170     trackback:ping="http://defaria.com/mt/mt-tb.cgi/56"
2171     dc:title="Installing... err... I mean building Oracle"
2172     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000669"
2173     dc:subject="General Dynamics"
2174     dc:description=" Started building cqtalk, a Perl process to interact with Clearquest Spent time attempting to install/build Oracle client for Linux..."
2175     dc:creator=""
2176     dc:date="2007-08-29T16:13:56-06:00" />
2177 </rdf:RDF>
2178 -->
2179
2180
2181                      <h2 class="date-header">August 29, 2007</h2>
2182                      <a id="a000669"></a>
2183                      <div class="entry" id="entry-669">
2184                         <h3 class="entry-header">Installing... err... I mean building Oracle</h3>
2185                         <div class="entry-content">
2186                            <div class="entry-body">
2187                               <ul>
2188   <li>Started building cqtalk, a Perl process to interact with Clearquest</li>
2189
2190   <li>Spent time attempting to install/build Oracle client for Linux</li>
2191 </ul>
2192                               
2193                               <p class="entry-more-link">
2194                                  <a href="http://defaria.com/blogs/Status/archives/000669.html#more">Continue reading "Installing... err... I mean building Oracle" &raquo;</a>
2195                               </p>
2196                               
2197                               <p class="entry-footer">
2198                                  <span class="post-footers">Posted by  at  4:13 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000669.html">Permalink</a>
2199                                  
2200                                  | <a href="http://defaria.com/blogs/Status/archives/000669.html#trackback">TrackBacks (0)</a>
2201                               </p>
2202                            </div>
2203                         </div>
2204                      </div>
2205                      
2206                      <!--
2207 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2208          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2209          xmlns:dc="http://purl.org/dc/elements/1.1/">
2210 <rdf:Description
2211     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000668"
2212     trackback:ping="http://defaria.com/mt/mt-tb.cgi/55"
2213     dc:title="backBench.pl"
2214     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000668"
2215     dc:subject="General Dynamics"
2216     dc:description=" Added link and createWor to backBench.pl..."
2217     dc:creator=""
2218     dc:date="2007-08-28T15:55:40-06:00" />
2219 </rdf:RDF>
2220 -->
2221
2222
2223                      <h2 class="date-header">August 28, 2007</h2>
2224                      <a id="a000668"></a>
2225                      <div class="entry" id="entry-668">
2226                         <h3 class="entry-header">backBench.pl</h3>
2227                         <div class="entry-content">
2228                            <div class="entry-body">
2229                               <ul>
2230   <li>Added link and createWor to backBench.pl</li>
2231 </ul>
2232                               
2233                               <p class="entry-footer">
2234                                  <span class="post-footers">Posted by  at  3:55 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000668.html">Permalink</a>
2235                                  
2236                                  | <a href="http://defaria.com/blogs/Status/archives/000668.html#trackback">TrackBacks (0)</a>
2237                               </p>
2238                            </div>
2239                         </div>
2240                      </div>
2241                      
2242                      <!--
2243 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2244          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2245          xmlns:dc="http://purl.org/dc/elements/1.1/">
2246 <rdf:Description
2247     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000667"
2248     trackback:ping="http://defaria.com/mt/mt-tb.cgi/54"
2249     dc:title="UCMWB: rebase/deliver cancelled"
2250     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000667"
2251     dc:subject="General Dynamics"
2252     dc:description=" UCMWB assumes rebases/deliveries are completed. If not it gets confused. Implemented a way for UCMWB to determine such situations...."
2253     dc:creator=""
2254     dc:date="2007-08-24T15:53:46-06:00" />
2255 </rdf:RDF>
2256 -->
2257
2258
2259                      <h2 class="date-header">August 24, 2007</h2>
2260                      <a id="a000667"></a>
2261                      <div class="entry" id="entry-667">
2262                         <h3 class="entry-header">UCMWB: rebase/deliver cancelled</h3>
2263                         <div class="entry-content">
2264                            <div class="entry-body">
2265                               <ul>
2266   <li>UCMWB assumes rebases/deliveries are completed. If not it gets confused. Implemented a way for UCMWB to determine such situations.</li>
2267 </ul>
2268                               
2269                               <p class="entry-footer">
2270                                  <span class="post-footers">Posted by  at  3:53 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000667.html">Permalink</a>
2271                                  
2272                                  | <a href="http://defaria.com/blogs/Status/archives/000667.html#trackback">TrackBacks (0)</a>
2273                               </p>
2274                            </div>
2275                         </div>
2276                      </div>
2277                      
2278                      <!--
2279 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2280          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2281          xmlns:dc="http://purl.org/dc/elements/1.1/">
2282 <rdf:Description
2283     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000666"
2284     trackback:ping="http://defaria.com/mt/mt-tb.cgi/53"
2285     dc:title="UCMWB Assistant"
2286     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000666"
2287     dc:subject="General Dynamics"
2288     dc:description=" Rebuilt Qt 4.2.2 for Solaris to test Assistant..."
2289     dc:creator=""
2290     dc:date="2007-08-23T15:52:23-06:00" />
2291 </rdf:RDF>
2292 -->
2293
2294
2295                      <h2 class="date-header">August 23, 2007</h2>
2296                      <a id="a000666"></a>
2297                      <div class="entry" id="entry-666">
2298                         <h3 class="entry-header">UCMWB Assistant</h3>
2299                         <div class="entry-content">
2300                            <div class="entry-body">
2301                               <ul>
2302   <li>Rebuilt Qt 4.2.2 for Solaris to test Assistant</li>
2303 </ul>
2304                               
2305                               <p class="entry-footer">
2306                                  <span class="post-footers">Posted by  at  3:52 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000666.html">Permalink</a>
2307                                  
2308                                  | <a href="http://defaria.com/blogs/Status/archives/000666.html#trackback">TrackBacks (0)</a>
2309                               </p>
2310                            </div>
2311                         </div>
2312                      </div>
2313                      
2314                      <!--
2315 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2316          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2317          xmlns:dc="http://purl.org/dc/elements/1.1/">
2318 <rdf:Description
2319     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000665"
2320     trackback:ping="http://defaria.com/mt/mt-tb.cgi/52"
2321     dc:title="ucmwb 1.2.3"
2322     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000665"
2323     dc:subject="General Dynamics"
2324     dc:description=" Fixed all ucmwb issues except for the Linux port - still waiting for Oracle Client Libraries and SDK for Linux..."
2325     dc:creator=""
2326     dc:date="2007-08-21T13:46:16-06:00" />
2327 </rdf:RDF>
2328 -->
2329
2330
2331                      <h2 class="date-header">August 21, 2007</h2>
2332                      <a id="a000665"></a>
2333                      <div class="entry" id="entry-665">
2334                         <h3 class="entry-header">ucmwb 1.2.3</h3>
2335                         <div class="entry-content">
2336                            <div class="entry-body">
2337                               <ul>
2338   <li>Fixed all ucmwb issues except for the Linux port - still waiting for Oracle Client Libraries and SDK for Linux</li>
2339 </ul>
2340                               
2341                               <p class="entry-more-link">
2342                                  <a href="http://defaria.com/blogs/Status/archives/000665.html#more">Continue reading "ucmwb 1.2.3" &raquo;</a>
2343                               </p>
2344                               
2345                               <p class="entry-footer">
2346                                  <span class="post-footers">Posted by  at  1:46 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000665.html">Permalink</a>
2347                                  
2348                                  | <a href="http://defaria.com/blogs/Status/archives/000665.html#trackback">TrackBacks (0)</a>
2349                               </p>
2350                            </div>
2351                         </div>
2352                      </div>
2353                      
2354                      <!--
2355 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2356          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2357          xmlns:dc="http://purl.org/dc/elements/1.1/">
2358 <rdf:Description
2359     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000664"
2360     trackback:ping="http://defaria.com/mt/mt-tb.cgi/51"
2361     dc:title="ucmwb/Purify"
2362     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000664"
2363     dc:subject="General Dynamics"
2364     dc:description=" Implemented several ucmwb fixes Spoke with Chad regarding Purify issues..."
2365     dc:creator=""
2366     dc:date="2007-08-17T18:04:03-06:00" />
2367 </rdf:RDF>
2368 -->
2369
2370
2371                      <h2 class="date-header">August 17, 2007</h2>
2372                      <a id="a000664"></a>
2373                      <div class="entry" id="entry-664">
2374                         <h3 class="entry-header">ucmwb/Purify</h3>
2375                         <div class="entry-content">
2376                            <div class="entry-body">
2377                               <ul>
2378   <li>Implemented several ucmwb fixes</li>
2379
2380   <li>Spoke with Chad regarding Purify issues</li>
2381 </ul>
2382                               
2383                               <p class="entry-footer">
2384                                  <span class="post-footers">Posted by  at  6:04 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000664.html">Permalink</a>
2385                                  
2386                                  | <a href="http://defaria.com/blogs/Status/archives/000664.html#trackback">TrackBacks (0)</a>
2387                               </p>
2388                            </div>
2389                         </div>
2390                      </div>
2391                      
2392                      <!--
2393 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2394          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2395          xmlns:dc="http://purl.org/dc/elements/1.1/">
2396 <rdf:Description
2397     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000663"
2398     trackback:ping="http://defaria.com/mt/mt-tb.cgi/50"
2399     dc:title="Shared Stream View Creation"
2400     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000663"
2401     dc:subject="General Dynamics"
2402     dc:description=" Investigated problem with Shared Stream View Creation Investigated problems with Purify. Seems we&apos;re getting a little versionist......"
2403     dc:creator=""
2404     dc:date="2007-08-15T18:25:48-06:00" />
2405 </rdf:RDF>
2406 -->
2407
2408
2409                      <h2 class="date-header">August 15, 2007</h2>
2410                      <a id="a000663"></a>
2411                      <div class="entry" id="entry-663">
2412                         <h3 class="entry-header">Shared Stream View Creation</h3>
2413                         <div class="entry-content">
2414                            <div class="entry-body">
2415                               <ul>
2416   <li>Investigated problem with Shared Stream View Creation<li>
2417
2418   <li>Investigated problems with Purify. Seems we're getting a little versionist...</li>
2419 </ul>
2420                               
2421                               <p class="entry-more-link">
2422                                  <a href="http://defaria.com/blogs/Status/archives/000663.html#more">Continue reading "Shared Stream View Creation" &raquo;</a>
2423                               </p>
2424                               
2425                               <p class="entry-footer">
2426                                  <span class="post-footers">Posted by  at  6:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000663.html">Permalink</a>
2427                                  
2428                                  | <a href="http://defaria.com/blogs/Status/archives/000663.html#trackback">TrackBacks (0)</a>
2429                               </p>
2430                            </div>
2431                         </div>
2432                      </div>
2433                      
2434                      <!--
2435 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2436          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2437          xmlns:dc="http://purl.org/dc/elements/1.1/">
2438 <rdf:Description
2439     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000662"
2440     trackback:ping="http://defaria.com/mt/mt-tb.cgi/49"
2441     dc:title="ucmwb/Qt and other issues"
2442     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000662"
2443     dc:subject="General Dynamics"
2444     dc:description=" Working with Anne Tsirfa of Trolltech and Troltech support Working with Kevin Landers regarding ucmwb Managed to implement fix to helpdesk ticket involving setting access/modify times on view private files copied outside of a view by ucmwb Looked into..."
2445     dc:creator=""
2446     dc:date="2007-08-14T13:10:58-06:00" />
2447 </rdf:RDF>
2448 -->
2449
2450
2451                      <h2 class="date-header">August 14, 2007</h2>
2452                      <a id="a000662"></a>
2453                      <div class="entry" id="entry-662">
2454                         <h3 class="entry-header">ucmwb/Qt and other issues</h3>
2455                         <div class="entry-content">
2456                            <div class="entry-body">
2457                               <ul>
2458   <li>Working with  Anne Tsirfa of Trolltech and Troltech support</li>
2459
2460   <li>Working with Kevin Landers regarding ucmwb</li>
2461
2462   <li>Managed to implement fix to helpdesk ticket involving setting access/modify times on view private files copied outside of a view by ucmwb</li>
2463
2464   <li>Looked into issue with RoseRT versions selected as per switchConf.pl</li>
2465
2466   <li>Resolved ucmwb not displaying icons helpdesk ticket</li>
2467 </ul>
2468                               
2469                               <p class="entry-footer">
2470                                  <span class="post-footers">Posted by  at  1:10 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000662.html">Permalink</a>
2471                                  
2472                                  | <a href="http://defaria.com/blogs/Status/archives/000662.html#trackback">TrackBacks (0)</a>
2473                               </p>
2474                            </div>
2475                         </div>
2476                      </div>
2477                      
2478                      <!--
2479 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2480          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2481          xmlns:dc="http://purl.org/dc/elements/1.1/">
2482 <rdf:Description
2483     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000661"
2484     trackback:ping="http://defaria.com/mt/mt-tb.cgi/48"
2485     dc:title="ucmwb issues/Purify"
2486     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000661"
2487     dc:subject="General Dynamics"
2488     dc:description=" Working with Kevin and others to resolve Qt issues. Submitted PMR with IBM regarding usage of Purify and why it&apos;s taking so long to run..."
2489     dc:creator=""
2490     dc:date="2007-08-08T17:25:19-06:00" />
2491 </rdf:RDF>
2492 -->
2493
2494
2495                      <h2 class="date-header">August  8, 2007</h2>
2496                      <a id="a000661"></a>
2497                      <div class="entry" id="entry-661">
2498                         <h3 class="entry-header">ucmwb issues/Purify</h3>
2499                         <div class="entry-content">
2500                            <div class="entry-body">
2501                               <ul>
2502   <li>Working with Kevin and others to resolve Qt issues.</li>
2503
2504   <li>Submitted PMR with IBM regarding usage of Purify and why it's taking so long to run</li>
2505 </ul>
2506                               
2507                               <p class="entry-more-link">
2508                                  <a href="http://defaria.com/blogs/Status/archives/000661.html#more">Continue reading "ucmwb issues/Purify" &raquo;</a>
2509                               </p>
2510                               
2511                               <p class="entry-footer">
2512                                  <span class="post-footers">Posted by  at  5:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000661.html">Permalink</a>
2513                                  
2514                                  | <a href="http://defaria.com/blogs/Status/archives/000661.html#trackback">TrackBacks (0)</a>
2515                               </p>
2516                            </div>
2517                         </div>
2518                      </div>
2519                      
2520                      <!--
2521 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2522          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2523          xmlns:dc="http://purl.org/dc/elements/1.1/">
2524 <rdf:Description
2525     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000660"
2526     trackback:ping="http://defaria.com/mt/mt-tb.cgi/47"
2527     dc:title="QT"
2528     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000660"
2529     dc:subject="General Dynamics"
2530     dc:description=" Built ucmwb on Solaris Downloaded, built and installed Qt-4.2.2 for Linux Built ucmwb for Linux 64 bit! Doesn&apos;t connect to Clearquest properly yet..."
2531     dc:creator=""
2532     dc:date="2007-08-07T18:53:46-06:00" />
2533 </rdf:RDF>
2534 -->
2535
2536
2537                      <h2 class="date-header">August  7, 2007</h2>
2538                      <a id="a000660"></a>
2539                      <div class="entry" id="entry-660">
2540                         <h3 class="entry-header">QT</h3>
2541                         <div class="entry-content">
2542                            <div class="entry-body">
2543                               <ul>
2544   <li>Built ucmwb on Solaris</liI>
2545
2546   <li>Downloaded, built and installed Qt-4.2.2 for Linux</li>
2547
2548   <li>Built ucmwb for Linux 64 bit! Doesn't connect to Clearquest properly yet</li>
2549 </ul>
2550                               
2551                               <p class="entry-footer">
2552                                  <span class="post-footers">Posted by  at  6:53 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000660.html">Permalink</a>
2553                                  
2554                                  | <a href="http://defaria.com/blogs/Status/archives/000660.html#trackback">TrackBacks (0)</a>
2555                               </p>
2556                            </div>
2557                         </div>
2558                      </div>
2559                      
2560                      <!--
2561 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2562          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2563          xmlns:dc="http://purl.org/dc/elements/1.1/">
2564 <rdf:Description
2565     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000659"
2566     trackback:ping="http://defaria.com/mt/mt-tb.cgi/46"
2567     dc:title="ssh"
2568     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000659"
2569     dc:subject="General Dynamics"
2570     dc:description=" Helped Aaron with ssh..."
2571     dc:creator=""
2572     dc:date="2007-08-03T17:56:27-06:00" />
2573 </rdf:RDF>
2574 -->
2575
2576
2577                      <h2 class="date-header">August  3, 2007</h2>
2578                      <a id="a000659"></a>
2579                      <div class="entry" id="entry-659">
2580                         <h3 class="entry-header">ssh</h3>
2581                         <div class="entry-content">
2582                            <div class="entry-body">
2583                               <ul>
2584   <li>Helped Aaron with ssh</li>
2585 </ul>
2586                               
2587                               <p class="entry-more-link">
2588                                  <a href="http://defaria.com/blogs/Status/archives/000659.html#more">Continue reading "ssh" &raquo;</a>
2589                               </p>
2590                               
2591                               <p class="entry-footer">
2592                                  <span class="post-footers">Posted by  at  5:56 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000659.html">Permalink</a>
2593                                  
2594                                  | <a href="http://defaria.com/blogs/Status/archives/000659.html#trackback">TrackBacks (0)</a>
2595                               </p>
2596                            </div>
2597                         </div>
2598                      </div>
2599                      
2600                      <!--
2601 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2602          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2603          xmlns:dc="http://purl.org/dc/elements/1.1/">
2604 <rdf:Description
2605     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000658"
2606     trackback:ping="http://defaria.com/mt/mt-tb.cgi/45"
2607     dc:title="ranlin0[2|3] released"
2608     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000658"
2609     dc:subject="General Dynamics"
2610     dc:description=" After resolving issue with cleartrig and fonts, released ranlin0[2|3] to production..."
2611     dc:creator=""
2612     dc:date="2007-08-01T13:04:27-06:00" />
2613 </rdf:RDF>
2614 -->
2615
2616
2617                      <h2 class="date-header">August  1, 2007</h2>
2618                      <a id="a000658"></a>
2619                      <div class="entry" id="entry-658">
2620                         <h3 class="entry-header">ranlin0[2|3] released</h3>
2621                         <div class="entry-content">
2622                            <div class="entry-body">
2623                               <ul>
2624   <li>After resolving issue with cleartrig and fonts, released ranlin0[2|3] to production</li>
2625 </ul>
2626                               
2627                               <p class="entry-more-link">
2628                                  <a href="http://defaria.com/blogs/Status/archives/000658.html#more">Continue reading "ranlin0[2|3] released" &raquo;</a>
2629                               </p>
2630                               
2631                               <p class="entry-footer">
2632                                  <span class="post-footers">Posted by  at  1:04 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000658.html">Permalink</a>
2633                                  
2634                                  | <a href="http://defaria.com/blogs/Status/archives/000658.html#trackback">TrackBacks (0)</a>
2635                               </p>
2636                            </div>
2637                         </div>
2638                      </div>
2639                      
2640                      <!--
2641 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2642          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2643          xmlns:dc="http://purl.org/dc/elements/1.1/">
2644 <rdf:Description
2645     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000657"
2646     trackback:ping="http://defaria.com/mt/mt-tb.cgi/44"
2647     dc:title="CC/CQ on Linux"
2648     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000657"
2649     dc:subject="General Dynamics"
2650     dc:description=" Fixed problem with cleartrig for the Linux clients Investigated and found a work around to font problems between Linux and Sun Met with development/test teams regarding documentation visibility. Also worked out the differences in the documents between builds 1,..."
2651     dc:creator=""
2652     dc:date="2007-07-31T17:25:51-06:00" />
2653 </rdf:RDF>
2654 -->
2655
2656
2657                      <h2 class="date-header">July 31, 2007</h2>
2658                      <a id="a000657"></a>
2659                      <div class="entry" id="entry-657">
2660                         <h3 class="entry-header">CC/CQ on Linux</h3>
2661                         <div class="entry-content">
2662                            <div class="entry-body">
2663                               <ul>
2664   <li>Fixed problem with cleartrig for the Linux clients</li>
2665
2666   <li>Investigated and found a work around to font problems between Linux and Sun</li>
2667
2668   <li>Met with development/test teams regarding documentation visibility. Also worked out the differences in the documents between builds 1, 2 and 3</li.
2669 </ul>
2670                               
2671                               <p class="entry-more-link">
2672                                  <a href="http://defaria.com/blogs/Status/archives/000657.html#more">Continue reading "CC/CQ on Linux" &raquo;</a>
2673                               </p>
2674                               
2675                               <p class="entry-footer">
2676                                  <span class="post-footers">Posted by  at  5:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000657.html">Permalink</a>
2677                                  
2678                                  | <a href="http://defaria.com/blogs/Status/archives/000657.html#trackback">TrackBacks (0)</a>
2679                               </p>
2680                            </div>
2681                         </div>
2682                      </div>
2683                      
2684                      <!--
2685 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2686          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2687          xmlns:dc="http://purl.org/dc/elements/1.1/">
2688 <rdf:Description
2689     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000656"
2690     trackback:ping="http://defaria.com/mt/mt-tb.cgi/43"
2691     dc:title="Clearquest on Linux"
2692     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000656"
2693     dc:subject="General Dynamics"
2694     dc:description=" Worked with Kirk on getting Clearquest working on ranlin02/03..."
2695     dc:creator=""
2696     dc:date="2007-07-27T14:35:37-06:00" />
2697 </rdf:RDF>
2698 -->
2699
2700
2701                      <h2 class="date-header">July 27, 2007</h2>
2702                      <a id="a000656"></a>
2703                      <div class="entry" id="entry-656">
2704                         <h3 class="entry-header">Clearquest on Linux</h3>
2705                         <div class="entry-content">
2706                            <div class="entry-body">
2707                               <ul>
2708   <li>Worked with Kirk on getting Clearquest working on ranlin02/03</li>
2709 </ul>
2710                               
2711                               <p class="entry-footer">
2712                                  <span class="post-footers">Posted by  at  2:35 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000656.html">Permalink</a>
2713                                  
2714                                  | <a href="http://defaria.com/blogs/Status/archives/000656.html#trackback">TrackBacks (0)</a>
2715                               </p>
2716                            </div>
2717                         </div>
2718                      </div>
2719                      
2720                      <!--
2721 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2722          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2723          xmlns:dc="http://purl.org/dc/elements/1.1/">
2724 <rdf:Description
2725     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000655"
2726     trackback:ping="http://defaria.com/mt/mt-tb.cgi/42"
2727     dc:title="PHP Web/Clearquest install/cq_setup.csh"
2728     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000655"
2729     dc:subject="General Dynamics"
2730     dc:description=" Finished recoding RAN web using PHP, better HTML coding and CSS Documented new PHP Web Copied large CC &amp; CQ install image over to RAN. Tried running Clearquest. Was receiving error Learned that we have a copy of cq_setup.csh..."
2731     dc:creator=""
2732     dc:date="2007-07-25T18:46:41-06:00" />
2733 </rdf:RDF>
2734 -->
2735
2736
2737                      <h2 class="date-header">July 25, 2007</h2>
2738                      <a id="a000655"></a>
2739                      <div class="entry" id="entry-655">
2740                         <h3 class="entry-header">PHP Web/Clearquest install/cq_setup.csh</h3>
2741                         <div class="entry-content">
2742                            <div class="entry-body">
2743                               <ul>
2744   <li>Finished recoding RAN web using PHP, better HTML coding and CSS</li>
2745
2746   <li>Documented new PHP Web</li>
2747
2748   <li>Copied large CC & CQ install image over to RAN. Tried running Clearquest. Was receiving error</li>
2749
2750   <li>Learned that we have a copy of cq_setup.csh that is sourced by the csh startup scripts. But it uses a Sun version. This obviously causes problems for Linux machines</li>
2751 </ul>
2752                               
2753                               <p class="entry-more-link">
2754                                  <a href="http://defaria.com/blogs/Status/archives/000655.html#more">Continue reading "PHP Web/Clearquest install/cq_setup.csh" &raquo;</a>
2755                               </p>
2756                               
2757                               <p class="entry-footer">
2758                                  <span class="post-footers">Posted by  at  6:46 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000655.html">Permalink</a>
2759                                  
2760                                  | <a href="http://defaria.com/blogs/Status/archives/000655.html#trackback">TrackBacks (0)</a>
2761                               </p>
2762                            </div>
2763                         </div>
2764                      </div>
2765                      
2766                      <!--
2767 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2768          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2769          xmlns:dc="http://purl.org/dc/elements/1.1/">
2770 <rdf:Description
2771     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000654"
2772     trackback:ping="http://defaria.com/mt/mt-tb.cgi/41"
2773     dc:title="Automating Clearcase Installs"
2774     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000654"
2775     dc:subject="General Dynamics"
2776     dc:description=" Created auto install script for Linux..."
2777     dc:creator=""
2778     dc:date="2007-07-19T16:40:48-06:00" />
2779 </rdf:RDF>
2780 -->
2781
2782
2783                      <h2 class="date-header">July 19, 2007</h2>
2784                      <a id="a000654"></a>
2785                      <div class="entry" id="entry-654">
2786                         <h3 class="entry-header">Automating Clearcase Installs</h3>
2787                         <div class="entry-content">
2788                            <div class="entry-body">
2789                               <ul>
2790   <li>Created auto install script for Linux</li>
2791 </ul>
2792                               
2793                               <p class="entry-more-link">
2794                                  <a href="http://defaria.com/blogs/Status/archives/000654.html#more">Continue reading "Automating Clearcase Installs" &raquo;</a>
2795                               </p>
2796                               
2797                               <p class="entry-footer">
2798                                  <span class="post-footers">Posted by  at  4:40 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000654.html">Permalink</a>
2799                                  
2800                                  | <a href="http://defaria.com/blogs/Status/archives/000654.html#trackback">TrackBacks (0)</a>
2801                               </p>
2802                            </div>
2803                         </div>
2804                      </div>
2805                      
2806                      <!--
2807 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2808          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2809          xmlns:dc="http://purl.org/dc/elements/1.1/">
2810 <rdf:Description
2811     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000653"
2812     trackback:ping="http://defaria.com/mt/mt-tb.cgi/40"
2813     dc:title="Deliver build changes"
2814     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000653"
2815     dc:subject="General Dynamics"
2816     dc:description=" Delivered changed to build (removing checking out of Clearcase elements during build) Investigated how ranweb is set up and documented differences in the menus Wrote RAN.php which could be used to do the menus in a a consistent form..."
2817     dc:creator=""
2818     dc:date="2007-07-19T11:12:02-06:00" />
2819 </rdf:RDF>
2820 -->
2821
2822
2823                      
2824                      <a id="a000653"></a>
2825                      <div class="entry" id="entry-653">
2826                         <h3 class="entry-header">Deliver build changes</h3>
2827                         <div class="entry-content">
2828                            <div class="entry-body">
2829                               <ul>
2830   <li>Delivered changed to build (removing checking out of Clearcase elements during build)</li>
2831
2832   <li>Investigated how ranweb is set up and documented differences in the menus</li>
2833
2834   <li>Wrote RAN.php which could be used to do the menus in a a consistent form</li>
2835 </ul>
2836                               
2837                               <p class="entry-footer">
2838                                  <span class="post-footers">Posted by  at 11:12 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000653.html">Permalink</a>
2839                                  
2840                                  | <a href="http://defaria.com/blogs/Status/archives/000653.html#trackback">TrackBacks (0)</a>
2841                               </p>
2842                            </div>
2843                         </div>
2844                      </div>
2845                      
2846                      <!--
2847 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2848          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2849          xmlns:dc="http://purl.org/dc/elements/1.1/">
2850 <rdf:Description
2851     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000652"
2852     trackback:ping="http://defaria.com/mt/mt-tb.cgi/39"
2853     dc:title="Help Desk Cleanup"
2854     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000652"
2855     dc:subject="General Dynamics"
2856     dc:description=" Cleaned up and closed several help desk tickets Delivered and closed RAX_LMC WOR Worked with Kirk on installing Clearcase on Linux servers...."
2857     dc:creator=""
2858     dc:date="2007-07-18T16:25:16-06:00" />
2859 </rdf:RDF>
2860 -->
2861
2862
2863                      <h2 class="date-header">July 18, 2007</h2>
2864                      <a id="a000652"></a>
2865                      <div class="entry" id="entry-652">
2866                         <h3 class="entry-header">Help Desk Cleanup</h3>
2867                         <div class="entry-content">
2868                            <div class="entry-body">
2869                               <ul>
2870   <li>Cleaned up and closed several help desk tickets</li>
2871
2872   <li>Delivered and closed RAX_LMC WOR</li>
2873
2874   <li>Worked with Kirk on installing Clearcase on Linux servers.</li>
2875 </ul>
2876                               
2877                               <p class="entry-footer">
2878                                  <span class="post-footers">Posted by  at  4:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000652.html">Permalink</a>
2879                                  
2880                                  | <a href="http://defaria.com/blogs/Status/archives/000652.html#trackback">TrackBacks (0)</a>
2881                               </p>
2882                            </div>
2883                         </div>
2884                      </div>
2885                      
2886                      <!--
2887 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2888          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2889          xmlns:dc="http://purl.org/dc/elements/1.1/">
2890 <rdf:Description
2891     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000650"
2892     trackback:ping="http://defaria.com/mt/mt-tb.cgi/38"
2893     dc:title="View space/Locked stream"
2894     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000650"
2895     dc:subject="General Dynamics"
2896     dc:description=" Resolved a ticket where the user was unable to deliver due to lock on activity - which is really a lock on the stream Did an analysis of view disk space usage Assisted Kirk and Tom with Clearcase 7.0.1.0..."
2897     dc:creator=""
2898     dc:date="2007-07-11T17:11:16-06:00" />
2899 </rdf:RDF>
2900 -->
2901
2902
2903                      <h2 class="date-header">July 11, 2007</h2>
2904                      <a id="a000650"></a>
2905                      <div class="entry" id="entry-650">
2906                         <h3 class="entry-header">View space/Locked stream</h3>
2907                         <div class="entry-content">
2908                            <div class="entry-body">
2909                               <ul>
2910   <li>Resolved a ticket where the user was unable to deliver due to lock on activity - which is really a lock on the stream</li>
2911
2912   <li>Did an analysis of view disk space usage</li>
2913
2914   <li>Assisted Kirk and Tom with Clearcase 7.0.1.0 installation on Linux</li>
2915
2916   <li>Fixed problem with ssh public key authentication</li>
2917 </ul>
2918                               
2919                               <p class="entry-more-link">
2920                                  <a href="http://defaria.com/blogs/Status/archives/000650.html#more">Continue reading "View space/Locked stream" &raquo;</a>
2921                               </p>
2922                               
2923                               <p class="entry-footer">
2924                                  <span class="post-footers">Posted by  at  5:11 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000650.html">Permalink</a>
2925                                  
2926                                  | <a href="http://defaria.com/blogs/Status/archives/000650.html#trackback">TrackBacks (0)</a>
2927                               </p>
2928                            </div>
2929                         </div>
2930                      </div>
2931                      
2932                      <!--
2933 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2934          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2935          xmlns:dc="http://purl.org/dc/elements/1.1/">
2936 <rdf:Description
2937     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000649"
2938     trackback:ping="http://defaria.com/mt/mt-tb.cgi/37"
2939     dc:title="Removed views/documented customizing Unix environments"
2940     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000649"
2941     dc:subject="General Dynamics"
2942     dc:description=" Worked with Tom and Bryce to remove views from p57707 Wrote a document describing how to customize your Unix CDE environment..."
2943     dc:creator=""
2944     dc:date="2007-07-10T16:17:52-06:00" />
2945 </rdf:RDF>
2946 -->
2947
2948
2949                      <h2 class="date-header">July 10, 2007</h2>
2950                      <a id="a000649"></a>
2951                      <div class="entry" id="entry-649">
2952                         <h3 class="entry-header">Removed views/documented customizing Unix environments</h3>
2953                         <div class="entry-content">
2954                            <div class="entry-body">
2955                               <ul>
2956   <li>Worked with Tom and Bryce to remove views from p57707</li>
2957
2958   <li>Wrote a document describing how to customize your Unix CDE environment</li>
2959 </ul>
2960                               
2961                               <p class="entry-more-link">
2962                                  <a href="http://defaria.com/blogs/Status/archives/000649.html#more">Continue reading "Removed views/documented customizing Unix environments" &raquo;</a>
2963                               </p>
2964                               
2965                               <p class="entry-footer">
2966                                  <span class="post-footers">Posted by  at  4:17 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000649.html">Permalink</a>
2967                                  
2968                                  | <a href="http://defaria.com/blogs/Status/archives/000649.html#trackback">TrackBacks (0)</a>
2969                               </p>
2970                            </div>
2971                         </div>
2972                      </div>
2973                      
2974                      <!--
2975 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2976          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
2977          xmlns:dc="http://purl.org/dc/elements/1.1/">
2978 <rdf:Description
2979     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000648"
2980     trackback:ping="http://defaria.com/mt/mt-tb.cgi/36"
2981     dc:title="Fun with IT in GD"
2982     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000648"
2983     dc:subject="General Dynamics"
2984     dc:description="OK so today I get an obvious phishing attempt email at GD: andrew.defaria: Maybe some mistake in your medcare form(attachment), please check it. Before your open it,rename medicare.vvv to medicare.mdb if you find some problem in you medcare ,please reply..."
2985     dc:creator=""
2986     dc:date="2007-07-05T10:35:30-06:00" />
2987 </rdf:RDF>
2988 -->
2989
2990
2991                      <h2 class="date-header">July  5, 2007</h2>
2992                      <a id="a000648"></a>
2993                      <div class="entry" id="entry-648">
2994                         <h3 class="entry-header">Fun with IT in GD</h3>
2995                         <div class="entry-content">
2996                            <div class="entry-body">
2997                               <p>OK so today I get an obvious phishing attempt email at GD:</p>
2998
2999 <div class=code><pre>
3000 andrew.defaria:
3001 Maybe some mistake in your medcare form(attachment), please check it.
3002 Before your open it,rename medicare.vvv to medicare.mdb
3003 if you find some problem in you medcare ,please reply to me
3004 Tel:(877) 449-07010
3005 </pre></div>
3006
3007 <p>along with an attachment of medicare.vvv. So, being a good, conscientious citizen I figured I'd report the incident in order to help others down the road. I asked around and was told that I need submit a help desk ticket and that I need to first contact the help desk to do so. Funny, I'd thought this would just be a "forward the email to &lt;x&gt;" and I'd be done with it. So I'm directed to a web page which has the number for the help desk. I call that number (it's 9:40 Am mind you) and I get voice mail saying "I'm sorry but nobody's here to take your call" and to leave a message. So, wanting to dispose of this issue rather than have it remain, I decided to go back to the web site and see if there was an answer to the question. I searched for "report phishing attempts" and "report spam" and there was nothing found! Oh well I tried but does this frustrate anybody else as much as it does me?</p>
3008
3009 <p>Oh and if click on the Contact Us link you'll start and email that will be returned to you undeliverable!</p>
3010                               
3011                               <p class="entry-footer">
3012                                  <span class="post-footers">Posted by  at 10:35 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000648.html">Permalink</a>
3013                                  
3014                                  | <a href="http://defaria.com/blogs/Status/archives/000648.html#trackback">TrackBacks (0)</a>
3015                               </p>
3016                            </div>
3017                         </div>
3018                      </div>
3019                      
3020                      <!--
3021 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3022          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
3023          xmlns:dc="http://purl.org/dc/elements/1.1/">
3024 <rdf:Description
3025     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000647"
3026     trackback:ping="http://defaria.com/mt/mt-tb.cgi/35"
3027     dc:title="Help desk tickets"
3028     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000647"
3029     dc:subject="General Dynamics"
3030     dc:description="Worked on the following WORs/Helpdesk Ticket RANCQ00011450 Alter makefiles in DCHSR project to remove checkouts during builds (Done) RANCQ00011131 Migrate makefiles in RAX_LMC project to remove checkouts during builds - 1.7c -&gt; 2 (Done) RANCQ00011428 Remove unnecessary vob elements for..."
3031     dc:creator=""
3032     dc:date="2007-06-29T16:40:08-06:00" />
3033 </rdf:RDF>
3034 -->
3035
3036
3037                      <h2 class="date-header">June 29, 2007</h2>
3038                      <a id="a000647"></a>
3039                      <div class="entry" id="entry-647">
3040                         <h3 class="entry-header">Help desk tickets</h3>
3041                         <div class="entry-content">
3042                            <div class="entry-body">
3043                               <p>Worked on the following WORs/Helpdesk Ticket</p>
3044
3045 <ul>
3046   <li><b>RANCQ00011450</b> Alter makefiles in DCHSR project to remove checkouts during builds (Done)</li>
3047
3048   <li><b>RANCQ00011131</b> Migrate makefiles in RAX_LMC project to remove checkouts during builds - 1.7c -> 2   (Done)</li>
3049
3050   <li><b>RANCQ00011428</b> Remove unnecessary vob elements for RA (Done)</li>
3051
3052   <li><b>RANCQ00011351</b> Removing unnecesary vob elements for RA (Done)</li>
3053
3054   <li><b>RANCQ00011589</b> Can not deliver WOR # 9358 (Waiting for response from submitter)</li>
3055
3056   <li><b>RANCQ00011566</b> Had failure during rebase - unable to continue with deliver (Waiting for response from submitter)</li>
3057
3058   <li><b>RANCQ00011330</b> ROAM PM Testing files missing in GD vobs (Labeled Ericsson vob and requested a re-replication from Julie. Almost done.)</li>
3059
3060   <li><b>RANCQ00010740</b> TOOL FAILURE : "You must deliver your changes before you complete this WOR!!!"       (Was able to deliver myself. Waiting for response from requester)</li>
3061
3062   <li><b>RANCQ00010651</b> Cannot checkout files in RoseRT (Showed submitter that this WOR was rejected and thus you cannot check out. Waiting for response from requester.<)</li>
3063 </ul>
3064                               
3065                               <p class="entry-footer">
3066                                  <span class="post-footers">Posted by  at  4:40 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000647.html">Permalink</a>
3067                                  
3068                                  | <a href="http://defaria.com/blogs/Status/archives/000647.html#trackback">TrackBacks (0)</a>
3069                               </p>
3070                            </div>
3071                         </div>
3072                      </div>
3073                      
3074                      <!--
3075 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3076          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
3077          xmlns:dc="http://purl.org/dc/elements/1.1/">
3078 <rdf:Description
3079     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000646"
3080     trackback:ping="http://defaria.com/mt/mt-tb.cgi/34"
3081     dc:title="csh vs. tcsh status"
3082     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000646"
3083     dc:subject="General Dynamics"
3084     dc:description="Jim, it is apparently a csh&apos;ism that $? is not available but $status is: Randws035:csh [randws035/vobs/rnc/rrt/rlib] ls /non/existant /non/existant: No such file or directory [randws035/vobs/rnc/rrt/rlib] echo $status 2 [randws035/vobs/rnc/rrt/rlib] ls /non/existant /non/existant: No such file or directory [randws035/vobs/rnc/rrt/rlib] echo $?..."
3085     dc:creator=""
3086     dc:date="2007-06-25T14:26:32-06:00" />
3087 </rdf:RDF>
3088 -->
3089
3090
3091                      <h2 class="date-header">June 25, 2007</h2>
3092                      <a id="a000646"></a>
3093                      <div class="entry" id="entry-646">
3094                         <h3 class="entry-header">csh vs. tcsh status</h3>
3095                         <div class="entry-content">
3096                            <div class="entry-body">
3097                               <p>Jim, it is apparently a csh'ism that $? is not available but $status is:</p>
3098
3099 <div class=code><pre>
3100 <font color="#3333ff"><b>Randws035:</b></font><u>csh</u>
3101 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>ls /non/existant</u>
3102 /non/existant: No such file or directory
3103 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>echo $status</u>
3104 2
3105 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>ls /non/existant</u>
3106 /non/existant: No such file or directory
3107 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>echo $?</u>
3108 Variable syntax
3109 </pre></div>
3110
3111 <p>Whereas in tcsh:</p>
3112
3113 <div class=code><pre>
3114 <font color="#3333ff"><b>Randws035:</b></font><u>tcsh</u>
3115 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>ls /non/existant</u>
3116 /non/existant: No such file or directory
3117 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>echo $status</u>
3118 2
3119 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>ls /non/existant</u>
3120 /non/existant: No such file or directory
3121 <font color="#cc6600"><b>[randws035/vobs/rnc/rrt/rlib]</b></font> <u>echo $?</u>
3122 2
3123 </pre></div>
3124
3125                               
3126                               <p class="entry-footer">
3127                                  <span class="post-footers">Posted by  at  2:26 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000646.html">Permalink</a>
3128                                  
3129                                  | <a href="http://defaria.com/blogs/Status/archives/000646.html#trackback">TrackBacks (0)</a>
3130                               </p>
3131                            </div>
3132                         </div>
3133                      </div>
3134                      
3135                      <!--
3136 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3137          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
3138          xmlns:dc="http://purl.org/dc/elements/1.1/">
3139 <rdf:Description
3140     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000645"
3141     trackback:ping="http://defaria.com/mt/mt-tb.cgi/33"
3142     dc:title="ClearReplica"
3143     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000645"
3144     dc:subject="General Dynamics"
3145     dc:description=" Worked on fixing ticket # 11330 for Bill Davies..."
3146     dc:creator=""
3147     dc:date="2007-06-22T17:22:02-06:00" />
3148 </rdf:RDF>
3149 -->
3150
3151
3152                      <h2 class="date-header">June 22, 2007</h2>
3153                      <a id="a000645"></a>
3154                      <div class="entry" id="entry-645">
3155                         <h3 class="entry-header">ClearReplica</h3>
3156                         <div class="entry-content">
3157                            <div class="entry-body">
3158                               <ul>
3159   <li>Worked on fixing ticket # 11330 for Bill Davies</li>
3160 </ul>
3161                               
3162                               <p class="entry-more-link">
3163                                  <a href="http://defaria.com/blogs/Status/archives/000645.html#more">Continue reading "ClearReplica" &raquo;</a>
3164                               </p>
3165                               
3166                               <p class="entry-footer">
3167                                  <span class="post-footers">Posted by  at  5:22 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000645.html">Permalink</a>
3168                                  
3169                                  | <a href="http://defaria.com/blogs/Status/archives/000645.html#trackback">TrackBacks (0)</a>
3170                               </p>
3171                            </div>
3172                         </div>
3173                      </div>
3174                      
3175                      <!--
3176 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3177          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
3178          xmlns:dc="http://purl.org/dc/elements/1.1/">
3179 <rdf:Description
3180     rdf:about="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000644"
3181     trackback:ping="http://defaria.com/mt/mt-tb.cgi/32"
3182     dc:title="First productive day"
3183     dc:identifier="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html#entry-000644"
3184     dc:subject="General Dynamics"
3185     dc:description=" Worked with Chris Burns to cancel a few checkouts. This allowed me to remove a few binary files from one of the builds. These binary files were being checked out and built in the build process then checked back..."
3186     dc:creator=""
3187     dc:date="2007-06-11T18:25:11-06:00" />
3188 </rdf:RDF>
3189 -->
3190
3191
3192                      <h2 class="date-header">June 11, 2007</h2>
3193                      <a id="a000644"></a>
3194                      <div class="entry" id="entry-644">
3195                         <h3 class="entry-header">First productive day</h3>
3196                         <div class="entry-content">
3197                            <div class="entry-body">
3198                               <ul>
3199   <li>Worked with Chris Burns to cancel a few checkouts. This allowed me to remove a few binary files from one of the builds. These binary files were being checked out and built in the build process then checked back in. It was determined that we ought not version control such files and instead let them remain derived files.</li>
3200 </ul>
3201                               
3202                               <p class="entry-footer">
3203                                  <span class="post-footers">Posted by  at  6:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000644.html">Permalink</a>
3204                                  
3205                                  | <a href="http://defaria.com/blogs/Status/archives/000644.html#trackback">TrackBacks (0)</a>
3206                               </p>
3207                            </div>
3208                         </div>
3209                      </div>
3210                      
3211                   </div>
3212                </div>
3213             </div>
3214          </div>
3215       </div>
3216    </div>
3217 </body>
3218 </html>