Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000500.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: cvsims/SCM global area/ccase-rmna-4 issues</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000499.html" title="BinRebase/ccase-rmna-4 problems" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000501.html" title="Bugs/Integrating cvsims/PQA problems" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000499.html">&laquo; BinRebase/ccase-rmna-4 problems</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000501.html">Bugs/Integrating cvsims/PQA problems &raquo;</a>
44                      </p>
45
46                      <a id="a000500"></a>
47                      <div class="entry" id="entry-500">
48                         <h3 class="entry-header">cvsims/SCM global area/ccase-rmna-4 issues</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Changed cvsims to use new global area</li>
53
54   <li>Created document for <a href="http://intranet.broadcom.com/~adefaria/CVS/IMS.php">CVS/IMS Connector</a></li>
55
56   <li>Created new global area</li>
57
58   <lI>Working on another users problems with accessing ccase-rmna-4</li>
59 </ul>
60                            </div>
61                            <div id="more" class="entry-more">
62                               <h2>Global File System Area - SCM</h2>
63
64 <p>I'm just trying to understand a little bit better about global paths, replication and DFS here at Broadcom. I ask because I see that this new SCM directory that I created over in Irvine is not at other sites as I would have expected it. For example:</p>
65
66 <div class="code"><pre>
67 ccase-rmna-3:ls -d /projects/ccase/SCM
68 ls: /projects/ccase/SCM: No such file or directory
69 ccase-rmna-3:ls /projects/ccase | wc -l
70      17
71 </pre></div>
72
73 <p>and</p>
74
75 <div class="code"><pre>
76 ccase-sj1-1:ls -d /projects/ccase/SCM
77 ls: /projects/ccase/SCM: No such file or directory
78 ccase-sj1-1:ls /projects/ccase | wc -l
79      16
80 </pre></div>
81
82 <p>However</p>
83
84 <div class="code"><pre>
85 x-irva-01:ls -d /projects/ccase/SCM                                           
86 /projects/ccase/SCM/
87 x-irva-01:ls /projects/ccase | wc -l                                          
88       24
89 </pre></div>
90
91 <p>So then the SCM directory exists in Irvine but not in SJ nor Richmond. I suspect that it's merely that something needs to replicate it and maybe I just need to wait until that happens. Still such a delay in replication is a side effect we must bear in mind when we are pushing out changes... Also, notice the different directory counts at the three sites above...</p>
92
93 <p>WRT Windows and DFS, my Z drive is mapped to \\brcm-sj\dfs and I therefore do not have a Z:\projects\ccase\SCM directory there either:</p>
94
95 <div class="code"><pre>
96 Local:ls -d /dev/z/projects/ccase/SCM
97 ls: /dev/z/projects/ccase/SCM: No such file or directory
98 Local:ls /dev/z/projects/ccase | wc -l
99 16
100 </pre></div>
101
102 <p>I suspect this correlates to ccase-sj1-1:/projects/ccase/SCM and whenever that directory gets populated so will my Z drive.</p>
103
104 <p>Again, it might be that replication will eventually happen or that it need to be set up. But we must understand that pushing something to some "global" place in Irvine, SJ or Richmond has a built in prorogation delay.</p>
105
106 <p>Finally, it seems to me that the intent of the projects automount map is to provide a well known path to global file space that exists on filers at the various sites and that replication between the filers happens on some known schedule. Scripts or other processes should "reach out" to the filer storage area they they know (e.g. \\brcm-irv\dfs\projects\ccase...) rather they should use the automount map (i.e. /projects/ccase) so as to avoid having to go out on the WAN to get stuff. For Unix this is pretty simplified in that the automounter and the projects automount map normalizes this to just /projects/<project>/<etc>. But can it be said that the same is true under Windows for the Z drive and DFS? By that I mean can I rely on Z:\projects\ccase\SCM to be the right place? If so then I will change my Perl code to set $lib_path = "Z:\\projects\\ccase\\SCM\\lib".</p>
107                            </div>
108                         </div>
109                         <p class="entry-footer">
110                            <span class="post-footers">Posted by  on December 20, 2005  5:27 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000500.html">Permalink</a>
111                         </p>
112                      </div>
113
114                      
115
116                      
117                   </div>
118                </div>
119             </div>
120          </div>
121       </div>
122    </div>
123 </body>
124 </html>