ECGCDRLoader
Installation
- Put the tgz file in the /opt folder on the server. 
- Untar the tarfile 
- 
Create a symlink from the new ecgcdrloader folder to /opt/ecgcdrloaderln -s ecgcdrloader-1.0.1 /opt/ecgcdrloader
- Create the ecgcdrloader user with the home directory of /opt/ecgcdrloader 
- Change the ownership of the /opt/ecgcdrloader folder and all of it's children 
- Copy the ECGCDRLoader license file ( - license.txt) into the- conffolder
- Install MongoDB 
- Copy the ecgcdrloader file into /etc/init.d as ecgcdrloader 
- Run - chkconfig --add ecgcdrloaderand- chkconfig ecgcdrloader on
- Modify the - ./conf/ecgcdrloader.properties.xmlfile to the desired values. A full configuration guide can be accessed here.
Installing MongoDB
Install latest mongodb-org from Mongo Repository. Different Linux versions require different mongo versions and installation methods.
Here are a few:
Try to use a respository-based method if possible. It will make ongoing support easier.
Setup NFS
Setup NFS Exports on the BroadWorks Application Servers
Make sure the following packages are installed:
    nfs-utils-*
    nfs-utils-lib-*
    rpcbind-*
Add something similar to the /etc/exports file
    /var/broadworks/billing 10.110.1.161(rw,fsid=0,sync,no_root_squash)
chkconfig nfs on
chkconfig rpcbind on
service nfs start
service rpcbind start