Date: Mon, 13 May 2002 14:59:51 -0500 (CDT) From: Chris Dillon <cdillon@wolves.k12.mo.us> To: Tim Kellers <timothyk@serv1.wallnet.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems after Veritas restore Message-ID: <20020513144148.P53960-100000@mail.wolves.k12.mo.us> In-Reply-To: <20020511224452.U8141-100000@serv1.wallnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020513144148.P53960-100000>