X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C6FE09.98B8324E@onstor-exch02.onstor.net>; Wed, 1 Nov 2006 15:00:59 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: BSD build script
Date: Wed, 1 Nov 2006 15:00:59 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E0A9390@onstor-exch02.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E0A938F@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: BSD build script
thread-index: Acb+AeW3X6/c8b+USOia/VR7F1UvzAABcRgQAABLosA=
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>,
	"Andy Sharp" <andy.sharp@onstor.com>
Cc: "John Rogers" <john.rogers@onstor.com>

Looks like the auto.home yp map has the mounts defined. You need to run
the automounter

Here is what I see when I run ps looking for automount:

root      2663  0.0  0.1  3628  616 ?        S    Sep06   0:01
/usr/sbin/automount --timeout=3D60 /homes yp auto.home
root      2665  0.0  0.1  2068  616 ?        S    Sep06   0:01
/usr/sbin/automount --timeout=3D60 /n yp auto.misc

Check to see if you are starting autofs in your rc scripts and see if it
is using the auto.home and auto.misc maps.

Larry
-----Original Message-----
From: Larry Scheer=20
Sent: Wednesday, November 01, 2006 2:53 PM
To: Andy Sharp
Cc: John Rogers
Subject: RE: BSD build script

Sorry it took so long to reply...

Here is what I see for my Mightydog mount when I do a df.

10.0.0.222:/s_home/users/larrys/private

I think there is an automount map for the user directories on mightydog.
It might be in YP.=20

John Rogers should be able to help you get mightydog's user directories
and its /n/... directories mounted.

Larry

-----Original Message-----
From: Andrew Sharp [mailto:andy.sharp@onstor.com]=20
Sent: Wednesday, November 01, 2006 2:05 PM
To: Larry Scheer
Subject: Re: BSD build script

Hmm, now if only I could manage to mount mightydog.   I get this

ripper:~# mount mightydog:/homes /mightydog/homes
mount: mightydog:/homes failed, reason given by server: No such device



On Tue, 31 Oct 2006 17:10:55 -0800 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> Here is a s script that bakes BSD.
>=20
> /homes/larrys/bin/build-bsd.sh
>=20
> Grab a copy of it if you want.
>=20
> Running build-bsd.sh all in the top of your banch will build all the
> bsd components.
>=20
> Larry
