Date: Mon, 1 Feb 1999 14:25:03 +1300 From: Joe Abley <jabley@clear.co.nz> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: obrien@NUXI.com, current@FreeBSD.ORG, jabley@clear.co.nz Subject: Re: Even more interesting NFS problems.. Message-ID: <19990201142503.B50525@clear.co.nz> In-Reply-To: <1374.917785105@zippy.cdrom.com>; from Jordan K. Hubbard on Sun, Jan 31, 1999 at 04:18:25AM -0800 References: <19990131024914.C67786@relay.nuxi.com> <1374.917785105@zippy.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I've been using amd on bleeding-edge current for the past year or so with
no problems - the servers in my case are Solaris 2.5.1 boxes.
I remember becoming extremely confused when I configured my first amd map
file, since there was no coherent documentation to be found at the time, but
I ended up with this (and have kept it ever since):
  % grep amd /etc/rc.conf
  amd_enable="YES"		# Run amd service with $amd_flags (or NO).
  amd_flags="-a /a -c 1800 -k i386 -d clear.net.nz -l syslog /home /etc/amd.home.map /net /etc/amd.net.map"
  amd_map_program="NO"		# Can be set to "ypcat -k amd.master"
  %
  % cat /etc/amd.home.map
  # auto-mount home directories
  /defaults	type:=nfs;rfs=/export/${path};rhost:=oms
  jabley		rhost:=intdev
  *		opts:=rw,resvport
  %
  % cat /etc/amd.net.map
  # automount /net hierarchies
  /defaults		opts:=rw,grpid,resvport,nosuid
  buddha			type:=link;fs=/
  *			type:=host;rhost:=${key}
  
buddha is the local machine; intdev is where my home directory happens to
be (everybody else's is mounted off oms).
Never had a problem with it. Just to confirm that amd is not hideously
broken beyond the point where _some_ people can use it just fine.
Joe
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990201142503.B50525>
