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 Global Workload Manager Version 4.1 User's Guide > Chapter 5 Additional Configuration and Administration Tasks

Controlling gWLM’s Startup Behavior

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

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

On HP-UX, 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. (The /sbin/init.d/gwlmcmsd and /sbin/init.d/gwlmagt scripts use these variables.)

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

On Windows, to control whether the gWLM CMS daemon (gwlmcmsd) starts at boot: Right-click the My Computer icon, click Manage, double-click Services & Applications, double-click Services, right-click HP Global Workload Manager Central Management Server, select Properties, and change the Startup type to the desired setting.

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

Setting GWLM_CMS_START to 0 (zero) prevents automatic use at boot of HP Virtualization Manager and HP Capacity Advisor.

The gwlmCtl file is shown below:

########################################################################
# (C) Copyright 2004-2008 Hewlett-Packard Development Company, L.P.
#
# gWLM Configuration File
#
# $Revision: 1.1 $
# $Date: 2008/12/02 20:17:18 $
########################################################################

# 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 Virtualization Manager and 
#       HP 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-2009 Hewlett-Packard Development Company, L.P.