Displaying 20 results from an estimated 7000 matches similar to: "centos 5.5 install + intel raid"
2010 Dec 17
2
CentOS 5.5 Sofware RAID1
I have the CentOS 5.5 install DVD and trying to install with software
RAID1 on two 2TB SATA drives. The CentOS install only sees one drive.
This is a Supermicro motherboard with fakeraid turned off in bios.
I tried the trick like so:
dd if=/dev/zero of=/dev/sda bs=512 count=64
dd if=/dev/zero of=/dev/sdb bs=512 count=64
Still no go. linux rescue console does see both sda and sdb. Whats
2009 Apr 27
6
New page on installing to software RAID
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
Comments and corrections please.
2009 Apr 28
3
Updated How to Setup a Software RAID on CentOS 5
I have attempted to address all comments:
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
Give me your best shot! :-D
Phil
2012 Apr 27
1
Help with software raid + LVM on Centos 6
Hi all,
Please excuse the many posts.
Wondering if any one can help me with the the setup.
I have 2x2TBdisks.
I would like to mirror them.
I would like to create two LVMs so that I can snap shot from one to the other.
During Centos 6 install, how would I go about this as its confusing?
So far I am here;
1) Created the following raid devices;
md0 500MB (use it for /boot)
md1 4000MB (use it
2012 Apr 27
1
Centos 6 - Create raid 1 + LVM during gui install
Hi all,
Does any one know of a how to for creating raid 1 + LVMs during install for Centos 6?
Do I create the physical LVM first and then raid or vise versa?
Its seems diff then doing it for Centos 5.
- aurf
2009 Aug 19
1
centos 5.1 kickstart CD and intel 82576 driver
Hi all,
I've got a Centos 5.1 kickstart that I must continue to use.
How can I update the kick start image so that it recognizes Intel
gigabit 82576 nic?
BTW, I compiled the driver I need and have this igb.ko file.
How do I incorporate that into my initrd.img file that I see on the
kickstart CD that is probably my kickstart boot OS.
Thank you very much in advance.
aurf -
2012 Apr 19
2
were to find 2.6.18-53 aka 5.1 kernel
Hi all,
I am migrating my Xen guests over to KVM.
Does any one know were I can find said 5.1 kernel for download?
- aurf
2013 Feb 25
4
mixing MX and CNAME
Hi,
Has any one had problems with mail clients were your DNS is like this;
doman.com MX 50 mail.domain.com
domain.com MX 100 mail2.domain.com
domain.com CNAME www.domain.com
-aurf
2009 Aug 12
6
Dangerous Software Raid instructions on Wiki
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
has:
dd if=/dev/zero of=/dev/sda bs=512 count=64
dd if=/dev/zero of=/dev/sdb bs=512 count=64
Will the joker who put in this particular gem without any warnings or a
clear explanation for those who need a clueby4 with regards to file
systems please either remove the instructions or add a very clear
warning that damage to file systems that is
2009 Aug 12
6
Dangerous Software Raid instructions on Wiki
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
has:
dd if=/dev/zero of=/dev/sda bs=512 count=64
dd if=/dev/zero of=/dev/sdb bs=512 count=64
Will the joker who put in this particular gem without any warnings or a
clear explanation for those who need a clueby4 with regards to file
systems please either remove the instructions or add a very clear
warning that damage to file systems that is
2013 Jun 07
2
qemu-img resize
Hi,
I've been using qemu-img resize for a few days now, seems fine.
But if I du the VMs image file, it still shows the size before resizing.
Inside that VM, the new size shows correctly.
Is qemu-img resize the right tool for this?
Once I qemu-img resize, I then use various fdisk/ LVM tools, etc... to resize within the VM just incase you all were wondering.
- aurf
2012 Sep 05
2
802.3ad + Centos 6 + KVM (bridging)
Hi all,
Don't mean to double post as I sent this to the general Centos list.
But, does any one have 802.3ad (mode 4) working on there Centos6 KVM setup?
This would be a bridge+bond setup of course.
If not possible, would I still bond the interfaces on the switch and then bond them in the guest rather then from within the hypervisor?
- aurf
2013 May 24
2
Very odd mouse issue
Hi,
I'm VNCing into my KVM server and opening virt-manager.
When trying to manage a newly created guest, I'm finding the mouse pointer stays on the outside of its virtual machine window.
Any insight as to why its tracking so oddly?
Thanks in advance,
- aurf
2013 Nov 21
2
proper bridging technoque
Hi,
Wondering if this is the proper bridging technique to use for Centos6+KVM;
http://wiki.centos.org/HowTos/KVM
Before I embark on this again, I would like to do it by the book.
Thanks in advance,
- aurf
2010 Aug 22
3
rexec error - where are you
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but
its actual name) command
it works.
Any ideas would be very appreciated.
- aurf
2011 Jan 11
4
ext4 or XFS
Hi all,
I've a 30TB hardware based RAID array.
Wondering what you all thought of using ext4 over XFS.
I've been a big XFS fan for years as I'm an Irix transplant but would
like your opinions.
This 30TB drive will be an NFS exported asset for my users housing
home dirs and other frequently accessed files.
- aurf
2012 May 13
4
True bond howto for Centos 6
Hi all,
Read many posts on the subject.
Using 802.3ad.
Few problems;
Cannot ping some hosts on the network, they are all up.
Cannot resolve via DNS which is one of the hosts that I cannot ping, internal nor external DNS hosts.
Unplugging the NICS and plugging them back in will then not allow pining if the default d=gateway.
When cold booting it somewhat works, some hosts are pingable while
2012 Apr 11
2
centos 6.2 md0 boot - no boot actually
Hi all,
Taken from this link;
https://www.centos.org/modules/newbb/print.php?form=1&topic_id=34988&forum=55&order=ASC&start=0
Seems like I am having the same issue.
I assigned my boot loader to be on /dev/md0 rather then the default of /dev/sda1
Does any one have insight to this?
Thanks in advance.
BTW, I have no swap partition and will do a swap file instead, easier to
2012 May 02
1
File size diff between NFS mount and local disk
Hi all,
I never really paid attention to this but a file on an NFS mount is showing 64M in size, but when copying the file to a local drive, it shows 2.5MB in size.
My NFS server is hardware Raided with a volume stripe size of 128K were the volume size is 20TB.
My NFS clients are the same distro as the server being Centos.
Is this due to my stripe size?
Nuggets are appreciated.
- aurf
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
Hi,
OK. I build syslinux-6.02-pre6 from
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from
experimental):
root at jessie: ~# cd /tmp
root at jessie:/tmp# wget
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
root at jessie:/tmp# tar xfz