Previous  |  Next  >  
Product: Cluster Server Guides   
Manual: Cluster Server 4.1 User's Guide   

Sample Configurations Depicting Workload Management

This section lists some sample configurations that use the concepts described in this chapter.

System and Service Group Definitions

The main.cf in this example shows various Service Group Workload Management attributes in a system definition and a service group definition. For more information regarding the attributes cited below, see the appendix VCS Attributes.


include "types.cf"
cluster SGWM-demo (
 )

system LargeServer1 (
  Capacity = 200
  Limits = { ShrMemSeg=20, Semaphores=10, Processors=12 }
  LoadWarningLevel = 90
  LoadTimeThreshold = 600
  )

group G1 (     
  SystemList = { LargeServer1, LargeServer2, MedServer1,
    MedServer2 }
  SystemZones = { LargeServer1=0, LargeServer2=0,
    MedServer1=1, MedServer2=1 }
  AutoStartPolicy = Load 
  AutoStartList = { MedServer1, MedServer2 }
  FailOverPolicy = Load
  Load = 100 
  Prerequisites = { ShrMemSeg=10, Semaphores=5, Processors=6 }  
  )
 ^ Return to Top Previous  |  Next  >  
Product: Cluster Server Guides  
Manual: Cluster Server 4.1 User's Guide  
VERITAS Software Corporation
www.veritas.com