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
Samples configurations
A
AzureDNSZone a_record ( AzureDnsZoneResourceId = "/subscriptions/6940a326-fgh6-40dd-b616-c1e9bbdf1d63/resourceGroups/ azureRG/providers/Microsoft.Network/dnszones/example.com ResRecords = { "www" = "10.44.50.1,10.45.1.1", "vm1" = "10.44.50.2", "vm2" = "10.44.51.10", "@" = "10.45.55.66" } RSType = "A" TTL = 300 AzureAuthRes = "azure-auth-res" )
AAAA
AzureDNSZone aaaa_record ( AzureDnsZoneResourceId = "/subscriptions/6940a326-fgh6-40dd-b616-c1e9bbdf1d63/ resourceGroups/resgrp/roviders/Microsoft.Network/dnszones/sampledomain.com" ResRecords = { "www" = " 2001:0db8:85a3:0000:0000:8a2e:0370:7334", "vm1" = " 2607:f0d0:1002:0051:0000:0000:0000:0004", "@" = "2001:0db8:85a3:0000:0000:8a2e:0370:7334" } RSType = "AAAA" TTL = 300 AzureAuthRes = "azure-auth-res" )
CNAME
AzureDNSZone cname_record ( AzureDnsZoneResourceId = "/subscriptions/6940a326-fgh6-40dd-b616-c1e9bbdf1d63/ resourceGroups/resgrp/providers/Microsoft.Network/dnszones/sampledomain.com" ResRecords = { "vm1" = "vm1.alias.com", "vm2" = "vm2.alias.com" } RSType = "CNAME" TTL = 300 AzureAuthRes = "azure-auth-res" )
PTR
AzureDNSZone ptr_record ( AzureDnsZoneResourceId = "/subscriptions/6940a326-fgh6-40dd-b616-c1e9bbdf1d63/ resourceGroups/resgrp/providers/Microsoft.Network/dnszones/sampledomain_ptr.com" ResRecords = { "11" = "vm1.alias.com", "222" = "vm2.alias.com" } RSType = "PTR" TTL = 300 AzureAuthRes = "azure-auth-res" )
In this sample for PTR, 11 and 222 in ResRecords indicates the last block of the IP address. For example, 11 and 222 in 192.168.10.11 and 192.168.10.222 respectively.