Configuration File Example - ZyXEL Communications APS 1.0 Administrator's Manual

Auto provisioning
Table of Contents

Advertisement

Auto Provisioning Administrator's Guide
A
F
P P E N D I X

Configuration File Example

This is a sample auto provisioning server configuration file.
File Name: Config.php
//MySQL server setup
//== Start ==
$mysql_server = '192.168.11.224';
$user_id = 'admin';
$user_password = '1234';
$database = 'provisioning';
// Error message of database connection
$database_connection_error_msg = 'database connect failure';
//== Stop ==
//MySQL server setup
// VSS Web Service setup
$VSS_Server = "http://192.168.11.224/VSS/";
// Database backup setup (better not to be modified)
// == Start ==
$mysql_backup_path = "../bkup/mysql/";
$mysql_backup_ScheduleTime_file = "../bkup/ScheduleTime.conf";
// Path of provisioning database location
$mysql_ps_path = "/home/mysql/var/provisioning/";
$mysql_run_path = "/home/mysql/bin";
// == End ==
// Database backup setup
// Location of the apache log file.
$sys_logfile = "/var/log/httpd.log";
// == No need to be modified ==
// == Start ==
// SPTGEN separate token
$SeparateSymbo = " = ";
// Export unit device's file prefix name
$ExportDeviceFilePrefixName
= "sip";
// Export file's extended name
$ExportFileExtendedName = ".txt";
// Linux/Windows CR LF
$strReturnSymbo = "\n";
// Server Configuration
$ServerConfiguration_file = "../bkup/ServerConfiguration.conf";
// == End ==
// Export location setup
// == Start ==
$ExporttoSPTGEN_Path = "../temp/ExporttoSPTGEN/";
$ExportDBasSPTGEN_Path = "../temp/ExportDBasSPTGEN/";
Appendix F Configuration File Example
109

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents