Here is some more info.
### for your rcmgr, rc.config is in /etc called rc.config as below. Here is the output of the executable script.
/etc> cat rc.config
# This script sources configuration files for various subsystems. Configuration
# variables are in files CFG_FILE in /etc/rc.config.d/*, and /etc/TIMEZONE.
# Simple error checks are done: test file perms and for dumped "core" files.
# Filenames containing [.,~#] are not sourced - they are possible names of
# backup files such as file.bak, file.OLD, ~file, file~, file,v, #file etc.
for CFG_FILE in /etc/rc.config.d/* /etc/TIMEZONE
do
fname=${CFG_FILE##*/} # get file basename
if [ -f $CFG_FILE -a "$fname" != "core" -a "${fname##*[.,~\#]}" = "$fna]
then . $CFG_FILE # source a valid config file
fi
done
###############
I think the sizer is similar to the "sysdef" command. If you have 11.i then the command is "kmtune".
/root> type sysdef
sysdef is /usr/sbin/sysdef
root> type kmtune
kmtune is /usr/sbin/kmtune
##############
Regarding the edauth. I believe that is totally Compaq specific. HPUX has three products called Sysguard, Perfview, and Measureware/Glance that are used for security and the other two are for performance monitoring.
Hope that this helps you. You can go to
www.itrc.hp.com and query the search engine for more info on this.
