The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: i need help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-21-2002
Kelam_Magnus's Avatar
Kelam_Magnus Kelam_Magnus is offline
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
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.


__________________
My brain is your brain