beautypg.com

HP B6960-90078 User Manual

Page 764

background image

Further Information

Example of the Package Configuration File

Appendix A

A-34

# If DEFERRED is selected, ServiceGuard will not attempt to

start

# resource monitoring for these resources during node start up.

User

# should specify all the DEFERRED resources in the package run

script

# so that these DEFERRED resources will be started up from the

package

# run script during package run time.

#

# RESOURCE_UP_VALUE requires an operator and a value. This

defines

# the resource 'UP' condition. The operators are =, !=, >, <,

>=,

# and <=, depending on the type of value. Values can be string

or

# numeric. If the type is string, then only = and != are valid

# operators. If the string contains whitespace, it must be

enclosed

# in quotes. String values are case sensitive. For example,

#

# Resource is up when its value is

# --------------------------------

# RESOURCE_UP_VALUE= UP"UP"

# RESOURCE_UP_VALUE!= DOWNAny value except "DOWN"

# RESOURCE_UP_VALUE= "On Course""On Course"

#

# If the type is numeric, then it can specify a threshold, or a

range to

# define a resource up condition. If it is a threshold, then

any operator

# may be used. If a range is to be specified, then only > or

>= may be used