ZyXEL Communications vantage access Food Warmer User Manual


 
Chapter 2 Installation
Vantage Access User’s Guide
71
The following figure shows how to stop Vantage Access services using shortcuts in the home
directory.
2.7 Uninstalling Vantage Access
You can uninstall Vantage Access using either text-based commands or the wizard screens. To
remove Vantage Access from your computer, you must run the uninstall script for each
component.
2.7.1 Using Commands
Follow the steps below to uninstall Vantage Access using commands.
1 Open a terminal window and go to the directory where Vantage Access is installed.
2 In the “Uninstall_Vantage Access DB” folder, enter ./
Uninstall_Vantage_Access_DB -i console to uninstall Vantage Access
DB. Press [ENTER] when the uninstall process is complete.
3 In the “Uninstall_Tr069_bed” folder, enter ./Uninstall_Tr069_bed -i
console to uninstall Vantage Access BED. Press [ENTER] when the uninstall process
is complete.
4 In the “Uninstall_Tr069_httpd” folder, enter ./Uninstall_Tr069_httpd
-i console to uninstall Vantage Access HTTPD. Press [ENTER] when the uninstall
process is complete.
[root@localhost root]# ls
manaconda-ks.cfg LaunchVantageAccess_DB Vantage_Access_BED.bin
install.log Vantage_Access_DB.bin install.log.syslog
StopVantageAccess_BED Vantage_Access_HTTPD.bin LaunchVantageAccess_HTTPD
StopVantageAccess_DB LaunchVantageAccess_BED StopVantageAccess_HTTPD
[root@localhost root]#
[root@localhost root]# ./StopVantageAccess_DB
############################################################################
### Vantage_Access_DB shutdown successfully! ###
############################################################################
[root@localhost root]#
[root@localhost root]# ./StopVantageAccess_BED
Stopping httpd....success
Stopping tr069 server....success
############################################################################
Vantage Access BED stopped successfully
############################################################################
No watchdog is running.
[root@localhost root]# ./StopVantageAccess_HTTPD
############################################################################
Vantage Access HTTPD shutdown successfully
############################################################################
[root@localhost root]#