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:

These values can be set via the wpfadmin command, please see the WPF Mangement and User Guide for examples.



Constructor Summary
ManageBladeCenter()
          


Method Summary
public  booleanapplyPowerToBlade(java.lang.String, java.lang.String, java.lang.String, int, boolean)
          
public  booleanpowerDown(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

Constructor Detail

ManageBladeCenter

public ManageBladeCenter( )


Method Detail

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