- Installation Guide
- Installing Session Monitor Using the OSDC Website
- Installing Session Monitor - with Internet Connectivity Using the OSDC Website
- Tasks to be Performed after RPM Installation
Tasks to be Performed after RPM Installation
Perform the tasks given here after the RPM installation.
- Verify the installation by doing the following:
- Navigate to the /var/log/ocsm file
- Verify if the following log file exists:
ocsm_installed_*.log
- Navigate to the /var/log/ directory and verify that the
ocsm_zip_install.log
is present.
- Adjust the firewall to access the Session Monitor applications by doing the following tasks:
- Run this command to allow the firewall to access the HTTPS service
(port 443) by running the following command:
firewall-cmd --permanent --zone=public --add-service=https
- (Optional) If you are planning to configure the system as a Mediation
Engine, allow the firewall to access the probe connection by doing these
tasks: For SBC (embedded) probes:
firewall-cmd --permanent --zone=public --add-port=4739/tcp
firewall-cmd --permanent --zone=public --add-port=4740/tcp
For standalone probes:firewall-cmd --permanent --zone=public --add-port=4741/tcp
firewall-cmd --permanent --zone=public --add-port=4742/tcp
Note:
The ports 4740/4742 are the preferred ports for connecting to SBC and standalone probes respectively. So, the firewall must be opened for ports 4739/4741 only if you agree to have non-TLS connections.
- Run this command to allow the firewall to access the HTTPS service
(port 443) by running the following command:
- Run this command to reload the configuration:
firewall-cmd --reload
Note:
If you are planning to enable additional services, see the discussion about network security in the Oracle Communications Session Monitor Security Guide for a complete list of services and their respective ports. - Enable or Disable SELinux as per your requirement. For more information, see Enabling SELinux.