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 file share configuration using the SFW agents (MountV/VMDg):
FileShare FileShare_SG-FileShare ( PathName = "\\ToShare" ShareName = ToShare LanmanResName = FileShare_SG-Lanman MaxUsers = 100 MountResName = FileShare_SG-MountV UserPermissions = { "VCSNET\\Administrator" = READ_ACCESS } ShareSubdirectories = 1 HideChildShares = 1 AccessBasedEnumeration = 1 ) IP FileShare_SG-IP ( Address = "10.212.100.184" SubNetMask = "255.255.254.0" MACAddress @SYSTEM1 = "00-02-B3-AD-CE-E4" MACAddress @SYSTEM2 = "00-02-B3-AD-CB-D0" ) Lanman FileShare_SG-Lanman ( VirtualName = VNAME IPResName = FileShare_SG-IP ) MountV FileShare_SG-MountV ( MountPath = "J:" VolumeName = PS-SPOOL VMDGResName = FileShare_SG-VMDg ) NIC FileShare_SG-NIC ( MACAddress @SYSTEM1 = "00-02-B3-AD-CE-E4" MACAddress @SYSTEM2 = "00-02-B3-AD-CB-D0" ) VMDg FileShare_SG-VMDg ( DiskGroupName = FILESHARE_DG DGGuid = e40b8ab5-88ac-42e3-ae61-cbea3a164af2 ) FileShare_SG-Lanman requires FileShare_SG-IP FileShare_SG-MountV requires FileShare_SG-VMDg FileShare_SG-FileShare requires FileShare_SG-Lanman FileShare_SG-FileShare requires FileShare_SG-MountV FileShare_SG-IP requires FileShare_SG-NIC