Using HP Insight Software from a Highly Available Central Management Server with Microsoft Cluster Service

25
HA-VSE_defines.vbs
The HA-VSE_defines.vbs script file contains global definitions used by the cluster resources creation
script. The values in the file must be customized for your environment before executing the cluster
resources creation script, HA-VSE_script.wsf.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'
' HA-VSE_defines.vbs
'
' Contains global definitions.
' Change the values here for local implementation.
'
' © Copyright 2008 Hewlett-Packard Development Company, L.P.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Public Const grpName = "HA-VSE Group"
Public Const simDisk = "HA-VSE Disk"
Public Const simNetname = "HA-VSE Network Name"
Public Const simIP = "HA-VSE IP Address"
Public Const simIPNW = "YOUR LAN"
Public Const simIPAddr = "YOUR IP"
Public Const simIPNetmask = "YOUR SUBNET"
Public Const simNWname = "YOUR NET NAME"
Public Const simDiskDrive = "YOUR DISK:" 'Example "V:"
' Multidimension Array of service names/resource name
Dim arrSvcName(1,11)
arrSvcName(0,0) = "HP Systems Insight Manager"
arrSvcName(1,0) = "HA-VSE SIM Service"
arrSvcName(0,1)= "WMI Mapper"
arrSvcName(1,1) = "HA-VSE WMI Service"
arrSvcName(0,2) = "OpenSSHd"
arrSvcName(1,2) = "HA-VSE OpenSSH Service"
arrSvcName(0,3) = "hpvmmsvc"
arrSvcName(1,3) = "HA-VSE VMM Service"
arrSvcName(0,4) = "HP Performance Management Pack"
arrSvcName(1,4) = "HA-VSE PMP Service"
arrSvcName(0,5) = "HP PMP Tools"
arrSvcName(1,5) = "HA-VSE PMP Tools Service"
arrSvcName(0,6) = "AppDisc"
arrSvcName(1,6) = "HA-VSE AD Service"
arrSvcName(0,7) = "HP Global Workload Manager CMS"
arrSvcName(1,7) = "HA-VSE gWLM Service"
arrSvcName(0,8) = "HP LSA Controllers"
arrSvcName(1,8) = "HA-VSE LSA Controllers Service"
arrSvcName(0,9) = "HP Logical Server Automation"
arrSvcName(1,9) = "HA-VSE LSA Service"
arrSvcName(0,10) = "hpSMPsvc"
arrSvcName(1,10) = "HA-VSE SMP Service"
arrSvcName(0,11) = "hpwebSMPsvc"
arrSvcName(1,11) = "HA-VSE SMP Web Service"