Version 6 (modified by 10 years ago) ( diff ) | ,
---|
UHL Linux Server
Tags: Linux
Overview
Linux servers running Ubuntu provided by UHL IM&T.
Layout
Backup and Restore
Updates
- Most servers do automatic updates for security automatically (AskNick How is this set up).
- Manually do other updates every month by running:
sudo apt-get update sudo apt-get upgrade
- Remove packages trhat are no longer needed:
sudo apt-get autoremove
- 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}
- When the
autoremove
is run it will list the kernel packages as it rebuilds the grub menu. The package names look likelinux-image-{version}
, sometimes with-generic
at the end. For example:linux-image-3.13.0-48-generic
.
How To
Restart
Restart to a Different Kernel
- Reboot the server from the VSphere console.
- When the box reboots you will have the option to choose the kernel version from the grub menu.
Getting Help
Create a New Server / VM
Add a New DNS Entry for a Server
Enable / Disable Access from the N3
Enable / Disable Access from the Internet
Get and install a certificate
Note:
See TracWiki
for help on using the wiki.