Veritas-bu

[Veritas-bu] jnbSA console missing functionality

2003-03-13 14:48:37
Subject: [Veritas-bu] jnbSA console missing functionality
From: ddunham AT taos DOT com (Darren Dunham)
Date: Thu, 13 Mar 2003 11:48:37 -0800 (PST)
> # telnet localhost 13782
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> unknown argument bpcd
> Usage: bpcd [-standalone] [-no_callback] [-debug] [-port portnum]
> [-keyfile]
> Connection closed by foreign host.
> 
> # grep bpcd /etc/inetd.conf
> bpcd    stream  tcp     nowait  root    /usr/local/bin/tcpd
> /usr/openv/netbackup/bin/bpcd bpcd

Looks like someone had tried to put tcp wrappers on the program, but
didn't do it right.

The sixth field is the program to run and everything afterward is the
argument list.

So you're trying to run:
# bpcd bpcd

I think the error you're getting is that bpcd doesn't know what to do if
passed 'bpcd' on the command line.

You need to get rid of one of the bpcd bits and HUP inetd.


-- 
Darren Dunham                                           ddunham AT taos DOT com
Unix System Administrator                    Taos - The SysAdmin Company
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >