> -----Original Message----- > From: Jean-Louis Martineau [mailto:[email protected]] > Sent: Wednesday, June 30, 2010 5:41 PM > To: McGraw, Robert P > Cc: '[email protected]' > Subject: Re: connection refued when switching to bsdtcp > > > McGraw, Robert P wrote: > > > > inetadm -l amanda/udp > > > > > > > > SCOPE NAME=VALUE > > > > name="amanda" > > > > endpoint_type="dgram" > > > > proto="udp" > > > > isrpc=FALSE > > > > wait=TRUE > > > > exec="/local/amanda/amanda/libexec/amanda/amandad > > -auth=bsdtcp amdump amindexd amidxtaped" > > > > user="amandabackup" > > > > > > I don't know the solaris syntax, but you need something like: > endpoint_type="stream" > proto="tcp" > wait=FALSE
Jean-Louis, Thanks for catching my parmeters errors. With these changes and a little SMF magic, my amcheck -c ran without any errors. I do notice that amcheck does take longer to run than the 2.6.1 version but from all the .debug files it seems to do a lot more checking. Now my next step is to do an actual backup to tape. After that, it is on to my remote clients. Thanks again. Robert
