From owner-freebsd-cluster Thu Apr 4 5:24:49 2002 Delivered-To: freebsd-cluster@freebsd.org Received: from web8101.in.yahoo.com (web8101.in.yahoo.com [203.199.70.28]) by hub.freebsd.org (Postfix) with SMTP id 9052F37B422 for ; Thu, 4 Apr 2002 05:24:42 -0800 (PST) Message-ID: <20020404132441.74872.qmail@web8101.in.yahoo.com> Received: from [202.71.141.86] by web8101.mail.in.yahoo.com via HTTP; Thu, 04 Apr 2002 14:24:41 BST Date: Thu, 4 Apr 2002 14:24:41 +0100 (BST) From: =?iso-8859-1?q?ritesh=20krishna?= Subject: problem in VINUM setup To: freebsd-questions@FreeBSD.ORG Cc: freebsd-cluster@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-cluster@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi there, i am using FreeBSD4.5.i am trying to setup vinum on a 20G disk (which is in addition to my primary disk)with 2 drives of 2G each(rest of the space is free).i made a newfs on those drives and changed their type by doing disklabel to "vinum".then i made a /etc/vinum.conf file as : drive d1 device /dev/ad1s1 drive d2 device /dev/ad1s2 volume mirror plex org concat sd length 2g drive d1 plex org concat sd length 2g drive d2 when i do "vinum create -v /etc/vinum.conf" i get all the plexes and volume named mirror made, BUT it shows device = 0 and no device is made ,also the status for the 'state' for all the plexes and volume are either faulty or down or stale.It also says pointing at the vinum.conf file that the "operation is not supported by the device" i.e /dev/ad1s1 and /dev/ad1s2. please explain what is going wrong. thanks , ritesh. ________________________________________________________________________ For live cricket scores download Yahoo! Score Tracker at: http://in.sports.yahoo.com/cricket/tracker.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-cluster" in the body of the message From owner-freebsd-cluster Thu Apr 4 20:23:59 2002 Delivered-To: freebsd-cluster@freebsd.org Received: from web14706.mail.yahoo.com (web14706.mail.yahoo.com [216.136.224.123]) by hub.freebsd.org (Postfix) with SMTP id 9BB3C37B41E for ; Thu, 4 Apr 2002 20:23:51 -0800 (PST) Message-ID: <20020405042351.86759.qmail@web14706.mail.yahoo.com> Received: from [128.100.13.59] by web14706.mail.yahoo.com via HTTP; Thu, 04 Apr 2002 20:23:51 PST Date: Thu, 4 Apr 2002 20:23:51 -0800 (PST) From: Ron Chen Subject: Re: FreeBSD port of SGE (Compute farm system) To: cluster@freebsd.org, hackers@freebsd.org, beowulf@beowulf.org, dev@gridengine.sunsource.net, users@gridengine.sunsource.net Cc: tonym@biolateral.com.au MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-cluster@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I compiled the source, changed a few parameters, and SGE finally runs on FreeBSD. It is running in single- user mode, with only 1 host. I am doing a little clean up, and then I will need to make sure my changes do not affect others (by "#ifdef BSD"). It still does not get the correct system information yet, but some of the job accounting info is there (at least run time is correct 8-) ). It is now running for several hours, it looks stable. It ran several tens of jobs. "qstat", "qhost", "qacct", "qconf", "qdel" look fine, output makes sense (but need to implement the resource info collecting routines). I will post the patches tomorrow, together with some output of the commands. (I will be busy today) Also, I will move the discussion from the hackers list to the cluster@freebsd list. -Ron __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-cluster" in the body of the message