1 Star 1 Fork 25

SuiKevin/vos

forked from 众维科技/vos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
How to install vos3000 2.1.2.4 on centos 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
How to install vos3000 2.1.2.4 on centos
Vos3000 2.1.2.4 can be install on 32 bit or 64 bit Centos Linux.
Before Installation we will check the following.
1- Check Linux version and Kernel version
#cat /etc/redhat-release
#uname -m
If Linux kernel version is above 2.6x VOs3000 2.1.2.4 will not install.
2- SELINUX should be disabled #selinux status
if its is not disabled disable it
#nano /etc/sysconfig/selinux
SELINUX=disabled
3- Check Mysql # rpm -qa | grep MySQL or rpm -qa | grep mysql
If mysql is installed the remove it and remove the related files
#mv /var/lib/mysql /var/lib/mysql_backup
#rm -rf /etc/my.cnf
4- Check perl-DBI # rpm -qa | grep perl-DBI
If perl-DBI is installed remove it
5- Flush the iptables and disable it .
#service iptables save |service iptables stop |chkconfig iptables off
#service ip6tables save |service ip6tables stop |chkconfig ip6tables off
6- make a directory and copy the installation files .
#mkdir /source
Begin the Vos3000 2.1.2.4 installation
1- Install the required java
#rpm -ivh jdk-6u19-linux-i586.rpm
2- Copy the Apache Tomcat to the /usr and untar the file
# cp apache-tomcat-5.5.15.tar.gz /usr/
#cd /usr
#tar -xvf apache-tomcat-5.5.15.tar.gz
3- Install perl-DBI for install mysql
# rpm -ivh perl-DBI-1.40-5.i386.rpm
4- Install MySQL Server
# rpm -ivh MySQL-server-community-5.0.51a-0.rhel4.i386.rpm
5- Install MySQL Client
# rpm -ivh MySQL-client-community-5.0.51a-0.rhel4.i386.rpm
6- Restart the SQL server service
# service mysql restart
7- Install emp
# rpm -ivh emp-2.1.2-4.noarch.rpm
8- Install the MBX service
# rpm -ivh mbx3000-2.1.2-4.i586.rpm
9- Install vos3000 service
# rpm -ivh vos3000-2.1.2-4.i586.rpm
10- Install IVR
# rpm -ivh ivr-2.1.2-4.i586.rpm
11- Make license directory
# mkdir /usr/kunshi/license
12- Generate the information for Licence
IP Address
MAC Address
RPM Time
JDK Time
13 – Get the license.dat file upload to server /usr/kunshi/license/
14 – give the execute permission
# chmod 755 /usr/kunshi/license/license.dat
15- Restart the all services
# service mysql restart
# /etc/init.d/vos3000dall restart
# /etc/init.d/mbx3000d restart
# /etc/init.d/ivrd restart
Download the vos3000 2.1.2.4 client and install on your computer
Default username and password is admin / admin
Note :- you will not be able to login vos3000 client if your licence is not properly installed even all the services are up and running .
In VOS3000 2.1.1.5 or VOS3000 2.1.2.0 you can login in vos3000 client even you have not installed the license but in VOS3000 2.1.2.4 you can not login without proper license installation.
hope this will be informative for vos3000 2.1.2.4 installation .
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/kevinsui_git/vos.git
git@gitee.com:kevinsui_git/vos.git
kevinsui_git
vos
vos
master

搜索帮助