Bruno Back (Feb 01 2011) |
![]() |
| log in |
Message boards : Technical News : Bruno Back (Feb 01 2011)
1 · 2 · Next
| Author | Message |
|---|---|
|
So bruno is back, and synergy is free to get back to bashing on it with some actual science analysis stuff. We'll still keep a constant rsync of the result uploads happening in the background from bruno to synergy, so synergy can be a "hot backup" for bruno if it comes to that again. | |
| ID: 1073248 · | |
|
Thanks for the update Matt, | |
| ID: 1073256 · | |
|
thanks matt! | |
| ID: 1073280 · | |
|
Thanks Matt, and everyone else that helped. | |
| ID: 1073281 · | |
... don't boot off a raid array. attach a drive to the native controller on the MB. ____________ | |
| ID: 1073312 · | |
don't boot off a raid array. attach a drive to the native controller on the MB. Boot off a USB memory stick. By far the easiest and you can easily change it. Just take care that whatever leads don't dislodge it! You likely already know this... Also, assign all your mounts by LABEL or UUID. Then it doesn't matter what gets moved around onto what array. (It also lets you deliberately move things around without having to worry about the mounts!) Good luck, Martin ____________ Mandriva Linux A user friendly OS! See new freedom Mageia2 The Future is what We make IT (GPLv3) | |
| ID: 1073522 · | |
|
Thanks for the update ! Glad to hear that things are working out. Hope that all goes well Friday !!! | |
| ID: 1073662 · | |
|
Seconded. I boot my 6x1TB raid 10 from a cheap 1GB pendrive. | |
| ID: 1073669 · | |
Another option is to make a 500Mb boot partition on all drives, and create a 48-way mirror with them.. then all and any of the drives become boot drives, and quick! :-) I'm not sure they can afford to be out 24GB of space. | |
| ID: 1073818 · | |
|
500Mb is a bit generous - 200Mb would be enough for 2 or 3 kernels, | |
| ID: 1073837 · | |
|
Looking at the stats on Bruno, I'm not 100% sure the machine will support booting from a USB device. I'm looking at this through the eyes of someone who knows mostly personal PC's. My experience with servers is slight. I'm not sure whether BIOS boot configurations on servers would be typically more or less robust than personal computers. | |
| ID: 1073859 · | |
Looking at the stats on Bruno, I'm not 100% sure the machine will support booting from a USB device. I'm looking at this through the eyes of someone who knows mostly personal PC's. My experience with servers is slight. I'm not sure whether BIOS boot configurations on servers would be typically more or less robust than personal computers. This is not Bruno though, it is Thumper: Sun Fire X4500 (2 x dual-core 2.6GHz Opteron, 16 GB RAM). Slightly newer. ____________ | |
| ID: 1073874 · | |
Seconded. I boot my 6x1TB raid 10 from a cheap 1GB pendrive. Ooooo... Now that is a sneaky work-around! Very good apart from the x48 wasted space... As others have mentioned, you don't need much diskspace for a Linux boot. I usually allocate a mere 64MBytes for a boot partition. Of that, typically only a few MBytes actually gets used. So why a full 64MBytes?... That's so I can upload/install a small Linux distro in its entirety into the boot partition for whatever emergency if I need something a bit more than just Grub after a remote reboot! Keep searchin', Martin ____________ Mandriva Linux A user friendly OS! See new freedom Mageia2 The Future is what We make IT (GPLv3) | |
| ID: 1073884 · | |
[quote]So why a full 64MBytes?... That's so I can upload/install a small Linux distro in its entirety into the boot partition for whatever emergency if I need something a bit more than just Grub after a remote reboot! Martin, my speciality is Fedora. yum keeps a configurable number of previous kernels in /boot after a kernel update to avoid burning bridges, so need the extra space. Having identical partitions on n drives becomes easy to administer when adding replacement drives to the array I don't have 48 drives to play with, but in theory, make source partition layout on /dev/sda, then copy partition table to all drives: for d in {a..z} a{a..v}; do sfdisk -d /dev/sda | sfdisk --force /dev/sd$d done; create 48x mirror on small partition 1: mdadm --create --raid-devices=48 --chunk=64 --level=mirror /dev/sd[a-z]1 /dev/sda[a-v]1 create raid6 on big partition 2: mdadm --create --raid-devices=48 --chunk=64 --level=raid6 /dev/sd[a-z]2 /dev/sda[a-v]2 replacing drive sdx: mdadm /dev/md0 --fail /dev/sdx1 mdadm /dev/md1 --fail /dev/sdx2 mdadm /dev/md0 --remove /dev/sdx1 mdadm /dev/md1 --remove /dev/sdx2 [swap in new drive] sfdisk -d /dev/sda | sfdisk --force /dev/sdx mdadm /dev/md0 --add /dev/sdx1 mdadm /dev/md1 --add /dev/sdx2 and then watch -n30 cat /proc/mdstat or something like this... works great with a USB2 hub stuffed with cheap pendrives! :-) | |
| ID: 1073942 · | |
|
Sos they post what they want us to know | |
| ID: 1073956 · | |
Looking at the stats on Bruno, I'm not 100% sure the machine will support booting from a USB device. I'm looking at this through the eyes of someone who knows mostly personal PC's. My experience with servers is slight. I'm not sure whether BIOS boot configurations on servers would be typically more or less robust than personal computers. O.o I feel silly to some degree at least. Still an older machine, but nowhere near as old. I'd bet it can take a USB source for booting, but it's still a bit in the grey area of age for that particular feature I think. Wouldn't take more than a couple minutes in BIOS to say for sure though. | |
| ID: 1074004 · | |
Looking at the stats on Bruno, I'm not 100% sure the machine will support booting from a USB device. (...) Can't say much about Bruno's mainboard and how old it is, but my both AthlonXP boards (1x ASRock, 1x ESC -> Low-End 2002 or 2003) have USB 2.0 ports and IIRC can boot from USB. ____________ . | |
| ID: 1074315 · | |
Sos they post what they want us to know Why do you act like they owe you something? They don't owe any of us anything! WE are volunteers here. No one is twisting your arm to make you stay here. If you're that unhappy, Robert, I suggest going to another project and complain there. See ya in PM, I would imagine. It seems to be your M.O. Keep on BOINCing...! :) ____________ CMDR Siran d'Vel'nahr XO USS Vre'kasht NCC-33187 Siran's website: [ ONLINE! ] | |
| ID: 1074742 · | |
|
Hi Siran! | |
| ID: 1074752 · | |
Hi Siran! In other words, don't feed the trolls. ____________ BOINC WIKI | |
| ID: 1074922 · | |
Message boards : Technical News : Bruno Back (Feb 01 2011)
| Copyright © 2013 University of California |