Re: FW: Woody and HP DL320G2
Am Di, den 03.08.2004 schrieb IT-at-Challenge um 7:56: > I am preparing to buy a new HP server, a HP DL320G2, and would like to > install Woody onto it. > > The questions I have relate to the: > - On-board NICs, given on the HP site as "Two NC7760 PCI Gigabit Server > Adapters (embedded)" > - the ATA RAID controller, given as "Integrated Dual Channel Ultra ATA/100 > Adapter with Integrated ATA RAID 0, 1" > - video, given as "Integrated ATI RAGE XL Video Controller with 8-MB SDRAM > Video Memory" > > Will woody with the standard bf2.4 kernel detect the NIC's and RAID > controller? No. The onboard NICs will probably not work with bf24 as they are afaik based on the bcm57xx chipset which is supported starting from 2.4.19 - Woody bf24 is 2.4.18. But this is not a real problem... The ATARAID may or may not work - I have no idea which chipset they are currently using. Can anyone shed some light on this? As I'm currently building a website about running Debian on ProLiant this information would be really appreciated... > Will I need to compile my own kernel to do this? You can, but won't have to - at least for the NIC part. Just download the drivers from Broadcom and compile them against 2.4.18-bf24 and load them during setup (preload modules from floppy). Or got to my website, grab the modules I've prepared for Woody: http://people.iirc.at/moswald/linux/bf24_modules/bcm5700/ > Or, should I try to use Sarge? Sarge will probably work out of the box. At least the last time I tried I could install a DL140 without any problems... best regards, Markus -- Markus Oswald <[EMAIL PROTECTED]> \ Unix and Network Administration Graz, AUSTRIA \ High Availability / Cluster Mobile: +43 676 6485415\ System Consulting Fax:+43 316 428896 \ Web Development -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: FW: Woody and HP DL320G2
begin quotation of Markus Oswald on 2004-08-03 11:29:43 +0200: > Am Di, den 03.08.2004 schrieb IT-at-Challenge um 7:56: > > > I am preparing to buy a new HP server, a HP DL320G2, and would like to > > install Woody onto it. > > > > The questions I have relate to the: > > - On-board NICs, given on the HP site as "Two NC7760 PCI Gigabit Server > > Adapters (embedded)" > > Will woody with the standard bf2.4 kernel detect the NIC's and RAID > > controller? > > No. The onboard NICs will probably not work with bf24 as they are afaik > based on the bcm57xx chipset which is supported starting from 2.4.19 - > Woody bf24 is 2.4.18. But this is not a real problem... I posted this on debian-user, but for the record and for conversation, you can use the 'tg3' driver from bf24. Apparently the Broadcom drivers are preferred. signature.asc Description: Digital signature
Re: LILO & Software RAID1 boot= & raid-boot-extra
On Tue, 3 Aug 2004 13:43:37 +1000, Clayton wrote in message <[EMAIL PROTECTED]>: > Hi, > I am currently looking into a problem I have with LILO & Software > RAID. When upgrading a kernel, with boot=/dev/md0 in lilo.conf, > running lilo succeeds, but reboot fails with LI 40 40 type errors. ..this is a stock Woody? Grub? Or backports.org? (If still down, try uk.backports.org.) ..I got into the same mess on my first Debian box, /dev/md0 worked fine with RH9 on the same box, but this happened to be pre-Fedora time. ..the box can boot off all raid disks from bios? /dev/hda+/dev/hdb etc will do fine, except for the wee need of another lilo run fix on the 2'nd disk, to avoid that, use grub. > The workaround I have used for this in the past is to change boot= to > /dev/hda, then run lilo, then change to /dev/hdb then run lilo and all > is fine. I realise that this is because when it is set to /dev/md0 it > inserts the boot code into the md0 partiition (hda1 + hdb1) and not > the drive(s) mbr(s). I have found 1 reference on the web to a lilo > option raid-boot-extra which looks like exactly what I want to fix my > problem. i.e. raid-boot-extra=/dev/hda,/dev/hdb. The only thing is > when I insert this into lilo.conf and run lilo it doesn't like this > entry. Does anybody know if this option is actually real and if so > which versions of lilo support it? If not has anybody dealt with this > in another way which they could share? ..I used grub, see above. > Thanks, > Clayton > > Reference: www.linux-magazine.com/issue/33/Software_RAID.pdf > -- ..med vennlig hilsen = with Kind Regards from Arnt... ;-) ...with a number of polar bear hunters in his ancestry... Scenarios always come in sets of three: best case, worst case, and just in case. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Arcserve/Brightstor
Hi all, Just a quick question and yes I already have searched the archives:) Has anybody managed to successfully port the Linux version (rpm's) of arcserve to debian using alien or other means? I've tried to, but it wasnt very much of a success story. If it isnt doable, what would be second best to use? I dont want to use tar or other nongraphical software as I'm not the only one who has to perform the backup. Thanks -Patrick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LILO & Software RAID1 boot= & raid-boot-extra
I have directions on grub and lilo config for software raid systems. Switching to software raid from non-raid and setting lilo.conf and grub.conf correctly. This might help: http://rootraiddoc.alioth.debian.org -- --Luke CS Sysadmin, Montana State University-Bozeman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: FIXED: LILO & Software RAID1 boot= & raid-boot-extra
Lucas Albers wrote: I have directions on grub and lilo config for software raid systems. Switching to software raid from non-raid and setting lilo.conf and grub.conf correctly. This might help: http://rootraiddoc.alioth.debian.org Hi Lucas, Thanks for that, after reading through your doco I found my error. The entry listed in the linux magazine doument is raid-boot-extra. The correct paramter is raid-extra-boot. All working now. Thanks, Clayton -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]