Pseries Installation Guide

P-Series Installation and Operation Guide, version 2.3.1.2 45
Uninstalling the Sguil Server
To uninstall the server:
Installing the Sguil Client
You must have the following software installed in your PC before installing the Sguil client:
ActiveTcl, Force10 recommends ActiveTcl8.4.14 which includes Wish
•WinZip
•Wireshark
•Wish
Download the OpenSSL TCL extension TLS package to the client and extract the contents to the lib
directory of the TCL installation. Typically the TCL installation directory is c:\program files\tcl.
To install the client:
4 Source the server configuration file. The default
parameters in this file may be changed.
source Configure-Inputs.sh
5 Compile and build the Sguil server package. Use the
logging option to collect debugging information during
compilation and redirect standard output and errors to a
log file.
gmake [> build.log 2>&1]
6 Install the Sguil server package.
gmake install
7 (OPTIONAL) Set the debug flag to 1 in sguild.conf before executing Startserver.sh to display Sguil server
debug messages
Step Task Command
1 Stop the Sguil and MySQL servers, if they are running.
2 From the directory in which the sever package was
installed, source the Sguil server configuration file.
source Configure-Inputs.sh
3 Uninstall the Sguil server. Use the logging option to
collect debugging information during uninstallation and
redirect standard output and errors to a log file.
gmake uninstall [> uninstall.log 2>&1]
Step Task
1Copy sguil-client-<version>.tar.gz to the PC on which it will be installed.
2 Extract the tar file.
Step Task Command