Files
mastering-unix-ss/chapter23/function_get_HACMP_info
Fabio Scotto di Santolo 4cc88d2f6e initial commit
2020-07-28 19:28:25 +02:00

18 lines
314 B
Plaintext
Executable File

get_HACMP_info ()
{
# If the System is running HACMP then save the
# HACMP configuration
if [ -x /usr/es/sbin/cluster/utilities/cllsif ]
then
/usr/es/sbin/cluster/utilities/cllsif
echo "\n\n"
fi
if [ -x /usr/essbin/cluster/utilities/clshowres ]
then
/usr/es/sbin/cluster/utilities/clshowres
fi
}