Skip to content

How to verify WAM Health Check

ARTICLE TYPE
Troubleshootings

TITLE
How to verify WAM Health Check

ANSWER

By default installation Directory

On Windows via Powershell
C:\Program Files\Evidian\EWAM\bin

On Linux via Terminal
/usr/evidian/lpf/bin

WAM Service status

$LPF_ROOT_DIR/bin
./lpfstatus

Verify WAM Installation

$LPF_ROOT_DIR/bin
./lpfsetuputil -u verify

Retrieve the status of the WAM and all Users Directories

$LPF_ROOT_DIR/bin
./lpfldaputil -u checkdirectory

Retrieve information about the WAM Directory

$LPF_ROOT_DIR/bin
./lpfldaputil -u getpxpdir

Check the SSL communication with a Web Server

$LPF_ROOT_DIR/bin
./lpfldaputil -u s_client -e [ldaps://Server HOSTNAME.acme.com:636]
Where :
s_client: to check the SSL communication with a Web Server, using the command: openssl s_client

The other options are used only for some utilities: 
-e <port|url>: to specify the port or url to be used with`the 's_client' utility. 
May have one of the following form:
- NULL or empty: use the LDAPS port found in lpf.conf
- <port>: to specify the ldaps port of the PXP directory
- <host>:<port>: to specify a remote ldaps server
- <ldaps|https>://<host>:<port>: full URL of a SSL web server

To perform some check on declared certificate authorities

$LPF_ROOT_DIR/bin
./lpfldaputil -u checkcertauth

Product Version
WAM 9.0.9 , WAM 9.0.10

Keywords
Evidian WAM , Ports , WAM

Related articles: