| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
com.ibm.xd.ws.bladecenter
ManageBladeCenter
java.lang.Object
|
+--com.ibm.xd.ws.bladecenter.ManageBladeCenter
All Implemented Interfaces
- ServerPowerController
This class, when configured in the CoreGroup properties, will disable the
node if quorum detection determines the cluster set has lost quorum.
To configure this class, a CoreGroup Custom Property must be created,
IBM_CS_HW_SERVER_POWER_CONTROLLER. The property should be set to
com.ibm.xd.ws.bladecenter.ManageBladeCenter.
Additionally, these CoreGroup Service Specific properties must be set:
- blade_controller_host - fully qualified dns name of blade managing the
blade center.
- blade_controller_username - user name with authority to access
management blade.
- blade_controller_password - password of controller user name.
- blade_controller_slot - a string with an integer value (mapped to an Int
at runtime) describing the slot number that the management blade resides
within.
These values can be set via the wpfadmin command, please see the WPF
Mangement and User Guide for examples.
Method Summary |
public
boolean | applyPowerToBlade(java.lang.String, java.lang.String, java.lang.String, int, boolean)
|
public
boolean | powerDown(java.lang.String, com.ibm.wsspi.hamanager.quorum.CoreStackPropertyProvider)
|
Inherited Methods
Methods inherited from java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManageBladeCenter
public ManageBladeCenter(
| ) |
applyPowerToBlade
public boolean applyPowerToBlade( | String host , | | String uid ,
| | String pwd ,
| | int slot ,
| | boolean powerOn )
|
Parameters:
powerDown
public boolean powerDown( | String serverName , | | CoreStackPropertyProvider props )
|
Parameters:
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |