ServerInstall

Differences between revisions 7 and 40 (spanning 33 versions)
Revision 7 as of 2007-09-25 20:51:05
Size: 3963
Editor: dsl-207-112-55-37
Comment:
Revision 40 as of 2009-02-05 16:24:43
Size: 43
Editor: port-213-160-23-156
Comment: Redirected to the Testcases wiki.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Include(Testing/Cases/Header)]]

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]||

== Summary ==

 ''Server installs.''

== Procedure ==

[[Anchor(default)]]
=== Default installation ===

 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. No software selection.
 1. Reboot and login.

[[Anchor(lvm)]]
=== Default installation: LVM partitioning ===

 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 and LVM'''
 1. Select your time zone and set the system clock to UTC
 1. User account: enter username and password
 1. No software selection.
 1. Reboot and login.
 1. 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)
 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: '''bind9'''
 1. Reboot and login.
 1. 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)
 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: '''LAMP'''
 1. Reboot and login.
 1. '''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').
 1. '''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)]]
=== 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.
 1. '''Test cupsys:'''
   * {{{sudo /etc/init.d/cupsys status}}} should state the cupsd is running.

[[Anchor(openssh-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.
 1. Confirm that sshd is running:
  * {{{pgrep sshd}}} should return the pid of named.
  * If you can, try to connect to the server from a remote client.
#refresh 0 http://testcases.qa.ubuntu.com

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