HP XC System Software Administration Guide Version 3.0

Table 1-2. Log Files Log Files
Path Name of Log FileComponent
/hptc_cluster/adm/logs/cmf.dated/*Console Management Facility (CMF)
/var/log/collectlcollectl utility
/var/lsf/log (linked to /opt/hptc/lsf/top/log)LSF-HPC
/var/log/diag/myrinet/gm_drain_test/Myrinet® gm_drain_test
/var/log/diag/myrinet/gm_prodmode_mon/links.log
/hptc_cluster/adm/logs/aggregator_nodename.log (alerts)
Myrinet gm_prodmode_mon diagnostic
tool
/hptc_cluster/adm/logs/ovp/verify_nodename_mmddyy
/hptc_cluster/adm/logs/ovp/current (a symbolic link to the most recent log file)
ovp
/var/log/powerd/powerd.logpowerd
/var/log/diag/quadrics/qselantestp/ (default directory)Quadrics qselantestp
/var/log/diag/quadrics/qsnet2_drain_testQuadrics qsnet2_drain_test utility
/var/slurm/log/slurmctld.log and /var/slurm/log/slurmd.logSLURM
/hptc_cluster/adm/logs/aggregator_nodename.log (one log file for each
aggregator)
/hptc_cluster/adm/logs/consolidated.log
syslog-ng
/hptc_cluster/adm/logs/startsys.logstartsys/stopsys
/hptc_cluster/adm/logs/imaging.logsystemimager/flamethrower
/var/log/nconfig.log (contains output from the cluster_config utility)cluster_config
/var/log/postinstall.log (shows the RPMs that were installed)Fresh installation
/var/log/upgrade (if this directory exists, an upgrade installation was done)Upgrade installation
Modulefiles
Modulefiles provide a mechanism for accessing software commands and tools, particularly for third-party
software. The HP XC System Software does not use modules for system-level manipulation.
A modulefile contains the information that alters or sets shell environment variables, such as PATH and
MANPATH. Some modulefiles are provided with the HP XC System Software and are available for you to
load. A modulefile must be loaded before it changes the user's environment.
See the
HP XC System Software User's Guide
for information on creating modulefiles and loading default
modulefiles.
The module command is a shell function that should be defined when users log into the system. It is not found
in the path; you can check this function exists by running the following command under the Bourne, Korn,
or bash shells:
$ typeset -f module
The module command features keywords that enable you to load, unload, and list modules, as described
here:
Use the load keyword to load a module:
# module load package-name
Use the list keyword to list all loaded modules:
# module list
Be sure to unload a module before loading another to help avoid module versioning conflicts. See the
HP XC System Software User's Guide
for additional information.
Use the avail keyword to list all loaded or unloaded modules:
34 HP XC Administration Environment