Target Skill:
Descibe how BillerXpert Administration works |
|
Overview
There are some basic tasks that you should do before starting the BillerXpert
Admin Interface:
-
Source the file, billxpert_env.csh. This is for convenience, to
establish the user environment for BillerXpert. You should always source
this file when working with BillerXpert.
-
Make sure everything is running: Oracle, the web server, NAS, Directory
Server, and Payment Server. Use the UNIX ps command to verify that
each BillerXpert component is running, as shown in the following table:
Command |
BillerXpert Component |
ps-ef | egrep ora |
Oracle database |
ps -ef | egrep http |
web server |
ps -ef | egrep kxs |
NAS |
ps -ef | egrep slapd |
Directory server |
ps -ef | egrep acp |
Backend (PSAL) server |
|