Actions

Difference between revisions of "HowTo Setup AlphaCom NetworkDisk"

From Zenitel Wiki

(Creating Samba shares)
(Creating Samba shares)
Line 8: Line 8:
  
 
The only requirement for the sharing device is that is supports the SAMBA/CIFS protocol, and it has sufficient disk space.
 
The only requirement for the sharing device is that is supports the SAMBA/CIFS protocol, and it has sufficient disk space.
 +
 +
=== Share names ===
  
 
On the sharing device tree separate shares needs to be setup:
 
On the sharing device tree separate shares needs to be setup:
Line 23: Line 25:
 
|-
 
|-
 
|}
 
|}
 +
 +
=== Share user ===
 +
 +
Default:
 +
user = ace
 +
passswd = alphacom
 +
 +
If other user/passwd is to be used the mounting scripts described below needs to be updated.

Revision as of 11:06, 28 March 2008

The following services is supported on NetworkDisk:

  • Extended Aphache/PHP/Mysql support
  • Mysql Database storage
  • Log storage

Creating Samba shares

The only requirement for the sharing device is that is supports the SAMBA/CIFS protocol, and it has sufficient disk space.

Share names

On the sharing device tree separate shares needs to be setup:

Share Name Description
local The AlphaCom Extended Application packages. Mounted locally on /usr/local/
mysql Storage space for the AlphaCom MySQL databases. Mounted locally on /var/mysql/
log Storage space for AlphaCom system log. Mouned locally on /var/log/

Share user

Default:

user = ace
passswd = alphacom

If other user/passwd is to be used the mounting scripts described below needs to be updated.