You are on page 1of 6

How To Install SMS Server

How to Install SMS Server


( V1.0 )

DINSTAR Technologies Co.,Ltd.


6E,Guoxing Building,Changxing Road,Nanshan District,
Shenzhen,Guangdong,P.R.China 518052
TEL: +86 755 2645 6664
FAX: +86 755 2645 6659
EMAIL: sales@dinstar.net, support@dinstar.com
WWW: www.dinstar.com

Restricted
© DINSTAR All Rights Reserved 第 1 页
How To Install SMS Server

For Linux:
1 Install SMS Server
SMS Server installation supports ubuntu as below:
ubuntu server 14.04.2 LTS 64bit

Please download and install ubuntu server image from below URL:
http://www.ubuntu.com/download/server/thank-you?country=CN&version=14.04.2&architecture=a
md64

The Long Term Support version of Ubuntu Server, including the Icehouse release of OpenStack and
support guaranteed until April 2019 — 64 bit only.

To install SMS Server, please refer to below steps:

Step-1: install ubuntu server 14.04.2 LTS 64bit on your hardware server

Step-2: download the installation script of SMS Server into your server (change to root)

$ cd ~
$ sudo -i
$ rm -f install-sms-package.sh
$ wget --no-cache server02.dmcld.com/provision/version/sms/install-sms-package.sh

Step-3: run the installation script of SMS Server at your server

$ chmod +x ./install-sms-package.sh
$ ./install-sms-package.sh server02.dmcld.com 02630100 123456 root 123456 123456
Usage: ./install-sms-package.sh <server02.dinstarcloud.com> <xxxxxx01> <pkg_pwd>
<root_user> <root_pwd> <remote_pwd>

 Notes
 xxxxxx01 - newest SMS Server release

Restricted
© DINSTAR All Rights Reserved 第 2 页
How To Install SMS Server
 pkg_pwd - package decryption password(123456).
 root_user - database root user(root)
 root_pwd - database root password(123456)(Database password must be the same to the
application configuration password)
 remote_pwd - remote password for root user(123456)(user for remote connection)

Step-4: mysql configure


$ vim /etc/mysql/my.nf
comment out bind-address = 127.0.0.1

$ service mysql restart

Step-5: check app running


$ service tomcat6 status

Check web status of SMS Server:


http://xxx.xxx.xxx.xxx:8080

Login as admin(root/123456):

Restricted
© DINSTAR All Rights Reserved 第 3 页
How To Install SMS Server

2 Remove SMS Server

Step-1: download the remove script of SMS Server into your server (change to root)

$ cd ~
$ sudo -i
$ rm -f remove-sms.sh
$ wget --no-cache server02.dmcld.com/provision/version/sms/remove-sms.sh

Step-2: run the installation script of SMS Server at your server

$ chmod +x ./remove-sms.sh
$ ./remove-sms.sh <download-package-filePath>

 Notes
 download-package-filePath - package file path (e.g: ~)

Restricted
© DINSTAR All Rights Reserved 第 4 页
How To Install SMS Server

For Windows:
1 Install SMS Server
Step-1: download the installation package of SMS Server from below URL:

http://server02.dmcld.com/provision/version/sms/sms-1.0-windows-setup.exe

Step-2: install server follow the installation package

Step-3: check running


http://xxx.xxx.xxx.xxx
or
http://xxx.xxx.xxx.xxx:80

Login as admin(root/123456):

FAQ:
1. If connect error,what should i do?

Restricted
© DINSTAR All Rights Reserved 第 5 页
How To Install SMS Server
An: Check the firewall and close the firewall for the family or the work space.

2. What platform is supported for the server?


An: So far,only window7 is supported.

Restricted
© DINSTAR All Rights Reserved 第 6 页

You might also like