close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 30, 2014, 4:38:04 PM (9 years ago)
- Author:
-
ssugrim
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
3 | 3 | [[TOC(WiMAX/dSite*)]] |
4 | 4 | |
5 | | === Disk Partitioning === |
| 5 | === Base OS installation === |
6 | 6 | |
7 | | While setting up Ubuntu server, partition the disk as follows: |
| 7 | Our platform is built on top of [http://mirrors.mit.edu/ubuntu-releases/12.04.4/ Ubuntu 12.04.04]. The installation iso used was [http://mirrors.mit.edu/ubuntu-releases/12.04.4/ubuntu-12.04.4-server-amd64.iso ubuntu-12.04.4-server-amd64.iso]. The following settings were applied during the installation process: |
8 | 8 | |
9 | | * 20 GB Primary boot partition |
10 | | * 20 GB Home directory |
11 | | * 116 GB create a new mount point /Export for images |
12 | | * 4 GB Swap . Set the 'location' as end, and set 'use as' to swap area. |
| 9 | 1. Choose relevant language and keyboard settings |
| 10 | 2. We expect '''eth2''' is the up-link interface (used to internet access and remote control) and should be interface chosen for installation. It is also expected that '''eth2''' will be connect to a network that will assign it a dhcp address. |
| 11 | 3. Specify a local ''USERNAME/PASSWORD'' combo. Please keep track of this information, it will be required for all setup procedures later on. |
| 12 | 4. Specify Manual partitioning and partition the disk as follows: |
| 13 | |
| 14 | || Number || Type || Size || Flags || File System || Mount Point || |
| 15 | || 1 || Primary || 20GB || Bootable || Ext4 || / || |
| 16 | || 2 || Primary || 20GB || || Ext4 || /home || |
| 17 | || 3 || Primary || 116GB || || Ext4 || /export || |
| 18 | || 4 || Primary || 4GB || || Swap || || |
| 19 | |
| 20 | '''Note:''' |
| 21 | * If no explicit instruction is given for a setting, it's safe to assume the default should work. |
| 22 | * This version of Ubuntu does not work well with USB flash disk installations, The best results are with a burned CD/DVD and a USB CD/DVD drive as a the boot medium. |
13 | 23 | |
14 | 24 | === Configure Host Name === |