Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Integrity Essentials Global Workload Manager Administrator's Guide: gWLM A.02.50.00.x > Chapter 1 

Controlling gWLM’s Start-up Behavior

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

The gWLM CMS daemon (gwlmcmsd) is set to start at boot by /opt/vse/bin/vseinitconfig. Generally, you should not change this setting as it disables all VSE Management Software from starting at boot.

You can control whether the gWLM CMS daemon (gwlmcmsd) and its agent daemons on the managed nodes (gwlmagent) start at boot by:

  • Manually setting variables in the /etc/rc.config.d/gwlmCtl file on HP-UX or the /etc/sysconfig/gwlmCtl file on Linux. (The /sbin/init.d/gwlmcmsd and /sbin/init.d/gwlmagt scripts on HP-UX and the /etc/init.d/gwlmagt script on Linux use these variables.)

  • Using the --enable_start_on_boot and --disable_start_on_boot options to gwlmcmsd and gwlmagent.

NOTE: HP recommends starting these daemons at boot only when used in a secure operating environment.

Setting GWLM_CMS_START to 0 prevents automatic use at boot of HP Integrity Essentials Virtualization Manager and HP Integrity Essentials Capacity Advisor.

The gwlmCtl file is shown below:

########################################################################
# (C) Copyright 2004 Hewlett-Packard Development Company, L.P.
#
# gWLM Configuration File
#
# $Revision: 1.6 $
# $Date: 2006/01/10 17:07:07 $
########################################################################

# Set GWLM_CMS_START to 1 to have the init process start the gWLM CMS
# daemon. (HP recommends setting this variable to 1 only when used in a
# secure operating environment.)
#
# NOTE: GWLM_CMS_START=0 prevents automatic use at boot of
# HP Integrity Essentials Virtualization Manager and
# HP Integrity Essentials Capacity Advisor.
GWLM_CMS_START=0
# Set GWLM_AGENT_START to 1 to have the init process start the gWLM agent
# daemon. (HP recommends setting this variable to 1 only when used in a
# secure operating environment.)
GWLM_AGENT_START=0

# Set GWLM_HOME to the location where gWLM is installed.
# Default is /opt/gwlm.
GWLM_HOME=/opt/gwlm
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2004-2007 Hewlett-Packard Development Company, L.P.