VOS3000 Installation Manual

1- Install CentOS 5.5 or latest.
2- Choose minimum installation
3- Choose Server mode only don’t install KDE or GNOME.
4- Run the following command
#yum update       (to update the CentOS)

5- Better to install webmin to manage CentOS remotely.

# cd  /var
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.530-1.noarch.rpm
# rpm  -ivh  webmin-1.530-1.noarch.rpm 

After the installation open your browser and try to login i to webmin
http://youripaddress:10000

Login  with root .  and update the webmin and update the operating systems .

6-  Disable the SELINUX mode
# vi  /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
————————————————————————————————

Save the file and exit

7   Check the iptables status of IPv4 and IPv6 to install VOS 3000 successfully disables the firewall

Follow the below command   
#   /etc/init.d/iptables status
This command will show IPtables is running or stop

#   /etc/init.d/iptables save
This command will save the iptables (firewall rules)

#  /etc/init.d/iptables stop
This command will stop the IPtables 

#  chkconfig iptables off
This Command will disable the iptables services  

#  /etc/init.d/ip6tables status
This command willl show IPtables is running or stop

#  /etc/init.d/ip6tables save
This command will save the iptables (firewall rules)

# /etc/init.d/ip6tables stop
This command will stop the IPtables 

#  chkconfig ip6tables off
This Command will disable the iptables services 

#  ca /etc/issue
# cat /etc/issue

Reboot the server and check the IPtables is off.
#  reboot

8-Install the dependency software’s for VOS 3000
# 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
Restart the VOS3000d Services
#  /etc/init.d/vos3000d restart
# /etc/init.d/vos3000dall restart
Restart the MySQL services
#  service mysql restart
Reboot the Server
Now VOS3000 Installation has done  Procedure of License Installation of  VOS3000
VOS3000 License require the Server IP address and MAC address
To get the IP address and MAC Address follow below
 
#  ifconfig
Link encap:Ethernet  HWaddr 00:0C:29:27:03:FD
inet addr:10.31.7.13  Bcast:10.31.7.255  Mask:255.255.255.0
  
Create a directory for VOS3000 License
# cd /usr/kunshi
# mkdir license
# cd license
Copy the License  file here and make it executable
# chmod 755 license.dat
Now restart the MySQL Services
# /etc/init.d/mysql restart
Restart the VOS3000 Services
# /etc/init.d/vos3000d
# /etc/init.d/vos3000d  restart
# /etc/init.d/vos3000dall  restart
# /etc/init.d/mbx3000d restart
Now change the MySQL root Password
# usr/bin/mysqladmin -u root password vos3000