Once SoftBench CM has been installed on the server and client
systems, and the server program (cmserver) has been started on the server(s), the following
test will determine whether your installation of SoftBench CM is
successful.
Execute the following command on the SoftBench CM server system
and on each of the client systems:
/opt/softbench/bin/fls -h server_host -dlX /TestArchive |
The options mean the following:
Table 5-1 Options Used With fls Command To Verify Installation
Option | Description |
|---|
-h server_host | Specify the hostname of the server system
here. |
-d | Causes only the name of directories to
be listed, not their contents. |
l | The letter l causes the resulting listing
to be in long format, giving mode, locks, size in bytes, and the last
time the file (directory) was modified. |
X | Lists the names in expanded form. |
/TestArchive | The name of the archive directory. |
This test verifies that the archive server can be reached
from a client. It should show the archive directory /TestArchive, which was physically placed in /var/tmp on the SoftBench CM server system during the installation
process. You should see output that looks something like:
drwxrwxrwx unlocked 1024 Jan 15 15:33 /TestArchive |