Specifications

ESRSHTTPS listener service command line options
105
Troubleshooting
ESRSHTTPS listener service command line options
The following command line scripts will provide the options to
install, build, start, stop, and check status of the ESRS listener service.
Installing ESRSHTTPS listener service
To install the ESRSHTTPS listener service:
1. Extract esrshttps.tar to the install folder:
tar -xvf esrshttps.tar
2. Build esrshttps binary from the install directory:
Run 'make' or 'gmake'
3. Add esrshttps listener service to Linux service:
cp esrs2httpslistener script to /etc/init.d
Note: If necessary modify the above script to reflect the correct location
of esrshttps listener installation directory
4. Change the privileges of this script to be readable and executable:
chmod 775 esrs2httpslistener
5. Change the privileges of start & shutdown scripts to be readable
and executable:
chmod 775 startup.sh shutdown.sh
Removing ESRSHTTPS listener service
To remove the ESRSHTTPS listener service:
1. Stop esrs2httpslistener listener service:
service esrs2httpslistener stop
2. Delete esrs2httpslistener listener service from init.d dir:
cd /etc/init.d
rm esrs2httpslistener
3. Delete the esrshttps listener install directory:
cd ../ESRSHTTPS (install dir)
rm –r ../ESRSHTTPS