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

From Teknologisk videncenter
Jump to: navigation, search
m (Update)
m (Number of installed packages)
Line 20: Line 20:
 
root@newclusterh:~# <input>dpkg --get-selections | wc -l</input>
 
root@newclusterh:~# <input>dpkg --get-selections | wc -l</input>
 
962
 
962
 +
</source>
 +
==Searching installed packages==
 +
<source lang=cli>
 +
root@newclusterh:~#  <input>dpkg --get-selections | grep nfs</input>
 +
libnfsidmap2                                    install
 +
nfs-common                                      install
 +
nfs-kernel-server                              install
 +
root@newclusterh:~# <input>dpkg -L nfs-common</input>
 +
/.
 +
/etc
 +
/etc/init.d
 +
/etc/init
 +
/etc/init/statd.conf
 +
/etc/init/statd-mounting.conf
 +
/etc/init/rpc_pipefs.conf
 +
/etc/init/gssd.conf
 +
<notice>...OUTPUT OMITTED...</notice>
 
</source>
 
</source>
 
{{Source cli}}
 
{{Source cli}}
 
[[Category:CoE]][[Category:Linux]]
 
[[Category:CoE]][[Category:Linux]]

Revision as of 12:16, 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

List installed packages

Number of installed packages

root@newclusterh:~# <input>dpkg --get-selections | wc -l</input>
962

Searching installed packages

root@newclusterh:~#  <input>dpkg --get-selections | grep nfs</input>
libnfsidmap2                                    install
nfs-common                                      install
nfs-kernel-server                               install
root@newclusterh:~# <input>dpkg -L nfs-common</input>
/.
/etc
/etc/init.d
/etc/init
/etc/init/statd.conf
/etc/init/statd-mounting.conf
/etc/init/rpc_pipefs.conf
/etc/init/gssd.conf
<notice>...OUTPUT OMITTED...</notice>