Sie sind auf Seite 1von 3

install my sql first later on all packages

last install vos rpm


restart all services then works
cp apache-tomcat-5.5.15.tar.bz2 /usr/
tar -xvf apache-tomcat-5.5.15.tar.bz2
rpm -ivh perl-DBI-1.40-5.i386.rpm
rpm -ivh MySQL-client-community-5.0.51a-0.rhel5.i386.rpm
rpm -ivh MySQL-server-community-5.0.51a-0.rhel5.i386.rpm
rpm -ivh jdk-1_5_0_08-linux-i586.rpm
rpm -ivh 2_emp-2.1.2-0.noarch.rpm
rpm -ivh 2_ivr-2.1.2-0.i586.rpm
rpm -ivh 2_mbx3000-2.1.2-0.i586.rpm
rpm -ivh 2_vos3000-2.1.2-0.i586.rpm
chmod a+x vos300021201.bin
./vos300021201.bin
cd /usr/kunshi/
mkdir license
cd license/
nano license.dat
reboot
/etc/init.d/vos3000d restart
/etc/init.d/mbx3000d restart
/etc/init.d/vos3000dall restart
/etc/init.d/mysql restart
service vos3000dall restart
service mbx3000d restart
uninstall
yum remove
yum remove
yum remove
yum remove
yum remove
yum remove

mbx3000
emp
ivr
vos3000
jdk
perl-DBI

http://212.124.123.222:7900/dls.zip
http://212.124.123.222:7900/Package20.zip
http://212.124.123.222:7900/vos300021201.bin
In this example, save current iptables firewall rules to a file called /root/dsl
.fw, enter:
# iptables-save > /root/dsl.fw
saifulpbn: To restore iptables rules, enter:
# iptables-restore < /root/dsl.fw
saifulpbn: To restore rules automatically upon Linux system reboot add following
command to your /etc/rc.local file, enter:
# vi /etc/rc.local
saifulpbn: Append the line:
/sbin/iptables-restore < /root/dsl.fw
saifulpbn: Save and close the file. Please note that under Red Hat enterprise Li
nux (RHEL) / CentOS / Fedora Linux you can use following commands to save and re
store firewall rules. To Save the rules to /etc/sysconfig/iptables file:
# /etc/init.d/iptables save
saifulpbn: To restore the rules from /etc/sysconfig/iptables file:
# /etc/init.d/iptables start
saifulpbn:

To restore the rules from /etc/sysconfig/iptables file:


# /etc/init.d/iptables start

VOS 3000 use MySQL database to for their database named vos3000db
If you want to backup and restore VOS 3000 database or transfer Vos3000 server d
atabase to new VOS 3000 server follow the below steps :Login as root on old server
[root@centos]# mysqldump -u root -p vos3000db > vos3000backup.sql
Enter password: (enter your MySQL root Password)
Now copy vos3000backup.sql
re

file to new server execute below command to resto

#scp vos3000backup.sql root@newserverip:/var/


Now Login on New Server
cd /var
[root@centos]# mysqldump -u root -p vos3000db < vos3000backup.sql
Enter password: (enter your MySQL root Password of new server)
if command execute successful then your database is restore.

How to change Timezone in VOS3000 after VOS3000 installation


Posted on November 7, 2013 by Gkhan
Some tome you want to change Timezone in VOS3000 after VOS3000 installation For
Example I want to change my Time zone to Asia/Shanghai
Reinstall Timezone database
# yum -y reinstall tzdata
Install NTP Client to accurate time according to time zone
# yum -y install ntp # chkconfig ntpd on # service ntpd restart Remove localtime
current file
# rm -f /etc/localtime
Link Timezone file with /etc/localtime you can find your timezone file in /usr/s

hare/zoneinfo/
# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
Run tzselect command and select your timezone and note your timezone
for example Asia/Shanghai
# tzselect
Edit /etc/sysconfig/clock file and change with your Timezone
# nano /etc/sysconfig/clock
ZONE= Asia/Shanghai
UTC=true
ARC=false
Reboot the server Wait for few minutes check your time has synchronized with NTP
server it will show slimier to below
# ntpstat
synchronized to NTP server (64.246.132.14) at stratum 2 time correct to within 3
1 ms polling server every 64 s
check time and timezone
# date
check your hardware clock
# hwclock
Important TIP Editing Timezone on /etc/sysconfig/clock is very important If you
will not update this file VOS3000 client will not show your timezone changes in
VOS3000 client.

Das könnte Ihnen auch gefallen