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
The NotifierMngr resource sets up notification for all events to the SnmpConsole, your_console. In the following example, only messages of SevereError level are sent to the SmptServer, "smtp.your_company.com," and the recipient, "vcsadmin@your_company.com."
Note:
As only one instance of the notifier process can run in a cluster, the process cannot run in a parallel group.
IP csg_ip ( Address = "10.212.100.14" SubNetMask = "255.255.254.0" MACAddress @SYSTEM1 = "00:B0:D0:D1:69:7D" MACAddress @SYSTEM2 = "00:B0:D0:AB:4E:22" ) NIC csg_nic ( MACAddress @SYSTEM1 = "00:B0:D0:D1:69:7D" MACAddress @SYSTEM2 = "00:B0:D0:AB:4E:22" ) NotifierMngr ntfr( SnmpConsoles = { your_console = Information } SmtpServer = "smtp.your_company.com" SmtpRecipients = { "vcsadmin@your_company.com" = Information } ) csg_ip requires csg_nic ntfr requires csg_nic