Chapter 6: Administering Virtual Clusters
164
Equalizer Installation and Administration Guide
ipmi_poweroff (
BMC IP
,
BMC username
,
BMC password
,
lan)
Sends a power off command to a server with a Baseboard
Management Controller (BMC) and Intelligent Platform
Management Interface (IPMI) driver installed and
configured. See the section “Using IPMI to Power Servers
On/Off” on page 166.
All
ipmi_poweron (
BMC IP
,
BMC username
,
BMC password
,
lan)
Sends a power on command to a server with a Baseboard
Management Controller (BMC) and Intelligent Platform
Management Interface (IPMI) driver installed and
configured. See the section “Using IPMI to Power Servers
On/Off” on page 166.
All
log (“
message
”)
Print the specified message to the system log. Always
returns ‘true’.
All
numeric (
value
)
A variable containing a numeric value. Click the drop arrow
to enter the value.
All
pick_server (
heuristic
)
Sets the value of the
any
server according to the specified
heuristic
(an integer). The currently supported values for
heuristic
:
1
= lowest current weight
2
= highest current weight
3
= unquiesced server with lowest current weight
4
= unquiesced server with highest current weight
All
quiesce (
server
)
Enable the
quiesce
option for the indicated
server
. Returns
‘true’ if the
quiesce
option is set by this function, ‘false’ if
not (for example, if the option is already set).
All
server_wait (
server
,
seconds
)
Sets the
server_wait
timer for the specified
server
, which
blocks any function from operating on the
server
for the
given number of
seconds
. This function always returns
‘true’. Events called on blocked servers return ‘false’.
All
true ()
Returns a logical ‘true’ value.
All
unquiesce (
server
)
Disable the
quiesce
option for the indicated
server
. Returns
‘true’ if the option is successfully disabled, ‘false’ if not.
All
power_off (
server
)
Power off a VMware virtual server without first shutting
down the server. Should usually be preceded by
quiesce_server()
and an
event_wait()
to make sure
that the shutdown occurs when there are no more live
connections on the server. Returns ‘true’ if the server was
powered off; ‘false’ otherwise.
VM
only
power_on (
server
)
Power on a VMware virtual server. Returns ‘true’ if the
server was powered on; ‘false’ otherwise.
VM
only
shutdown (
server
)
Equalizer VLB asks VMware to shut down a virtual server.
Should usually be preceded by
quiesce_server()
to make
sure that the shutdown occurs when there are no more live
connections on the server. Returns ‘true’ if the server was
shutdown; ‘false’ otherwise.
VM
only
Action
Functions & Variables
Description
All or
VM
only
Summary of Contents for E350GX
Page 18: ...Chapter Preface 18 Equalizer Installation and Administration Guide ...
Page 38: ...Chapter 1 Equalizer Overview 38 Equalizer Installation and Administration Guide ...
Page 80: ...Chapter 4 Equalizer Network Configuration 80 Equalizer Installation and Administration Guide ...
Page 110: ...Chapter 5 Configuring Equalizer Operation 110 Equalizer Installation and Administration Guide ...
Page 208: ...Chapter 7 Monitoring Equalizer Operation 208 Equalizer Installation and Administration Guide ...
Page 240: ...Chapter 8 Using Match Rules 238 Equalizer Installation and Administration Guide ...
Page 262: ...Appendix A Server Agent Probes 258 Equalizer Installation and Administration Guide ...
Page 274: ...Appendix B Timeout Configuration 270 Equalizer Installation and Administration Guide ...
Page 280: ...Appendix D Regular Expression Format 276 Equalizer Installation and Administration Guide ...
Page 310: ...Appendix F Equalizer VLB 306 Equalizer Installation and Administration Guide ...
Page 318: ...Appendix G Troubleshooting 314 Equalizer Installation and Administration Guide ...