/usr/local/ASAM/bin/PlatformServices/plat-configThis will configure your /usr/local/ASAM/data/asamplat.conf file and then connect with the directory to mint the SSL certificate for secure communication with the driver.
If the certificate was not minted, and it gives an error then you will need to debug that error and execute
/usr/local/ASAM/bin/PlatformServices/PlatformServicesProcess/asampsp -sThis will regenerate the SSL certificate.
cp /etc/pam.conf pam.conf.origCopy the pam.conf.sample or your pre-configured pam.conf file to the Server to replace /etc/pam.conf with.
cp /usr/local/ASAM/data/UnixStartupScripts/asampspd /etc/rc.d/rc2.d/ cp /usr/local/ASAM/data/UnixStartupScripts/asamrcvrd /etc/rc.d/rc2.d/
Name the scripts for start and stop init process with these commands:
mv asampspd S98asampspd mv asamrcvrd S99asamrcvrd cp S98asampspd K98asampspd cp S99asamrcvrd K99asamrcvrd
auth_type = PAM_AUTH
Start the Daemons
/etc/rc.d/rc2.d/S98asampspd start /etc/rc.d/rc2.d/S99asamrcvrd startCheck for Daemons Running
ps -eaf | grep asamYou should see both running. If Daemons are not running then start the one that is not and then check again.
Run other verification tests as appropriate.