ZyXEL Communications vantage access Food Warmer User Manual


 
Chapter 2 Installation
Vantage Access User’s Guide
70
The following figure shows how to start Vantage Access using the ./start.sh command
for each software component.
2.6 Stopping Vantage Access
You can stop Vantage Access DB, BED and HTTPD services in one of two ways,
•use the ./stop.sh command in the folders (Tr069_db, Tr069_bed and
Tr069_httpd).
If you choose to create shortcuts during the installation process, you can also use the
shortcuts in your home directory (/root) or specific location(s) to stop Vantage Access
services.
[root@localhost local]# cd /usr/local/Tr069_db
[root@localhost Tr069_db]# ./start.sh
Starting mysqld daemon with databases from /usr/local/Tr069_db/mysql/data
############################################################################
### Vantage_Access_DB started successfully! ###
############################################################################
[root@localhost Tr069_db]# cd /usr/local/Tr069_bed
[root@localhost Tr069_bed]# ./start.sh
Starting tr069...success
Starting httpd...success
Starting watchdog...success
###################################################################
Vantage Access started (tr069 pid 2364; httpd pid 2377)
Version: 2.0.47.83.00b31
Date: 2007-06-15
###################################################################
[root@localhost Tr069_bed]# cd /usr/local/Tr069_httpd
[root@localhost Tr069_httpd]# ./start.sh
############################################################################
Vantage Access HTTPD started successfully from /usr/local/Tr069_httpd
Version: 2.0.47.83.00b3
Date: 2007-06-15
############################################################################
[root@localhost Tr069_httpd]#