Deploying Virtual Connect Enterprise Manageron Microsoft Cluster Service
HA-VCEM_defines.vbs
The HA-VCEM_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-VCEM_script.wsf.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'
' HA-VCEM_defines.vbs
'
' Contains global definitions.
' Change the values here for local implementation.
'
' © Copyright 2007 Hewlett-Packard Development Company, L.P.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Public Const grpName = "HA-VCEM Group"
Public Const simDisk = "VCEM Disk"
Public Const simNetname = "VCEM Network Name"
Public Const simIP = "VCEM IP Address"
Public Const simSvc = "VCEM SIM Service"
Public Const simWMapSVc = "VCEM WMI Mapper Service"
Public Const simSSHSvc = "VCEM OpenSSH Service"
Public Const simIPNW = "Public LAN 140.x"
Public Const simIPAddr = "140.110.240.65"
Public Const simIPNetmask = "255.255.254.0"
Public Const simNWname = "HP-SIM-SVR"
Public Const simDiskDrive = "V:"
Public Const snmpSvcName = "SNMP"
Public Const simSvcName = "HP Systems Insight Manager"
Public Const opensshSvcName = "OpenSSHd"
Public Const wmimapSvcName = "WMI Mapper"