How to install VOS3000 Server on CentOS 5.x

How to install VOS3000 Server on CentOS 5.x
Follow the below steps as tested on CentOS 5.x
Configure the Time Zone according to your Country Zone setup

rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Dhaka /etc/localtime
# nano /etc/sysconfig/clock
ZONE=”Asia/Dhaka”
UTC=true
ARC=false
#  date –set=”02 SEP 2011 20:50:00″              (ddMMYYYY HH:MM:SS)

To disable security firewall
# nano /etc/sysconfig/selinux
==========================================================
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing – SELinux security policy is enforced.
#       permissive – SELinux prints warnings instead of enforcing.
#       disabled – SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted – Only targeted network daemons are protected.
#       strict – Full SELinux protection.
SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0

Check the line      SELINUX=disabled
Desable the iptable firewall

# /etc/init.d/iptables status
# /etc/init.d/iptables save
#  /etc/init.d/iptables stop
#  chkconfig iptables off
#  /etc/init.d/ip6tables save
#  /etc/init.d/ip6tables stop
# chkconfig ip6tables off

Now reboot the server
# reboot

Check the Linux security status

12- sestatus   (should display as below )
[root@L122NGNRS01 ~]# sestatus
SELinux status:                 disabled

Copy the  apache-tomcat-5.5.15.tar.gz  file in to /usr/ folder

#cd  /usr
#  tar -xvf apache-tomcat-5.5.15.tar.gz
#    rpm -ivh perl-DBI-1.40-5.i386.rpm
#    rpm -ivh MySQL-server-community-5.0.51a-0.rhel4.i386.rpm
#    rpm -ivh MySQL-client-community-5.0.51a-0.rhel4.i386.rpm
#    rpm -ivh jdk-1_5_0_08-linux-i586.rpm
#    rpm -ivh emp-2.1.1-5.noarch.rpm
#    rpm -ivh mbx3000-2.1.1-5.i586.rpm
#    rpm -ivh vos3000-2.1.1-5.i586.rpm
#    rpm -ivh ivr-2.1.1-5.i586.rpm
#    /etc/init.d/vos3000d restart
#    /etc/init.d/vos3000dall restart
#    service mysql restart
#   cd /usr/kunshi
#    mkdir /usr/kunshi/license
#    cd /usr/kunshi/license
Now for Licence Registration  get the IP address and MAC address , Company Name , number of CC

To get the ip address and MAC address

#  ifconfig

eth0      Link encap:Ethernet  HWaddr 00:0C:29:2C:B5:FE
inet addr:192.168.1.67  Bcast:192.168.1.255  Mask:255.255.255.0

obtain the Licence FIle   as license.dat   and copy to /usr/kunshi/license/license.dat

Make licence file active

# chmod 755 /usr/kunshi/license/license.dat

Now restart all the required services
# service mysql restart
#   /etc/init.d/vos3000d  restart
#   /etc/init.d/vos3000d  restart
#   /etc/init.d/vos3000dall  restart
#   /etc/init.dmbx3000d restart
#   /etc/init.d/mbx3000d restart
#   /etc/init.d/mbx3000d restart
#   /etc/init.d/vos3000dall  restart
Now change the MySQL root password

#   /usr/bin/mysqladmin  -u root password yourpassword     (to change the mysql password)
Reboot the server

#  reboot

How to install VOS3000 2.1.2.4 on centos 

3 thoughts on “How to install VOS3000 Server on CentOS 5.x”

  1. Dear Sir

    We need a vos 3000 cc capacity , do you have crack version , i will give linux server for install

    and also i have a doubt about existing my vos3000

    while login to vos i am using along with ip a port number like 109.XXX.XXX.XXX:4088 how can i fine this port from database or how to change this

    thanks advance

    Reply
  2. Hi! Someone in my Facebook group shared this site with us so I came to look
    it over. I’m definitely enjoying the information. I’m
    bookmarking and will be tweeting this to my followers!
    Outstanding blog and fantastic design.

    Reply

Leave a Reply to ammus Cancel reply