Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HACMP Standard

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
I am developing HACMP Standard in house and am in need of some templates (not the exclusive admin/config documentation from IBM Redbook) I can refer to.

Basically, I like to know:

1) Standard of HW and SW for HACMP
2) configuration and admin procedures

Can you share if you have any templates so that I can use them for the starting point?

thx so much
 
I would advice you for HACMP that you read the redbooks coz it will give you a better understanding.

But to give you some comments:

1) You have to watch out for your SPOF (single point of failure) when considering HW. Like having two NICs and two FCs per node. You are the judge of your SPOFs after all so the more redundancies you consider the better.

SWs! you need the following list of softwares (taken from one of our production systems)

Code:
lslpp -L | grep clu
  cluster.es.client.lib      5.3.0.2    A     F    ES Client Libraries
  cluster.es.client.rte      5.3.0.3    A     F    ES Client Runtime
  cluster.es.client.utils    5.3.0.1    A     F    ES Client Utilities
  cluster.es.client.wsm      5.3.0.2    A     F    Web based Smit
  cluster.es.clvm.rte        5.3.0.0    C     F    ES for AIX Concurrent Access
  cluster.es.cspoc.cmds      5.3.0.3    A     F    ES CSPOC Commands
  cluster.es.cspoc.dsh       5.3.0.0    C     F    ES CSPOC dsh
  cluster.es.cspoc.rte       5.3.0.3    A     F    ES CSPOC Runtime Commands
  cluster.es.server.cfgast   5.3.0.0    C     F    ES Two-Node Configuration
  cluster.es.server.diag     5.3.0.3    A     F    ES Server Diags
  cluster.es.server.events   5.3.0.3    A     F    ES Server Events
  cluster.es.server.rte      5.3.0.3    A     F    ES Base Server Runtime
  cluster.es.server.testtool
  cluster.es.server.utils    5.3.0.4    A     F    ES Server Utilities
  cluster.es.worksheets      5.3.0.1    A     F    Online Planning Worksheets
  cluster.license            5.3.0.0    C     F    HACMP Electronic License
  cluster.man.en_US.es.data  5.3.0.1    A     F    ES Man Pages - U.S. English

lslpp -L | grep hacmp
  rsct.basic.hacmp           2.4.4.0    C     F    RSCT Basic Function (HACMP/ES
  rsct.compat.basic.hacmp    2.4.4.0    C     F    RSCT Event Management Basic
  rsct.compat.clients.hacmp  2.4.4.0    C     F    RSCT Event Management Client

2) I would advice you to read the redbook for configuring the HACMP cluster. For administering the cluster try as much as you can to use CSPOC (smitty hacmp -> System Management (C-SPOC).

I hope this is helpful.

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top