Veritas Flex Appliance Getting Started and Administration Guide
- Product overview
- Release notes
- Getting started
- Managing network settings
- Managing users
- Managing Flex Appliance Console users and tenants
- Using Flex Appliance
- Managing the repository
- Managing application instances from Flex Appliance
- Upgrading application instances
- About Flex Appliance upgrades and updates
- Appliance security
- Monitoring the appliance
- Reconfiguring the appliance
- Troubleshooting guidelines
Configuring Call Home settings
Call Home is enabled by default. This section provides the specific information for the settings and configuration for the Call Home feature.
The available options are provided in the following table.
Table: Call Home options
Command | Description |
---|---|
callhome | Enable the Call Home feature |
callhome-proxy | Enable the Call Home proxy server |
callhome-proxy-server | Enter the Call Home proxy server settings |
callhome-proxy-tunnel | Enable the Call Home proxy tunneling |
diskspace-threshold | Set the threshold for high disk usage alerts |
email-smtp smtp_account=<smtp_account> | (Optional) Enter the name of the account that is used for authentication to the SMTP server |
email-smtp smtp_password | (Optional) Enter the password for authentication to the SMTP server |
email-smtp smtp_server=<smtp_server> | Enter the SMTP server that is used to send email |
email-notification-interval interval=<interval> | Enter the time (in minutes from 1 to 44640) between alert emails that are sent to the administrator. The default value is 1440 minutes. |
email-sender-id email_address=<email_address> | Enter an email ID or account for emails that are received from the appliance |
email-software email_address=<email_address> | Add software administrator email accounts |
email-hardware email_address=<email_address> | Add hardware administrator email accounts |
To configure Call Home settings
- Log in to the Flex Appliance Shell, and type the following as needed. Press Enter after each string to display the information.
- Enable Call Home.
set alerts callhome
- Set the Call Home proxy, proxy server, and proxy tunnel.
set alerts callhome-proxy
set alerts callhome-proxy-server
set alerts callhome-proxy-tunnel
- Set the SMTP server.
set alerts email-smtp smtp_server=<smtp_server>
- (Optional) Set the SMTP account and password.
set alerts email-smtp smtp_account=<smtp_account> smtp_password
You can also enter each separately, as follows:
set alerts email-smtp smtp_account=<smtp_account>
set alerts email-smtp smtp_password
- Set the interval in minutes between email notifications.
set alerts email-notification-interval interval=<interval>
- (Optional) Set the threshold for high disk usage alerts. The default threshold is 80%.
set alerts diskspace-threshold threshold=<value>
Where <value> is an integer between 1 and 93. If you enter 0, all disk usage alerts are disabled.
Note:
Critical disk usage alerts are sent when disk usage exceeds 94%. This threshold cannot be changed.
- Set the sender and the administrator email addresses.
set alerts email-sender-id email_address=<email_address>
set alerts email-software email_address=<email_address>
set alerts email-hardware email_address=<email_address>
You can enter multiple administrator email addresses using a comma-separated list or by running the command once for each email address.
Note:
If you encounter the following message, the email address was added to the appliance successfully, but the test email did not go through:
[Error] The appliance was able to connect to your SMTP server, but either we were not able to authenticate properly, or your SMTP server is preventing us from sending emails through it. Please check your SMTP server for details.
Verify the email address, sender ID, and SMTP password that you entered. If they are all correct, check the settings on your SMTP server.