Changes between Version 5 and Version 6 of UhlLinuxServer


Ignore:
Timestamp:
04/29/15 15:30:12 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UhlLinuxServer

    v5 v6  
    55== Overview
    66
    7 [[ToDo]]
     7[[Linux]] servers running [[Ubuntu]] provided by [[UHL IM&T]].
    88
    99== Layout
     
    1515[[ToDo]]
    1616
     17== Updates
     18
     191. Most servers do automatic updates for security automatically ([[AskNick]] How is this set up).
     202. Manually do other updates every month by running:
     21{{{
     22sudo apt-get update
     23sudo apt-get upgrade
     24}}}
     253. Remove packages trhat are no longer needed:
     26{{{
     27sudo apt-get autoremove
     28}}}
     294. Updates could well install another version of the kernel.  More than one kernel is needed for if the newest version does not work for some reason, so do not delete them all.  However, if too many are installed, it may use up all the space on the boot disk, therefore remove them using: {{{sudo apt-get remove {package-name} }}}
     305. When the {{{autoremove}}} is run it will list the kernel packages as it rebuilds the [[grub]] menu.  The package names look like {{{linux-image-{version} }}}, sometimes with {{{-generic}}} at the end.  For example: {{{linux-image-3.13.0-48-generic}}}.
     31
    1732== How To
    1833
     
    2035
    2136[[ToDo]]
     37
     38=== Restart to a Different Kernel
     39
     401. Reboot the server from the [[VSphere]] console.
     412. When the box reboots you will have the option to choose the kernel version from the [[grub]] menu.
    2242
    2343=== Getting Help