Re: Software Raid through kickstart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



here is my ks.cfg . I dont under why i use /boot as raid and if i add new disk would this boot be recover automatically my adadm or not. onne more thing i need your guidness 
i dont need swap as raid b/c it slows down my speed . Now i am doing swap on 1 disk and /sw as ext3 of same partition on sdb . now if disk 1 goes down i dont have swap on 2 disk . how i add that i need it to automate . secondly when i add new disk i copy 2 disk partiotions to new disk so i need swap to their . any solution is greatly appriciated.
i dont want swap as raid.


install
cdrom
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
xconfig --card "VESA driver (generic)" --videoram 7872 --hsync 32-60
--vsync 57-85 --resolution 800x600 --depth 16 --startx
onboot  --defaultdesktop gnome
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$LSN6y60M$2Hbmw61n99GQsf.YsxXkp0
firewall --enabled --port=22:tcp --port=80:tcp --port=21:tcp
--port=25:tcp
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone Asia/Karachi
bootloader --location=partition --append="rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all
part /boot --fstype "ext3" --size=500 --
part raid.28 --size=20000 -->part raid.25 --size=20000 -->part raid.19 --size=20000 -->part raid.17 --size=20000 -->part raid.37 --size=10000 -->part raid.34 --size=10000 -->part raid.15 --size=10000 -->part raid.14 --size=10000 -->part raid.12 --size=2000 -->part raid.11 --size=2000 -->part /boot1 --fstype "ext3" --size=500 -- --asprimary
part raid.46 --size=100 --grow -->part raid.43 --size=100 --grow -->raid swap --fstype swap --level=RAID1 raid.11 raid.12
raid /oracle --fstype ext3 --level=RAID1 raid.14 raid.15
raid /oradata --fstype ext3 --level=RAID1 raid.17 raid.19
raid /u --fstype ext3 --level=RAID1 raid.25 raid.28
raid /v --fstype ext3 --level=RAID1 raid.34 raid.37
raid / --fstype ext3 --level=RAID1 raid.43 raid.46

%packages
@ admin-tools
@ text-internet
@ gnome-desktop
@ dialup
@ smb-server
@ base-x
@ web-server
@ printing
@ server-cfg
mdadm
grub
kernel-smp
e2fsprogs

%post
dd if=/dev/sda1 of=/dev/sdb1

[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux