ServerInstall

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2007-09-25 20:12:44
Size: 3146
Editor: dsl-207-112-55-37
Comment:
Revision 6 as of 2007-09-25 20:21:57
Size: 3351
Editor: dsl-207-112-55-37
Comment:
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
 1. Make sure that the root file system is mounted from /dev/mapper/ubuntu-root:
   {{{sudo mount}}}
Line 81: Line 83:
 1. '''Test cupsys:'''
   * {{{sudo /etc/init.d/cupsys status}}} should state the cupsd is running.

Include(Testing/Cases/Header)

Summary

  • Server installs.

Procedure

Anchor(default)

Default installation

  1. Boot CD and run the CD self-check (then reboot)
  2. Select Install to hard disk

  3. Choose your language, country and keyboard layout
  4. Set hostname: default - ubuntu
  5. Partition disks: Guided use entire disk

  6. Select your time zone and set the system clock to UTC
  7. User account: enter username and password
  8. No software selection.
  9. Reboot and login.

Anchor(lvm)

Default installation: LVM partitioning

  1. Boot CD and run the CD self-check (then reboot)
  2. Select Install to hard disk

  3. Choose your language, country and keyboard layout
  4. Set hostname: default - ubuntu
  5. Partition disks: Guided use entire disk and LVM

  6. Select your time zone and set the system clock to UTC
  7. User account: enter username and password
  8. No software selection.
  9. Reboot and login.
  10. Make sure that the root file system is mounted from /dev/mapper/ubuntu-root:
    • sudo mount

Anchor(bind9)

Bind9

  1. Boot CD and run the CD self-check (then reboot)
  2. Select Install to hard disk

  3. Choose your language, country and keyboard layout
  4. Set hostname: default - ubuntu
  5. Partition disks: Guided use entire disk
  6. Select your time zone and set the system clock to UTC
  7. User account: enter username and password
  8. Software selection: bind9

  9. Reboot and login.
  10. Confirm that bind is running:
    • pgrep named should return the pid of named.

Anchor(lamp)

LAMP

  1. Boot CD and run the CD self-check (then reboot)
  2. Select Install to hard disk

  3. Choose your language, country and keyboard layout
  4. Set hostname: default - ubuntu
  5. Partition disks: Guided use entire disk
  6. Select your time zone and set the system clock to UTC
  7. User account: enter username and password
  8. Software selection: LAMP

  9. Reboot and login.
  10. 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').

  11. 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;.

Anchor(print-server)

  1. Boot CD and run the CD self-check (then reboot)
  2. Select Install to hard disk

  3. Choose your language, country and keyboard layout
  4. Set hostname: default - ubuntu
  5. Partition disks: Guided use entire disk
  6. Select your time zone and set the system clock to UTC
  7. User account: enter username and password
  8. Software selection: Print Server

  9. Reboot and login.
  10. Test cupsys:

    • sudo /etc/init.d/cupsys status should state the cupsd is running.

Testing/Cases/ServerInstall (last edited 2009-02-05 16:24:43 by port-213-160-23-156)