ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Version-Control
 
  VSS (6)  Clear-Case (9)  CVS-MapServer (10)  Version-Control-AllOther (59)
 


 

Back to Questions Page
 
Question
what is eclipsed file in clearcase? What is the solution?

In what case it is called eclipsed file?
Rank Answer Posted By  
 Question Submitted By :: Fayaz.ahammad
This Interview Question Asked @   IBM , Tcs
I also faced this Question!!   © ALL Interview .com
Answer
It is cretaed when a view is at confusion state to 
recognize it.

Solution: need to kill the view_server process of 
particular view.
 
0
Fayaz.ahammad
 
 
Question
what is the default vob size when it is created at first 
time?
Rank Answer Posted By  
 Question Submitted By :: Sugumar
This Interview Question Asked @   Standard-Chartered
I also faced this Question!!   © ALL Interview .com
Answer
1.8 MB
 
0
Dinesh
 
 
Answer
0.8 mb
 
0
Dinesh
 
 
 
Answer
9
 
0
Deepak Nr
 
 
Question
what is the difference between operating system shell and
clearcase shell?
Rank Answer Posted By  
 Question Submitted By :: Cnivas
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
As such there s no difference in the shell. As clarcase is 
a tool that works on the OS shell, you need to set up Path 
for your clearcase tool in the .profile file of your unix 
shell to recognize the cleartool command.
you can see in the /bin folder whether cleartool command is 
there or not.

And if you take windows environment, there is a cleartool 
shell that that is embed with the clearcase tool that you 
wil purchase, this shell will all the clearcase commands.
 
0
Satya
 
 
Question
how to start the albd_server in windows if it is stopped?
Rank Answer Posted By  
 Question Submitted By :: Cnivas
I also faced this Question!!   © ALL Interview .com
Answer
u can use below commands in command promt.
c:\>>>> net start albd.

and another way is 
Click Start > Control Panel
Double-click > Administrative Tools folder
Double-click >the Services icon
Double-click >Atria Location Broker service
and start albd.

one more is in conrol panel.there u can see the clearcase 
icon and double click on that icon.
click on services start up.
there u can see the albd status if albd service is stop
start albd service.
 
0
Sangeetha
 
 
Question
What is CVS(Control Version System?
Rank Answer Posted By  
 Question Submitted By :: Gangadhar_interview
I also faced this Question!!   © ALL Interview .com
Answer
CVS is a repository. It is also called Configuration 
management Tool. The use of CMT is to manage the code. The 
history of changes made to the code. This is the brief idea 
about the CMT. For specifically on CVS, Please open the 
below link: http://www.nongnu.org/cvs/
 
0
Siba Sankar Nayak
 
 
Answer
CVS (Concurrent Versions System)is a version control system
which is upward compatible with RCS (Revision Control
System). It is not a configuration management tool by
itself, but it is an important component of a SCM (Software
Configuration Management) system. CVS is designed for use in
a client/server environment using a centralized repository,
and allows for concurrent editing of files by globally
dispersed development teams. For more information see:
http://www.nongnu.org/cvs/
 
0
George Nace
 
 
Question
What does aldb_server do?
Rank Answer Posted By  
 Question Submitted By :: Sandhya
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
The ClearCase ALBD (ALBD stands for the Atria Location 
Broker Daemon) Atria was the name of the company that 
originally designed and developed ClearCase) server is a 
broker between ClearCase processes and data. It provides 
other ClearCase processes with the information needed to 
locate and communicate with other ClearCase processes, 
regardless of where in the network the processes exist.


 
0
Sandhya
 
 
Answer
the albd server handles a varienty of tasks.

when a cleint program wants access a service ( avob or view 
serverfor example)on cleracase host,it uses a remote 
procedure call to send a request to the albd server on that 
host. the albd server starts the requested services if it 
is not already started. then isssues a responce telling the 
client the service's port number. thereafetr the client 
communicates directly with the specific service, without 
invoving the albd_server.

responding to requests for registry information on rational 
cleracase registry on server host.

responding to requests for licenses information on a 
rational cleracase license server hpst.
 
0
Sangeetha
 
 
Answer
your question is not clear.your are asking albd_server or 
db_server process.But i am explain both process.

albd_server process is very critical service in clearcase 
server and client .
albd_server process responsible:

1.Starting and stopping other Rational ClearCase services 
as needed.
2.Setting up network communications between Rational 
ClearCase clients and servers that time (When a client 
program wants to access a service (a VOB or view server, 
for example) on a Rational ClearCase server host, it uses a 
remote procedure call (RPC) to send a request to the 
albd_server process on that host).
3.Managing execution of tasks run by the Rational ClearCase 
scheduler.
4.Responding to requests for registry information on a 
Rational ClearCase registry server host.
5.Responding to requests for licenses on a Rational 
ClearCase license server host.

albd_server listen RPC port number is port 371.


db_server service is  different for albd_server process .
db_server is dependent process of albd_server process.

Resonsibile for db_server process:

   Client program is not able to access VOB database 
directly. db_server processes manage VOB database 
transactions on that host in response to requests from 
client programs
 
0
S.palanirajan
 
 
Question
Advantages of Rational ClearCase over other SCM tool i.e 
Microsoft Visual Source Safe
Rank Answer Posted By  
 Question Submitted By :: Sandhya
This Interview Question Asked @   Honeywell , Ooo
I also faced this Question!!   © ALL Interview .com
Answer
The multisite is the best part of clearcase than any other 
tool
 
0
Mahi
 
 
Answer
The beauty of glearcase lies in its conecpts of config spec
and views ...
 
0
Vishwesh Bhat
 
 
Answer
1. In ClearCase Check-in's are atomic.
2. Directories are first-class controlled entities in 
Clearcase. Even supports controlling of symbolic/hard links.
 
0
Swathika
 
 
Answer
In CLearcase performance is better supports more data size..

 VSS Performance is poor and supports less data size.....
 
0
Anu
 
 
Question
Different file systems in LIUNX OS
Rank Answer Posted By  
 Question Submitted By :: Sandhya
This Interview Question Asked @   Honeywell , Wipro
I also faced this Question!!   © ALL Interview .com
Answer
special files like
pipe,socket

ordinary file
 
0
Vijayakumar
 
 
Answer
There r two types of files in UNix 

as Test and Binary file.

In broad manner Text file is also three types ;

Normal text file
System text file
Device text file
 
0
Rimasinha2000
 
 
Question
Mention any 5 best SCM practices?
Rank Answer Posted By  
 Question Submitted By :: Sandhya
This Interview Question Asked @   Honeywell
I also faced this Question!!   © ALL Interview .com
Answer
Some of them are :

Organize versioned artifacts into versioned components.

Organize versioned components and subsystems into versioned 
subsystems.

Create baselines at project milestones.

Record and track requests for change.

Organize and integrate consistent sets of versions using 
activities.

Maintain stable and consistent workspaces.
 
0
Sandhya
 
 
Question
Which is the best product for source controlling compair to 
VSS for vesion controlling
Rank Answer Posted By  
 Question Submitted By :: Chintan
I also faced this Question!!   © ALL Interview .com
Answer
ClearCase is the best...........
 
0
Prathima
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com