Partition Size

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Partition Size

Post by tbarnett »

I need to increase the space on the boot partition.

It butts right up against the main partition.

What is the recommended method for this?

Code: Select all

[root@nagios ~]# fdisk /dev/sda

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
         switch off the mode (command 'c') and change display units to
         sectors (command 'u').

Command (m for help): p

Disk /dev/sda: 75.2 GB, 75161927680 bytes
255 heads, 63 sectors/track, 9137 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00024a62

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      102400   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              13        9137    73289528+  8e  Linux LVM
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Partition Size

Post by scottwilkerson »

Is there a particular reason you need to do this? Maybe you can just remove unused items in /boot (e.g. old unused kernels)
what is the output of

Code: Select all

ll /boot
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Re: Partition Size

Post by tbarnett »

Thanks, There are some things I can remove. It's just gotten to the point that I need to do this frequently so I thought I might just increase the space a little.
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Partition Size

Post by slansing »

Can you show us the output of:

Code: Select all

ll /boot
We might be able to help find something, however this is really more of a Sysadmin based question rather than support of a Nagios Product.
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Re: Partition Size

Post by tbarnett »

Thanks. I went ahead and cleaned up the /boot directory. That should continue to work in the future unless the kernel gets huge.
I appreciate the help. Tom
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
Locked