Difference between revisions of "Board Support Package 10"
From Zenitel Wiki
(→RFS (Root File System) layout) |
|||
(16 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{A}} | ||
== Board Support Main Features == | == Board Support Main Features == | ||
Line 32: | Line 33: | ||
| /opt/amc/rootfs_update || AlphaCom patch files for RootFS patch from packages scripts || alpha_sys_xxx | | /opt/amc/rootfs_update || AlphaCom patch files for RootFS patch from packages scripts || alpha_sys_xxx | ||
|- | |- | ||
− | | /opt/amc/scripts || Div AlphaCom scripts, including linux init scripts for alphacom daemons || alpha_sys_xxx / | + | | /opt/amc/scripts || Div AlphaCom scripts, including linux init scripts for alphacom daemons || alpha_sys_xxx / alpha_billing_xxx |
|- | |- | ||
|colspan="3"| ''''' AlphaWeb - Root tree /opt/www''''' | |colspan="3"| ''''' AlphaWeb - Root tree /opt/www''''' | ||
Line 44: | Line 45: | ||
| /opt/www/htdocs/cmd || AlphaWeb Custim scripting folder || alpha_sys_xxx | | /opt/www/htdocs/cmd || AlphaWeb Custim scripting folder || alpha_sys_xxx | ||
|- | |- | ||
− | | /opt/www/htdocs/ | + | | /opt/www/htdocs/billing || AlphaCom Billing Web Service root folder (might be placed on mounted netdisk) || alpha_billing_xxx |
|- | |- | ||
| /opt/www/config_cold|| AlphaWeb Cold Boot configuration files || alpha_sys_xxx | | /opt/www/config_cold|| AlphaWeb Cold Boot configuration files || alpha_sys_xxx | ||
Line 81: | Line 82: | ||
| alpha_sys_xxx || AlphaCom Main software components and scripts || 2,1M | | alpha_sys_xxx || AlphaCom Main software components and scripts || 2,1M | ||
|- | |- | ||
− | | | + | | alpha_billing_xxx || AlphaCom Billing software components and scripts || 1,1M |
|- | |- | ||
| alpha_standard_apps || AlphaCom Application Support standard on flash version || 2.8M | | alpha_standard_apps || AlphaCom Application Support standard on flash version || 2.8M | ||
|- | |- | ||
− | | | + | | alpha_extended_apps || AlphaCom Application Support Extended version on mounted Network Disk || 17M (To be reduced) |
|- | |- | ||
|} | |} | ||
+ | |||
+ | == NetworkDisk support == | ||
+ | |||
+ | Added storage capability is supported by mounting a Disk over the network with the SAMBA/CIFS protocol. | ||
+ | |||
+ | The following services is supported on NetworkDisk: | ||
+ | |||
+ | * Extended Aphache/PHP/Mysql support | ||
+ | * Mysql Database storage | ||
+ | * Log storage | ||
+ | |||
+ | Follow this [[HowTo Setup AlphaCom NetworkDisk]] | ||
+ | |||
+ | [[Category:Discontinued Products]] |
Latest revision as of 13:05, 14 June 2018
Contents
Board Support Main Features
- Linux kernel version 2.6.16.11 from Timesys distribution
- GLIBC 2.4.4 from Timesys distribution
- BINUtil 2.17.50 from Timesys distribution
- SSH support (telnet and ftp removed)
- SLL support (HTTPS)
- CIFS (Common Internet File System) support
- Possibility to run full Apache/PHP5/Mysql from Network Disk
RFS (Root File System) layout
Additions to the standard system from Timesys
Folder | Description | Upgrade Package |
---|---|---|
AlphaCom Software - Root tree /opt/amc | ||
/opt/amc/bin | AlphaCom binaries | alpha_sys_xxx |
/opt/amc/config | AlphaCom configuration files | alpha_sys_xxx |
/opt/amc/config_cold | AlphaCom Cold boot config files | alpha_sys_xxx |
/opt/amc/ex_data | AlphaCom Exchange data files | |
/opt/amc/packages | AlphaCom Repository for upgrade packages | |
/opt/amc/rootfs_update | AlphaCom patch files for RootFS patch from packages scripts | alpha_sys_xxx |
/opt/amc/scripts | Div AlphaCom scripts, including linux init scripts for alphacom daemons | alpha_sys_xxx / alpha_billing_xxx |
AlphaWeb - Root tree /opt/www | ||
/opt/www/htdocs | Apache Document Root Folder. | alpha_sys_xxx |
/opt/www/htdocs/html | AlphaWeb html documents folder | alpha_sys_xxx |
/opt/www/htdocs/php | AlphaWeb php script folder | alpha_sys_xxx |
/opt/www/htdocs/cmd | AlphaWeb Custim scripting folder | alpha_sys_xxx |
/opt/www/htdocs/billing | AlphaCom Billing Web Service root folder (might be placed on mounted netdisk) | alpha_billing_xxx |
/opt/www/config_cold | AlphaWeb Cold Boot configuration files | alpha_sys_xxx |
Standard Application Support on Flash - Root tree /usr/local | ||
/usr/local/apache2 | Apache/2.2.6 PHP 4.4.8 | alpha_standard_apps_xxx |
/usr/local/bin | PHP 4.4.8 (cli), , SNMP client tools | alpha_standard_apps_xxx |
/usr/local/sbin | syslog-ng, snmpd | alpha_standard_apps_xxx |
/usr/local/lib | PHP PEAR libraries and php.ini | alpha_standard_apps_xxx |
Extended Application Support on Mounted Network Disk - Root tree /usr/local | ||
/usr/local/apache2 | Apache/2.2.6 PHP/5.2.5 mysqli/5.0.51 | alpha_extended_apps_xxx |
/usr/local/mysql | MySQL 5.0.51 | alpha_extended_apps_xxx |
/usr/local/bin | PHP 5.2.5 (cli), SNMP client tools | alpha_extended_apps_xxx |
/usr/local/sbin | syslog-ng, snmpd | alpha_extended_apps_xxx |
/usr/local/lib | PHP PEAR libraries and php.ini | alpha_extended_apps_xxx |
AlphaWeb Package Upgrade
Package name | Description | Approximately Size |
---|---|---|
alpha_sys_xxx | AlphaCom Main software components and scripts | 2,1M |
alpha_billing_xxx | AlphaCom Billing software components and scripts | 1,1M |
alpha_standard_apps | AlphaCom Application Support standard on flash version | 2.8M |
alpha_extended_apps | AlphaCom Application Support Extended version on mounted Network Disk | 17M (To be reduced) |
NetworkDisk support
Added storage capability is supported by mounting a Disk over the network with the SAMBA/CIFS protocol.
The following services is supported on NetworkDisk:
- Extended Aphache/PHP/Mysql support
- Mysql Database storage
- Log storage
Follow this HowTo Setup AlphaCom NetworkDisk