Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Cluster Server 7.3.1 Bundled Agents Reference Guide - Windows
Last Published:
2017-11-05
Product(s):
InfoScale & Storage Foundation (7.3.1)
- 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 VIP1In 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