Hi everyone,
We get a bunch of strange output from one of our systems (1200 4.0D) when
certain commands are run. However, I have not found a connection between the
commands and the output yet. The output looks similar to what you get after
enabling "set -x" in a shell script.
So far, the commands I have found that exhibit this behavior include asemgr,
netstat and asemgr.
Included is an example of some of the output that appears after the
following command is executed:
# rcmgr get HOSTNAME
...
+ : -AvlExists
+ : -AvlGet
+ : -AvlSet
+ : Avl
+ . /usr/share/lib/shell/Error
+ : -Error
+ set -x
RC_CONFIG_SITE=/etc/rc.config.site
RC_CONFIG=/etc/rc.config
+ : -RcMgrGet
+ : -RcMgrSet
+ : -RcMgr
+ [ -z ]
PROG=rcmgr
+ RcMgr get HOSTNAME
PATH=/isl:/sbin:/usr/bin:/usr/sbin:/usr/lbin:.
+ export PATH
ARG=get
+ shift
+ RcMgrGet HOSTNAME
+ [ 1 -ge 1 ]
+ Avl /etc/rc.config get HOSTNAME
AVL_FILE=/etc/rc.config
AVL_CMD=get
+ shift 2
+ [ -f /etc/rc.config ]
......
The output continues.
Any ideas would be appreciated. It would be nice to clean this up.
Tom Bacevicius
Received on Fri Jan 07 2000 - 15:42:20 NZDT