- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Extending Linux Partition using HP ACU
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2008 08:30 PM
тАО03-23-2008 08:30 PM
Extending Linux Partition using HP ACU
After the reboot fdisk see the increased disk but will not allow me to create a new partition to use the added disk.
Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes
255 heads, 63 sectors/track, 17844 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 535 4192965 83 Linux
/dev/cciss/c0d0p3 536 1057 4192965 83 Linux
/dev/cciss/c0d0p4 1058 8920 63159547+ 5 Extended
/dev/cciss/c0d0p5 1058 1579 4192933+ 82 Linux swap
/dev/cciss/c0d0p6 1580 1840 2096451 83 Linux
/dev/cciss/c0d0p7 1841 2101 2096451 83 Linux
/dev/cciss/c0d0p8 2102 2362 2096451 83 Linux
/dev/cciss/c0d0p9 2363 2493 1052226 83 Linux
/dev/cciss/c0d0p10 2494 8920 51624846 8e Linux LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2008 08:34 PM
тАО03-23-2008 08:34 PM
Re: Extending Linux Partition using HP ACU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2008 04:53 AM
тАО03-24-2008 04:53 AM
Re: Extending Linux Partition using HP ACU
So you used hardware raid to replicate the data that was on 73 GB disks to 146 GB disks.
fdisk -l would normally show another extended partion /dev/cciss/c0d0p11
It does not.
The LVM partition on the end of that disk probably has not magically increased in size either.
I would suggest carefully using utilities to identify the disk device. Then perhaps do the following:
pvcreate the new disk
vgextend your LVM group to include the new disk.
lvtextend the logical volumes you wish larger
ext2online to increase filesystem size without a reboot.
IF you wish to extend one of your 83 Linux partitions, you will have to first create partition space, use dd to replicate the data from the smaller partition to the larger partition and then umount mount the new filesystem.
There is a fun/experimentation factor here so make sure you have a good backup.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2008 07:05 AM
тАО03-24-2008 07:05 AM
Re: Extending Linux Partition using HP ACU
As you can see fdisk sees the new size but will not allow me to create a new partition c0d0p11
see below
fdisk /dev/cciss/c0d0
The number of cylinders for this disk is set to 17844.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
No free sectors available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2008 07:41 AM
тАО03-25-2008 07:41 AM
Re: Extending Linux Partition using HP ACU
You need to make your extended partition bigger if you want to use the space, but since it's a container for those other 6 partitions that's a little bit risky. You wouldn't want to do it with fdisk because you'd have to delete and recreate the extended partition, but some other tool (parted, maybe?) might let you just resize it out to the new disk size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2008 08:32 AM
тАО03-25-2008 08:32 AM