On Mon, Aug 09 at 04:15PM +0200, Hans Wilmer wrote: > Thus, at least one of them will be dual CPU systems, but I´m > lacking experience with multi processor machines. Both should > have SATA RAID controllers from 3ware, thus mainboards > providing 64bit PCI slots make sense.
i've got a client whose hardware guy just installed debian woody on a dual-processor raid box fresh from dell (they bought a dell server a month ago a wiped it clean to install debian woody!). i keep trying to get him to summarize his expoits for deb-user folk to share, but i fear he's on to other things... $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 3.00GHz stepping : 9 cpu MHz : 2992.549 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid bogomips : 5976.88 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 3.00GHz stepping : 9 cpu MHz : 2992.549 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid bogomips : 5976.88 $ mount /dev/md1 on / type ext2 (rw,errors=remount-ro) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/md2 on /var type ext2 (rw) /dev/md0 on /boot type ext2 (rw) (yes, i'm also working on getting them to "tune2fs -j" this puppy as well.) $ sfdisk -d # partition table of /dev/hda unit: sectors /dev/hda1 : start= 63, size= 192717, Id=83, bootable /dev/hda2 : start= 192780, size= 1959930, Id=82 /dev/hda3 : start= 2152710, size=146480670, Id=83 /dev/hda4 : start=148633380, size= 7614810, Id=83 # partition table of /dev/hdb unit: sectors /dev/hdb1 : start= 63, size= 192717, Id=fd /dev/hdb2 : start= 192780, size= 1959930, Id=82 /dev/hdb3 : start= 2152710, size=146480670, Id=fd /dev/hdb4 : start=148633380, size= 7614810, Id=fd $ df Filesystem 1k-blocks Used Available Use% Mounted on /dev/md1 72090640 541208 68619824 1% / /dev/md2 3747472 211720 3383464 6% /var /dev/md0 93207 5344 84013 6% /boot ((yes, i'm trying to convince them to use a sane partitioning scheme as well. :)) -- I use Debian/GNU Linux version 3.0; Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown DEBIAN NEWBIE TIP #89 from Karsten M. Self <[EMAIL PROTECTED]> : HOSED YOUR X SESSION (but not the entire system)? Try 'chvt' which allows directly targeting any virtual terminal: $ chvt 1 $ chvt 42 If you can still ssh in remotely, running 'chvt 1' re-establishes your console on the box (or confirms that the display is fuxnored). Try "apt-get install console-tools" to get it. Also see http://newbieDoc.sourceForge.net/ ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]