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 configuration
Sample configuration where UUID is not provided for the DiskPaths attribute:
VMwareDisks VMwareDisks_1 ( ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK", "192.168.0.101" = "root=HVJtWTwVLnINjNK", "192.168.0.102" = "root=HVJtWTwVLnINjNK" } DiskPaths = { "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_1.vmdk" = "0:1", "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_2.vmdk" = "0:2", "RDM:[SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" } VirtualDiskMode = independent_persistent )
Sample configuration where UUID is provided for the DiskPaths attribute:
VMwareDisks VMwareDisks_1 ( ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK", "192.168.0.101" = "root=HVJtWTwVLnINjNK", "192.168.0.102" = "root=HVJtWTwVLnINjNK" } DiskPaths = {"RDM:6000C29a-11a3-7845-029d-10737a83ced7: [SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" } VirtualDiskMode = independent_persistent )
Sample configuration where disks are associated with user-initiated snapshots:
group test_VMDG ( SystemList = { node1 = 0, node2= 1 } AutoStartList = { node1, node2 } ) VMwareDisks vmdk1 ( ESXDetails = { "host1.location.company.com" = "root2=7a:8c:bf:61:fe:85:9a:57:fd:3c:3e:0d:f5:c2:19: fb:25:dd:b5:92:96:a4:93:2c:46:0e:2b:02:b3:b6:0a:e8" } DiskPaths = { "6000C293-3c61-2298-1f38-dc9a4bd4fdc3: [r7515-057-Local-NVMe-DS1] Node1_rhel7.9/Node1_rhel7.9_1.vmdk" = "0:1" } DeleteSnapshot = 1 )
Sample configuration where disks are associated with NetBackup snapshots:
group test_VMDG ( SystemList = { node1 = 0, node2= 1 } AutoStartList = { node1, node2 } ) VMwareDisks vmdk1 ( ESXDetails = { "host1.location.company.com" = "root2=7a:8c:bf:61:fe:85:9a:57:fd:3c:3e:0d:f5:c2:19: fb:25:dd:b5:92:96:a4:93:2c:46:0e:2b:02:b3:b6:0a:e8" } DiskPaths = { "6000C293-3c61-2298-1f38-dc9a4bd4fdc3: [r7515-057-Local-NVMe-DS1] Node1_rhel7.9/Node1_rhel7.9_1.vmdk" = "0:1" } NBUPrimaryDetails = { "host2.location.company.com" = "VMID: VMBIOSUUID, APIKey: e9:f0:bd:4b:2d:46:71:ee:4e: 7a:52:33:43:3c:c4:7e:50:d4:67:d8:0b:35:d1:14:f0:e8:96: c2:f1:0e:03:d9:32:ce:63:52:9c:84:56:00:2d:e5:4e:0d:30: 5c:cb:0a:3b:8e:67:99:7d:f3:30:e4:8f:44:aa:fe:ee:cd:f8: 23:98:5c:1a:f5:8a:ae:b4:8a:65:98:6b:30:7c:9d:a8:6a:5b: c3:c5:06:f0:27:62:f2:98:93:1a:90:2e:4d:1f:9b" } DeleteSnapshot = 2 )
Sample configuration where disks are associated with all kinds of snapshots:
group test_VMDG ( SystemList = { node1 = 0, node2= 1 } AutoStartList = { node1, node2 } ) VMwareDisks vmdk1 ( ESXDetails = { "host1.location.company.com" = "root2=7a:8c:bf:61:fe:85:9a:57:fd:3c:3e:0d:f5:c2:19: fb:25:dd:b5:92:96:a4:93:2c:46:0e:2b:02:b3:b6:0a:e8" } DiskPaths = { "6000C293-3c61-2298-1f38-dc9a4bd4fdc3: [r7515-057-Local-NVMe-DS1] Node1_rhel7.9/Node1_rhel7.9_1.vmdk" = "0:1" } NBUPrimaryDetails = { "host2.location.company.com" = "VMID: VMBIOSUUID, APIKey: e9:f0:bd:4b:2d:46:71:ee:4e: 7a:52:33:43:3c:c4:7e:50:d4:67:d8:0b:35:d1:14:f0:e8:96: c2:f1:0e:03:d9:32:ce:63:52:9c:84:56:00:2d:e5:4e:0d:30: 5c:cb:0a:3b:8e:67:99:7d:f3:30:e4:8f:44:aa:fe:ee:cd:f8: 23:98:5c:1a:f5:8a:ae:b4:8a:65:98:6b:30:7c:9d:a8:6a:5b: c3:c5:06:f0:27:62:f2:98:93:1a:90:2e:4d:1f:9b" } DeleteSnapshot = 3 )