Please enter search query.
Search <book_title>...
Cluster Server 8.0 Bundled Agents Reference Guide - Windows
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: Windows
- Introducing VCS bundled agents
- Storage agents
- Network agents
- FileShare agents
- Services and applications agents
- VCS infrastructure and support agents
- VCS hardware replication agent for NetApp
- Troubleshooting bundled agents
Sample configurations
In the following example, the Lanman agent is configured to bind a single IP address with the virtual computer name VNAMEX1. The Lanman agent will also add the computer object to the specified Active Directory container and update the additional DNS servers.
IP VIP1 ( Address = "172.29.9.159" SubNetMask = "255.255.254.0" MACAddress @SYSTEM1 = "00-B0-D0-AB-4E-22" MACAddress @SYSTEM2 = "00-B0-D0-D1-69-7D" ) Lanman VNAMEX1 ( VirtualName = VNAMEX1 IPResName = VIP1 ADContainer = "OU=myUnit,DC=myCompanny,DC=com" DnsOptions = { UpdateAll, PurgeDuplicate } AdditionalDNSServers = {"10.212.100.20", "10.212.100.21"} ) VNAMEX1 requires VIP1
In the next example, the Lanman agent is configured to bind multiple IP addresses with the virtual computer name VNAMEX1.
IP IP_RES1 ( Address = "11.212.96.182" SubNetMask = "255.255.254.0" MACAddress @SYSTEM3 = "00-D0-B7-4A-03-D8" MACAddress @SYSTEM4 = "00-D0-B7-4A-04-19" ) IP IP_RES2 ( Address = "11.212.99.214" SubNetMask = "255.255.254.0" MACAddress @SYSTEM3 = "00-D0-B7-4A-03-71" MACAddress @SYSTEM4 = "00-D0-B7-4A-03-7D" ) Lanman LANMAN_VNAMEX1 ( VirtualName = VNAMEX1 MultiNet = 1 MultiNetInfo = { "IP=11.212.96.182 MASK=255.255.254.0 MACAddress=00-D0-B7-4A-03-D8 WINS=10.212.100.120", "IP=11.212.99.214 MASK=255.255.254.0 MACAddress=00-D0-B7-4A-03-D8 WINS=10.212.100.120" } ) NIC NIC-EXCH_GRP1 ( MACAddress @SYSTEM3 = "00-D0-B7-4A-03-D8" MACAddress @SYSTEM4 = "00-D0-B7-4A-04-19" ) NIC NIC-EXCH_GRP2 ( MACAddress @SYSTEM3 = "00-D0-B7-4A-03-71" MACAddress @SYSTEM4 = "00-D0-B7-4A-03-7D" ) IP_RES1 requires NIC-EXCH_GRP1 IP_RES2 requires NIC-EXCH_GRP2 LANMAN_VNAMEX1 requires IP_RES2 LANMAN_VNAMEX1 requires IP_RES1