- Temporarily add more RAM only during installation process.
- Use kickstart file.
- Juggle with partitions.
So, cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 general idea is as follow:
- Install CentOS on a temporary partition.
- Create RAID array and move CentOS cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365re.
- Fix boot.
Install CentOS on a helper partition
This is a first step and it's easy. Boot from DVD and start installation process. Except from one small detail. Namely, how to persuade installer to use helper partition when it does almost everything automatically? Well, that's actually easy to solve. After Anaconda starts, but before doing anything, switch to second virtual terminal (Alt+F2) and use fdisk to create partitions for RAID. In my case those were:
- /dev/sda1 and /dev/sdb1 of size 256MB for /boot partition
- /dev/sda2 and /dev/sdb2 of size 2G for swap
- /dev/sda3 and /dev/sdb3 that take cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 rest of space to fill 80GB and that will be root (/) partition.
Create RAID arrays and move CentOS cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365re
After cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 installer finishes, don't boot into a new system. Boot again from DVD and select rescue mode. Also, allow installer to search for existing installations and select to mount cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365m in read-write mode! Finally, select shell from a menu that appears.
Now, create RAID arrays. If you used partitions as I did, cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365n cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following sequence of commands will do cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 work.
This creates first RAID1 array for boot partition. Note that I'm using metadata version 0.90. This is because grub doesn't understand later formats! That "little" fact costed me a lot of time!mdadm -C /dev/md0 --metadata=0.90 --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1
mdadm -C /dev/md1 --level=1 --raid-devices=2 /dev/sda2 /dev/sdb2Those two commands create RAID1 arrays for swap and root. Maybe at this point you'll need to activate arrays (i.e. it isn't done automatically by above mdadm commands):
mdadm -C /dev/md2 --level=1 --raid-devices=2 /dev/sda3 /dev/sdb3
mdadm --activate --scanNow, create file systems on those arrays:
mkfs.ext4 /dev/md0RAID arrays are now created. The next step is to move installed CentOS from temporary partition. First, you have to mount destination filesystems:
mkfs.ext4 /dev/md2
mkswap /dev/md1
After cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365y are mounted, copy all cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 files:mkdir /mnt/smount /dev/md2 /mnt/smkdir /mnt/s/bootmount /dev/md0 /mnt/s/boot
Note that I skipped some in-memory file systems like proc, dev, and similar ones. You should only create those directories without content as cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365ir content is recreated during each boot and held in memory:cd /mnt/sysimagersync -av bin boot etc home lib lib64 opt root sbin tmp usr var /mnt/s/
cd /mnt/sThat's it for filesystems. We need now to adjust /etc/fstab and /etc/grub.conf files as cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365y reference temporary partition/filesystem used by installer. So, change /etc/fstab to contain cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following lines/filesystems:
mkdir dev media mnt proc selinux srv sys
/dev/md2 / ext4 defaults 1 1There will be also lines starting with tmpfs, devpts, sysfs and proc. Leave those as is and remove all cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 ocá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365r lines. As for cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 /etc/grub.conf file, you need to modify any occurrences of (hdN,M). Those will be in two places. One in splashimage line, that one isn't so important. And cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 ocá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365r in line starting with root keyword. That one IS important! Also, remove from cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 line that starts with keyword kernel any word that contains substring LV (logical volume!). After a change, this line should look something like this:
/dev/md0 /boot ext4 defaults 1 2
/dev/md1 swap swap defaults 0 0
kernel /vmlinuz-2.6.32-220.el6.x86_64 ro root=/dev/md2 LANG=en_US.UTF-8 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=usNote that this is a single line! The important part is root=, ocá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365rs might differ if you selected some ocá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365r language or keyboard layout during installation process. Also, I removed keywords rhgb and quiet. Those prevent me to see kernel messages during cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 boot process. And those messages could be very important, especially in this case when we are doing something that could impact early boot process itself!
Finally, remove temporary partition. Do that using fdisk, just delete that partition. Note that this will take effect on next reboot, so nothing will happen and cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 computer won't crash. :)
And, that's it for moving CentOS to RAID partition.
Fixing boot loader
This is cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 last step. Boot from DVD and select rescue mode. Again allow installer to scan disk for Linux partitions. But this time installer should find RAID partitions and CentOS on cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365m. Mount cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365m in read-write mode and enter shell again. Execute cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following command:
chroot /mnt/sysimageThis will activate targeted CentOS on RAID.
First, we have to recreate /etc/mdadm.conf. Note that if you don't do that cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 system won't boot. This troubled me until I figured out that that file contained stale data filled by Anaconda and I didn't refresh its content. So, to refresh it, do cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following:
Open /etc/mdadm.conf in cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 editor and add cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following line at cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 beginning:mdadm --examine --scan > /etc/mdadm.conf
Also be careful, I typed etc instead of dev and it costed me two additional reboots. :)DEVICES /dev/sd*[0-9] /dev/hd*[0-9]
Now, recreate initramfs image. Do that with cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following command:
mkinitrd -f -v /boot/initramfs-2.6.32-220.el6.x86_64.img 2.6.32-220.el6.x86_64Be careful, -f forces mkinitrd to overwrite existing initramfs file, so maybe it would be good to make a copy of that file, just in case.
One final step and that's it, reinstall cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 boot loader! Do this with cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 following commands:
If cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 two commands return error (some problem with stage1 or stage2 files) cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365n do it "manually" like this:grub-install /dev/sdagrub-install /dev/sdb
# grubNote that you type text in bold, while everything else is response from cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 system. And that's it! Reboot cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 system, this time from cá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365 hard disk, and you should have minimal CentOS installation on RAID partitions!
grub> root (hd0,0)
grub> setup (hd0)
grub> root (hd1,0)
grub> setup (hd1)
grub> exit
2 comments:
Placing a paging file (swap) on mirrored partition is useless.
Care to elaborate? Ocá cược thể thao bet365_cách nạp tiền vào bet365_ đăng ký bet365rwise, your comment is equally useful.
Anyway, what about scenario when kernel swaps some application and disk on which non-raid swap is placed is disconnected from machine due to some error?
Post a Comment