From owner-freebsd-questions Mon May 13 13: 0: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 03B6D37B405 for ; Mon, 13 May 2002 12:59:55 -0700 (PDT) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id OAA62886; Mon, 13 May 2002 14:59:51 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Mon, 13 May 2002 14:59:51 -0500 (CDT) From: Chris Dillon To: Tim Kellers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems after Veritas restore In-Reply-To: <20020511224452.U8141-100000@serv1.wallnet.com> Message-ID: <20020513144148.P53960-100000@mail.wolves.k12.mo.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 May 2002, Tim Kellers wrote: > On another note regarding the Veritas backup software (and maybe > this is something for freebsd-stable@freebsd.org), since I upgraded > 2 other of our machines to 4.6 PreRelease, the Veritas software can > no longer contact either of those machines. I made sure the proper > Veritas information was in inetd.conf and /etc/services and that rsh > (Shell) was enabled in inetd.conf, too. (rsh is how the SunOS > flavor of Veritas Enterprise backup installs the software on FreeBSD > boxes). I assume you're talking about Veritas NetBackup, but I can't help you with the rest since I don't do full system backups with NetBackup, only the important stuff. Also, I installed the FreeBSD backup agent from the distribution CD-ROM, not via a push from the server (which happens to be NT). RSH is a dangerous thing anyway. If things stopped working after an upgrade to 4.6-PRERELEASE, check the following: 1) You have the compat3x libs installed. The agent is a FreeBSD 3.x executable and needs the FreeBSD 3.x libs. 2) The entries in inetd.conf are correct (and in /etc/services). Incidentally, those should be: bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd vopied stream tcp nowait root /usr/openv/netbackup/bin/vopied vopied bpjava-msvc stream tcp nowait root /usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient 3) Inetd is actually running (inetd was defaulted to OFF for a while). 4) Nothing in /etc/hosts.allow is preventing access to the backup services by the backup server. 5) No ipfw rules are preventing access to the backup services by the backup server. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, and ARM architectures under development - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message