How to Migrate from Single Disk to Many? (RHEL 4.6)


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat How to Migrate from Single Disk to Many? (RHEL 4.6)
# 1  
Old 10-20-2009
Lightbulb How to Migrate from Single Disk to Many? (RHEL 4.6)

I have a Red Hat Enterprise 4.6 virtual server built on 1 virtual disk running Oracle Applications on VMware ESX 3.5; the performance of the virtual server is not good because of IO bottlenecks. The ESX server is reporting minimal load, it's the virtual server which is struggling with disk IO because everything is on the one virtual disk.

I can create almost any number of virtual disks to spread the load across but I don't know what the best number and arrangement of disks would be or how to migrate the existing system off the original disk (which is too big and I plan to trash) and onto the new disk arrangement.

I have found out how to move the swap space onto a new disk using 'parted' and 'mkswap'. I tried it on a test system; I don't want to touch the live system until I am very clear about what I am going to do.

I was thinking about having a single new disk with three partitions for "/boot" (100MB), swap space (2GB) and a data backup area (xxMB). And then three (or more?) disks in stripe formation (using LVM) for performance (no fault tolerance required as the virtual disks would be on a RAID5 SAN) to put the main application on with another three-disk stripe for the Oracle database.

Unless I am forced into it, I don't want to create any additional servers to spread the load across. I just want to get better IO performance from the single server that I already have.

Any suggestions regarding the plan?
Remember I can create almost any disk arrangement I need (which is nice).
So what's going to give me the best performance?

And how do I actually migrate everything off the original disk?

Thanks for your suggestions and help.
# 2  
Old 10-20-2009
Let's use LVM to add a volume group to your system.

Looking up for ur solution in this link

hxxp://www.redhat.com/docs/manuals/csgfs/browse/4.6/Cluster_Logical_Volume_Manager/

Luck!
# 3  
Old 10-20-2009
The manual is a good reference and something that I have already looked at, thank you.

The question that it does not answer is 'what is the best configuration of disks for performance'; should "/" have it's own disk? Or "/var". How many disks should I put into a logical volume to get the best performance payoff per disk? I am not really limited by resources here so I am looking at the best performance regardless of the number of disks involved.

Getting the logical volumes configured should not be a problem but my next question is 'how do I migrate the data from the old disk to the new'? I didn't spot that in the manual ... perhaps I missed it?

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Disk management in RHEL 6

Hi, I want to Create a patition /home with 100G which be taken from /Archive, Note that we are using Raid 10. Thanks and regards root@mainmgt1 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 94G 69G 20G 78% / tmpfs 24G 668M... (0 Replies)
Discussion started by: stam51
0 Replies

2. BSD

Migrate a Hard Disk

hi Has anyone already tried to migrate a hard disk with FreeBSD using recoverdisk? (1 Reply)
Discussion started by: ccc
1 Replies

3. Red Hat

Installation RHEL in External hard disk.

Hi all. Can i install RHEl5 in a external hard disk, work on lenovo T60 laptop. Plz reply me. Tell me the process. (2 Replies)
Discussion started by: nagaraju.kappal
2 Replies

4. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

5. AIX

disk space shortage, how to migrate to LVM?

Hello I'm working on AIX 6.1. I inherited something I do not know and now I need to bring it into the line. # df -m Filesystem MB blocks Free %Used Mounted on /dev/hd4 | 256.00 | 87.09 | 66% / /dev/hd2 | 4608.00 | 82.45 | 99%... (11 Replies)
Discussion started by: michalwu
11 Replies

6. Red Hat

RHEL 3 is not supporting SCASI disk

Hi guys I am having some SCASI Driver issue while installing the RHEL 3 on SunFire X4200 series Server so can anyone help me out as how to get rid off from this problem. (2 Replies)
Discussion started by: daya.pandit
2 Replies

7. Linux

RHEL 3 is not supporting SCASI Disk

Hi guys I am having some SCASI Driver issue while installing the RHEL 3 on SunFire X4200 series Server so can anyone help me out as how to get rid off from this problem. (1 Reply)
Discussion started by: daya.pandit
1 Replies

8. Solaris

Migrate VxVM boot disks to higher capacity disk

Hi, Im getting a downtime of 4 hrs to do porting of bootdisks. Currently, the system is running on Sf4800. 2 internal disk 36G connected to a SE3510 storage. We're getting 72G disks and we want to restore the OS from the current 36G to the 72G disk. System is under veritas volume manager ctrl.... (4 Replies)
Discussion started by: incredible
4 Replies
Login or Register to Ask a Question