Cluster Server 7.4.2 Bundled Agents Reference Guide - Solaris
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Disk agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- Mount agent
- Sample configurations for Mount agent
- Zpool agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- About the IPMultiNICB and MultiNICB agents
- IPMultiNICB agent
- Sample configurations for IPMultiNICB agent
- MultiNICB agent
- Sample configurations for MultiNICB agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- SambaServer agent
- SambaShare agent
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- Zone agent
- LDom agent
- Dependencies
- Project agent
- AlternateIO agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Attributes
Table: Required attributes for Solaris
Required attribute | Description |
---|---|
SnmpConsoles | Specifies the machine names of the SNMP managers and the severity level of the messages to be delivered. The severity levels of messages are Information, Warning, Error, and SevereError. Specifying a given severity level for messages generates delivery of all messages of equal or higher severity. Note: SnmpConsoles is a required attribute if SmtpServer is not specified; otherwise, SnmpConsoles is an optional attribute. Specify both SnmpConsoles and SmtpServer if desired. Type and dimension: string-association Example: "172.29.10.89" = Error, "172.29.10.56" = Information |
SmtpServer | Specifies the machine name of the SMTP server. Note: SmtpServer is a required attribute if SnmpConsoles is not specified; otherwise, SmtpServer is an optional attribute. You can specify both SmtpServer and SnmpConsoles if desired. Type and dimension: string-scalar Example: "smtp.example.com" |
Table: Optional attributes for Solaris
Optional attribute | Description |
---|---|
EngineListeningPort | Change this attribute if the VCS engine is listening on a port other than its default port. Type and dimension: integer-scalar Default: 14141 |
MessagesQueue | Size of the VCS engine's message queue. Minimum value is 30. Type and dimension: integer-scalar Default: 30 |
NotifierListeningPort | Any valid, unused TCP/IP port number. Type and dimension: integer-scalar Default: 14144 |
NotifierSourceIP | If this attribute is populated, all the notifications sent from the notifier (SMTP and SNMP) will be sent from the interface having this IP address. Note: Make sure that the Source IP given in this attribute is present in the /etc/hosts file or is DNS-resolvable. Type and dimension: string-scalar Example: "10.209.77.111" |
SmtpFromPath | Set to a valid email address, if you want the notifier to use a custom email address in the FROM: field. Type and dimension: string-scalar Example: "usera@example.com" |
SmtpRecipients | Specifies the email address where SMTP sends information and the severity level of the messages. The severity levels of messages are Information, Warning, Error, and SevereError. Specifying a given severity level for messages indicates that all messages of equal or higher severity are received. Note: SmtpRecipients is a required attribute if you specify SmtpServer. Type and dimension: string-association Example: "james@example.com" = SevereError, "admin@example.com" = Warning |
SmtpReturnPath | Set to a valid email address, if you want the notifier to use a custom email address in the Return-Path: <> field. If the mail server specified in SmtpServer does not support SMTP VRFY command, then you need to set the SmtpVrfyOff to 1 in order for the SmtpReturnPath value to take effect. Type and dimension: string-scalar Example: "usera@example.com" |
SmtpServerTimeout | This attribute represents the time in seconds notifier waits for a response from the mail server for the SMTP commands it has sent to the mail server. This value can be increased if you notice that the mail server is taking a longer duration to reply back to the SMTP commands sent by notifier. Type and dimension: integer-scalar Default: 10 |
SmtpServerVrfyOff | Set this value to 1 if your mail server does not support SMTP VRFY command. If you set this value to 1, the notifier does not send a SMTP VRFY request to the mail server specified in SmtpServer attribute while sending emails. Type and dimension: boolean-scalar Default: 0 |
SnmpCommunity | Specifies the community ID for the SNMP manager. Type and dimension: string-scalar Default: public |
SnmpdTrapPort | Port on the SNMP console machine where SNMP traps are sent. If you specify more than one SNMP console, all consoles use this value. Type and dimension: integer-scalar Default: 162 |
MessageExpiryInterval | Time in seconds after which the messages expire. If the VCS engine is unable to send a message to the notifier within the message expiry interval, it deletes the message from the VCS engine's message queue. Minimum value: 3600 Type and dimension: integer-scalar Default: 3600 |
SmtpTlsEnable | InfoScale enables the use of STARTTLS for secure SMTP communication, which ensures that email notifications are encrypted in transit for confidentiality and integrity. To activate this feature, set SmtpTlsEnable to 1. Note: Set the SmtpServerVrfyOff attribute to 1, as TLS does not support the SMTP VRFY command. Also, ensure the SmtpTlsEnable attribute is defined in /etc/VRTSvcs/conf/config/types.cf, similar to its definition in /etc/VRTSvcs/conf/types.cf. Type and dimension: integer-scalar Default: 0 |