ServerInstall
Size: 2567
Comment:
|
Size: 3020
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 66: | Line 66: |
[[Anchor(print-server)]] === Print server === 1. Boot CD and run the CD self-check (then reboot) 1. Select '''Install to hard disk''' 1. Choose your language, country and keyboard layout 1. Set hostname: default - ubuntu 1. Partition disks: Guided use entire disk 1. Select your time zone and set the system clock to UTC 1. User account: enter username and password 1. Software selection: '''Print Server''' 1. Reboot and login. |
Summary
Server installs with full disk, LVM, bind9 and LAMP setups .
Procedure
Default installation
- Boot CD and run the CD self-check (then reboot)
Select Install to hard disk
- Choose your language, country and keyboard layout
- Set hostname: default - ubuntu
Partition disks: Guided use entire disk
- Select your time zone and set the system clock to UTC
- User account: enter username and password
- No software selection.
- Reboot and login.
Default installation: LVM partitioning
- Boot CD and run the CD self-check (then reboot)
Select Install to hard disk
- Choose your language, country and keyboard layout
- Set hostname: default - ubuntu
Partition disks: Guided use entire disk and LVM
- Select your time zone and set the system clock to UTC
- User account: enter username and password
- No software selection.
- Reboot and login.
Bind9
- Boot CD and run the CD self-check (then reboot)
Select Install to hard disk
- Choose your language, country and keyboard layout
- Set hostname: default - ubuntu
- Partition disks: Guided use entire disk
- Select your time zone and set the system clock to UTC
- User account: enter username and password
Software selection: bind9
- Reboot and login.
- Confirm that bind is running:
pgrep named should return the pid of named.
LAMP
- Boot CD and run the CD self-check (then reboot)
Select Install to hard disk
- Choose your language, country and keyboard layout
- Set hostname: default - ubuntu
- Partition disks: Guided use entire disk
- Select your time zone and set the system clock to UTC
- User account: enter username and password
Software selection: LAMP
- Reboot and login.
Test Apache:
Execute wget http://127.0.0.1/apache2-default/index.html in a terminal and verify that it is the same as /var/www/apache2-default/index.html (i.e. 'diff index.html /var/www/apache2-default/index.html').
Test MySQL
Execute mysql -u root in a terminal. You should then be presented with a mysql prompt mysql> where you can enter mysql commands. Some commands you can use to verify the installation are show databases;, connect mysql;, show tables;, and select * from user;.
Print server
- Boot CD and run the CD self-check (then reboot)
Select Install to hard disk
- Choose your language, country and keyboard layout
- Set hostname: default - ubuntu
- Partition disks: Guided use entire disk
- Select your time zone and set the system clock to UTC
- User account: enter username and password
Software selection: Print Server
- Reboot and login.
Testing/Cases/ServerInstall (last edited 2009-02-05 16:24:43 by port-213-160-23-156)