|
This chapter covers qdsrv (the QEF server), its client programs, and its uses. All the provided services are described, but the emphasis is on the use of the path database to navigate the trees. |
![]() |
![]() |
The QEF server qdsrv provides six services to other programs in the QEF system: Path Database, Time Server, Version Number Database and Server, Variable Database Server, User Path Identifier Server, and QEF Licence Server. Descriptions of these services follow. | ||
| Path Database |
Enterprise-wide software development encompasses a number
of platforms, directories, developers, and files
too many for most people to remember.
qdsrv maintains a database of paths of project trees
which can be queried by qds and its alias qd.
This use of qdsrv is covered extensively below and
in other chapters.
|
||
| Time Server |
Given the common use of distributed file systems, it is not
uncommon for builds to be done on a host other than the one
that hosts the source file system.
As such it is crucial that all the machines involved
in the builds have approximately the same time.
As part of its initialization, qef will retrieve the
time of qdsrv's host.
If the retrieved time is not within 10 seconds of the qef's
host, qef will abort as in:
% qef # being run on matt
#{ @matt 2000/03/01 02:59:45
qef: Time check failed
2000/03/01 02:59:59 gobo (qdsrv host)
2000/03/01 02:59:45 matt (local host)
14 difference
#} E-1 matt@/m/qtree/linux2_0i/o8.4 2000/03/01 02:59:45(0)
% qdmgt -t # check the time synchronization
Time check failed
2000/03/01 03:06:20 gobo (server host)
2000/03/01 03:06:06 matt (local host)
14 difference
There is a qef flag (-t) that causes qef to
suppress the time check, but this is inadvisable.
|
||
| Version # Database and Server |
The program mkvernum and its link vcc are used to
create version files such as <qtree>/relinfo or the
version string in qef itself built at link time:
% qtreeinf # show Q-Tree version info $QTREE: /m/qtree/8.4/linux2_0i Default $QTREE: /usr/qtree8.4 0: /m/qtree/8.4/linux2_0i Real Dir: /m/qtree/8.4/linux2_0i # following is extracted from the relinfo file Qtree(full) 8.4.6(677) Linux-2.0.36-i686(linux2_0i)The numbers in parentheses are unique for the module. mkvernum fetches the count for the module from the qdsrv which increments the count for the next request. qdsrv will also record the request and build information in the associated database <qtree>/mkvernum.db as in: qtree:qef 8.4(179) Linux-2.0.34-i686 gobo
|
||
| Variable Database Server |
The qdsrv also provides management and access to arbitrary
variables the values of which are then available throughout the network.
Currently the only use of these variables is by qremote
see Chapter 10.1.
qremote retrieves variables of the form host.qtree
which stores the directory name of the Q-Tree on the specific host.
The list of such variables can be retrieved using the qdmgt
message vlist as in:
% qdmgt vlist m\*.qtree matt.qtree = /m/qtree/8.4/linux2_0i mokey.qtree = //C/qtree8_4Variables can be deleted (using vdel), set (using vset), and retrieved (using vget). |
||
| User Path Identifier Server |
In Using qd in the third tutorial of
Chapter 4, an example of the use of user identifiers are given.
Using qdid -s or qds -I the user can
bind a path to an qdsrv identifier.
This path number can then be retrieved using qds -i.
This facility allows the user to establish a pseudo home that
can be trivially reached on any host on which the path is available.
For example:
% qd -pguide -o # chdir to guide project's object tree
Using 59 guide 8.4 object dt gobo linux2_0i /p/guide/o
|
||
| QEF Licence Server |
The final qdsrv service is to provide licences see
Appendix B: Qef Licences and Associated Procedures.
qef requests a licence from qdsrv on startup.
If the licence is not granted qef issues a warning,
but continues anyway (after a two second delay).
A request to refresh the licence will be issued by any nested
qef invocations.
qdsrv also provides mechanisms to reread the licence
database and to list the current licences and their statuses.
|
![]() |
Ideally, qdsrv should be started automatically on a
machine accessible from every development machine
To determine if qdsrv is running, issue the command: % qdmgt -v
# if qdsrv is running ...
Qdsrv 8.4(162) - 2000/01/19 01:08:00 - Linux-2.0.34-i686
pid=455; uid=0; host=gobo; port=6631
Database: <qtree>/data/qdsrv.db
# If qdsrv is not running ...
qdmgt: connect failed
If you do see a response similar to the latter one above, try running qdsrv yourself: % qdsrv
qdsrv started: errors will be logged in
The second message indicates that you are not on the
host for which qdsrv is configured.
The host name is stored in the traits variable QDSRV_HOST
in <qtree>/data/traits.ext.
The following command will output the current settings:
% traits QDSRV_HOST QDSRV_PORT
QDSRV_HOST gobo
QDSRV_PORT 6631
The server qdsrv is run on some machine on the network attached to a TCP/IP port. The names of the host and the number of the port are specified by the above traits variables. An environment variable QDSRV_ID could be used to override the traits settings, but given the universal nature of the server, doing so is strictly a local temporary fix. The settings should be the same on all systems and arrangements should be made to ensure that qdsrv is always running on the named host. |
![]() |
Most interaction with the server is through a few specialized commands. |
| mkvernum | Creates release/version/time stamp files and uses qdsrv to record build records and to provide build numbers. |
| qdchk | Check the qdsrv database paths for validity and consistency. |
| qdid | Sets, displays, or assigns a user's path identifier. |
| qdmgt | A generalized mechanism to send arbitrary qdsrv messages. qdmgt has some special purpose options: |
| qds | Retrieves paths matched by arguments and default fields (used to reduce number of matches) from the qdsrv path database. qds supports a -d flag to output a directory name that may be used as an argument to cd or pushd. See qd descriptions below. |
| qdupd |
Add the current tree or an argument-specified path to the database
automatically invoked by rootvrs.
|
| qef | The primary QEF driver. It accesses qdsrv services to check the time and to get licences. |
| qremote | Runs commands, possibly on a remote host. Uses qdsrv to retrieve locations of the Q-Tree on the target host so as to be able to build a $PATH independent rsh command. |
| vcc |
A link to mkvernum that compiles the file that it builds
see above.
|
![]() |
qdsrv loads the database <qtree>/data/qdsrv.db
which consist of path records containing the following fields:
<Index> <Project> <Release> <Type> <User> as in: 13 qtree 7.1 object dt sark linux /kent/u/qtree/o /u/qtree/s |
||||||||||||||||||||||||||||||||||||
| Normal Uses |
The main purpose of qds is to provide a directory name that can be used as an argument to chdir or to pushd. The arguments to qds (or the alias qd) are used to select the path. For example: % qds -pguide -a -S # all paths for the guide project
52 guide 8.4 baseline dt gobo - /p/guide/s
59 guide 8.4 object dt gobo linux2_0i /p/guide/o
If there are multiple matches, qds will apply the matches current project, current user, and current host to try to reduce the list to a single entry. These matches are equivalent to the flags -p, -u, and -h, each with the argument ".". The -d flag forces the output to be a single directory. When -d is given and qds cannot reduce the list to a single directory, qds outputs the list to standard error, as in: % qds -d -o -pqtree
The following multiple directories matched:
32 qtree 8.4 object dt gobo linux2_0i.f
/p/qtree/linux2_0i/o8.4
/p/qtree/s8.4
48 qtree 8.4 object dt gobo linux2_0i.p
/p/qtree/linux2_0i/o8.4p
/p/qtree/s8.4
qds: Use the index in the first column to resolve ambiguity
Most of the time, a unique match can be found with just one or two flags.
And after a few uses,
you start to know the index values for the paths you commonly use
% cd $(qds -d -32) |
||||||||||||||||||||||||||||||||||||
| The qd Alias/Function |
Rather than frequently typing "cd $(qds -d ...)", we suggest you define a shell function or csh alias as follows: qd () {
qdtmp=$(qds -d $*) && cd $qdtmp
} # in sh, ksh or bash
alias qd 'qdtmp=`qds -d \!*` && cd $qdtmp'# in csh
This text is also available in the qfunc database, thus can be used to set the function or alias: % eval $(qfunc qd) # in sh, bash, or ksh % eval `qfunc -c qd` # in csh Once qd is defined, the command qd will cd to the appropriate directory in the selected path. If the selection does not result in a single path, qd will list the matching paths, including their indexes.
|
||||||||||||||||||||||||||||||||||||
| Special Cases |
There are a number of special case qds flags in addition to the queries:
The -i may be followed by a decimal index indicating which root in the RootPath should be selected, thus typically yielding:
Often you will know the indices of the paths you use most commonly, but if not use qds as in: % qds -p <project name> -o This command produces a list of the paths defined for the project. Then you can run: % qd -I -N where N is the index of the path of interest. This changes directory to the project root and sets the identifier. |
||||||||||||||||||||||||||||||||||||
| qds Query Arguments |
qds/qd supports a variety of flags to select paths:
The above may seem formidable, however, in most instances it is sufficient to specify the -ttype argument (or one of the -[bmosvw] short cuts). This is because qds -d will try to reduce the number of matched patterns by applying -p., -u., and -h. queries in turn if they reduce the number of patterns matched (provided not all matches are eliminated). |
||||||||||||||||||||||||||||||||||||
| qds -d argument |
qds -d and qd take an optional argument that specifies the sub-directory to be appended to the root of the selected path. By default, if the selected path has the same @Project setting as the current directory, qds -d will append the current displacement (i.e., @Branch) to the target root. This facilitates changing from a project tree (e.g., the object tree) to the corresponding location in another of the project's trees (e.g., baseline tree). If the corresponding directory does not exist in the target tree, sub-directories are removed until one that does exist is found. If the target tree does not have the same @Project as the current value, qds -d will use the root of the target tree. If an argument is specified, it is interpreted a sub-directory of the target directory, unless the argument begins with `/', in which case it is interpreted as a sub-directory of the target root. qds -d |
||||||||||||||||||||||||||||||||||||
| Some Useful qdsrv Client Commands |
|
| c061.qh - 1.23 - 00/05/30 |
|