EOM Installation 5.0
Installation Guide
Software requirements:
OSCM 5.0: V1018224-01_oscm
MySQL Enterprise 5.7.10: p22322140_570_Linux-x86-64
Oracle Linux: V1018224-01 --> V1009690-01_Oracle Linux 7 u9.iso
Install Oracle Linux
8cup/8G RAM/100GHD
Disable SecureLinux
sed -i -e "s/^SELINUX=.*/SELINUX=disabled/" /etc/selinux/config
reboot
Config Proxy and YUM
proxy=http://XXXX:8080
sslverify=false
export http_proxy=http://XXXX:8080
export https_proxy=$http_proxy
curl -Ok https://yum.oracle.com/public-yum-ol7.repo
mv public-yum-ol7.repo /etc/yum.repos.d/public-yum-ol7.repo
yum install -y yum-utils
yum-config-manager --enable ol7_latest ol7_UEKR4 ol7_developer_EPEL ol7_optional_latest ol7_addons ol7_UEKR3 ol7_UEKR5
Install Mysql and EOM
Cd /opt/mysql/
unzip p22322140_570_Linux-x86-64.zip
yum install -y mysql-commercial-*.rpm
yum-config-manager --enable ol7_latest ol7_UEKR4 ol7_developer_EPEL ol7_optional_latest ol7_addons ol7_UEKR3 ol7_UEKR5
cd eom/
yum install ocsm-5.0.0.0.0-397.x86_64.rpm
Firewall Opening ports
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --permanent --zone=public --add-port=4739/tcp
firewall-cmd --permanent --zone=public --add-port=4740/tcp
firewall-cmd --permanent --zone=public --add-port=4741/tcp
firewall-cmd --permanent --zone=public --add-port=4742/tcp
firewall-cmd --reload
NTP Sync
[root@eom eom]# more /etc/ntp.conf
server 10.8.25.131
New Setup
Concurrent call for lab
Trusted Certificate
Data retention
SBC Monitor Collector
Verifying probe
EOM Settings
Platform devices
Device monitor
Ip tags
realms
Platform Device
Example Call Recorded
Thank you for this well outlined post, can we please have a similar one on how to upgrade the EOM from version 4 to version 5.
ReplyDelete