From: Steven J. <py...@li...> - 2004-08-28 22:06:32
|
Greetings, I don't know what's up with Scyld, but I can address disk partitioning. I just use mknod to create the needed entries in /dev or add something like: plugin miscfiles /dev/hd* in /etc/clustermatic/node_up.conf Then partition one node the way I want it with fdisk, and duplicate it with sfdisk: bpsh 0 fdisk /dev/hda <make some partitions> bpsh 0 sfdisk -d /dev/hda >part bpsh allup sfdisk /dev/hda <part G'day, sjames ||||| |||| ||||||||||||| ||| by Linux Labs International, Inc. Steven James, CTO 55 Marietta Street Suite 1830 Atlanta, Ga 30303 866 824 9737 support On Sat, 28 Aug 2004, Luke Palmer wrote: > Hello, > > This may seem a dumb/obvious question, but I'm trying to figure out how > to easily partition disks on slave nodes. I can't just do 'bpsh X > fdisk' because the /dev filesystem isn't present on slave nodes. So- > what's a good way to partition? > > Of course I read about beofdisk after some google searches. Now, I know > scyld has always liked to more or less hide the ways of getting their > software for free, but I can't find scyld ANYWHERE. I recall that > penguin computing has something to do with it now- poked around there > too with no luck. Can any one comment of the fate of scyld? > > -Luke > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > BProc-users mailing list > BPr...@li... > https://lists.sourceforge.net/lists/listinfo/bproc-users > |