Difference between revisions of "CoE Cluster november 2011/Dell Cluster installation"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=Hardware= Each group installs Ubuntu 10.10 32 bit on four Dell PowerEdge 1750 bladeserver with 36,5GB harddisk. ==Filesystem== *'''/''' filesystem 2 GB primary *'''/tmp''' files...")
 
m (Filesystem)
Line 8: Line 8:
 
*'''swap''' filesystem 2 GB logical
 
*'''swap''' filesystem 2 GB logical
 
*'''/home''' filesystem remaining space
 
*'''/home''' filesystem remaining space
 +
==Updating Ubuntu==
 +
=Update=
 +
<source lang=cli>
 +
sudo bash
 +
apt-get update
 +
apt-get upgrade
 +
</source>
  
 +
{{Source cli}}
 
[[Category:CoE]][[Category:Linux]]
 
[[Category:CoE]][[Category:Linux]]

Revision as of 11:51, 8 November 2011

Hardware

Each group installs Ubuntu 10.10 32 bit on four Dell PowerEdge 1750 bladeserver with 36,5GB harddisk.

Filesystem

  • / filesystem 2 GB primary
  • /tmp filesystem 5 GB logical
  • /var filesystem 5 GB primary
  • /usr filesystem 6 GB logical
  • swap filesystem 2 GB logical
  • /home filesystem remaining space

Updating Ubuntu

Update

sudo bash
apt-get update
apt-get upgrade