Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

Make space for /boot - Remove old kernels

edited Jan 15, 2017 6:53PM in Oracle Database Appliance (ODA) (MOSC) 5 commentsAnswered

Here is a post from an email thread that I thought might be good to share for many of you asking the same question:

Thanks to Ravi S. for the steps!

You can remove old kernels that are not being used as follows.

  1. Check current kernel being used
    uname -a

  2. List kernels that have been installed
    rpm -qa | grep kernel

  3. List the files present in the boot directory
    ls -al /boot

  4. Remove old kernel - take care not to delete the current kernel that was identified in the first step
    rpm -e <old_kernel>

  5. Remove older kernels until you have about 50MB space in the boot partition
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center