Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the UNIX Environment > Postinstallation Tests of Analytics Client and Server (UNIX) >
Testing the Analytics Client Installation (UNIX)
To test the Siebel Analytics client setup, use the following procedure. To test the Siebel Analytics client installation
- Run Siebel Analytics Client by opening another session. From the setup directory
$INSTALLDIR/setup, run one of the UNIX shell commands shown in the following table.
|
|
Korn, Bourne, or bash |
. sa-cli.sh
|
C |
source sa-cli.csh
|
To test the client/server connectivity, run:
nqcmd.exe
- If the test is successful, press the Enter key several times to quit nqcmd.exe.
If the test is not successful, proceed to Step 3.
- Make sure all clients are disconnected from the Siebel Analytics Server, and then stop the server by running one of the UNIX shell commands shown in the following table.
|
|
Korn, Bourne, or bash |
run-sa.sh { start | {stop -d <data source name> -u <user name> -p <password>}}
|
C |
run-sa.csh { start | {stop -d <data source name> -u <user name> -p <password>}}
|
For example:
run-sa.csh stop -d AnalyticsWeb -u Administrator -p SADMIN
|