Actions

Difference between revisions of "Board Support Package 10"

From Zenitel Wiki

 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{A}}
 
== Board Support Main Features ==
 
== Board Support Main Features ==
  
* Linux version 2.6.16.11 from Timesys distribution
+
* Linux kernel version 2.6.16.11 from Timesys distribution
* GLIBC 2.4.4
+
* GLIBC 2.4.4 from Timesys distribution
* BINUtil 2.17.50
+
* BINUtil 2.17.50 from Timesys distribution
 
* SSH support (telnet and ftp removed)
 
* SSH support (telnet and ftp removed)
 
* SLL support (HTTPS)
 
* SLL support (HTTPS)
Line 11: Line 12:
 
== RFS (Root File System) layout ==
 
== RFS (Root File System) layout ==
  
Addition to the standard system from Timesys
+
Additions to the standard system from Timesys
  
=== Root tree /opt ===
+
{| border="1"
 +
! style="background:#ffdead;" width="150" |Folder
 +
! style="background:#ffdead;" width="500" | Description
 +
! style="background:#ffdead;" width="150" | Upgrade Package
 +
|-
 +
|colspan="3"| ''''' 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
 +
|-
 +
|colspan="3"| ''''' 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
 +
|-
 +
|colspan="3"| ''''' 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
 +
|-
 +
|colspan="3"| ''''' 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
 +
|-
 +
|}
  
/opt/amc
+
== AlphaWeb Package Upgrade ==
/opt/amc/bin
+
 
 +
{| border="1"
 +
! style="background:#ffdead;" width="150" | Package name
 +
! style="background:#ffdead;" width="500" | Description
 +
! style="background:#ffdead;" width="150" | 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]]
 +
 
 +
[[Category:Discontinued Products]]

Latest revision as of 14:05, 14 June 2018

AlphaCom icon 300px.png

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