From owner-freebsd-questions@FreeBSD.ORG Fri Dec 7 01:23:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1185816A418 for ; Fri, 7 Dec 2007 01:23:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD1213C455 for ; Fri, 7 Dec 2007 01:23:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J0Rvg-000753-VU for freebsd-questions@freebsd.org; Fri, 07 Dec 2007 01:23:00 +0000 Received: from 78-0-92-158.adsl.net.t-com.hr ([78.0.92.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Dec 2007 01:23:00 +0000 Received: from ivoras by 78-0-92-158.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Dec 2007 01:23:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Fri, 07 Dec 2007 02:22:44 +0100 Lines: 48 Message-ID: References: <4758180C.4060208@livedatagroup.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig846169656400121B6F976611" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-0-92-158.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <4758180C.4060208@livedatagroup.com> X-Enigmail-Version: 0.95.5 Sender: news Subject: Re: Freebsd filesystem ( hard reboot ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 01:23:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig846169656400121B6F976611 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Randy Ramsdell wrote: > We started using FreeBSD for some network monitoring, but have found > that a hard reboot forces us to answer filesytem questions on boot. Is > there a way to mount each filesystem without this? Or how can we use > FreeBSD in a remote location without needing to intervene in > situatutions like this? Usually, FreeBSD can boot just fine without user interaction when power fails or there's some other cause for a "hard" OS failure (e.g. a kernel panic). That it isn't doing so in your case is significant, because it may point to serious problems. Firstly, what is the server used for? Do you have unusually high load on the file system - a busy file server or a database with lots of writes? - The default is for the root partition to be mounted "noasync" and Soft-updates to be used for all other file systems. Both settings can handle "hard" OS failures pretty good. Did you alter the default settings when creating the file systems? If you don't know, send the output of "mount" command. - How are your drives set up? Are they on a "dumb" disk controller or on a RAID controller? (which one?) Is the RAID controller perhaps doing write caching without a battery unit? - Can you connect the UPS devices with the server machines so they can shutdown gracefully when the power is about to fail? --------------enig846169656400121B6F976611 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHWKBkldnAQVacBcgRAuQHAJ9200JvYy+cdlj0hm7v0O1P1BUV/QCdFQCC MAydT7Z5nvOPqdCezYpu7mU= =pVWZ -----END PGP SIGNATURE----- --------------enig846169656400121B6F976611--