Changes between Version 1 and Version 2 of Documentation/Community/HowTo/ThePerfectEboxSetup/Install

Show
Ignore:
Timestamp:
05/19/09 15:51:08 (4 years ago)
Author:
jsalamero@… (IP: 87.198.40.237)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Community/HowTo/ThePerfectEboxSetup/Install

    v1 v2  
    2424The first screen that appears let us to choose the installer language. Just press ''enter'' to select English or move with the arrows to select the desired language. 
    2525 
    26 [[Image(ebox_install_01.png)]] 
     26[[Image(ebox_install_01.png, 300)]] 
    2727 
    2828On the main screen we can do 5 different actions: 
     
    3434  * Boot from first hard disk (we will use this option to boot the system on a bootloader fatal error) 
    3535 
    36 [[Image(ebox_install_02.png)]] 
     36[[Image(ebox_install_02.png, 300)]] 
    3737 
    3838Next step is to choose your system language and localization: 
    3939 
    40 [[Image(ebox_install_03.png)]] [[Image(ebox_install_04.png)]] 
     40[[Image(ebox_install_03.png, 300)]] [[Image(ebox_install_04.png, 300)]] 
    4141 
    4242After that we will have to choose the keyboard layout, the installer can autodetect it or we can select it by hand, we prefer to do it this way: 
    4343 
    44 [[Image(ebox_install_05.png)]] [[Image(ebox_install_06.png)]] [[Image(ebox_install_07.png)]] 
     44[[Image(ebox_install_05.png, 300)]] [[Image(ebox_install_06.png, 300)]] [[Image(ebox_install_07.png, 300)]] 
    4545 
    4646Then the installer begins to load all the components. 
    4747 
    48 [[Image(ebox_install_08.png)]] 
     48[[Image(ebox_install_08.png, 300)]] 
    4949 
    5050==== Network configuration ==== 
     
    5252And is time for the network configuration. We should select the interface connected to the network which are going to access the server through, usually the internal network, configuration for other interfaces will come later. If we don't have already a DHCP server on our network will ask for the IP address, network mask, gateway and DNS server. Then the installer will ask us for a hostname for the machine. 
    5353 
    54 [[Image(ebox_install_09.png)]] [[Image(ebox_install_10.png)]] 
     54[[Image(ebox_install_09.png, 300)]] [[Image(ebox_install_10.png, 300)]] 
    5555 
    5656==== Partitioning ==== 
    5757 
     58#FIXME RAID 
     59 
     60Probably this is the most complex step and where you have to make more choices but this is very important for your server future. Our install will be using LVM (Linux Volume Manager) and the partition scheme we recommend would be something like: 
     61 
     62|| partition || size || format || mount point || comments || 
     63|| 1         || 8GB  || ext3   || /           || system volumen, fixed size || 
     64|| 2 LVM     || 1GB  || swap   ||             || virtual memory, dynamic size || 
     65|| 3 LVM     || 20G  || XFS    || /var        || general storage for all the modules but file sharing, dynamic size || 
     66|| 4 LVM     || 20G  || XFS    || /home       || file sharing storage || 
     67|| 5 LVM     || 20G  || XFS    || /var/vmail  || mailboxes storage || 
     68||           ||      ||        ||             || free space on LVM for snapshots || 
     69 
     70Having a dedicated volume for /home and /var/vmail will depend on your needs but we stronly suggest it if you are going to use eBox as a file sharing server or as a mail server. The other services (Users and Groups databases, Certification Authority, eGroupware, Asterisk voicemail, etc.) and log files and databases are stored in /var so you should choose the partition size for the /var volume acording to your number of users and their needs. 
     71 
     72We shouldn't forget to leave some free space on the LVM volume in order to create the snapshots used for safe upgrades. This size usually should be arround 2G but probably you will need more if you want to make snapshots on data partitions volumes, in that case 2G+15% of your other volumes size should be ok. 
     73 
     74That's why we will choose ''Manual'' partitioning: 
     75 
     76[[Image(ebox_install_11.png, 300)]] 
     77 
     78Will go over the ''FREE SPACE'' with the rows and will press ''Enter'' to create a new partition there: 
     79 
     80[[Image(ebox_install_12.png, 300)]] 
     81 
     82Next steps will be to configure the size as a primary partition at the beginning of the hard disk, the file system and the mount point are selected by default: 
     83 
     84[[Image(ebox_install_13.png, 300)]] [[Image(ebox_install_14.png, 300)]] [[Image(ebox_install_15.png, 300)]] [[Image(ebox_install_16.png, 300)]] [[Image(ebox_install_17.png, 300)]] 
     85 
     86And this is the state after creating the system partition: 
     87 
     88[[Image(ebox_install_18.png, 300)]] 
     89